source: trunk/Forms/FormHelp.lfm

Last change on this file was 86, checked in by chronos, 3 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Used TFormEx for all forms for code simplification.
  • Fixed: Fullscreen mode switching error.
File size: 365 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 OnShow = FormShow
11 LCLVersion = '3.4.0.0'
12 object Memo1: TMemo
13 Left = 8
14 Height = 344
15 Top = 8
16 Width = 464
17 Align = alClient
18 BorderSpacing.Around = 8
19 TabOrder = 0
20 end
21end
Note: See TracBrowser for help on using the repository browser.