Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multiple_regression/blkmregunit.lfm

406 lines
10 KiB
Plaintext
Raw Normal View History

inherited BlkMregForm: TBlkMregForm
Left = 520
Height = 415
Top = 224
Width = 962
HelpType = htKeyword
HelpKeyword = 'html/BlockEntryMultipleRegression.htm'
Caption = 'Block Entry Multiple Regression'
ClientHeight = 415
ClientWidth = 962
OnCreate = FormCreate
inherited ParamsPanel: TPanel
Height = 399
Width = 442
ClientHeight = 399
ClientWidth = 442
inherited CloseBtn: TButton
Left = 387
Top = 374
TabOrder = 15
end
inherited ComputeBtn: TButton
Left = 303
Top = 374
TabOrder = 14
end
inherited ResetBtn: TButton
Left = 241
Top = 374
TabOrder = 13
end
inherited HelpBtn: TButton
Left = 182
Top = 374
HelpType = htKeyword
HelpKeyword = 'html/BlockEntryMultipleRegression.htm'
TabOrder = 12
end
inherited ButtonBevel: TBevel
Top = 358
Width = 442
end
object Label4: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = BlockNoEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = BlockNoEdit
Left = 0
Height = 15
Top = 5
Width = 54
BorderSpacing.Right = 8
Caption = 'Block No. '
ParentColor = False
end
object Label5: TLabel[6]
AnchorSideLeft.Control = NextBlkBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = InProb
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = InProb
Left = 227
Height = 15
Top = 5
Width = 163
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Minimum Prob. to enter block:'
ParentColor = False
WordWrap = True
end
object BlockNoEdit: TEdit[7]
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = NextBlkBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = NextBlkBtn
Left = 62
Height = 23
Top = 1
Width = 37
Alignment = taRightJustify
BorderSpacing.Left = 8
BorderSpacing.Right = 8
TabOrder = 0
Text = 'BlockNoEdit'
end
object NextBlkBtn: TButton[8]
AnchorSideLeft.Control = BlockNoEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ParamsPanel
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 119
Height = 25
Top = 0
Width = 83
AutoSize = True
BorderSpacing.Left = 20
BorderSpacing.Right = 8
Caption = 'Next Block'
OnClick = NextBlkBtnClick
TabOrder = 1
end
object InProb: TEdit[9]
AnchorSideTop.Control = NextBlkBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 398
Height = 23
Top = 1
Width = 44
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
TabOrder = 2
Text = 'InProb'
end
object Label1: TLabel[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Bevel3
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 40
Width = 97
BorderSpacing.Top = 8
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[11]
AnchorSideLeft.Control = DepVarEdit
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = DepVarEdit
Left = 247
Height = 15
Top = 65
Width = 102
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 8
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object Label3: TLabel[12]
AnchorSideLeft.Control = BlockList
Left = 247
Height = 15
Top = 144
Width = 166
Caption = 'Independent Var.s for this block'
ParentColor = False
end
object VarList: TListBox[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 179
Top = 57
Width = 195
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 3
end
object DepInBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 208
Height = 26
Top = 61
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInBtnClick
Spacing = 0
TabOrder = 4
end
object DepOutBtn: TBitBtn[15]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepInBtn
AnchorSideTop.Side = asrBottom
Left = 208
Height = 26
Top = 91
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = DepOutBtnClick
Spacing = 0
TabOrder = 5
end
object InBtn: TBitBtn[16]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepOutBtn
AnchorSideTop.Side = asrBottom
Left = 208
Height = 26
Top = 149
Width = 26
BorderSpacing.Top = 32
BorderSpacing.Bottom = 4
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 7
end
object OutBtn: TBitBtn[17]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 208
Height = 26
Top = 179
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 8
end
object AllBtn: TBitBtn[18]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 201
Height = 25
Top = 209
Width = 40
AutoSize = True
BorderSpacing.Top = 4
Caption = 'All'
OnClick = AllBtnClick
Spacing = 0
TabOrder = 9
end
object DepVarEdit: TEdit[19]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DepOutBtn
AnchorSideBottom.Side = asrBottom
Left = 247
Height = 23
Top = 82
Width = 195
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 6
Text = 'DepVarEdit'
end
object BlockList: TListBox[20]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 247
Height = 75
Top = 161
Width = 195
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = BlockListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 10
end
object OptionsGroup: TGroupBox[21]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 114
Top = 244
Width = 449
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 16
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 20
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 4
ClientHeight = 94
ClientWidth = 445
TabOrder = 11
object CPChkBox: TCheckBox
Left = 16
Height = 19
Top = 6
Width = 198
Caption = 'Show Cross-Products Matrix'
TabOrder = 0
end
object CovChkBox: TCheckBox
Left = 16
Height = 19
Top = 27
Width = 198
Caption = 'Show Variance-Covariance Matrix'
TabOrder = 1
end
object CorrsChkBox: TCheckBox
Left = 16
Height = 19
Top = 48
Width = 198
Caption = 'Show Intercorrelation Matrix'
TabOrder = 2
end
object MeansChkBox: TCheckBox
Left = 16
Height = 19
Top = 69
Width = 198
Caption = 'Show Means'
TabOrder = 3
end
object VarChkBox: TCheckBox
Left = 234
Height = 19
Top = 6
Width = 195
Caption = 'Show Variances'
TabOrder = 4
end
object SDChkBox: TCheckBox
Left = 234
Height = 19
Top = 27
Width = 195
Caption = 'Show Standard Deviations'
TabOrder = 5
end
object MatSaveChkBox: TCheckBox
Left = 234
Height = 19
Top = 48
Width = 195
Caption = 'Save Correlation Matrix'
TabOrder = 6
end
object PredictChkBox: TCheckBox
Left = 234
Height = 19
Top = 69
Width = 195
Caption = 'Predictions,residuals,C.I.''s to Grid'
TabOrder = 7
end
end
object Bevel3: TBevel[22]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CloseBtn
Left = 0
Height = 12
Top = 20
Width = 442
Anchors = [akTop, akLeft, akRight]
Shape = bsBottomLine
end
end
inherited ParamsSplitter: TSplitter
Left = 454
Height = 415
end
object SaveDialog1: TSaveDialog[2]
Left = 72
Top = 112
end
end