2020-10-20 21:47:11 +00:00
|
|
|
inherited BackRegForm: TBackRegForm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 622
|
2020-10-20 21:43:15 +00:00
|
|
|
Height = 398
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 187
|
2020-10-20 21:43:15 +00:00
|
|
|
Width = 853
|
2020-05-26 14:51:03 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/BackwardStepwise.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Stepwise Backward Multiple Regression'
|
2020-10-20 21:43:15 +00:00
|
|
|
ClientHeight = 398
|
|
|
|
ClientWidth = 853
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 382
|
|
|
|
Width = 432
|
|
|
|
ClientHeight = 382
|
|
|
|
ClientWidth = 432
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 377
|
|
|
|
Top = 357
|
|
|
|
TabOrder = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 293
|
|
|
|
Top = 357
|
|
|
|
TabOrder = 11
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 231
|
|
|
|
Top = 357
|
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Left = 172
|
|
|
|
Top = 357
|
|
|
|
TabOrder = 9
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 341
|
|
|
|
Width = 432
|
|
|
|
end
|
|
|
|
object Label1: TLabel[5]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 97
|
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel[6]
|
|
|
|
AnchorSideLeft.Control = SelList
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
Left = 240
|
|
|
|
Height = 15
|
|
|
|
Top = 97
|
|
|
|
Width = 127
|
|
|
|
Caption = 'Variables to be Analyzed'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel[7]
|
|
|
|
AnchorSideLeft.Control = DepVarEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepVarEdit
|
|
|
|
Left = 244
|
|
|
|
Height = 15
|
|
|
|
Top = 21
|
|
|
|
Width = 102
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Dependent Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox[8]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
|
|
Left = 0
|
|
|
|
Height = 181
|
|
|
|
Top = 17
|
|
|
|
Width = 192
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = VarListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object InBtn: TBitBtn[9]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepOutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 203
|
|
|
|
Height = 26
|
|
|
|
Top = 97
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 24
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object OutBtn: TBitBtn[10]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 203
|
|
|
|
Height = 26
|
|
|
|
Top = 127
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 5
|
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object AllBtn: TBitBtn[11]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 196
|
|
|
|
Height = 25
|
|
|
|
Top = 177
|
|
|
|
Width = 40
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 24
|
|
|
|
Caption = 'All'
|
|
|
|
OnClick = AllBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 6
|
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object SelList: TListBox[12]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
|
|
Left = 240
|
|
|
|
Height = 84
|
|
|
|
Top = 114
|
|
|
|
Width = 192
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = SelListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 7
|
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object DepInBtn: TBitBtn[13]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 203
|
|
|
|
Height = 26
|
|
|
|
Top = 17
|
|
|
|
Width = 26
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object DepOutBtn: TBitBtn[14]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 203
|
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object DepVarEdit: TEdit[15]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 244
|
|
|
|
Height = 23
|
|
|
|
Top = 38
|
|
|
|
Width = 188
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 3
|
|
|
|
Text = 'DepVarEdit'
|
|
|
|
end
|
|
|
|
object OptionsGroup: TGroupBox[16]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
|
|
Left = 0
|
|
|
|
Height = 135
|
|
|
|
Top = 206
|
|
|
|
Width = 439
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 16
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.HorizontalSpacing = 24
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
|
|
ChildSizing.ControlsPerLine = 5
|
|
|
|
ClientHeight = 115
|
|
|
|
ClientWidth = 435
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 8
|
2020-10-20 21:43:15 +00:00
|
|
|
object MatInChkBox: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Get Data from a matrix file (max.=200)'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object MatSaveChkBox: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Save the correlation matrix'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object CPChkBox: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 48
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Cross-Products Matrix'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object CovChkBox: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 69
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Variance-Covariance Matrix'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object CorrsChkBox: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 90
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Intercorrelation Matrix'
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object MeansChkBox: TCheckBox
|
|
|
|
Left = 262
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 157
|
|
|
|
Caption = 'Show Means'
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
object VarChkBox: TCheckBox
|
|
|
|
Left = 262
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 157
|
|
|
|
Caption = 'Show Variances'
|
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object SDChkBox: TCheckBox
|
|
|
|
Left = 262
|
|
|
|
Height = 19
|
|
|
|
Top = 48
|
|
|
|
Width = 157
|
|
|
|
Caption = 'Show Standard Deviations'
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object PartialsChkBox: TCheckBox
|
|
|
|
Left = 262
|
|
|
|
Height = 19
|
|
|
|
Top = 69
|
|
|
|
Width = 157
|
|
|
|
Caption = 'Show Partial Correlations'
|
|
|
|
TabOrder = 8
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 444
|
|
|
|
Height = 398
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object OpenDialog1: TOpenDialog[2]
|
2020-08-17 13:55:43 +00:00
|
|
|
Left = 64
|
|
|
|
Top = 72
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-20 21:43:15 +00:00
|
|
|
object SaveDialog1: TSaveDialog[3]
|
2020-08-17 13:55:43 +00:00
|
|
|
Left = 56
|
|
|
|
Top = 168
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|