source: trunk/Forms/FormHelp.lfm

Last change on this file was 317, checked in by chronos, 6 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Use TFormEx for all forms for code simplification.
File size: 507 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 1040
3 Height = 432
4 Top = 540
5 Width = 582
6 Caption = 'Help'
7 ClientHeight = 432
8 ClientWidth = 582
9 Constraints.MinHeight = 268
10 Constraints.MinWidth = 509
11 DesignTimePPI = 144
12 OnCreate = FormCreate
13 Position = poMainFormCenter
14 LCLVersion = '3.4.0.0'
15 object Memo1: TMemo
16 Left = 7
17 Height = 418
18 Top = 7
19 Width = 568
20 Align = alClient
21 BorderSpacing.Around = 7
22 ReadOnly = True
23 ScrollBars = ssAutoBoth
24 TabOrder = 0
25 end
26end
Note: See TracBrowser for help on using the repository browser.