home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / INSTR.DFM / INSTR.txt
Text File  |  1997-02-28  |  2KB  |  79 lines

  1. object About: TAbout
  2.   Left = 317
  3.   Top = 133
  4.   BorderStyle = bsSingle
  5.   Caption = 'About Football...'
  6.   ClientHeight = 384
  7.   ClientWidth = 229
  8.   Color = clBlue
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 29
  18.     Top = 6
  19.     Width = 171
  20.     Height = 16
  21.     Caption = 'FOOTBALL INSTRUCTIONS'
  22.     Font.Color = clWhite
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 18
  30.     Top = 32
  31.     Width = 192
  32.     Height = 306
  33.     BorderStyle = bsNone
  34.     Color = clBlue
  35.     Ctl3D = False
  36.     Font.Color = clWhite
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     Lines.Strings = (
  41.       'The Computer'#39's on Defense.'
  42.       'You Control the Running Back.'
  43.       ''
  44.       'Slide OFF switch to PRO 1'
  45.       '(PRO 2 for advanced players).'
  46.       ''
  47.       'Press ST button for downs, field'
  48.       'position and yards to go.'
  49.       ''
  50.       'Press ARROW buttons to maneuver'
  51.       'running back (bright blip) through'
  52.       'tacklers (dimmer blips).  Tackled?'
  53.       'Game stops.'
  54.       ''
  55.       'Press ST button to check status and'
  56.       'reset field.  Try another play.'
  57.       ''
  58.       'On fourth down, try a run, or push'
  59.       'K button to punt or kick field goal.'
  60.       ''
  61.       'If the game malfunctions it may'
  62.       'mean battery wear.  Use a fresh one.'
  63.       '(Just kidding.)')
  64.     ParentCtl3D = False
  65.     ParentFont = False
  66.     ReadOnly = True
  67.     TabOrder = 0
  68.   end
  69.   object Button1: TButton
  70.     Left = 77
  71.     Top = 348
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.   end
  78. end
  79.