home *** CD-ROM | disk | FTP | other *** search
/ 95 Maailman Parasta Windows 95 Peliä / 95pelia.bin / Board / lines95 / LINES95.EXE / 0 / RCDATA / THELPBOX / THELPBOX.txt
Text File  |  1997-05-03  |  3KB  |  109 lines

  1. object HelpBox: THelpBox
  2.   Left = 239
  3.   Top = -8
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 379
  7.   ClientWidth = 606
  8.   Font.Color = clBlack
  9.   Font.Height = -16
  10.   Font.Name = 'Times New Roman'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 19
  15.   object HelpPanel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 606
  19.     Height = 379
  20.     Align = alClient
  21.     BevelInner = bvLowered
  22.     BevelWidth = 3
  23.     BorderWidth = 3
  24.     TabOrder = 0
  25.     object Header: TLabel3d
  26.       Left = 9
  27.       Top = 9
  28.       Width = 588
  29.       Height = 51
  30.       Align = alTop
  31.       Alignment = taCenter
  32.       Caption = 'About LINES'
  33.       Color = 13697023
  34.       Font.Color = clBlue
  35.       Font.Height = -43
  36.       Font.Name = 'Arial Cyr'
  37.       Font.Style = [fsBold]
  38.       ParentColor = False
  39.       ParentFont = False
  40.       ShadowDepth = 4
  41.       TextStyle = tsShadow
  42.     end
  43.     object HelpText: TMemo
  44.       Left = 9
  45.       Top = 60
  46.       Width = 588
  47.       Height = 310
  48.       Align = alClient
  49.       Color = 14745599
  50.       Enabled = False
  51.       Lines.Strings = (
  52.         
  53.           '                                                  Rules very sim' +
  54.           'ple'
  55.         
  56.           '     You must construct lines from ball of single color in. Dire' +
  57.           'ctions are vertical, '
  58.         
  59.           'horizontal and diagonal. Select the ball by left mouse button th' +
  60.           'en indicate destination '
  61.         
  62.           'position where you want replace the ball. After each move on boa' +
  63.           'rd dropped three new '
  64.         
  65.           'balls. Five or more balls consist one complete line. Each colple' +
  66.           'ted line remove from '
  67.         
  68.           'board and You get bonus point and one additional move. 5 balls g' +
  69.           'ives 5 point, 6 gives '
  70.         
  71.           '12, 7 gives 21 and etc. Games stopped if no more free positions ' +
  72.           'on board.'
  73.         
  74.           '     Before start a game you need a register. If you member of c' +
  75.           'lub simple check '
  76.         
  77.           'yourself and press button START, else you must register as PRETE' +
  78.           'NDER.'
  79.         
  80.           '     Presidend of club is player number 1. You also can stay a p' +
  81.           'resident, get points more '
  82.         
  83.           'than anybody. Be carefully before try to stay a president, becau' +
  84.           'se old presidend may '
  85.         
  86.           'exclude you from club before you can him remove. He is all-power' +
  87.           'fful but not immortal.'
  88.         
  89.           '     I can write all properties of game but you can find all its' +
  90.           'elf.'
  91.         ''
  92.         
  93.           '                                             Best wishes Anatoly' +
  94.           ' Podgoretsky')
  95.       ReadOnly = True
  96.       TabOrder = 0
  97.       WantReturns = False
  98.     end
  99.     object OkButton: TBitBtn
  100.       Left = 502
  101.       Top = 328
  102.       Width = 75
  103.       Height = 25
  104.       TabOrder = 1
  105.       Kind = bkOK
  106.     end
  107.   end
  108. end
  109.