home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 March / dpcb0397.iso / multimed / HELICOP / heliDemo.exe / 0 / RCDATA / TREINFORCEMENT_FORM / TREINFORCEMENT_FORM.txt
Text File  |  1996-12-11  |  5KB  |  227 lines

  1. object Reinforcement_Form: TReinforcement_Form
  2.   Left = 0
  3.   Top = 0
  4.   ActiveControl = KeyGrabber1
  5.   BorderStyle = bsNone
  6.   Caption = 'Reinforcement_Form'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Reinforcement_Backdrop: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 640
  22.     Height = 480
  23.   end
  24.   object Exit_Button: TImage
  25.     Left = 508
  26.     Top = 423
  27.     Width = 121
  28.     Height = 54
  29.     Visible = False
  30.     OnClick = Exit_ButtonClick
  31.   end
  32.   object Type_the_Word_Label: TLabel
  33.     Left = 228
  34.     Top = 320
  35.     Width = 171
  36.     Height = 29
  37.     Caption = 'Type the word:'
  38.     Font.Color = clWhite
  39.     Font.Height = -24
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Target_Word_Display: TLabel
  46.     Left = 415
  47.     Top = 320
  48.     Width = 200
  49.     Height = 33
  50.     AutoSize = False
  51.     Caption = 'targ word'
  52.     Font.Color = clWhite
  53.     Font.Height = -24
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Your_Word_Label: TLabel
  60.     Left = 273
  61.     Top = 354
  62.     Width = 131
  63.     Height = 37
  64.     AutoSize = False
  65.     Caption = 'Your word:'
  66.     Font.Color = clWhite
  67.     Font.Height = -24
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object Target_Word_Input: TLabel
  74.     Left = 415
  75.     Top = 354
  76.     Width = 189
  77.     Height = 29
  78.     Caption = 'aquamarine'
  79.     Font.Color = clWhite
  80.     Font.Height = -24
  81.     Font.Name = 'Arial'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     Transparent = True
  85.   end
  86.   object Wrong: TLabel
  87.     Left = 144
  88.     Top = 402
  89.     Width = 369
  90.     Height = 62
  91.     Alignment = taCenter
  92.     AutoSize = False
  93.     Caption = 'This word is incorrect.  Try harder next time.'
  94.     Font.Color = clWhite
  95.     Font.Height = -24
  96.     Font.Name = 'Arial'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.     Transparent = True
  100.     WordWrap = True
  101.   end
  102.   object Exit_Label: TLabel
  103.     Left = 506
  104.     Top = 438
  105.     Width = 125
  106.     Height = 19
  107.     Alignment = taCenter
  108.     AutoSize = False
  109.     Caption = 'Continue'
  110.     Font.Color = clWhite
  111.     Font.Height = -16
  112.     Font.Name = 'Arial'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     Transparent = True
  116.     Visible = False
  117.     OnClick = Exit_ButtonClick
  118.   end
  119.   object SpellCheck_Button: TImage
  120.     Left = 508
  121.     Top = 369
  122.     Width = 121
  123.     Height = 54
  124.     Visible = False
  125.     OnClick = Add_Word_ButtonClick
  126.   end
  127.   object SpellCheck_Label: TLabel
  128.     Left = 509
  129.     Top = 386
  130.     Width = 119
  131.     Height = 22
  132.     Alignment = taCenter
  133.     AutoSize = False
  134.     Caption = 'Store'
  135.     Font.Color = clWhite
  136.     Font.Height = -16
  137.     Font.Name = 'Arial'
  138.     Font.Style = [fsBold]
  139.     ParentFont = False
  140.     Transparent = True
  141.     Visible = False
  142.     OnClick = Add_Word_ButtonClick
  143.   end
  144.   object Fuel_Guage: TGauge
  145.     Left = 301
  146.     Top = 383
  147.     Width = 239
  148.     Height = 27
  149.     Color = clNavy
  150.     ShowText = False
  151.     Font.Color = clBlack
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ForeColor = clRed
  156.     BackColor = clBlack
  157.     ParentColor = False
  158.     ParentFont = False
  159.     Progress = 50
  160.     Visible = False
  161.   end
  162.   object Multiplier_Label: TLabel
  163.     Left = 526
  164.     Top = 33
  165.     Width = 69
  166.     Height = 25
  167.     AutoSize = False
  168.     Caption = 'x 999'
  169.     Font.Color = clWhite
  170.     Font.Height = -24
  171.     Font.Name = 'Arial'
  172.     Font.Style = [fsBold]
  173.     ParentFont = False
  174.     Transparent = True
  175.     Visible = False
  176.   end
  177.   object Result_Label: TLabel
  178.     Left = 223
  179.     Top = 162
  180.     Width = 118
  181.     Height = 25
  182.     Alignment = taCenter
  183.     AutoSize = False
  184.     Caption = 'x 99'
  185.     Font.Color = clWhite
  186.     Font.Height = -24
  187.     Font.Name = 'Arial'
  188.     Font.Style = [fsBold]
  189.     ParentFont = False
  190.     Transparent = True
  191.     Visible = False
  192.   end
  193.   object Bonus_Label: TLabel
  194.     Left = 240
  195.     Top = 345
  196.     Width = 392
  197.     Height = 25
  198.     Alignment = taCenter
  199.     AutoSize = False
  200.     Caption = 'Adding fuel bonus'
  201.     Color = clWhite
  202.     Font.Color = clWhite
  203.     Font.Height = -21
  204.     Font.Name = 'Arial'
  205.     Font.Style = [fsBold]
  206.     ParentColor = False
  207.     ParentFont = False
  208.     Transparent = True
  209.     Visible = False
  210.     WordWrap = True
  211.   end
  212.   object KeyGrabber1: TKeyGrabber
  213.     Left = 111
  214.     Top = 0
  215.     Width = 28
  216.     Height = 28
  217.     OnKeyDown = KeyGrabber1KeyDown
  218.   end
  219.   object Timer1: TTimer
  220.     Enabled = False
  221.     Interval = 10000
  222.     OnTimer = HiResTimerTimer
  223.     Left = 44
  224.     Top = 21
  225.   end
  226. end
  227.