You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
378 lines
9.2 KiB
Plaintext
378 lines
9.2 KiB
Plaintext
object TwoSLSFrm: TTwoSLSFrm
|
|
Left = 582
|
|
Height = 416
|
|
Top = 203
|
|
Width = 415
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/TwoStageLeastSquaresRegression.htm'
|
|
AutoSize = True
|
|
Caption = 'Two Stage Least Squares Regression'
|
|
ClientHeight = 416
|
|
ClientWidth = 415
|
|
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 = 46
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = DepVarEdit
|
|
AnchorSideTop.Control = DepIn
|
|
AnchorSideBottom.Control = DepVarEdit
|
|
Left = 229
|
|
Height = 15
|
|
Top = 25
|
|
Width = 102
|
|
Caption = 'Dependent Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = Explanatory
|
|
AnchorSideTop.Control = ExpIn
|
|
Left = 229
|
|
Height = 15
|
|
Top = 101
|
|
Width = 111
|
|
Caption = 'Explanatory Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = Instrumental
|
|
AnchorSideTop.Control = Bevel2
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 229
|
|
Height = 15
|
|
Top = 182
|
|
Width = 116
|
|
Caption = 'Instrumental Variables'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DepIn
|
|
AnchorSideBottom.Control = GroupBox1
|
|
Left = 8
|
|
Height = 253
|
|
Top = 25
|
|
Width = 177
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Constraints.MinHeight = 220
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = ExplanatorySelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object DepIn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 193
|
|
Height = 28
|
|
Top = 25
|
|
Width = 28
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = DepInClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object DepOut: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepIn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 193
|
|
Height = 28
|
|
Top = 57
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = DepOutClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object ExpIn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepOut
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 193
|
|
Height = 28
|
|
Top = 101
|
|
Width = 28
|
|
BorderSpacing.Top = 16
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = ExpInClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object ExpOut: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = ExpIn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 193
|
|
Height = 28
|
|
Top = 133
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = ExpOutClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object InstIn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Label4
|
|
AnchorSideBottom.Control = InstOut
|
|
Left = 193
|
|
Height = 28
|
|
Top = 182
|
|
Width = 28
|
|
BorderSpacing.Bottom = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = InstInClick
|
|
Spacing = 0
|
|
TabOrder = 7
|
|
end
|
|
object InstOut: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = InstIn
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = VarList
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 193
|
|
Height = 28
|
|
Top = 214
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = InstOutClick
|
|
Spacing = 0
|
|
TabOrder = 8
|
|
end
|
|
object DepVarEdit: TEdit
|
|
AnchorSideLeft.Control = DepIn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DepOut
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 229
|
|
Height = 23
|
|
Top = 42
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'DepVarEdit'
|
|
end
|
|
object Explanatory: TListBox
|
|
AnchorSideLeft.Control = ExpIn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Label4
|
|
Left = 229
|
|
Height = 40
|
|
Top = 118
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 24
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = ExplanatorySelectionChange
|
|
TabOrder = 6
|
|
end
|
|
object Instrumental: TListBox
|
|
AnchorSideLeft.Control = InstIn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label4
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = GroupBox1
|
|
Left = 229
|
|
Height = 79
|
|
Top = 199
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = ExplanatorySelectionChange
|
|
TabOrder = 9
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Bevel1
|
|
Left = 8
|
|
Height = 73
|
|
Top = 286
|
|
Width = 316
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Options'
|
|
ChildSizing.LeftRightSpacing = 16
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.VerticalSpacing = 2
|
|
ClientHeight = 53
|
|
ClientWidth = 312
|
|
TabOrder = 10
|
|
object ProxyRegShowChk: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 6
|
|
Width = 273
|
|
Caption = 'Show Regression Results for each Proxy Variable'
|
|
TabOrder = 0
|
|
end
|
|
object SaveItChk: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 28
|
|
Width = 280
|
|
Caption = 'Save Predicted and Residuals of 2nd Stage to Grid'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object ResetBtn: TButton
|
|
AnchorSideRight.Control = ComputeBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 202
|
|
Height = 25
|
|
Top = 383
|
|
Width = 54
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 12
|
|
end
|
|
object ComputeBtn: TButton
|
|
AnchorSideRight.Control = CloseBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 264
|
|
Height = 25
|
|
Top = 383
|
|
Width = 76
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 13
|
|
end
|
|
object CloseBtn: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 348
|
|
Height = 25
|
|
Top = 383
|
|
Width = 55
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 12
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Close'
|
|
ModalResult = 11
|
|
TabOrder = 14
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 153
|
|
AnchorSideRight.Control = ResetBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 143
|
|
Height = 25
|
|
Top = 383
|
|
Width = 51
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 11
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CloseBtn
|
|
Left = 0
|
|
Height = 8
|
|
Top = 367
|
|
Width = 415
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Shape = bsBottomLine
|
|
end
|
|
object Bevel2: TBevel
|
|
AnchorSideLeft.Control = DepIn
|
|
AnchorSideTop.Control = ExpIn
|
|
AnchorSideRight.Control = DepIn
|
|
AnchorSideBottom.Control = VarList
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 189
|
|
Height = 177
|
|
Top = 101
|
|
Width = 4
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Shape = bsSpacer
|
|
end
|
|
end
|