2020-10-01 16:03:56 +00:00
|
|
|
inherited DescriptiveFrm: TDescriptiveFrm
|
2020-09-19 16:36:44 +00:00
|
|
|
Left = 526
|
|
|
|
Height = 384
|
|
|
|
Top = 202
|
|
|
|
Width = 900
|
2020-05-02 20:01:14 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/DistributionStatistics.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Descriptive Statistics'
|
2020-09-19 16:36:44 +00:00
|
|
|
ClientHeight = 384
|
|
|
|
ClientWidth = 900
|
2020-10-01 16:03:56 +00:00
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Left = 16
|
|
|
|
Height = 352
|
|
|
|
Top = 16
|
2020-09-19 16:36:44 +00:00
|
|
|
Width = 322
|
|
|
|
BorderSpacing.Around = 8
|
2020-10-01 16:03:56 +00:00
|
|
|
ClientHeight = 352
|
2020-09-19 16:36:44 +00:00
|
|
|
ClientWidth = 322
|
2020-10-01 16:03:56 +00:00
|
|
|
inherited CloseBtn: TButton
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
TabOrder = 10
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
|
|
|
TabOrder = 8
|
|
|
|
end
|
|
|
|
inherited HelpBtn: TButton
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 311
|
|
|
|
Width = 322
|
|
|
|
end
|
|
|
|
object Label2: TLabel[5]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 46
|
|
|
|
Caption = 'Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object VarList: TListBox[6]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
|
|
Left = 0
|
2020-10-01 16:03:56 +00:00
|
|
|
Height = 183
|
2020-09-19 16:36:44 +00:00
|
|
|
Top = 17
|
|
|
|
Width = 130
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-09-21 21:39:40 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-09-19 16:36:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object Label3: TLabel[7]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 192
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 44
|
|
|
|
Caption = 'Selected'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object SelList: TListBox[8]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 192
|
2020-10-01 16:03:56 +00:00
|
|
|
Height = 183
|
2020-09-19 16:36:44 +00:00
|
|
|
Top = 17
|
|
|
|
Width = 130
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
ItemHeight = 0
|
2020-09-21 21:39:40 +00:00
|
|
|
OnDblClick = SelListDblClick
|
2020-09-19 16:36:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object InBtn: TBitBtn[9]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 147
|
|
|
|
Height = 28
|
|
|
|
Top = 17
|
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object OutBtn: TBitBtn[10]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 147
|
|
|
|
Height = 28
|
|
|
|
Top = 49
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 2
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object AllBtn: TBitBtn[11]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-19 16:36:44 +00:00
|
|
|
Left = 138
|
|
|
|
Height = 25
|
|
|
|
Top = 109
|
|
|
|
Width = 46
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 32
|
|
|
|
Caption = 'ALL'
|
|
|
|
OnClick = AllBtnClick
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 3
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object Label1: TLabel[12]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = CIEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = CIEdit
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
2020-10-01 16:03:56 +00:00
|
|
|
Top = 292
|
2020-09-19 16:36:44 +00:00
|
|
|
Width = 174
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Confidence Interval for the Mean'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object OptionsGroup: TGroupBox[13]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CIEdit
|
|
|
|
Left = 0
|
|
|
|
Height = 72
|
2020-10-01 16:03:56 +00:00
|
|
|
Top = 208
|
2020-09-19 16:36:44 +00:00
|
|
|
Width = 306
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.HorizontalSpacing = 24
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 2
|
|
|
|
ClientHeight = 52
|
|
|
|
ClientWidth = 302
|
|
|
|
TabOrder = 5
|
|
|
|
object CaseChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 138
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Casewise Deletion'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object ZScoresToGridChk: TCheckBox
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 174
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 116
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'z Scores to Grid'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object PcntileChk: TCheckBox
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 138
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Show Percentile Ranks'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object AllQrtilesChk: TCheckBox
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 174
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 116
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Show All Quartiles'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object CIEdit: TEdit[14]
|
2020-09-19 16:36:44 +00:00
|
|
|
AnchorSideLeft.Control = Label1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 182
|
|
|
|
Height = 23
|
2020-10-01 16:03:56 +00:00
|
|
|
Top = 288
|
2020-09-19 16:36:44 +00:00
|
|
|
Width = 41
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
TabOrder = 6
|
|
|
|
Text = '95.0'
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 350
|
|
|
|
Height = 384
|
|
|
|
end
|
|
|
|
object ReportPanel: TPanel[2]
|
|
|
|
Left = 355
|
2020-09-19 16:36:44 +00:00
|
|
|
Height = 384
|
|
|
|
Top = 0
|
2020-10-01 16:03:56 +00:00
|
|
|
Width = 545
|
|
|
|
Align = alClient
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|