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

253 lines
6.4 KiB
Plaintext
Raw Normal View History

inherited DescriptiveFrm: TDescriptiveFrm
Left = 526
Height = 384
Top = 202
Width = 900
HelpType = htKeyword
HelpKeyword = 'html/DistributionStatistics.htm'
Caption = 'Descriptive Statistics'
ClientHeight = 384
ClientWidth = 900
inherited ParamsPanel: TPanel
Left = 16
Height = 352
Top = 16
Width = 322
BorderSpacing.Around = 8
ClientHeight = 352
ClientWidth = 322
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]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 46
Caption = 'Variables'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 183
Top = 17
Width = 130
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object Label3: TLabel[7]
AnchorSideLeft.Control = SelList
AnchorSideTop.Control = ParamsPanel
Left = 192
Height = 15
Top = 0
Width = 44
Caption = 'Selected'
ParentColor = False
end
object SelList: TListBox[8]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 192
Height = 183
Top = 17
Width = 130
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
ItemHeight = 0
OnDblClick = SelListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object InBtn: TBitBtn[9]
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
TabOrder = 1
end
object OutBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 147
Height = 28
Top = 49
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object AllBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 138
Height = 25
Top = 109
Width = 46
AutoSize = True
BorderSpacing.Top = 32
Caption = 'ALL'
OnClick = AllBtnClick
TabOrder = 3
end
object Label1: TLabel[12]
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = CIEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CIEdit
Left = 0
Height = 15
Top = 292
Width = 174
BorderSpacing.Right = 8
Caption = 'Confidence Interval for the Mean'
ParentColor = False
end
object OptionsGroup: TGroupBox[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CIEdit
Left = 0
Height = 72
Top = 208
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
object CIEdit: TEdit[14]
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 182
Height = 23
Top = 288
Width = 41
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 8
TabOrder = 6
Text = '95.0'
end
end
inherited ParamsSplitter: TSplitter
Left = 350
Height = 384
end
object ReportPanel: TPanel[2]
Left = 355
Height = 384
Top = 0
Width = 545
Align = alClient
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
TabOrder = 2
end
end