2020-03-30 18:01:44 +00:00
|
|
|
object BackRegFrm: TBackRegFrm
|
|
|
|
Left = 622
|
2020-04-03 14:43:33 +00:00
|
|
|
Height = 436
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 187
|
2020-04-03 14:43:33 +00:00
|
|
|
Width = 463
|
2020-05-26 14:51:03 +00:00
|
|
|
HelpType = htKeyword
|
|
|
|
HelpKeyword = 'BackwardStepwise.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Stepwise Backward Multiple Regression'
|
2020-04-03 14:43:33 +00:00
|
|
|
ClientHeight = 436
|
|
|
|
ClientWidth = 463
|
2020-03-30 18:01:44 +00:00
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
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 Label2: TLabel
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
Left = 262
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 109
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 127
|
|
|
|
Caption = 'Variables to be Analyzed'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = DepVar
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepVar
|
|
|
|
Left = 262
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 33
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 102
|
2020-04-03 14:43:33 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Dependent Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
|
|
|
AnchorSideBottom.Control = GroupBox1
|
|
|
|
Left = 8
|
|
|
|
Height = 220
|
|
|
|
Top = 25
|
2020-04-03 14:43:33 +00:00
|
|
|
Width = 192
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Constraints.MinHeight = 220
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-04-03 14:43:33 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object InBtn: TBitBtn
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideTop.Control = DepOutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 217
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 109
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Top = 24
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object OutBtn: TBitBtn
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 217
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 141
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Top = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 5
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object AllBtn: TBitBtn
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 208
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 193
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 46
|
|
|
|
AutoSize = True
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Top = 24
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'ALL'
|
|
|
|
OnClick = AllBtnClick
|
|
|
|
Spacing = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-04-03 14:43:33 +00:00
|
|
|
object SelList: TListBox
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = GroupBox1
|
2020-04-03 14:43:33 +00:00
|
|
|
Left = 262
|
|
|
|
Height = 118
|
|
|
|
Top = 126
|
|
|
|
Width = 193
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
MultiSelect = True
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 7
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object DepInBtn: TBitBtn
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 217
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 25
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInBtnClick
|
|
|
|
Spacing = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object DepOutBtn: TBitBtn
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 217
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 57
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Top = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutBtnClick
|
|
|
|
Spacing = 0
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object DepVar: TEdit
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideLeft.Control = AllBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 262
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 50
|
|
|
|
Width = 193
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 3
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'DepVar'
|
|
|
|
end
|
|
|
|
object GroupBox1: TGroupBox
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideBottom.Control = Bevel1
|
|
|
|
Left = 8
|
|
|
|
Height = 135
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 252
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 439
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 16
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.HorizontalSpacing = 24
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
|
|
ChildSizing.ControlsPerLine = 5
|
|
|
|
ClientHeight = 115
|
|
|
|
ClientWidth = 435
|
|
|
|
TabOrder = 8
|
|
|
|
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
|
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideRight.Control = ComputeBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
Left = 254
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 403
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 54
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideRight.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
Left = 316
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 403
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
2020-04-03 14:43:33 +00:00
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-04-03 14:43:33 +00:00
|
|
|
object CloseBtn: TButton
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
Left = 400
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 403
|
|
|
|
Width = 55
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
OnClick = CloseBtnClick
|
|
|
|
TabOrder = 11
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-04-03 14:43:33 +00:00
|
|
|
AnchorSideBottom.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 8
|
2020-04-03 14:43:33 +00:00
|
|
|
Top = 387
|
|
|
|
Width = 463
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
|
|
|
object OpenDialog1: TOpenDialog
|
2020-04-03 14:43:33 +00:00
|
|
|
left = 64
|
|
|
|
top = 72
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object SaveDialog1: TSaveDialog
|
2020-04-03 14:43:33 +00:00
|
|
|
left = 56
|
|
|
|
top = 168
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|