inherited SensForm: TSensForm Left = 414 Height = 416 Top = 163 Width = 936 HelpType = htKeyword HelpKeyword = 'html/SensSlopeAnalysis.htm' Caption = 'Sens Trend Analysis' ClientHeight = 416 ClientWidth = 936 inherited ParamsPanel: TPanel Height = 400 Width = 344 ClientHeight = 400 ClientWidth = 344 inherited CloseBtn: TButton Left = 289 Top = 375 TabOrder = 12 end inherited ComputeBtn: TButton Left = 205 Top = 375 TabOrder = 11 end inherited ResetBtn: TButton Left = 143 Top = 375 TabOrder = 10 end inherited HelpBtn: TButton Tag = 166 Left = 84 Top = 375 TabOrder = 9 end inherited ButtonBevel: TBevel Top = 359 Width = 344 end object Label2: TLabel[5] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = ParamsPanel Left = 0 Height = 15 Top = 0 Width = 100 Caption = 'Available Variables:' ParentColor = False end object VarList: TListBox[6] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = Label2 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = AllBtn AnchorSideBottom.Control = GroupBox1 Left = 0 Height = 162 Top = 17 Width = 146 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 2 BorderSpacing.Right = 6 BorderSpacing.Bottom = 12 ItemHeight = 0 MultiSelect = True OnDblClick = VarListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 0 end object InBtn: TBitBtn[7] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = VarList Left = 159 Height = 26 Top = 17 Width = 26 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = InBtnClick Spacing = 0 TabOrder = 1 end object OutBtn: TBitBtn[8] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = InBtn AnchorSideTop.Side = asrBottom Left = 159 Height = 26 Top = 47 Width = 26 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = OutBtnClick Spacing = 0 TabOrder = 2 end object AllBtn: TBitBtn[9] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = OutBtn AnchorSideTop.Side = asrBottom Left = 152 Height = 25 Top = 89 Width = 40 AutoSize = True BorderSpacing.Top = 16 Caption = 'All' OnClick = AllBtnClick Spacing = 0 TabOrder = 3 end object GroupBox3: TGroupBox[10] AnchorSideTop.Control = GroupBox1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = InBtn AnchorSideBottom.Control = ButtonBevel Left = 35 Height = 101 Top = 254 Width = 124 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Top = 12 BorderSpacing.Bottom = 4 Caption = 'Report' ChildSizing.LeftRightSpacing = 12 ChildSizing.TopBottomSpacing = 8 ChildSizing.VerticalSpacing = 4 ChildSizing.Layout = cclLeftToRightThenTopToBottom ClientHeight = 81 ClientWidth = 120 TabOrder = 6 object PrtDataChk: TCheckBox Left = 12 Height = 19 Top = 8 Width = 96 Caption = 'Data' TabOrder = 0 end object PrtSlopesChk: TCheckBox Left = 12 Height = 19 Top = 31 Width = 96 Caption = 'Slopes Matrix' TabOrder = 1 end object PrtRanksChk: TCheckBox Left = 12 Height = 19 Top = 54 Width = 96 Caption = 'Ranked Slopes' TabOrder = 2 end end object GroupBox2: TGroupBox[11] AnchorSideLeft.Control = InBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = GroupBox3 Left = 185 Height = 72 Top = 254 Width = 124 AutoSize = True Caption = 'Plot' ChildSizing.LeftRightSpacing = 12 ChildSizing.TopBottomSpacing = 6 ChildSizing.VerticalSpacing = 2 ChildSizing.Layout = cclLeftToRightThenTopToBottom ClientHeight = 52 ClientWidth = 120 TabOrder = 7 object PlotSlopesChk: TCheckBox Left = 12 Height = 19 Top = 6 Width = 96 Caption = 'Each Variable' TabOrder = 0 end object PlotRankedSlopesChk: TCheckBox Left = 12 Height = 19 Top = 27 Width = 96 Caption = 'Ranked Slopes' TabOrder = 1 end end object GroupBox1: TGroupBox[12] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = InBtn AnchorSideBottom.Control = GroupBox2 Left = 0 Height = 51 Top = 191 Width = 341 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Bottom = 12 Caption = 'If more than one variable:' ChildSizing.LeftRightSpacing = 12 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 12 ChildSizing.VerticalSpacing = 2 ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 2 ClientHeight = 31 ClientWidth = 337 TabOrder = 5 object StandardizeChk: TCheckBox Left = 12 Height = 19 Top = 6 Width = 154 Caption = 'Standardize the measures' TabOrder = 0 end object AvgSlopeChk: TCheckBox Left = 178 Height = 19 Top = 6 Width = 147 Caption = 'Calculate Average Slope' TabOrder = 1 end end object Label1: TLabel[13] AnchorSideLeft.Control = GroupBox2 AnchorSideTop.Control = AlphaEdit AnchorSideTop.Side = asrCenter Left = 185 Height = 15 Top = 338 Width = 64 Caption = 'Alpha Level:' ParentColor = False end object AlphaEdit: TEdit[14] AnchorSideLeft.Control = Label1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = GroupBox2 AnchorSideTop.Side = asrBottom Left = 257 Height = 23 Top = 334 Width = 47 Alignment = taRightJustify BorderSpacing.Left = 8 BorderSpacing.Top = 8 TabOrder = 8 Text = '0.05' end object Label3: TLabel[15] AnchorSideLeft.Control = SelectedList AnchorSideTop.Control = Label2 Left = 198 Height = 15 Top = 0 Width = 107 Caption = 'Variables to Analyze:' ParentColor = False end object SelectedList: TListBox[16] 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 = 198 Height = 162 Top = 17 Width = 146 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 6 BorderSpacing.Top = 2 ItemHeight = 0 MultiSelect = True OnDblClick = SelectedListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 4 end end inherited ParamsSplitter: TSplitter Left = 356 Height = 416 end object PageControl: TPageControl[2] Left = 365 Height = 400 Top = 8 Width = 563 ActivePage = ResultsPage Align = alClient BorderSpacing.Left = 4 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 TabIndex = 0 TabOrder = 2 object ResultsPage: TTabSheet Caption = 'Results' end object DataPage: TTabSheet Caption = 'Data' end object SlopesMatrixPage: TTabSheet Caption = 'Slopes Matrix' end object RankedSlopesPage: TTabSheet Caption = 'Ranked Slopes' end object SlopesPlotPage: TTabSheet Caption = 'Slopes Plots' end object RankedSlopesPlotPage: TTabSheet Caption = 'Ranked Slopes Plot' end end end