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

  1. object FillF: TFillF
  2.   Left = 723
  3.   Top = 344
  4.   HelpContext = 1140
  5.   BorderStyle = bsDialog
  6.   Caption = 'Math Fill Cells'
  7.   ClientHeight = 375
  8.   ClientWidth = 309
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 21
  17.   object Label1: TLabel
  18.     Left = 18
  19.     Top = 18
  20.     Width = 164
  21.     Height = 43
  22.     AutoSize = False
  23.     Caption = 'Series # 1'
  24.     Font.Color = clGreen
  25.     Font.Height = -33
  26.     Font.Name = 'Abadi MT Condensed Extra Bold'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object OperateOnBox: TRadioGroup
  31.     Left = 18
  32.     Top = 69
  33.     Width = 164
  34.     Height = 77
  35.     Caption = 'Operate on'
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'Times New Roman Special G1'
  39.     Font.Style = [fsBold]
  40.     ItemIndex = 0
  41.     Items.Strings = (
  42.       'X Column cells'
  43.       'Y Column cells')
  44.     ParentFont = False
  45.     TabOrder = 0
  46.   end
  47.   object FillBox: TGroupBox
  48.     Left = 18
  49.     Top = 158
  50.     Width = 273
  51.     Height = 203
  52.     Caption = 'Select Fill Limits'
  53.     TabOrder = 1
  54.     object Label2: TLabel
  55.       Left = 8
  56.       Top = 29
  57.       Width = 120
  58.       Height = 24
  59.       AutoSize = False
  60.       Caption = 'Start Index'
  61.       Font.Color = clBlack
  62.       Font.Height = -17
  63.       Font.Name = 'Times New Roman Special G1'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object Label3: TLabel
  68.       Left = 8
  69.       Top = 74
  70.       Width = 120
  71.       Height = 24
  72.       AutoSize = False
  73.       Caption = 'Stop Index'
  74.       Font.Color = clBlack
  75.       Font.Height = -17
  76.       Font.Name = 'Times New Roman Special G1'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label4: TLabel
  81.       Left = 8
  82.       Top = 118
  83.       Width = 120
  84.       Height = 24
  85.       AutoSize = False
  86.       Caption = 'Start Value'
  87.       Font.Color = clBlack
  88.       Font.Height = -17
  89.       Font.Name = 'Times New Roman Special G1'
  90.       Font.Style = [fsBold]
  91.       ParentFont = False
  92.     end
  93.     object Label5: TLabel
  94.       Left = 8
  95.       Top = 161
  96.       Width = 120
  97.       Height = 24
  98.       AutoSize = False
  99.       Caption = 'Step Value'
  100.       Font.Color = clBlack
  101.       Font.Height = -17
  102.       Font.Name = 'Times New Roman Special G1'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.     end
  106.     object Edit1: TEdit
  107.       Left = 132
  108.       Top = 26
  109.       Width = 121
  110.       Height = 30
  111.       AutoSize = False
  112.       Font.Color = clBlack
  113.       Font.Height = -17
  114.       Font.Name = 'Times New Roman Special G1'
  115.       Font.Style = [fsBold]
  116.       ParentFont = False
  117.       TabOrder = 0
  118.     end
  119.     object Edit2: TEdit
  120.       Left = 132
  121.       Top = 70
  122.       Width = 121
  123.       Height = 30
  124.       AutoSize = False
  125.       Font.Color = clBlack
  126.       Font.Height = -17
  127.       Font.Name = 'Times New Roman Special G1'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.       TabOrder = 1
  131.     end
  132.     object Edit3: TEdit
  133.       Left = 132
  134.       Top = 114
  135.       Width = 121
  136.       Height = 30
  137.       AutoSize = False
  138.       Font.Color = clBlack
  139.       Font.Height = -17
  140.       Font.Name = 'Times New Roman Special G1'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.       TabOrder = 2
  144.     end
  145.     object Edit4: TEdit
  146.       Left = 131
  147.       Top = 158
  148.       Width = 121
  149.       Height = 30
  150.       AutoSize = False
  151.       Font.Color = clBlack
  152.       Font.Height = -17
  153.       Font.Name = 'Times New Roman Special G1'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.       TabOrder = 3
  157.     end
  158.   end
  159.   object ButtonOK: TButton
  160.     Left = 207
  161.     Top = 9
  162.     Width = 84
  163.     Height = 28
  164.     Caption = 'OK'
  165.     TabOrder = 3
  166.     OnClick = ButtonOKClick
  167.   end
  168.   object ButtonOperate: TButton
  169.     Left = 207
  170.     Top = 121
  171.     Width = 84
  172.     Height = 28
  173.     Caption = 'Operate'
  174.     TabOrder = 2
  175.     OnClick = ButtonOperateClick
  176.   end
  177.   object ButtonHelp: TButton
  178.     Left = 207
  179.     Top = 84
  180.     Width = 84
  181.     Height = 28
  182.     Caption = 'Help'
  183.     TabOrder = 4
  184.     OnClick = ButtonHelpClick
  185.   end
  186.   object NextB: TButton
  187.     Left = 207
  188.     Top = 46
  189.     Width = 84
  190.     Height = 28
  191.     Caption = 'Next'
  192.     TabOrder = 5
  193.     OnClick = NextBClick
  194.   end
  195. end
  196.