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

254 lines
6.2 KiB
Plaintext
Raw Normal View History

inherited SimultForm: TSimultForm
Left = 619
Height = 447
Top = 274
Width = 866
HelpType = htKeyword
HelpKeyword = 'html/SimultaneousMultipleRegression.htm'
Caption = 'Simultaneous Multiple Regression'
ClientHeight = 447
ClientWidth = 866
inherited ParamsPanel: TPanel
Height = 431
Width = 407
ClientHeight = 431
ClientWidth = 407
inherited CloseBtn: TButton
Left = 352
Top = 406
TabOrder = 9
end
inherited ComputeBtn: TButton
Left = 268
Top = 406
TabOrder = 8
end
inherited ResetBtn: TButton
Left = 206
Top = 406
TabOrder = 7
end
inherited HelpBtn: TButton
Left = 147
Top = 406
HelpType = htKeyword
HelpKeyword = 'html/SimultaneousMultipleRegression.htm'
TabOrder = 6
end
inherited ButtonBevel: TBevel
Top = 390
Width = 407
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[6]
AnchorSideLeft.Control = SelList
AnchorSideTop.Control = ParamsPanel
Left = 231
Height = 15
Top = 0
Width = 127
Caption = 'Variables to be Analyzed'
ParentColor = False
end
object VarList: TListBox[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 222
Top = 17
Width = 177
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
Constraints.MinHeight = 220
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 190
Height = 26
Top = 25
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 190
Height = 26
Top = 65
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object AllBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 183
Height = 25
Top = 112
Width = 40
AutoSize = True
Caption = 'All'
OnClick = AllBtnClick
TabOrder = 3
end
object SelList: TListBox[11]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 231
Height = 222
Top = 17
Width = 168
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = SelListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object OptionsGroup: TGroupBox[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 135
Top = 247
Width = 417
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 16
ChildSizing.VerticalSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 115
ClientWidth = 413
TabOrder = 5
object MatInChkBox: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 175
Caption = 'Get Data From a Matrix File'
TabOrder = 0
end
object MatSaveChkBox: TCheckBox
Left = 203
Height = 19
Top = 6
Width = 198
Caption = 'Save Correlation Matrix'
TabOrder = 1
end
object CPChkBox: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 175
Caption = 'Show Cross-Products Matrix'
TabOrder = 2
end
object CovChkBox: TCheckBox
Left = 203
Height = 19
Top = 27
Width = 198
Caption = 'Show Variance-Covariance Matrix'
TabOrder = 3
end
object CorrsChkBox: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 175
Caption = 'Show Intercorrelations Matrix'
TabOrder = 4
end
object MeansChkBox: TCheckBox
Left = 203
Height = 19
Top = 48
Width = 198
Caption = 'Show Means'
TabOrder = 5
end
object VarChkBox: TCheckBox
Left = 12
Height = 19
Top = 69
Width = 175
Caption = 'Show Variances'
TabOrder = 6
end
object SDChkBox: TCheckBox
Left = 203
Height = 19
Top = 69
Width = 198
Caption = 'Show Standard Deviations'
TabOrder = 7
end
object InvMatChkBox: TCheckBox
Left = 12
Height = 19
Top = 90
Width = 175
Caption = 'Show Inverse Matrix'
TabOrder = 8
end
end
end
inherited ParamsSplitter: TSplitter
Left = 419
Height = 447
end
object OpenDialog1: TOpenDialog[2]
Left = 88
Top = 96
end
object SaveDialog1: TSaveDialog[3]
Left = 88
Top = 160
end
end