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

Last change on this file since 542 was 542, checked in by Kevin Toppenberg, 15 years ago

v1.1 Fixes Access/Verify code issues

File size: 1.6 KB
Line 
1object DebugForm: TDebugForm
2 Left = 324
3 Top = 204
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 Visible = False
55 DesignSize = (
56 510
57 41)
58 object btnHide: TButton
59 Left = 422
60 Top = 8
61 Width = 75
62 Height = 25
63 Anchors = [akRight, akBottom]
64 Caption = '&Hide'
65 TabOrder = 0
66 OnClick = btnHideClick
67 end
68 object btnClear: TButton
69 Left = 334
70 Top = 8
71 Width = 75
72 Height = 25
73 Anchors = [akRight, akBottom]
74 Caption = '&Clear'
75 TabOrder = 1
76 OnClick = btnClearClick
77 end
78 end
79end
Note: See TracBrowser for help on using the repository browser.