source: trunk/Forms/FormOutput.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: 666 bytes
Line 
1object FormOutput: TFormOutput
2 Left = 736
3 Height = 343
4 Top = 502
5 Width = 640
6 Caption = 'Output'
7 ClientHeight = 343
8 ClientWidth = 640
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.2.6.0'
12 object Label2: TLabel
13 Left = 4
14 Height = 26
15 Top = 4
16 Width = 632
17 Align = alTop
18 BorderSpacing.Around = 4
19 Caption = 'Output:'
20 ParentColor = False
21 end
22 object MemoOutput: TMemo
23 Left = 4
24 Height = 305
25 Top = 34
26 Width = 632
27 Align = alClient
28 BorderSpacing.Around = 4
29 Font.Height = -12
30 Font.Name = 'Courier New'
31 ParentFont = False
32 ScrollBars = ssAutoBoth
33 TabOrder = 0
34 end
35end
Note: See TracBrowser for help on using the repository browser.