source: cprs/trunk/CPRS-Chart/fxServer.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 1.8 KB
Line 
1inherited frmDbgServer: TfrmDbgServer
2 Left = 206
3 Top = 168
4 Caption = 'Server Information'
5 ClientHeight = 301
6 ClientWidth = 500
7 OldCreateOrder = True
8 Position = poScreenCenter
9 OnCreate = FormCreate
10 OnKeyUp = FormKeyUp
11 ExplicitWidth = 508
12 ExplicitHeight = 328
13 PixelsPerInch = 96
14 TextHeight = 13
15 object Label1: TLabel [0]
16 Left = 6
17 Top = 6
18 Width = 101
19 Height = 13
20 Caption = 'Current Symbol Table'
21 end
22 object memSymbols: TRichEdit [1]
23 Left = 6
24 Top = 20
25 Width = 488
26 Height = 248
27 Font.Charset = ANSI_CHARSET
28 Font.Color = clWindowText
29 Font.Height = -11
30 Font.Name = 'Courier New'
31 Font.Style = []
32 Lines.Strings = (
33 'memSymbols')
34 ParentFont = False
35 ReadOnly = True
36 ScrollBars = ssVertical
37 TabOrder = 0
38 WantReturns = False
39 end
40 object RadioButton1: TRadioButton [2]
41 Left = 8
42 Top = 276
43 Width = 125
44 Height = 17
45 Caption = 'Current Symbol Table'
46 Checked = True
47 TabOrder = 1
48 TabStop = True
49 end
50 object RadioButton2: TRadioButton [3]
51 Left = 156
52 Top = 276
53 Width = 105
54 Height = 17
55 Caption = 'Global Reference'
56 TabOrder = 2
57 end
58 object Edit1: TEdit [4]
59 Left = 264
60 Top = 274
61 Width = 229
62 Height = 21
63 Enabled = False
64 TabOrder = 3
65 end
66 inherited amgrMain: TVA508AccessibilityManager
67 Data = (
68 (
69 'Component = memSymbols'
70 'Status = stsDefault')
71 (
72 'Component = RadioButton1'
73 'Status = stsDefault')
74 (
75 'Component = RadioButton2'
76 'Status = stsDefault')
77 (
78 'Component = Edit1'
79 'Status = stsDefault')
80 (
81 'Component = frmDbgServer'
82 'Status = stsDefault'))
83 end
84end
Note: See TracBrowser for help on using the repository browser.