source: tags/1.0.0/Forms/UFormOutput.lfm

Last change on this file was 59, checked in by chronos, 9 years ago
  • Added: Support for high DPI screens. If not detected automatically correctly then user can specify desired values.
  • Updated: Common package to newer version.
File size: 615 bytes
Line 
1object FormOutput: TFormOutput
2 Left = 256
3 Height = 440
4 Top = 32
5 Width = 320
6 Caption = 'Output'
7 ClientHeight = 440
8 ClientWidth = 320
9 LCLVersion = '1.3'
10 object Label2: TLabel
11 Left = 4
12 Height = 25
13 Top = 4
14 Width = 312
15 Align = alTop
16 BorderSpacing.Around = 4
17 Caption = 'Output:'
18 ParentColor = False
19 end
20 object MemoOutput: TMemo
21 Left = 4
22 Height = 403
23 Top = 33
24 Width = 312
25 Align = alClient
26 BorderSpacing.Around = 4
27 Font.Height = -12
28 Font.Name = 'Courier New'
29 ParentFont = False
30 ScrollBars = ssAutoBoth
31 TabOrder = 0
32 end
33end
Note: See TracBrowser for help on using the repository browser.