home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / PACMAN / UTEEHELP.DFM / UTEEHELP.txt
Encoding:
Text File  |  1998-10-24  |  1.0 KB  |  47 lines

  1. object TeeHelp: TTeeHelp
  2.   Left = 200
  3.   Top = 103
  4.   Width = 392
  5.   Height = 276
  6.   Caption = 'TeePac Help...  How To Play ?'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object BitBtn1: TBitBtn
  14.     Left = 89
  15.     Top = 207
  16.     Width = 204
  17.     Height = 33
  18.     Caption = '&Return to TeePac'
  19.     TabOrder = 0
  20.     Kind = bkClose
  21.   end
  22.   object Memo1: TMemo
  23.     Left = 5
  24.     Top = 3
  25.     Width = 372
  26.     Height = 190
  27.     Alignment = taCenter
  28.     Lines.Strings = (
  29.       ''
  30.       
  31.         'This fully functional game demonstrates some TeeChart Pro capabi' +
  32.         'lities.'
  33.       ''
  34.       'Game Keys:'
  35.       ''
  36.       'Arrows       Go Left,Right,Top and Bottom'
  37.       'Z               Turn Zoom on / off'
  38.       '3               Turn 3D on / off'
  39.       'A               Turn Axis on / off'
  40.       ''
  41.       'Use the menus for more options.'
  42.       ''
  43.       'Copyright (c) 1995-1998 by David Berneda. All Rights Reserved.')
  44.     TabOrder = 1
  45.   end
  46. end
  47.