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

source: trunk/Forms/UFormHelp.lfm

Last change on this file was 135, checked in by chronos, 7 years ago
  • Modified: More detailed help.
File size: 487 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 566
3 Height = 663
4 Top = 237
5 Width = 1012
6 Caption = 'Help'
7 ClientHeight = 663
8 ClientWidth = 1012
9 Constraints.MinHeight = 223
10 Constraints.MinWidth = 424
11 OnCreate = FormCreate
12 Position = poMainFormCenter
13 LCLVersion = '1.6.4.0'
14 object Memo1: TMemo
15 Left = 6
16 Height = 651
17 Top = 6
18 Width = 1000
19 Align = alClient
20 BorderSpacing.Around = 6
21 ReadOnly = True
22 ScrollBars = ssAutoBoth
23 TabOrder = 0
24 end
25end
Note: See TracBrowser for help on using the repository browser.