home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mlregres / mlrctrl.dfm / mlrctrl.txt < prev   
Encoding:
Text File  |  1997-09-01  |  6.6 KB  |  339 lines

  1. object ControlDefDlg: TControlDefDlg
  2.   Left = 200
  3.   Top = 100
  4.   BorderStyle = bsDialog
  5.   Caption = 'Control Variable Definition'
  6.   ClientHeight = 337
  7.   ClientWidth = 339
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 56
  19.     Width = 324
  20.     Height = 221
  21.   end
  22.   object Label3: TLabel
  23.     Left = 70
  24.     Top = 8
  25.     Width = 197
  26.     Height = 22
  27.     Caption = 'Multivariate Regression'
  28.     Font.Color = clWhite
  29.     Font.Height = -19
  30.     Font.Name = 'Times New Roman'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 71
  37.     Top = 7
  38.     Width = 197
  39.     Height = 22
  40.     Caption = 'Multivariate Regression'
  41.     Font.Color = clNavy
  42.     Font.Height = -19
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object pnlScaleX: TPanel
  49.     Left = 14
  50.     Top = 218
  51.     Width = 311
  52.     Height = 47
  53.     BevelInner = bvRaised
  54.     BevelOuter = bvLowered
  55.     TabOrder = 11
  56.     object Label8: TLabel
  57.       Left = 9
  58.       Top = 0
  59.       Width = 170
  60.       Height = 16
  61.       Caption = 'Divide datafield1 by the value:'
  62.       Transparent = True
  63.     end
  64.     object cboxDivideBy: TComboBox
  65.       Left = 199
  66.       Top = 16
  67.       Width = 81
  68.       Height = 22
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       ItemHeight = 14
  74.       Items.Strings = (
  75.         '10'
  76.         '100'
  77.         '1000'
  78.         '10000'
  79.         '100000'
  80.         '1000000')
  81.       ParentFont = False
  82.       TabOrder = 0
  83.       Text = '1'
  84.       OnChange = ValidateXScaled
  85.       OnExit = ValidateXScaled
  86.     end
  87.   end
  88.   object pnlQryY: TPanel
  89.     Left = 14
  90.     Top = 218
  91.     Width = 311
  92.     Height = 47
  93.     BevelInner = bvRaised
  94.     BevelOuter = bvLowered
  95.     Caption = 'pnlQryY'
  96.     TabOrder = 6
  97.     object Label6: TLabel
  98.       Left = 21
  99.       Top = 12
  100.       Width = 55
  101.       Height = 16
  102.       Caption = 'datafield2'
  103.     end
  104.     object edStringY: TEdit
  105.       Left = 81
  106.       Top = 10
  107.       Width = 200
  108.       Height = 24
  109.       TabOrder = 0
  110.       OnChange = ValidateData
  111.       OnEnter = ValidateData
  112.     end
  113.   end
  114.   object pnlTblY: TPanel
  115.     Left = 14
  116.     Top = 218
  117.     Width = 311
  118.     Height = 47
  119.     BevelInner = bvRaised
  120.     BevelOuter = bvLowered
  121.     Caption = 'pnlTblY'
  122.     TabOrder = 2
  123.     object Label1: TLabel
  124.       Left = 20
  125.       Top = 11
  126.       Width = 55
  127.       Height = 16
  128.       Caption = 'datafield2'
  129.     end
  130.     object cboxTableY: TComboBox
  131.       Left = 80
  132.       Top = 10
  133.       Width = 200
  134.       Height = 23
  135.       Font.Color = clBlack
  136.       Font.Height = -12
  137.       Font.Name = 'Arial'
  138.       Font.Style = []
  139.       ItemHeight = 15
  140.       ParentFont = False
  141.       TabOrder = 0
  142.       OnChange = ValidateData
  143.       OnExit = ValidateData
  144.     end
  145.   end
  146.   object pnlXpwry: TPanel
  147.     Left = 14
  148.     Top = 218
  149.     Width = 311
  150.     Height = 47
  151.     BevelInner = bvRaised
  152.     BevelOuter = bvLowered
  153.     TabOrder = 4
  154.     object Label4: TLabel
  155.       Left = 6
  156.       Top = 4
  157.       Width = 171
  158.       Height = 16
  159.       Caption = 'Raise datafield1 to the power '
  160.       WordWrap = True
  161.     end
  162.     object cboxpwrY: TComboBox
  163.       Left = 210
  164.       Top = 19
  165.       Width = 71
  166.       Height = 22
  167.       Font.Color = clBlack
  168.       Font.Height = -11
  169.       Font.Name = 'Arial'
  170.       Font.Style = []
  171.       ItemHeight = 14
  172.       Items.Strings = (
  173.         '1/2'
  174.         '2'
  175.         '3'
  176.         '4'
  177.         '5'
  178.         '6')
  179.       ParentFont = False
  180.       TabOrder = 0
  181.       Text = '1'
  182.       OnChange = ValidateXtoPowery
  183.       OnClick = ValidateXtoPowery
  184.       OnEnter = ValidateXtoPowery
  185.       OnExit = ValidateXtoPowery
  186.     end
  187.   end
  188.   object pnlQryX: TPanel
  189.     Left = 14
  190.     Top = 175
  191.     Width = 311
  192.     Height = 41
  193.     BevelInner = bvRaised
  194.     BevelOuter = bvLowered
  195.     TabOrder = 5
  196.     object Label5: TLabel
  197.       Left = 21
  198.       Top = 12
  199.       Width = 55
  200.       Height = 16
  201.       Caption = 'datafield1'
  202.     end
  203.     object edStringX: TEdit
  204.       Left = 81
  205.       Top = 10
  206.       Width = 200
  207.       Height = 24
  208.       TabOrder = 0
  209.       OnChange = ValidateData
  210.       OnEnter = ValidateData
  211.     end
  212.   end
  213.   object pnlTblX: TPanel
  214.     Left = 14
  215.     Top = 175
  216.     Width = 311
  217.     Height = 41
  218.     BevelInner = bvRaised
  219.     BevelOuter = bvLowered
  220.     TabOrder = 1
  221.     object Label7: TLabel
  222.       Left = 20
  223.       Top = 12
  224.       Width = 55
  225.       Height = 16
  226.       Caption = 'datafield1'
  227.     end
  228.     object cboxTableX: TComboBox
  229.       Left = 80
  230.       Top = 10
  231.       Width = 200
  232.       Height = 23
  233.       Font.Color = clBlack
  234.       Font.Height = -12
  235.       Font.Name = 'Arial'
  236.       Font.Style = []
  237.       ItemHeight = 15
  238.       ParentFont = False
  239.       TabOrder = 0
  240.       Text = '0'
  241.       OnChange = ValidateData
  242.       OnExit = ValidateData
  243.     end
  244.   end
  245.   object Panel1: TPanel
  246.     Left = 1
  247.     Top = 4
  248.     Width = 58
  249.     Height = 46
  250.     BevelInner = bvLowered
  251.     Ctl3D = True
  252.     ParentCtl3D = False
  253.     TabOrder = 9
  254.     object Image1: TImage
  255.       Left = 2
  256.       Top = 2
  257.       Width = 28
  258.       Height = 28
  259.       AutoSize = True
  260.       Center = True
  261.       Picture.Data = {<image001.bmp>}
  262.     end
  263.     object Image2: TImage
  264.       Left = 28
  265.       Top = 16
  266.       Width = 28
  267.       Height = 28
  268.       AutoSize = True
  269.       Center = True
  270.       Picture.Data = {<image002.bmp>}
  271.     end
  272.   end
  273.   object RadioGroup1: TRadioGroup
  274.     Left = 14
  275.     Top = 65
  276.     Width = 311
  277.     Height = 100
  278.     Caption = 'Set Control Variable to'
  279.     Columns = 2
  280.     Font.Color = clBlack
  281.     Font.Height = -12
  282.     Font.Name = 'Arial'
  283.     Font.Style = []
  284.     Items.Strings = (
  285.       'Inactive'
  286.       'datafield1'
  287.       'ln(datafield1)'
  288.       '1/(datafield1)'
  289.       'sqrt(datafield)'
  290.       '(datafield1)^r'
  291.       '(datafield)/n'
  292.       '(datafield1)*(datafield2)'
  293.       '(datafield1)/(datafield2)')
  294.     ParentFont = False
  295.     TabOrder = 0
  296.     OnClick = RadioGroup1Click
  297.   end
  298.   object bbtnOK: TBitBtn
  299.     Left = 28
  300.     Top = 286
  301.     Width = 75
  302.     Height = 30
  303.     TabOrder = 3
  304.     Kind = bkOK
  305.   end
  306.   object bbtnCancel: TBitBtn
  307.     Left = 132
  308.     Top = 286
  309.     Width = 75
  310.     Height = 30
  311.     TabOrder = 7
  312.     Kind = bkCancel
  313.   end
  314.   object bbtnHelp: TBitBtn
  315.     Left = 235
  316.     Top = 286
  317.     Width = 75
  318.     Height = 30
  319.     TabOrder = 8
  320.     OnClick = bbtnHelpClick
  321.     Kind = bkHelp
  322.   end
  323.   object Panel2: TPanel
  324.     Left = 0
  325.     Top = 322
  326.     Width = 339
  327.     Height = 15
  328.     Align = alBottom
  329.     BevelInner = bvLowered
  330.     BevelOuter = bvNone
  331.     Font.Color = clBlack
  332.     Font.Height = -11
  333.     Font.Name = 'Arial'
  334.     Font.Style = []
  335.     ParentFont = False
  336.     TabOrder = 10
  337.   end
  338. end
  339.