inherited WLSFrm: TWLSFrm Left = 288 Height = 469 Top = 171 Width = 1024 HelpType = htKeyword HelpKeyword = 'html/WeightedLeast-SquaresRegression.htm' Caption = 'Weighted Least Squares Regression' ClientHeight = 469 ClientWidth = 1024 inherited ParamsPanel: TPanel Height = 453 Width = 280 ClientHeight = 453 ClientWidth = 280 inherited CloseBtn: TButton Left = 225 Top = 428 TabOrder = 14 end inherited ComputeBtn: TButton Left = 141 Top = 428 TabOrder = 13 end inherited ResetBtn: TButton Left = 79 Top = 428 TabOrder = 12 end inherited HelpBtn: TButton Tag = 158 Left = 20 Top = 428 TabOrder = 11 end inherited ButtonBevel: TBevel Top = 412 Width = 280 end object OptionsGroup: TGroupBox[5] AnchorSideLeft.Control = ParamsPanel AnchorSideBottom.Control = ButtonBevel Left = 0 Height = 147 Top = 265 Width = 266 Anchors = [akLeft, akBottom] AutoSize = True Caption = 'Options' ClientHeight = 127 ClientWidth = 262 TabOrder = 10 object SaveChk: TCheckBox AnchorSideLeft.Control = OptionsGroup AnchorSideTop.Control = OptionsBevel AnchorSideTop.Side = asrBottom Left = 12 Height = 19 Top = 100 Width = 180 BorderSpacing.Left = 12 BorderSpacing.Top = 8 BorderSpacing.Bottom = 8 Caption = 'Save estimated weights in grid' TabOrder = 0 end object OriginChk: TCheckBox AnchorSideLeft.Control = WeightChk AnchorSideTop.Control = WeightChk AnchorSideTop.Side = asrBottom Left = 40 Height = 19 Top = 23 Width = 119 BorderSpacing.Left = 24 Caption = 'Through the origin' TabOrder = 1 end object Origin2Chk: TCheckBox AnchorSideLeft.Control = OriginChk AnchorSideTop.Control = UserWeightsChk AnchorSideTop.Side = asrBottom Left = 40 Height = 19 Top = 65 Width = 119 Caption = 'Through the origin' TabOrder = 2 end object WeightChk: TRadioButton AnchorSideLeft.Control = OptionsGroup AnchorSideTop.Control = OptionsGroup Left = 16 Height = 19 Top = 4 Width = 238 BorderSpacing.Left = 16 BorderSpacing.Top = 4 BorderSpacing.Right = 8 Caption = 'Apply weights to obtain a WLS regression' OnChange = UserWeightsChkChange TabOrder = 3 end object UserWeightsChk: TRadioButton AnchorSideLeft.Control = WeightChk AnchorSideTop.Control = OriginChk AnchorSideTop.Side = asrBottom Left = 16 Height = 19 Top = 46 Width = 156 BorderSpacing.Top = 4 Caption = 'Use weights from column' OnChange = UserWeightsChkChange TabOrder = 4 end object OptionsBevel: TBevel AnchorSideLeft.Control = OptionsGroup AnchorSideTop.Control = Origin2Chk AnchorSideTop.Side = asrBottom AnchorSideRight.Control = OptionsGroup AnchorSideRight.Side = asrBottom Left = 12 Height = 8 Top = 84 Width = 238 Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 12 BorderSpacing.Right = 12 Shape = bsBottomLine end end object Label1: TLabel[6] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = ParamsPanel Left = 0 Height = 15 Top = 0 Width = 46 Caption = 'Variables' ParentColor = False end object Label2: TLabel[7] AnchorSideLeft.Control = DepInBtn AnchorSideLeft.Side = asrBottom AnchorSideBottom.Control = DepVarEdit Left = 157 Height = 15 Top = 21 Width = 102 Anchors = [akLeft, akBottom] BorderSpacing.Left = 4 BorderSpacing.Top = 8 BorderSpacing.Bottom = 2 Caption = 'Dependent Variable' ParentColor = False end object Label3: TLabel[8] AnchorSideLeft.Control = IndInBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = IndInBtn Left = 157 Height = 15 Top = 105 Width = 116 BorderSpacing.Left = 4 Caption = 'Independent Variables' ParentColor = False end object Label4: TLabel[9] AnchorSideLeft.Control = WeightInBtn AnchorSideLeft.Side = asrBottom AnchorSideBottom.Control = WeightVarEdit Left = 157 Height = 15 Top = 205 Width = 134 Anchors = [akLeft, akBottom] BorderSpacing.Left = 4 BorderSpacing.Bottom = 2 Caption = 'User''s Weights (Optional)' Enabled = False ParentColor = False end object VarList: TListBox[10] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = Label1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = DepInBtn AnchorSideBottom.Control = OptionsGroup Left = 0 Height = 240 Top = 17 Width = 123 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 2 BorderSpacing.Right = 4 BorderSpacing.Bottom = 8 Constraints.MinHeight = 220 ItemHeight = 0 MultiSelect = True OnDblClick = VarListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 0 end object DepInBtn: TBitBtn[11] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = VarList Left = 127 Height = 26 Top = 17 Width = 26 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = DepInBtnClick Spacing = 0 TabOrder = 1 end object DepOutBtn: TBitBtn[12] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = DepInBtn AnchorSideTop.Side = asrBottom Left = 127 Height = 26 Top = 47 Width = 26 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = DepOutBtnClick Spacing = 0 TabOrder = 2 end object IndInBtn: TBitBtn[13] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = DepOutBtn AnchorSideTop.Side = asrBottom Left = 127 Height = 26 Top = 105 Width = 26 BorderSpacing.Top = 32 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = IndInBtnClick Spacing = 0 TabOrder = 4 end object IndOutBtn: TBitBtn[14] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = IndInBtn AnchorSideTop.Side = asrBottom Left = 127 Height = 26 Top = 135 Width = 26 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = IndOutBtnClick Spacing = 0 TabOrder = 5 end object WeightInBtn: TBitBtn[15] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideBottom.Control = WeightOutBtn Left = 127 Height = 26 Top = 201 Width = 26 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 4 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = WeightInBtnClick Spacing = 0 TabOrder = 7 end object WeightOutBtn: TBitBtn[16] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideBottom.Control = VarList AnchorSideBottom.Side = asrBottom Left = 127 Height = 26 Top = 231 Width = 26 Anchors = [akLeft, akBottom] Images = MainDataModule.ImageList ImageIndex = 0 OnClick = WeightOutBtnClick Spacing = 0 TabOrder = 8 end object DepVarEdit: TEdit[17] AnchorSideLeft.Control = DepInBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = DepOutBtn AnchorSideBottom.Side = asrBottom Left = 157 Height = 23 Top = 38 Width = 123 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Left = 4 BorderSpacing.Bottom = 12 ReadOnly = True TabOrder = 3 Text = 'DepVarEdit' end object IndVarList: TListBox[18] AnchorSideLeft.Control = IndInBtn AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Label3 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = WeightInBtn Left = 157 Height = 63 Top = 122 Width = 123 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 4 BorderSpacing.Top = 2 BorderSpacing.Bottom = 16 ItemHeight = 0 MultiSelect = True OnDblClick = IndVarListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 6 end object WeightVarEdit: TEdit[19] AnchorSideLeft.Control = WeightInBtn AnchorSideLeft.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = WeightOutBtn AnchorSideBottom.Side = asrBottom Left = 157 Height = 23 Top = 222 Width = 123 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Left = 4 BorderSpacing.Bottom = 12 Enabled = False ReadOnly = True TabOrder = 9 Text = 'WeightVarEdit' end end inherited ParamsSplitter: TSplitter Left = 292 Height = 469 end object PageControl: TPageControl[2] Left = 301 Height = 453 Top = 8 Width = 715 ActivePage = OLSPage Align = alClient BorderSpacing.Left = 4 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 TabIndex = 0 TabOrder = 2 object OLSPage: TTabSheet Caption = 'OLS Regression' end object ResidualsRegPage: TTabSheet Caption = 'Squared Residuals Regression' ClientHeight = 425 ClientWidth = 707 object ResRegPageControl: TPageControl Left = 8 Height = 409 Top = 8 Width = 691 ActivePage = ResRegReportPage Align = alClient BorderSpacing.Around = 8 TabIndex = 0 TabOrder = 0 object ResRegReportPage: TTabSheet Caption = 'Report' end end end object WLSPage: TTabSheet Caption = 'WLS Regression' end end end