inherited DescriptiveForm: TDescriptiveForm Left = 526 Height = 432 Top = 202 Width = 900 HelpType = htKeyword HelpKeyword = 'html/DistributionStatistics.htm' Caption = 'Descriptive Statistics' ClientHeight = 432 ClientWidth = 900 inherited ParamsPanel: TPanel Height = 416 Width = 290 ClientHeight = 416 ClientWidth = 290 inherited CloseBtn: TButton Left = 235 Top = 391 TabOrder = 11 end inherited ComputeBtn: TButton AnchorSideBottom.Control = ParamsPanel AnchorSideBottom.Side = asrBottom Left = 151 Top = 391 TabOrder = 10 end inherited ResetBtn: TButton Left = 89 Top = 391 TabOrder = 9 end inherited HelpBtn: TButton Left = 30 Top = 391 HelpType = htKeyword HelpKeyword = 'html/DistributionStatistics.htm' TabOrder = 8 end inherited ButtonBevel: TBevel Top = 375 Width = 290 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 = 218 Top = 17 Width = 114 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 = 176 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 = 176 Height = 218 Top = 17 Width = 114 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 = 131 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 = 131 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 = 122 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 = 327 Width = 195 BorderSpacing.Right = 8 Caption = 'Confidence Interval for the Mean (%)' ParentColor = False end object OptionsGroup: TGroupBox[13] AnchorSideLeft.Control = ParamsPanel AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = CIEdit Left = 0 Height = 72 Top = 243 Width = 290 Anchors = [akLeft, akRight, 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 = 286 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 PercentileChk: 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 AllQuartilesChk: 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 AnchorSideBottom.Control = DecPlacesEdit Left = 203 Height = 23 Top = 323 Width = 50 Alignment = taRightJustify Anchors = [akLeft, akBottom] BorderSpacing.Left = 8 TabOrder = 6 Text = '95.0' end object DecPlacesEdit: TSpinEdit[15] AnchorSideLeft.Control = CIEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Control = CIEdit AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = ButtonBevel Left = 203 Height = 23 Top = 350 Width = 50 Alignment = taRightJustify Anchors = [akLeft, akRight, akBottom] BorderSpacing.Top = 4 BorderSpacing.Bottom = 2 MaxValue = 10 TabOrder = 7 Value = 3 end object Label4: TLabel[16] AnchorSideTop.Control = DecPlacesEdit AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Label1 AnchorSideRight.Side = asrBottom Left = 116 Height = 15 Top = 354 Width = 79 Anchors = [akTop, akRight] Caption = 'Decimal places' ParentColor = False end end inherited ParamsSplitter: TSplitter Left = 302 Height = 432 end object PageControl: TPageControl[2] Left = 311 Height = 416 Top = 8 Width = 581 ActivePage = ReportPage Align = alClient BorderSpacing.Left = 4 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 TabIndex = 0 TabOrder = 2 object ReportPage: TTabSheet Caption = 'Report' end end end