source: trunk/Forms/FormHelp.lfm

Last change on this file was 153, checked in by chronos, 3 months ago
  • Added: Full screen switching support.
  • Added: Help form.
  • Modified: Updated Common package.
  • Fixed: Execution of compiled Java and C# programs.
  • Fixed: Removed interlanced empty lines in Console form on Unix.
File size: 416 bytes
Line 
1object FormHelp: TFormHelp
2 Left = 474
3 Height = 667
4 Top = 344
5 Width = 972
6 Caption = 'Help'
7 ClientHeight = 667
8 ClientWidth = 972
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '3.4.0.0'
12 object MemoHelp: TMemo
13 Left = 8
14 Height = 651
15 Top = 8
16 Width = 956
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.