You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8031 8e941d3f-bd1b-0410-a28a-d453659cc2b4
386 lines
10 KiB
Plaintext
386 lines
10 KiB
Plaintext
inherited WLSForm: TWLSForm
|
|
Left = 288
|
|
Height = 469
|
|
Top = 171
|
|
Width = 861
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/WeightedLeast-SquaresRegression.htm'
|
|
Caption = 'Weighted Least Squares Regression'
|
|
ClientHeight = 469
|
|
ClientWidth = 861
|
|
inherited ParamsPanel: TPanel
|
|
Height = 453
|
|
Width = 280
|
|
ClientHeight = 453
|
|
ClientWidth = 280
|
|
inherited CloseBtn: TButton
|
|
Left = 225
|
|
Top = 428
|
|
TabOrder = 14
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 141
|
|
Top = 428
|
|
TabOrder = 13
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 79
|
|
Top = 428
|
|
TabOrder = 12
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Tag = 158
|
|
Left = 20
|
|
Top = 428
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/WeightedLeast-SquaresRegression.htm'
|
|
TabOrder = 11
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 412
|
|
Width = 280
|
|
end
|
|
object OptionsGroup: TGroupBox[5]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
Left = 0
|
|
Height = 131
|
|
Top = 281
|
|
Width = 266
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
Caption = 'Options'
|
|
ClientHeight = 111
|
|
ClientWidth = 262
|
|
TabOrder = 10
|
|
object SaveChk: TCheckBox
|
|
AnchorSideLeft.Control = WeightChk
|
|
AnchorSideTop.Control = OriginChk
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 40
|
|
Height = 19
|
|
Top = 42
|
|
Width = 180
|
|
BorderSpacing.Left = 24
|
|
Caption = 'Save estimated weights in grid'
|
|
TabOrder = 0
|
|
end
|
|
object OriginChk: TCheckBox
|
|
AnchorSideLeft.Control = WeightChk
|
|
AnchorSideTop.Control = WeightChk
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 40
|
|
Height = 19
|
|
Top = 23
|
|
Width = 119
|
|
BorderSpacing.Left = 24
|
|
Caption = 'Through the origin'
|
|
TabOrder = 1
|
|
end
|
|
object Origin2Chk: TCheckBox
|
|
AnchorSideLeft.Control = OriginChk
|
|
AnchorSideTop.Control = UserWeightsChk
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 40
|
|
Height = 19
|
|
Top = 84
|
|
Width = 119
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Through the origin'
|
|
TabOrder = 2
|
|
end
|
|
object WeightChk: TRadioButton
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
AnchorSideTop.Control = OptionsGroup
|
|
Left = 16
|
|
Height = 19
|
|
Top = 4
|
|
Width = 238
|
|
BorderSpacing.Left = 16
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Apply weights to obtain a WLS regression'
|
|
OnChange = UserWeightsChkChange
|
|
TabOrder = 3
|
|
end
|
|
object UserWeightsChk: TRadioButton
|
|
AnchorSideLeft.Control = WeightChk
|
|
AnchorSideTop.Control = SaveChk
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 16
|
|
Height = 19
|
|
Top = 65
|
|
Width = 156
|
|
BorderSpacing.Top = 4
|
|
Caption = 'Use weights from column'
|
|
OnChange = UserWeightsChkChange
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object Label1: TLabel[6]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = ParamsPanel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 46
|
|
Caption = 'Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel[7]
|
|
AnchorSideLeft.Control = DepVarEdit
|
|
AnchorSideBottom.Control = DepVarEdit
|
|
Left = 161
|
|
Height = 15
|
|
Top = 21
|
|
Width = 102
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Dependent Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel[8]
|
|
AnchorSideLeft.Control = IndVarList
|
|
AnchorSideTop.Control = IndInBtn
|
|
Left = 161
|
|
Height = 15
|
|
Top = 105
|
|
Width = 116
|
|
Caption = 'Independent Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel[9]
|
|
AnchorSideLeft.Control = WeightVarEdit
|
|
AnchorSideBottom.Control = WeightVarEdit
|
|
Left = 161
|
|
Height = 15
|
|
Top = 221
|
|
Width = 77
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'User''s Weights'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox[10]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DepInBtn
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
Left = 0
|
|
Height = 256
|
|
Top = 17
|
|
Width = 119
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Constraints.MinHeight = 220
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnDblClick = VarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object DepInBtn: TBitBtn[11]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 127
|
|
Height = 26
|
|
Top = 17
|
|
Width = 26
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = DepInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object DepOutBtn: TBitBtn[12]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 127
|
|
Height = 26
|
|
Top = 47
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = DepOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object IndInBtn: TBitBtn[13]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 127
|
|
Height = 26
|
|
Top = 105
|
|
Width = 26
|
|
BorderSpacing.Top = 32
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = IndInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object IndOutBtn: TBitBtn[14]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = IndInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 127
|
|
Height = 26
|
|
Top = 135
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = IndOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object WeightInBtn: TBitBtn[15]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideBottom.Control = WeightOutBtn
|
|
Left = 127
|
|
Height = 26
|
|
Top = 217
|
|
Width = 26
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = WeightInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 7
|
|
end
|
|
object WeightOutBtn: TBitBtn[16]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideBottom.Control = VarList
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 127
|
|
Height = 26
|
|
Top = 247
|
|
Width = 26
|
|
Anchors = [akLeft, akBottom]
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = WeightOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 8
|
|
end
|
|
object DepVarEdit: TEdit[17]
|
|
AnchorSideLeft.Control = DepInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 161
|
|
Height = 23
|
|
Top = 38
|
|
Width = 119
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'DepVarEdit'
|
|
end
|
|
object IndVarList: TListBox[18]
|
|
AnchorSideLeft.Control = IndInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = WeightInBtn
|
|
Left = 161
|
|
Height = 79
|
|
Top = 122
|
|
Width = 119
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Bottom = 16
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnDblClick = IndVarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 6
|
|
end
|
|
object WeightVarEdit: TEdit[19]
|
|
AnchorSideLeft.Control = WeightInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = WeightOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 161
|
|
Height = 23
|
|
Top = 238
|
|
Width = 119
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 12
|
|
Enabled = False
|
|
ReadOnly = True
|
|
TabOrder = 9
|
|
Text = 'WeightVarEdit'
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 292
|
|
Height = 469
|
|
end
|
|
object PageControl: TPageControl[2]
|
|
Left = 301
|
|
Height = 453
|
|
Top = 8
|
|
Width = 552
|
|
ActivePage = OLSPage
|
|
Align = alClient
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
TabIndex = 0
|
|
TabOrder = 2
|
|
object OLSPage: TTabSheet
|
|
Caption = 'OLS Regression'
|
|
end
|
|
object ResidualsRegPage: TTabSheet
|
|
Caption = 'Squared Residuals Regression'
|
|
ClientHeight = 425
|
|
ClientWidth = 544
|
|
object ResRegPageControl: TPageControl
|
|
Left = 8
|
|
Height = 409
|
|
Top = 8
|
|
Width = 528
|
|
ActivePage = ResRegReportPage
|
|
Align = alClient
|
|
BorderSpacing.Around = 8
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object ResRegReportPage: TTabSheet
|
|
Caption = 'Report'
|
|
end
|
|
end
|
|
end
|
|
object WLSPage: TTabSheet
|
|
Caption = 'WLS Regression'
|
|
end
|
|
end
|
|
end
|