close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: tags/1.0.0/Forms/UFormHelp.lfm

Last change on this file was 107, checked in by chronos, 8 years ago
  • Added: Form constraintes which are also scaled for High DPI.
File size: 865 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 560
3 Height = 223
4 Top = 144
5 Width = 424
6 Caption = 'Help'
7 ClientHeight = 223
8 ClientWidth = 424
9 Constraints.MinHeight = 223
10 Constraints.MinWidth = 424
11 OnCreate = FormCreate
12 Position = poMainFormCenter
13 LCLVersion = '1.4.4.0'
14 object Memo1: TMemo
15 Left = 6
16 Height = 211
17 Top = 6
18 Width = 412
19 Align = alClient
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 ReadOnly = True
31 ScrollBars = ssAutoBoth
32 TabOrder = 0
33 end
34end
Note: See TracBrowser for help on using the repository browser.