Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multiple_regression/twoslsunit.lfm
2021-05-13 21:12:42 +00:00

303 lines
7.9 KiB
Plaintext

inherited TwoSLSForm: TTwoSLSForm
Left = 582
Height = 376
Top = 203
Width = 415
HelpType = htKeyword
HelpKeyword = 'html/TwoStageLeastSquaresRegression.htm'
Caption = 'Two Stage Least Squares Regression'
ClientHeight = 376
ClientWidth = 415
inherited ParamsPanel: TPanel
Height = 360
Width = 315
ClientHeight = 360
ClientWidth = 315
inherited CloseBtn: TButton
Left = 260
Top = 335
TabOrder = 14
end
inherited ComputeBtn: TButton
Left = 176
Top = 335
TabOrder = 13
end
inherited ResetBtn: TButton
Left = 114
Top = 335
TabOrder = 12
end
inherited HelpBtn: TButton
Left = 55
Top = 335
HelpType = htKeyword
HelpKeyword = 'html/TwoStageLeastSquaresRegression.htm'
TabOrder = 11
end
inherited ButtonBevel: TBevel
Top = 319
Width = 315
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 46
Caption = 'Variables'
ParentColor = False
end
object Label2: TLabel[6]
AnchorSideLeft.Control = DepVarEdit
AnchorSideTop.Control = DepIn
AnchorSideBottom.Control = DepVarEdit
Left = 176
Height = 15
Top = 17
Width = 102
Caption = 'Dependent Variable'
ParentColor = False
end
object Label3: TLabel[7]
AnchorSideLeft.Control = ExplanatoryList
AnchorSideTop.Control = ExpIn
Left = 176
Height = 15
Top = 89
Width = 111
Caption = 'Explanatory Variables'
ParentColor = False
end
object Label4: TLabel[8]
AnchorSideLeft.Control = InstrumentalList
AnchorSideTop.Side = asrCenter
Left = 176
Height = 15
Top = 182
Width = 116
Caption = 'Instrumental Variables'
ParentColor = False
end
object VarList: TListBox[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DepIn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 221
Top = 17
Width = 138
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
Constraints.MinHeight = 220
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = ExplanatoryListSelectionChange
TabOrder = 0
end
object DepIn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 144
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInClick
Spacing = 0
TabOrder = 1
end
object DepOut: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepIn
AnchorSideTop.Side = asrBottom
Left = 144
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = DepOutClick
Spacing = 0
TabOrder = 3
end
object ExpIn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepOut
AnchorSideTop.Side = asrBottom
Left = 144
Height = 26
Top = 89
Width = 26
BorderSpacing.Top = 16
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = ExpInClick
Spacing = 0
TabOrder = 4
end
object ExpOut: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ExpIn
AnchorSideTop.Side = asrBottom
Left = 144
Height = 26
Top = 119
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = ExpOutClick
Spacing = 0
TabOrder = 5
end
object InstIn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label4
AnchorSideBottom.Control = InstOut
Left = 144
Height = 26
Top = 182
Width = 26
BorderSpacing.Bottom = 4
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InstInClick
Spacing = 0
TabOrder = 7
end
object InstOut: TBitBtn[15]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InstIn
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 144
Height = 26
Top = 212
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = InstOutClick
Spacing = 0
TabOrder = 8
end
object DepVarEdit: TEdit[16]
AnchorSideLeft.Control = DepIn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DepOut
AnchorSideBottom.Side = asrBottom
Left = 176
Height = 23
Top = 34
Width = 139
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ReadOnly = True
TabOrder = 2
Text = 'DepVarEdit'
end
object ExplanatoryList: TListBox[17]
AnchorSideLeft.Control = ExpIn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Label4
Left = 176
Height = 52
Top = 106
Width = 139
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Bottom = 24
ItemHeight = 0
MultiSelect = True
OnDblClick = ExplanatoryListDblClick
OnSelectionChange = ExplanatoryListSelectionChange
TabOrder = 6
end
object InstrumentalList: TListBox[18]
AnchorSideLeft.Control = InstIn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 176
Height = 39
Top = 199
Width = 139
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = InstrumentalListDblClick
OnSelectionChange = ExplanatoryListSelectionChange
TabOrder = 9
end
object OptionsGroup: TGroupBox[19]
AnchorSideLeft.Control = ParamsPanel
Left = 0
Height = 73
Top = 246
Width = 316
Anchors = [akLeft, akBottom]
AutoSize = True
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
end
inherited ParamsSplitter: TSplitter
Left = 327
Height = 376
end
end