Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multivariate/bartletttestunit.lfm
2020-11-16 22:39:06 +00:00

154 lines
3.7 KiB
Plaintext

inherited BartlettTestForm: TBartlettTestForm
Left = 474
Height = 356
Top = 304
Width = 639
HelpType = htKeyword
HelpKeyword = 'html/BartlettTestofSphericity.htm'
Caption = 'Bartlett Test of Sphericity'
ClientHeight = 356
ClientWidth = 639
inherited ParamsPanel: TPanel
Height = 340
Width = 320
ClientHeight = 340
ClientWidth = 320
inherited CloseBtn: TButton
Left = 265
Top = 315
TabOrder = 8
end
inherited ComputeBtn: TButton
Left = 181
Top = 315
TabOrder = 7
end
inherited ResetBtn: TButton
Left = 119
Top = 315
TabOrder = 6
end
inherited HelpBtn: TButton
Tag = 172
Left = 60
Top = 315
TabOrder = 5
end
inherited ButtonBevel: TBevel
Top = 299
Width = 320
end
object Label2: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 46
Caption = 'Variables'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 282
Top = 17
Width = 134
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object Label3: TLabel[7]
AnchorSideLeft.Control = SelList
AnchorSideTop.Control = ParamsPanel
Left = 186
Height = 15
Top = 0
Width = 44
Caption = 'Selected'
ParentColor = False
end
object SelList: TListBox[8]
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 = 186
Height = 282
Top = 17
Width = 134
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = SelListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object InBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 147
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 147
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object AllBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 140
Height = 25
Top = 105
Width = 40
AutoSize = True
BorderSpacing.Top = 32
Caption = 'All'
OnClick = AllBtnClick
Spacing = 0
TabOrder = 3
end
end
inherited ParamsSplitter: TSplitter
Left = 332
Height = 356
end
end