source: trunk/Packages/ModularSystem/Demo/ULogForm.lfm

Last change on this file was 73, checked in by chronos, 12 years ago
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
File size: 388 bytes
Line 
1object LogForm: TLogForm
2 Left = 74
3 Height = 240
4 Top = 183
5 Width = 320
6 Caption = 'Log'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '1.0.1.3'
10 object Memo1: TMemo
11 Left = 2
12 Height = 236
13 Top = 2
14 Width = 316
15 Align = alClient
16 BorderSpacing.Around = 2
17 ReadOnly = True
18 ScrollBars = ssAutoBoth
19 TabOrder = 0
20 end
21end
Note: See TracBrowser for help on using the repository browser.