Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/normalityunit.lfm

418 lines
10 KiB
Plaintext
Raw Normal View History

object NormalityFrm: TNormalityFrm
Left = 721
Height = 396
Top = 294
Width = 402
HelpType = htKeyword
HelpKeyword = 'NormalityTests.htm'
Caption = 'Normality Tests'
ClientHeight = 396
ClientWidth = 402
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 8
Height = 15
Top = 8
Width = 49
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'Variables:'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = TestVarEdit
AnchorSideBottom.Control = VarInBtn
AnchorSideBottom.Side = asrBottom
Left = 261
Height = 15
Top = 36
Width = 93
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Test Normality of:'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = VarInBtn
AnchorSideBottom.Control = Bevel1
Left = 8
Height = 313
Top = 25
Width = 209
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ItemHeight = 0
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object VarInBtn: TBitBtn
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = VarList
AnchorSideRight.Control = VarList
AnchorSideRight.Side = asrBottom
Left = 225
Height = 28
Top = 25
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = VarInBtnClick
Spacing = 0
TabOrder = 1
end
object VarOutBtn: TBitBtn
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = VarInBtn
AnchorSideTop.Side = asrBottom
Left = 225
Height = 28
Top = 57
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = VarOutBtnClick
Spacing = 0
TabOrder = 2
end
object TestVarEdit: TEdit
AnchorSideLeft.Control = VarOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 261
Height = 23
Top = 53
Width = 133
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
TabOrder = 3
Text = 'TestVarEdit'
end
object GroupBox1: TGroupBox
AnchorSideTop.Control = VarOutBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 225
Height = 80
Top = 97
Width = 169
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 12
BorderSpacing.Right = 8
Caption = 'Shapiro-Wilkes Rresults'
ClientHeight = 60
ClientWidth = 165
TabOrder = 4
object Label3: TLabel
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = WEdit
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 6
Width = 33
BorderSpacing.Left = 12
Caption = 'WWW'
ParentColor = False
end
object Label4: TLabel
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = ProbEdit
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 33
Width = 57
BorderSpacing.Left = 12
Caption = 'Probability'
ParentColor = False
end
object WEdit: TEdit
AnchorSideLeft.Control = ProbEdit
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 77
Height = 23
Top = 2
Width = 80
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ReadOnly = True
TabOrder = 0
Text = 'WEdit'
end
object ProbEdit: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = WEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 77
Height = 23
Top = 29
Width = 80
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 4
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 1
Text = 'ProbEdit'
end
end
object GroupBox2: TGroupBox
AnchorSideLeft.Control = GroupBox1
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 225
Height = 155
Top = 191
Width = 169
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Lilliefors Test Results'
ClientHeight = 135
ClientWidth = 165
TabOrder = 5
object Label5: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = SkewEdit
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 6
Width = 53
BorderSpacing.Left = 12
Caption = 'Skewness:'
ParentColor = False
end
object Label6: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = KurtosisEdit
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 33
Width = 45
BorderSpacing.Left = 12
Caption = 'Kurtosis:'
ParentColor = False
end
object Label7: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = StatEdit
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 60
Width = 67
BorderSpacing.Left = 12
Caption = 'Test Statistic:'
ParentColor = False
end
object SkewEdit: TEdit
AnchorSideLeft.Control = StatEdit
AnchorSideTop.Control = GroupBox2
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 87
Height = 23
Top = 2
Width = 70
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ReadOnly = True
TabOrder = 0
Text = 'SkewEdit'
end
object KurtosisEdit: TEdit
AnchorSideLeft.Control = StatEdit
AnchorSideTop.Control = SkewEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 87
Height = 23
Top = 29
Width = 70
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
BorderSpacing.Right = 8
ReadOnly = True
TabOrder = 1
Text = 'KurtosisEdit'
end
object StatEdit: TEdit
AnchorSideLeft.Control = Label7
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = KurtosisEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 87
Height = 23
Top = 56
Width = 70
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 4
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 2
Text = 'StatEdit'
end
object Label8: TLabel
AnchorSideLeft.Control = Label5
AnchorSideTop.Control = StatEdit
AnchorSideTop.Side = asrBottom
Left = 12
Height = 15
Top = 87
Width = 104
Caption = 'Lillifors Conclusion:'
ParentColor = False
WordWrap = True
end
object ConclusionEdit: TEdit
AnchorSideLeft.Control = Label8
AnchorSideTop.Control = Label8
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 12
Height = 23
Top = 104
Width = 145
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 3
Text = 'ConclusionEdit'
end
end
object Panel1: TPanel
AnchorSideRight.Side = asrBottom
Left = 8
Height = 26
Top = 362
Width = 386
Align = alBottom
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
BevelOuter = bvNone
ClientHeight = 26
ClientWidth = 386
TabOrder = 6
object CloseBtn: TButton
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 319
Height = 25
Top = 1
Width = 55
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 12
Caption = 'Close'
ModalResult = 11
TabOrder = 3
end
object ApplyBtn: TButton
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CloseBtn
Left = 254
Height = 25
Top = 1
Width = 57
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Apply'
OnClick = ApplyBtnClick
TabOrder = 2
end
object PrintBtn: TButton
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ApplyBtn
Left = 195
Height = 25
Top = 1
Width = 51
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Print'
OnClick = PrintBtnClick
TabOrder = 1
end
object ResetBtn: TButton
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = PrintBtn
Left = 133
Height = 25
Top = 1
Width = 54
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 12
BorderSpacing.Right = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 0
end
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
Left = 0
Height = 8
Top = 346
Width = 402
Anchors = [akLeft, akRight, akBottom]
Shape = bsBottomLine
end
end