home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TFITF / TFITF.txt
Text File  |  1998-04-25  |  4KB  |  187 lines

  1. object FitF: TFitF
  2.   Left = 1011
  3.   Top = 633
  4.   HelpContext = 1400
  5.   BorderStyle = bsDialog
  6.   Caption = 'Regression Fit Dialog'
  7.   ClientHeight = 400
  8.   ClientWidth = 493
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 21
  18.   object Label9: TLabel
  19.     Left = 28
  20.     Top = 10
  21.     Width = 214
  22.     Height = 43
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Series # 1'
  26.     Color = clBtnFace
  27.     Font.Color = clGreen
  28.     Font.Height = -30
  29.     Font.Name = 'Abadi MT Condensed Extra Bold'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 290
  36.     Top = 13
  37.     Width = 80
  38.     Height = 30
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnClick = OKBtnClick
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 385
  47.     Top = 13
  48.     Width = 80
  49.     Height = 30
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 4
  54.   end
  55.   object RadioFit1: TRadioGroup
  56.     Left = 9
  57.     Top = 59
  58.     Width = 251
  59.     Height = 279
  60.     Caption = 'Regression Equation'
  61.     Items.Strings = (
  62.       'None'
  63.       '1st  Order Polynominal'
  64.       '2nd Order Polynominal'
  65.       '3rd  Order Polynominal'
  66.       '4th  Order Polynominal'
  67.       '5th  Order Polynominal'
  68.       'Power Fit'
  69.       'Exponential Fit'
  70.       'Natural Log Fit')
  71.     TabOrder = 0
  72.     OnClick = RadioFit1Click
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 270
  76.     Top = 100
  77.     Width = 214
  78.     Height = 181
  79.     Caption = 'Coefficients'
  80.     TabOrder = 3
  81.     object Label1: TLabel
  82.       Left = 17
  83.       Top = 25
  84.       Width = 180
  85.       Height = 22
  86.       AutoSize = False
  87.       Caption = 'A'
  88.     end
  89.     object Label2: TLabel
  90.       Left = 17
  91.       Top = 50
  92.       Width = 180
  93.       Height = 22
  94.       AutoSize = False
  95.       Caption = 'B'
  96.     end
  97.     object Label3: TLabel
  98.       Left = 17
  99.       Top = 75
  100.       Width = 180
  101.       Height = 22
  102.       AutoSize = False
  103.       Caption = 'C'
  104.     end
  105.     object Label4: TLabel
  106.       Left = 17
  107.       Top = 101
  108.       Width = 180
  109.       Height = 22
  110.       AutoSize = False
  111.       Caption = 'D'
  112.     end
  113.     object Label5: TLabel
  114.       Left = 17
  115.       Top = 126
  116.       Width = 180
  117.       Height = 22
  118.       AutoSize = False
  119.       Caption = 'E'
  120.     end
  121.     object Label6: TLabel
  122.       Left = 17
  123.       Top = 152
  124.       Width = 180
  125.       Height = 22
  126.       AutoSize = False
  127.       Caption = 'F'
  128.     end
  129.   end
  130.   object GroupBox2: TGroupBox
  131.     Left = 8
  132.     Top = 340
  133.     Width = 476
  134.     Height = 53
  135.     Caption = 'Sample Equation'
  136.     TabOrder = 6
  137.     object Label8: TLabel
  138.       Left = 8
  139.       Top = 25
  140.       Width = 460
  141.       Height = 24
  142.       Alignment = taCenter
  143.       AutoSize = False
  144.       Caption = 'Y=A + B*X + C*X^2 + D*X^3 + E*X^4 + F*X^5'
  145.       Font.Color = clBlack
  146.       Font.Height = -17
  147.       Font.Name = 'Times New Roman Special G1'
  148.       Font.Style = [fsBold]
  149.       ParentFont = False
  150.     end
  151.   end
  152.   object GroupBox3: TGroupBox
  153.     Left = 271
  154.     Top = 289
  155.     Width = 213
  156.     Height = 46
  157.     Caption = 'Determination'
  158.     TabOrder = 7
  159.     object Label7: TLabel
  160.       Left = 11
  161.       Top = 21
  162.       Width = 192
  163.       Height = 21
  164.       AutoSize = False
  165.       Caption = 'R^2'
  166.     end
  167.   end
  168.   object Button1: TButton
  169.     Left = 385
  170.     Top = 60
  171.     Width = 80
  172.     Height = 30
  173.     Caption = 'Help'
  174.     TabOrder = 5
  175.     OnClick = Button1Click
  176.   end
  177.   object NextB: TButton
  178.     Left = 290
  179.     Top = 60
  180.     Width = 80
  181.     Height = 30
  182.     Caption = 'Next'
  183.     TabOrder = 2
  184.     OnClick = NextBClick
  185.   end
  186. end
  187.