inherited BreakDownForm: TBreakDownForm Left = 400 Height = 287 Top = 248 Width = 873 HelpType = htKeyword HelpKeyword = 'html/Breakdown.htm' Caption = 'Breakdown' ClientHeight = 287 ClientWidth = 873 inherited ParamsPanel: TPanel Height = 271 Width = 344 ClientHeight = 271 ClientWidth = 344 inherited CloseBtn: TButton Left = 289 Top = 246 TabOrder = 11 end inherited ComputeBtn: TButton Left = 205 Top = 246 TabOrder = 10 end inherited ResetBtn: TButton Left = 143 Top = 246 TabOrder = 9 end inherited HelpBtn: TButton Left = 84 Top = 246 HelpType = htKeyword HelpKeyword = 'html/Breakdown.htm' TabOrder = 8 end inherited ButtonBevel: TBevel Top = 230 Width = 344 end object CheckGroup1: TCheckGroup[5] AnchorSideLeft.Control = DepVar AnchorSideTop.Control = SelVarOutBtn AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = VarList AnchorSideBottom.Side = asrBottom Left = 194 Height = 51 Top = 179 Width = 150 Anchors = [akLeft, akRight, akBottom] AutoFill = True AutoSize = True BorderSpacing.Top = 8 Caption = 'Option' ChildSizing.LeftRightSpacing = 12 ChildSizing.TopBottomSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 31 ClientWidth = 146 Items.Strings = ( 'One Way ANOVA' ) TabOrder = 7 Data = { 0100000002 } end object AvailLabel: TLabel[6] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = ParamsPanel Left = 0 Height = 15 Top = 0 Width = 97 Caption = 'Available Variables' ParentColor = False end object AnalLabel: TLabel[7] AnchorSideLeft.Control = SelList AnchorSideTop.Control = ParamsPanel Left = 194 Height = 15 Top = 0 Width = 104 Caption = 'Variables to Analyze' ParentColor = False end object SelLabel: TLabel[8] AnchorSideLeft.Control = SelList AnchorSideBottom.Control = DepVar Left = 194 Height = 15 Top = 119 Width = 153 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 2 Caption = 'Selected Continuous Variable' ParentColor = False end object VarList: TListBox[9] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = AvailLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = InBtn AnchorSideBottom.Control = ButtonBevel Left = 0 Height = 213 Top = 17 Width = 150 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 2 BorderSpacing.Right = 8 ItemHeight = 0 MultiSelect = True OnDblClick = VarListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 0 end object SelList: TListBox[10] AnchorSideLeft.Control = InBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = AnalLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = SelVarInBtn Left = 194 Height = 86 Top = 17 Width = 150 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 8 BorderSpacing.Top = 2 BorderSpacing.Bottom = 8 ItemHeight = 0 OnDblClick = SelListDblClick OnSelectionChange = SelListSelectionChange TabOrder = 3 end object DepVar: TEdit[11] AnchorSideLeft.Control = SelList AnchorSideTop.Control = SelLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = SelList AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = SelVarOutBtn AnchorSideBottom.Side = asrBottom Left = 194 Height = 23 Top = 136 Width = 150 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Top = 2 BorderSpacing.Bottom = 12 ReadOnly = True TabOrder = 6 Text = 'DepVar' end object InBtn: TBitBtn[12] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = VarList Left = 158 Height = 28 Top = 17 Width = 28 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = InBtnClick Spacing = 0 TabOrder = 1 end object OutBtn: TBitBtn[13] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = InBtn AnchorSideTop.Side = asrBottom Left = 158 Height = 28 Top = 49 Width = 28 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = OutBtnClick Spacing = 0 TabOrder = 2 end object SelVarInBtn: TBitBtn[14] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideBottom.Control = SelVarOutBtn Left = 158 Height = 28 Top = 111 Width = 28 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 4 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = SelVarInBtnClick Spacing = 0 TabOrder = 4 end object SelVarOutBtn: TBitBtn[15] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideBottom.Control = CheckGroup1 Left = 158 Height = 28 Top = 143 Width = 28 Anchors = [akLeft, akBottom] Images = MainDataModule.ImageList ImageIndex = 0 OnClick = SelVarOutBtnClick Spacing = 0 TabOrder = 5 end end inherited ParamsSplitter: TSplitter Left = 356 Height = 287 end object PageControl: TPageControl[2] Left = 365 Height = 271 Top = 8 Width = 500 ActivePage = BreakDownPage Align = alClient BorderSpacing.Left = 4 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 TabIndex = 0 TabOrder = 2 object BreakDownPage: TTabSheet Caption = 'Report' end object AnovaPage: TTabSheet Caption = 'Analysis of Variance' TabVisible = False end end end