source: trunk/UFormLog.lfm

Last change on this file was 4, checked in by chronos, 10 years ago
  • Added: Rearrange items in tree according Depends and Condition.
  • Fixed: Wrong parsing multiline commands.
  • Added: Log and option list forms.
File size: 340 bytes
Line 
1object FormLog: TFormLog
2 Left = 784
3 Height = 1000
4 Top = 79
5 Width = 1000
6 Caption = 'Log'
7 ClientHeight = 1000
8 ClientWidth = 1000
9 LCLVersion = '1.3'
10 object Memo1: TMemo
11 Left = 0
12 Height = 1000
13 Top = 0
14 Width = 1000
15 Align = alClient
16 ReadOnly = True
17 ScrollBars = ssAutoBoth
18 TabOrder = 0
19 end
20end
Note: See TracBrowser for help on using the repository browser.