Changeset 107 for trunk/Forms/UFormHelp.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormHelp.lfm
r98 r107 1 1 object FormHelp: TFormHelp 2 2 Left = 560 3 Height = 6833 Height = 223 4 4 Top = 144 5 Width = 8505 Width = 424 6 6 Caption = 'Help' 7 ClientHeight = 683 8 ClientWidth = 850 7 ClientHeight = 223 8 ClientWidth = 424 9 Constraints.MinHeight = 223 10 Constraints.MinWidth = 424 9 11 OnCreate = FormCreate 10 12 Position = poMainFormCenter 11 LCLVersion = '1. 3'13 LCLVersion = '1.4.4.0' 12 14 object Memo1: TMemo 13 15 Left = 6 14 Height = 67116 Height = 211 15 17 Top = 6 16 Width = 83818 Width = 412 17 19 Align = alClient 18 20 BorderSpacing.Around = 6 19 21 Lines.Strings = ( 20 'xTactics is a risk based strategic game. Main focus of the game is to offer player various possibilities to configure game conditions. Map for game is generated randomly for each play. Game is multiplayer so single player can play with other human opponents or with many computer opponents.' 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.' 21 29 ) 22 30 ReadOnly = True
Note:
See TracChangeset
for help on using the changeset viewer.