You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
446 lines
10 KiB
Plaintext
446 lines
10 KiB
Plaintext
object StepFwdFrm: TStepFwdFrm
|
|
Left = 989
|
|
Height = 470
|
|
Top = 243
|
|
Width = 476
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/ForwardStepwise.htm'
|
|
AutoSize = True
|
|
Caption = 'Forward Stepwise Multiple Regression'
|
|
ClientHeight = 470
|
|
ClientWidth = 476
|
|
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 = SelList
|
|
AnchorSideTop.Control = InBtn
|
|
Left = 269
|
|
Height = 15
|
|
Top = 108
|
|
Width = 127
|
|
Caption = 'Variables to be Analyzed'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = DepVar
|
|
AnchorSideBottom.Control = DepVar
|
|
Left = 269
|
|
Height = 15
|
|
Top = 32
|
|
Width = 102
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Dependent Variable'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AllBtn
|
|
AnchorSideBottom.Control = GroupBox2
|
|
Left = 8
|
|
Height = 188
|
|
Top = 25
|
|
Width = 199
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = SelListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object InBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 224
|
|
Height = 28
|
|
Top = 108
|
|
Width = 28
|
|
BorderSpacing.Top = 24
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = InBtnClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object OutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = InBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 224
|
|
Height = 28
|
|
Top = 140
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = OutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object AllBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = OutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 215
|
|
Height = 25
|
|
Top = 192
|
|
Width = 46
|
|
AutoSize = True
|
|
BorderSpacing.Top = 24
|
|
Caption = 'ALL'
|
|
OnClick = AllBtnClick
|
|
Spacing = 0
|
|
TabOrder = 6
|
|
end
|
|
object SelList: TListBox
|
|
AnchorSideLeft.Control = AllBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = GroupBox2
|
|
Left = 269
|
|
Height = 88
|
|
Top = 125
|
|
Width = 199
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = SelListSelectionChange
|
|
TabOrder = 7
|
|
end
|
|
object DepInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
Left = 224
|
|
Height = 28
|
|
Top = 24
|
|
Width = 28
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = DepInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object DepOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = DepInBtn
|
|
AnchorSideTop.Control = DepInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 224
|
|
Height = 28
|
|
Top = 56
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = DepOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object DepVar: TEdit
|
|
AnchorSideLeft.Control = AllBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 269
|
|
Height = 23
|
|
Top = 49
|
|
Width = 199
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'DepVar'
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Bevel1
|
|
Left = 8
|
|
Height = 135
|
|
Top = 286
|
|
Width = 457
|
|
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 = 453
|
|
TabOrder = 9
|
|
object CPChkBox: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 6
|
|
Width = 196
|
|
Caption = 'Show Cross-Products Matrix'
|
|
TabOrder = 0
|
|
end
|
|
object CovChkBox: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 27
|
|
Width = 196
|
|
Caption = 'Show Variance-covariance Matrix'
|
|
TabOrder = 1
|
|
end
|
|
object CorrsChkBox: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 48
|
|
Width = 196
|
|
Caption = 'Show Intercorrelations Matrix'
|
|
TabOrder = 2
|
|
end
|
|
object MeansChkBox: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 69
|
|
Width = 196
|
|
Caption = 'Show Means'
|
|
TabOrder = 3
|
|
end
|
|
object VarChkBox: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 90
|
|
Width = 196
|
|
Caption = 'Show Variances'
|
|
TabOrder = 4
|
|
end
|
|
object SDChkBox: TCheckBox
|
|
Left = 236
|
|
Height = 19
|
|
Top = 6
|
|
Width = 201
|
|
Caption = 'Show Standard Deviations'
|
|
TabOrder = 5
|
|
end
|
|
object MatInChkBox: TCheckBox
|
|
Left = 236
|
|
Height = 19
|
|
Top = 27
|
|
Width = 201
|
|
Caption = 'Get Data from a Matrix File'
|
|
TabOrder = 6
|
|
end
|
|
object MatSaveChkBox: TCheckBox
|
|
Left = 236
|
|
Height = 19
|
|
Top = 48
|
|
Width = 201
|
|
Caption = 'Save the Correlation Matrix'
|
|
TabOrder = 7
|
|
end
|
|
object PredictChkBox: TCheckBox
|
|
Left = 236
|
|
Height = 19
|
|
Top = 69
|
|
Width = 201
|
|
Caption = 'Predictions, residuals, C.I.''s to Grid'
|
|
TabOrder = 8
|
|
end
|
|
end
|
|
object ResetBtn: TButton
|
|
AnchorSideRight.Control = ComputeBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 267
|
|
Height = 25
|
|
Top = 437
|
|
Width = 54
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 10
|
|
end
|
|
object ComputeBtn: TButton
|
|
AnchorSideRight.Control = CloseBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 329
|
|
Height = 25
|
|
Top = 437
|
|
Width = 76
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 11
|
|
end
|
|
object CloseBtn: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 413
|
|
Height = 25
|
|
Top = 437
|
|
Width = 55
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Close'
|
|
ModalResult = 11
|
|
TabOrder = 12
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CloseBtn
|
|
Left = 0
|
|
Height = 8
|
|
Top = 421
|
|
Width = 476
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Shape = bsBottomLine
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = DepOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = GroupBox1
|
|
Left = 8
|
|
Height = 53
|
|
Top = 225
|
|
Width = 268
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Minimum Probability'
|
|
ClientHeight = 33
|
|
ClientWidth = 264
|
|
TabOrder = 8
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = GroupBox2
|
|
AnchorSideTop.Control = InProb
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = InProb
|
|
Left = 18
|
|
Height = 15
|
|
Top = 6
|
|
Width = 44
|
|
BorderSpacing.Left = 18
|
|
BorderSpacing.Right = 8
|
|
Caption = 'to Enter:'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
AnchorSideLeft.Control = InProb
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = InProb
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = OutProb
|
|
Left = 144
|
|
Height = 15
|
|
Top = 6
|
|
Width = 50
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Right = 8
|
|
Caption = 'to Retain:'
|
|
ParentColor = False
|
|
end
|
|
object InProb: TEdit
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GroupBox2
|
|
AnchorSideRight.Control = GroupBox2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 70
|
|
Height = 23
|
|
Top = 2
|
|
Width = 50
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 12
|
|
TabOrder = 0
|
|
Text = 'InProb'
|
|
end
|
|
object OutProb: TEdit
|
|
AnchorSideLeft.Control = Label5
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = InProb
|
|
AnchorSideRight.Control = GroupBox2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 202
|
|
Height = 23
|
|
Top = 2
|
|
Width = 50
|
|
BorderSpacing.Right = 12
|
|
BorderSpacing.Bottom = 8
|
|
TabOrder = 1
|
|
Text = 'OutProb'
|
|
end
|
|
end
|
|
object Bevel2: TBevel
|
|
Left = 5
|
|
Height = 15
|
|
Top = 352
|
|
Width = 13
|
|
Shape = bsSpacer
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
Left = 49
|
|
Top = 48
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
Left = 48
|
|
Top = 112
|
|
end
|
|
end
|