source: trunk/Forms/UFormHelp.lfm

Last change on this file was 29, checked in by chronos, 5 years ago
  • Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
File size: 411 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 751
3 Height = 360
4 Top = 406
5 Width = 480
6 Caption = 'Help'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.2.0'
14 object Memo1: TMemo
15 Left = 8
16 Height = 344
17 Top = 8
18 Width = 464
19 Align = alClient
20 BorderSpacing.Around = 8
21 TabOrder = 0
22 end
23end
Note: See TracBrowser for help on using the repository browser.