home *** CD-ROM | disk | FTP | other *** search
- object ControlDefDlg: TControlDefDlg
- Left = 200
- Top = 100
- BorderStyle = bsDialog
- Caption = 'Control Variable Definition'
- ClientHeight = 337
- ClientWidth = 339
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- OnActivate = FormActivate
- TextHeight = 16
- object Bevel1: TBevel
- Left = 8
- Top = 56
- Width = 324
- Height = 221
- end
- object Label3: TLabel
- Left = 70
- Top = 8
- Width = 197
- Height = 22
- Caption = 'Multivariate Regression'
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 71
- Top = 7
- Width = 197
- Height = 22
- Caption = 'Multivariate Regression'
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pnlScaleX: TPanel
- Left = 14
- Top = 218
- Width = 311
- Height = 47
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 11
- object Label8: TLabel
- Left = 9
- Top = 0
- Width = 170
- Height = 16
- Caption = 'Divide datafield1 by the value:'
- Transparent = True
- end
- object cboxDivideBy: TComboBox
- Left = 199
- Top = 16
- Width = 81
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- '10'
- '100'
- '1000'
- '10000'
- '100000'
- '1000000')
- ParentFont = False
- TabOrder = 0
- Text = '1'
- OnChange = ValidateXScaled
- OnExit = ValidateXScaled
- end
- end
- object pnlQryY: TPanel
- Left = 14
- Top = 218
- Width = 311
- Height = 47
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'pnlQryY'
- TabOrder = 6
- object Label6: TLabel
- Left = 21
- Top = 12
- Width = 55
- Height = 16
- Caption = 'datafield2'
- end
- object edStringY: TEdit
- Left = 81
- Top = 10
- Width = 200
- Height = 24
- TabOrder = 0
- OnChange = ValidateData
- OnEnter = ValidateData
- end
- end
- object pnlTblY: TPanel
- Left = 14
- Top = 218
- Width = 311
- Height = 47
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'pnlTblY'
- TabOrder = 2
- object Label1: TLabel
- Left = 20
- Top = 11
- Width = 55
- Height = 16
- Caption = 'datafield2'
- end
- object cboxTableY: TComboBox
- Left = 80
- Top = 10
- Width = 200
- Height = 23
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- OnChange = ValidateData
- OnExit = ValidateData
- end
- end
- object pnlXpwry: TPanel
- Left = 14
- Top = 218
- Width = 311
- Height = 47
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 4
- object Label4: TLabel
- Left = 6
- Top = 4
- Width = 171
- Height = 16
- Caption = 'Raise datafield1 to the power '
- WordWrap = True
- end
- object cboxpwrY: TComboBox
- Left = 210
- Top = 19
- Width = 71
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- '1/2'
- '2'
- '3'
- '4'
- '5'
- '6')
- ParentFont = False
- TabOrder = 0
- Text = '1'
- OnChange = ValidateXtoPowery
- OnClick = ValidateXtoPowery
- OnEnter = ValidateXtoPowery
- OnExit = ValidateXtoPowery
- end
- end
- object pnlQryX: TPanel
- Left = 14
- Top = 175
- Width = 311
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 5
- object Label5: TLabel
- Left = 21
- Top = 12
- Width = 55
- Height = 16
- Caption = 'datafield1'
- end
- object edStringX: TEdit
- Left = 81
- Top = 10
- Width = 200
- Height = 24
- TabOrder = 0
- OnChange = ValidateData
- OnEnter = ValidateData
- end
- end
- object pnlTblX: TPanel
- Left = 14
- Top = 175
- Width = 311
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object Label7: TLabel
- Left = 20
- Top = 12
- Width = 55
- Height = 16
- Caption = 'datafield1'
- end
- object cboxTableX: TComboBox
- Left = 80
- Top = 10
- Width = 200
- Height = 23
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- Text = '0'
- OnChange = ValidateData
- OnExit = ValidateData
- end
- end
- object Panel1: TPanel
- Left = 1
- Top = 4
- Width = 58
- Height = 46
- BevelInner = bvLowered
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 9
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 28
- Height = 28
- AutoSize = True
- Center = True
- Picture.Data = {<image001.bmp>}
- end
- object Image2: TImage
- Left = 28
- Top = 16
- Width = 28
- Height = 28
- AutoSize = True
- Center = True
- Picture.Data = {<image002.bmp>}
- end
- end
- object RadioGroup1: TRadioGroup
- Left = 14
- Top = 65
- Width = 311
- Height = 100
- Caption = 'Set Control Variable to'
- Columns = 2
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Items.Strings = (
- 'Inactive'
- 'datafield1'
- 'ln(datafield1)'
- '1/(datafield1)'
- 'sqrt(datafield)'
- '(datafield1)^r'
- '(datafield)/n'
- '(datafield1)*(datafield2)'
- '(datafield1)/(datafield2)')
- ParentFont = False
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object bbtnOK: TBitBtn
- Left = 28
- Top = 286
- Width = 75
- Height = 30
- TabOrder = 3
- Kind = bkOK
- end
- object bbtnCancel: TBitBtn
- Left = 132
- Top = 286
- Width = 75
- Height = 30
- TabOrder = 7
- Kind = bkCancel
- end
- object bbtnHelp: TBitBtn
- Left = 235
- Top = 286
- Width = 75
- Height = 30
- TabOrder = 8
- OnClick = bbtnHelpClick
- Kind = bkHelp
- end
- object Panel2: TPanel
- Left = 0
- Top = 322
- Width = 339
- Height = 15
- Align = alBottom
- BevelInner = bvLowered
- BevelOuter = bvNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- end
- end
-