source: cprs/branches/GUI-config/DebugU.dfm@ 488

Last change on this file since 488 was 488, checked in by Kevin Toppenberg, 16 years ago

Added debug log form

File size: 1.5 KB
Line 
1object DebugForm: TDebugForm
2 Left = 6
3 Top = 2
4 Width = 518
5 Height = 488
6 Caption = 'Message Log'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 Visible = True
15 PixelsPerInch = 96
16 TextHeight = 13
17 object Memo: TMemo
18 Left = 0
19 Top = 33
20 Width = 510
21 Height = 380
22 Align = alClient
23 ScrollBars = ssBoth
24 TabOrder = 0
25 end
26 object Panel1: TPanel
27 Left = 0
28 Top = 0
29 Width = 510
30 Height = 33
31 Align = alTop
32 TabOrder = 1
33 object Label1: TLabel
34 Left = 10
35 Top = 7
36 Width = 82
37 Height = 19
38 Caption = 'Message Log'
39 Font.Charset = ANSI_CHARSET
40 Font.Color = clWindowText
41 Font.Height = -16
42 Font.Name = 'Times New Roman'
43 Font.Style = []
44 ParentFont = False
45 end
46 end
47 object Panel2: TPanel
48 Left = 0
49 Top = 413
50 Width = 510
51 Height = 41
52 Align = alBottom
53 TabOrder = 2
54 DesignSize = (
55 510
56 41)
57 object btnHide: TButton
58 Left = 422
59 Top = 8
60 Width = 75
61 Height = 25
62 Anchors = [akRight, akBottom]
63 Caption = '&Hide'
64 TabOrder = 0
65 OnClick = btnHideClick
66 end
67 object btnClear: TButton
68 Left = 334
69 Top = 8
70 Width = 75
71 Height = 25
72 Anchors = [akRight, akBottom]
73 Caption = '&Clear'
74 TabOrder = 1
75 OnClick = btnClearClick
76 end
77 end
78end
Note: See TracBrowser for help on using the repository browser.