object LSMregForm: TLSMregForm Left = 439 Height = 413 Top = 192 Width = 740 AutoSize = True Caption = 'Standard Least-Squares Multiple Regression' ClientHeight = 413 ClientWidth = 740 OnActivate = FormActivate OnCreate = FormCreate OnShow = ResetBtnClick Position = poMainFormCenter LCLVersion = '2.1.0.0' object Label1: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner Left = 8 Height = 15 Top = 8 Width = 97 BorderSpacing.Left = 8 BorderSpacing.Top = 8 Caption = 'Available Variables' ParentColor = False end object VarList: TListBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = Label1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = AllBtn AnchorSideBottom.Control = Bevel1 Left = 8 Height = 339 Top = 25 Width = 222 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 8 BorderSpacing.Top = 2 BorderSpacing.Right = 8 ItemHeight = 0 MultiSelect = True OnSelectionChange = VarListSelectionChange TabOrder = 0 end object DepInBtn: TBitBtn AnchorSideLeft.Control = AllBtn AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = VarList AnchorSideRight.Control = DepVar Left = 247 Height = 28 Top = 25 Width = 28 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = DepInBtnClick Spacing = 0 TabOrder = 1 end object Label2: TLabel AnchorSideLeft.Control = DepVar AnchorSideTop.Control = DepInBtn Left = 292 Height = 15 Top = 25 Width = 102 BorderSpacing.Bottom = 2 Caption = 'Dependent Variable' ParentColor = False end object DepVar: TEdit AnchorSideLeft.Control = IndepVars AnchorSideTop.Control = Label2 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = GroupBox1 AnchorSideBottom.Side = asrBottom Left = 292 Height = 23 Top = 42 Width = 198 Anchors = [akTop, akLeft, akRight] BorderSpacing.Right = 16 BorderSpacing.Bottom = 12 ReadOnly = True TabOrder = 3 Text = 'DepVar' end object Label3: TLabel AnchorSideLeft.Control = IndepVars AnchorSideTop.Control = DepVar AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = IndepVars Left = 292 Height = 15 Top = 97 Width = 166 BorderSpacing.Top = 32 BorderSpacing.Bottom = 2 Caption = 'Independent Var.s for this block' ParentColor = False end object Label5: TLabel AnchorSideTop.Control = InProb AnchorSideTop.Side = asrCenter AnchorSideRight.Control = InProb Left = 511 Height = 15 Top = 12 Width = 163 Anchors = [akTop, akRight] BorderSpacing.Right = 8 Caption = 'Minimum Prob. to enter block:' ParentColor = False end object GroupBox1: TGroupBox AnchorSideTop.Control = InProb AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 506 Height = 212 Top = 39 Width = 226 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 8 Caption = 'Options' ChildSizing.LeftRightSpacing = 12 ChildSizing.TopBottomSpacing = 6 ChildSizing.VerticalSpacing = 4 ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 192 ClientWidth = 222 TabOrder = 9 object CPChkBox: TCheckBox Left = 12 Height = 19 Top = 6 Width = 198 Caption = 'Show Cross-Products Matrix' TabOrder = 0 end object CovChkBox: TCheckBox Left = 12 Height = 19 Top = 29 Width = 198 Caption = 'Show Variance-Covariance Matrix' TabOrder = 1 end object CorrsChkBox: TCheckBox Left = 12 Height = 19 Top = 52 Width = 198 Caption = 'Show Intercorrelation Matrix' TabOrder = 2 end object MeansChkBox: TCheckBox Left = 12 Height = 19 Top = 75 Width = 198 Caption = 'Show Means' TabOrder = 3 end object VarChkBox: TCheckBox Left = 12 Height = 19 Top = 98 Width = 198 Caption = 'Show Variances' TabOrder = 4 end object SDChkBox: TCheckBox Left = 12 Height = 19 Top = 121 Width = 198 Caption = 'Show Standard Deviations' TabOrder = 5 end object MatSaveChkBox: TCheckBox Left = 12 Height = 19 Top = 144 Width = 198 Caption = 'Save Correlation Matrix' TabOrder = 6 end object PredictChkBox: TCheckBox Left = 12 Height = 19 Top = 167 Width = 198 Caption = 'Predictions,residuals,C.I.''s to Grid' TabOrder = 7 end end object ResetBtn: TButton AnchorSideRight.Control = ComputeBtn AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 531 Height = 25 Top = 380 Width = 54 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Left = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 Caption = 'Reset' OnClick = ResetBtnClick TabOrder = 10 end object CloseBtn: TButton AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 677 Height = 25 Top = 380 Width = 55 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Left = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 Caption = 'Close' ModalResult = 11 TabOrder = 12 end object ComputeBtn: TButton AnchorSideRight.Control = CloseBtn AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 593 Height = 25 Top = 380 Width = 76 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Left = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 Caption = 'Compute' OnClick = ComputeBtnClick TabOrder = 11 end object IndepVars: TListBox AnchorSideLeft.Control = AllBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Label3 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = GroupBox1 AnchorSideBottom.Control = Bevel1 Left = 292 Height = 250 Top = 114 Width = 198 Anchors = [akTop, akRight, akBottom] BorderSpacing.Left = 8 BorderSpacing.Top = 2 BorderSpacing.Right = 16 ItemHeight = 0 OnSelectionChange = VarListSelectionChange TabOrder = 7 end object DepOutBtn: TBitBtn AnchorSideLeft.Control = AllBtn AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = DepInBtn AnchorSideTop.Side = asrBottom Left = 247 Height = 28 Top = 57 Width = 28 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = DepOutBtnClick Spacing = 0 TabOrder = 2 end object InBtn: TBitBtn AnchorSideLeft.Control = AllBtn AnchorSideLeft.Side = asrCenter AnchorSideBottom.Control = OutBtn Left = 247 Height = 28 Top = 193 Width = 28 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 4 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = InBtnClick Spacing = 0 TabOrder = 4 end object OutBtn: TBitBtn AnchorSideLeft.Control = AllBtn AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = IndepVars AnchorSideTop.Side = asrCenter Left = 247 Height = 28 Top = 225 Width = 28 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = OutBtnClick Spacing = 0 TabOrder = 5 end object AllBtn: TBitBtn AnchorSideTop.Control = OutBtn AnchorSideTop.Side = asrBottom AnchorSideRight.Control = IndepVars Left = 238 Height = 25 Top = 257 Width = 46 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 4 Caption = 'ALL' OnClick = AllBtnClick TabOrder = 6 end object InProb: TEdit AnchorSideTop.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 682 Height = 23 Top = 8 Width = 50 Alignment = taRightJustify Anchors = [akTop, akRight] BorderSpacing.Top = 8 BorderSpacing.Right = 8 TabOrder = 8 Text = 'InProb' end object Bevel1: TBevel AnchorSideLeft.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = CloseBtn Left = 0 Height = 8 Top = 364 Width = 740 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Bottom = 8 Shape = bsBottomLine end end