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