Changeset 135 for trunk/Forms/UFormHelp.lfm
- Timestamp:
- Jul 5, 2017, 9:56:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormHelp.lfm
r107 r135 1 1 object FormHelp: TFormHelp 2 Left = 56 03 Height = 2234 Top = 1445 Width = 4242 Left = 566 3 Height = 663 4 Top = 237 5 Width = 1012 6 6 Caption = 'Help' 7 ClientHeight = 2238 ClientWidth = 4247 ClientHeight = 663 8 ClientWidth = 1012 9 9 Constraints.MinHeight = 223 10 10 Constraints.MinWidth = 424 11 11 OnCreate = FormCreate 12 12 Position = poMainFormCenter 13 LCLVersion = '1. 4.4.0'13 LCLVersion = '1.6.4.0' 14 14 object Memo1: TMemo 15 15 Left = 6 16 Height = 21116 Height = 651 17 17 Top = 6 18 Width = 41218 Width = 1000 19 19 Align = alClient 20 20 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 )30 21 ReadOnly = True 31 22 ScrollBars = ssAutoBoth
Note:
See TracChangeset
for help on using the changeset viewer.