source: trunk/Forms/FormConsole.lfm

Last change on this file was 176, checked in by chronos, 3 months ago
  • Modified: Use monospace font.
  • Modified: Do not extra scale controls dimensions.
File size: 1.1 KB
Line 
1object FormConsole: TFormConsole
2 Left = 779
3 Height = 689
4 Top = 375
5 Width = 1002
6 Caption = 'Console'
7 ClientHeight = 689
8 ClientWidth = 1002
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 Position = poMainFormCenter
15 LCLVersion = '3.4.0.0'
16 object Memo1: TMemo
17 Left = 4
18 Height = 628
19 Top = 56
20 Width = 993
21 Align = alCustom
22 Anchors = [akTop, akLeft, akRight, akBottom]
23 BorderSpacing.Around = 3
24 Font.Height = 20
25 Font.Name = 'Liberation Mono'
26 Font.Pitch = fpFixed
27 ParentFont = False
28 ReadOnly = True
29 ScrollBars = ssAutoBoth
30 TabOrder = 0
31 end
32 object ButtonAbort: TButton
33 Left = 883
34 Height = 38
35 Top = 10
36 Width = 112
37 Anchors = [akTop, akRight]
38 Caption = 'Abort'
39 TabOrder = 1
40 OnClick = ButtonAbortClick
41 end
42 object EditCommand: TEdit
43 Left = 4
44 Height = 43
45 Top = 10
46 Width = 868
47 Anchors = [akTop, akLeft, akRight]
48 ReadOnly = True
49 TabOrder = 2
50 end
51 object Timer1: TTimer
52 Enabled = False
53 Interval = 1
54 OnTimer = Timer1Timer
55 Left = 108
56 Top = 168
57 end
58end
Note: See TracBrowser for help on using the repository browser.