Ignore:
Timestamp:
Jul 5, 2017, 9:56:03 PM (7 years ago)
Author:
chronos
Message:
  • Modified: More detailed help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormHelp.lfm

    r107 r135  
    11object FormHelp: TFormHelp
    2   Left = 560
    3   Height = 223
    4   Top = 144
    5   Width = 424
     2  Left = 566
     3  Height = 663
     4  Top = 237
     5  Width = 1012
    66  Caption = 'Help'
    7   ClientHeight = 223
    8   ClientWidth = 424
     7  ClientHeight = 663
     8  ClientWidth = 1012
    99  Constraints.MinHeight = 223
    1010  Constraints.MinWidth = 424
    1111  OnCreate = FormCreate
    1212  Position = poMainFormCenter
    13   LCLVersion = '1.4.4.0'
     13  LCLVersion = '1.6.4.0'
    1414  object Memo1: TMemo
    1515    Left = 6
    16     Height = 211
     16    Height = 651
    1717    Top = 6
    18     Width = 412
     18    Width = 1000
    1919    Align = alClient
    2020    BorderSpacing.Around = 6
    21     Lines.Strings = (
    22       'xTactics is a risk based strategic game. Main '
    23       'focus of the game is to offer player various '
    24       'possibilities to configure game conditions. '
    25       'Map for game is generated randomly for each '
    26       'play. Game is multiplayer so single player can '
    27       'play with other human opponents or with '
    28       'many computer opponents.'
    29     )
    3021    ReadOnly = True
    3122    ScrollBars = ssAutoBoth
Note: See TracChangeset for help on using the changeset viewer.