source: trunk/Forms/FormLog.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 408 bytes
Line 
1object FormLog: TFormLog
2 Left = 651
3 Height = 600
4 Top = 282
5 Width = 960
6 Caption = 'Log'
7 ClientHeight = 600
8 ClientWidth = 960
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.0.0.4'
12 object Memo1: TMemo
13 Left = 0
14 Height = 600
15 Top = 0
16 Width = 960
17 Align = alClient
18 ParentFont = False
19 ReadOnly = True
20 ScrollBars = ssAutoBoth
21 TabOrder = 0
22 end
23end
Note: See TracBrowser for help on using the repository browser.