Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/normalityunit.lfm
2021-05-11 20:36:35 +00:00

135 lines
3.3 KiB
Plaintext

inherited NormalityForm: TNormalityForm
Left = 628
Height = 516
Top = 275
Width = 998
HelpType = htKeyword
HelpKeyword = 'html/NormalityTests.htm'
Caption = 'Normality Tests'
ClientHeight = 516
ClientWidth = 998
inherited ParamsPanel: TPanel
Height = 500
ClientHeight = 500
inherited CloseBtn: TButton
Top = 475
TabOrder = 7
end
inherited ComputeBtn: TButton
Top = 475
TabOrder = 6
end
inherited ResetBtn: TButton
Top = 475
TabOrder = 5
end
inherited HelpBtn: TButton
Top = 475
HelpType = htKeyword
HelpKeyword = 'html/NormalityTests.htm'
TabOrder = 4
end
inherited ButtonBevel: TBevel
Top = 459
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 49
Caption = 'Variables:'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = VarInBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 442
Top = 17
Width = 125
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object VarInBtn: TBitBtn[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
AnchorSideRight.Control = VarList
AnchorSideRight.Side = asrBottom
Left = 131
Height = 28
Top = 17
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = VarInBtnClick
Spacing = 0
TabOrder = 1
end
object VarOutBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarInBtn
AnchorSideTop.Side = asrBottom
Left = 131
Height = 28
Top = 49
Width = 28
BorderSpacing.Top = 4
BorderSpacing.Bottom = 8
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = VarOutBtnClick
Spacing = 0
TabOrder = 2
end
object TestVarEdit: TEdit[9]
AnchorSideLeft.Control = VarOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 165
Height = 23
Top = 45
Width = 126
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
TabOrder = 3
Text = 'TestVarEdit'
end
object Label2: TLabel[10]
AnchorSideLeft.Control = TestVarEdit
AnchorSideBottom.Control = VarInBtn
AnchorSideBottom.Side = asrBottom
Left = 165
Height = 15
Top = 28
Width = 93
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Test Normality of:'
ParentColor = False
end
end
inherited ParamsSplitter: TSplitter
Height = 516
end
inherited PageControl: TPageControl
Height = 500
Width = 678
end
end