source: branches/CpuSingleSize/Forms/FormHelp.lfm

Last change on this file was 238, checked in by chronos, 16 months ago
  • Modified: Removed U prefix from unit names.
  • Fixed: Memory leaks.
File size: 421 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 488
3 Height = 676
4 Top = 352
5 Width = 1063
6 Caption = 'Help'
7 ClientHeight = 676
8 ClientWidth = 1063
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.0.10.0'
12 object Memo1: TMemo
13 Left = 8
14 Height = 660
15 Top = 8
16 Width = 1047
17 Align = alClient
18 BorderSpacing.Around = 8
19 ReadOnly = True
20 ScrollBars = ssAutoBoth
21 TabOrder = 0
22 end
23end
Note: See TracBrowser for help on using the repository browser.