Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/runstestunit.lfm

143 lines
3.3 KiB
Plaintext

inherited RunsTestForm: TRunsTestForm
Left = 660
Height = 355
Top = 233
Width = 748
HelpType = htKeyword
HelpKeyword = 'html/RunsTestforNormality.htm'
Caption = 'Test for Randomness'
ClientHeight = 355
ClientWidth = 748
inherited ParamsPanel: TPanel
Height = 339
Width = 297
ClientHeight = 339
ClientWidth = 297
inherited CloseBtn: TButton
Left = 242
Top = 314
TabOrder = 7
end
inherited ComputeBtn: TButton
Left = 158
Top = 314
TabOrder = 6
end
inherited ResetBtn: TButton
Left = 96
Top = 314
TabOrder = 5
end
inherited HelpBtn: TButton
Tag = 165
Left = 37
Top = 314
TabOrder = 4
end
inherited ButtonBevel: TBevel
Top = 298
Width = 297
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 = TestVarEdit
AnchorSideBottom.Control = TestVarEdit
Left = 167
Height = 15
Top = 21
Width = 105
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Test Randomness of'
ParentColor = False
end
object VarList: TListBox[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 281
Top = 17
Width = 129
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 135
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 135
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object TestVarEdit: TEdit[10]
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OutBtn
AnchorSideBottom.Side = asrBottom
Left = 167
Height = 23
Top = 38
Width = 130
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'TestVarEdit'
end
end
inherited ParamsSplitter: TSplitter
Left = 309
Height = 355
end
object Bevel2: TBevel[2]
Left = 3
Height = 21
Top = 414
Width = 15
Shape = bsSpacer
end
end