source: trunk/Forms/UFormConsole.lfm

Last change on this file was 8, checked in by chronos, 10 years ago
  • Added: Checkout form and ability to checkout new working copy.
File size: 1.1 KB
Line 
1object FormConsole: TFormConsole
2 Left = 449
3 Height = 727
4 Top = 261
5 Width = 975
6 Caption = 'Console'
7 ClientHeight = 727
8 ClientWidth = 975
9 OnClose = FormClose
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 Position = poMainFormCenter
14 LCLVersion = '1.5'
15 object Memo1: TMemo
16 Left = 4
17 Height = 674
18 Top = 48
19 Width = 966
20 Align = alCustom
21 Anchors = [akTop, akLeft, akRight, akBottom]
22 BorderSpacing.Around = 2
23 Font.Name = 'DejaVu Sans Mono'
24 ParentFont = False
25 ReadOnly = True
26 ScrollBars = ssAutoBoth
27 TabOrder = 0
28 end
29 object ButtonAbort: TButton
30 Left = 895
31 Height = 25
32 Top = 8
33 Width = 75
34 Anchors = [akTop, akRight]
35 Caption = 'Abort'
36 OnClick = ButtonAbortClick
37 TabOrder = 1
38 end
39 object EditCommand: TEdit
40 Left = 4
41 Height = 35
42 Top = 7
43 Width = 884
44 Anchors = [akTop, akLeft, akRight]
45 ReadOnly = True
46 TabOrder = 2
47 end
48 object Timer1: TTimer
49 Enabled = False
50 Interval = 1
51 OnTimer = Timer1Timer
52 left = 72
53 top = 112
54 end
55end
Note: See TracBrowser for help on using the repository browser.