source: tags/1.0.0/Forms/UFormLog.lfm

Last change on this file was 96, checked in by chronos, 6 years ago
  • Added: Theming support.
  • Modified: Items in Options dialog divided to two pages.
File size: 385 bytes
Line 
1object FormLog: TFormLog
2 Left = 651
3 Height = 500
4 Top = 282
5 Width = 800
6 Caption = 'Log'
7 ClientHeight = 500
8 ClientWidth = 800
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 LCLVersion = '1.8.2.0'
12 object Memo1: TMemo
13 Left = 0
14 Height = 500
15 Top = 0
16 Width = 800
17 Align = alClient
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.