You've already forked lazarus-ccr
358 lines
8.1 KiB
Plaintext
358 lines
8.1 KiB
Plaintext
![]() |
object BackRegFrm: TBackRegFrm
|
||
|
Left = 622
|
||
|
Height = 437
|
||
|
Top = 187
|
||
|
Width = 454
|
||
|
AutoSize = True
|
||
|
Caption = 'Stepwise Backward Multiple Regression'
|
||
|
ClientHeight = 437
|
||
|
ClientWidth = 454
|
||
|
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
|
||
|
AnchorSideLeft.Control = ListBox1
|
||
|
AnchorSideTop.Control = Owner
|
||
|
Left = 178
|
||
|
Height = 15
|
||
|
Top = 8
|
||
|
Width = 127
|
||
|
BorderSpacing.Top = 8
|
||
|
Caption = 'Variables to be Analyzed'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label3: TLabel
|
||
|
AnchorSideLeft.Control = DepVar
|
||
|
AnchorSideTop.Control = Owner
|
||
|
Left = 338
|
||
|
Height = 15
|
||
|
Top = 8
|
||
|
Width = 102
|
||
|
BorderSpacing.Top = 8
|
||
|
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
|
||
|
Width = 108
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 2
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Constraints.MinHeight = 220
|
||
|
ItemHeight = 0
|
||
|
MultiSelect = True
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object InBtn: TBitBtn
|
||
|
AnchorSideLeft.Control = AllBtn
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
Left = 133
|
||
|
Height = 28
|
||
|
Top = 26
|
||
|
Width = 28
|
||
|
Images = MainDataModule.ImageList
|
||
|
ImageIndex = 1
|
||
|
OnClick = InBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object OutBtn: TBitBtn
|
||
|
AnchorSideLeft.Control = AllBtn
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
Left = 133
|
||
|
Height = 28
|
||
|
Top = 56
|
||
|
Width = 28
|
||
|
Images = MainDataModule.ImageList
|
||
|
ImageIndex = 0
|
||
|
OnClick = OutBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object AllBtn: TBitBtn
|
||
|
Left = 124
|
||
|
Height = 25
|
||
|
Top = 120
|
||
|
Width = 46
|
||
|
Anchors = [akTop]
|
||
|
AutoSize = True
|
||
|
Caption = 'ALL'
|
||
|
OnClick = AllBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object ListBox1: TListBox
|
||
|
AnchorSideLeft.Control = AllBtn
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Label2
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = DepInBtn
|
||
|
AnchorSideBottom.Control = GroupBox1
|
||
|
Left = 178
|
||
|
Height = 220
|
||
|
Top = 25
|
||
|
Width = 116
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 2
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
ItemHeight = 0
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object DepInBtn: TBitBtn
|
||
|
Left = 302
|
||
|
Height = 28
|
||
|
Top = 24
|
||
|
Width = 28
|
||
|
Anchors = [akTop]
|
||
|
Images = MainDataModule.ImageList
|
||
|
ImageIndex = 1
|
||
|
OnClick = DepInBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object DepOutBtn: TBitBtn
|
||
|
AnchorSideLeft.Control = DepInBtn
|
||
|
Left = 302
|
||
|
Height = 28
|
||
|
Top = 56
|
||
|
Width = 28
|
||
|
Images = MainDataModule.ImageList
|
||
|
ImageIndex = 0
|
||
|
OnClick = DepOutBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 6
|
||
|
end
|
||
|
object DepVar: TEdit
|
||
|
AnchorSideLeft.Control = DepInBtn
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Label3
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 338
|
||
|
Height = 23
|
||
|
Top = 25
|
||
|
Width = 108
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 2
|
||
|
BorderSpacing.Right = 8
|
||
|
TabOrder = 7
|
||
|
Text = 'DepVar'
|
||
|
end
|
||
|
object GroupBox1: TGroupBox
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideBottom.Control = Bevel1
|
||
|
Left = 8
|
||
|
Height = 135
|
||
|
Top = 253
|
||
|
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
|
||
|
AnchorSideRight.Control = CancelBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 153
|
||
|
Height = 25
|
||
|
Top = 404
|
||
|
Width = 54
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 9
|
||
|
end
|
||
|
object CancelBtn: TButton
|
||
|
AnchorSideRight.Control = ComputeBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 219
|
||
|
Height = 25
|
||
|
Top = 404
|
||
|
Width = 62
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
OnClick = CancelBtnClick
|
||
|
TabOrder = 10
|
||
|
end
|
||
|
object ComputeBtn: TButton
|
||
|
AnchorSideRight.Control = ReturnBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 293
|
||
|
Height = 25
|
||
|
Top = 404
|
||
|
Width = 76
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Compute'
|
||
|
OnClick = ComputeBtnClick
|
||
|
TabOrder = 11
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 381
|
||
|
Height = 25
|
||
|
Top = 404
|
||
|
Width = 61
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
OnClick = ReturnBtnClick
|
||
|
TabOrder = 12
|
||
|
end
|
||
|
object Bevel1: TBevel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = ReturnBtn
|
||
|
Left = 0
|
||
|
Height = 8
|
||
|
Top = 388
|
||
|
Width = 454
|
||
|
Anchors = [akLeft, akRight, akBottom]
|
||
|
Shape = bsBottomLine
|
||
|
end
|
||
|
object OpenDialog1: TOpenDialog
|
||
|
left = 216
|
||
|
top = 48
|
||
|
end
|
||
|
object SaveDialog1: TSaveDialog
|
||
|
left = 216
|
||
|
top = 136
|
||
|
end
|
||
|
end
|