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

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

Upgrading to version 27

File size: 4.4 KB
Line 
1inherited frmBroker: TfrmBroker
2 Left = 338
3 Top = 235
4 BorderIcons = [biSystemMenu]
5 Caption = 'Broker Calls'
6 ClientHeight = 273
7 ClientWidth = 427
8 OldCreateOrder = True
9 Position = poScreenCenter
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnKeyUp = FormKeyUp
13 OnResize = FormResize
14 ExplicitWidth = 435
15 ExplicitHeight = 300
16 PixelsPerInch = 96
17 TextHeight = 13
18 object pnlTop: TORAutoPanel [0]
19 Left = 0
20 Top = 0
21 Width = 427
22 Height = 53
23 Align = alTop
24 BevelOuter = bvNone
25 TabOrder = 0
26 object lblMaxCalls: TLabel
27 Left = 8
28 Top = 8
29 Width = 91
30 Height = 13
31 Caption = 'Max Calls Retained'
32 end
33 object lblCallID: TStaticText
34 Left = 125
35 Top = 20
36 Width = 90
37 Height = 17
38 Alignment = taCenter
39 Caption = 'Last Broker Call -0'
40 TabOrder = 4
41 end
42 object txtMaxCalls: TCaptionEdit
43 Left = 8
44 Top = 24
45 Width = 81
46 Height = 21
47 TabOrder = 0
48 Text = '10'
49 Caption = 'Max Calls Retained'
50 end
51 object cmdPrev: TBitBtn
52 Left = 319
53 Top = 8
54 Width = 50
55 Height = 37
56 Caption = 'Prev'
57 Font.Charset = DEFAULT_CHARSET
58 Font.Color = clWindowText
59 Font.Height = -11
60 Font.Name = 'MS Sans Serif'
61 Font.Style = []
62 ParentFont = False
63 TabOrder = 1
64 OnClick = cmdPrevClick
65 Glyph.Data = {
66 36010000424D360100000000000076000000280000001E0000000C0000000100
67 040000000000C000000000000000000000001000000010000000000000000000
68 80000080000000808000800000008000800080800000C0C0C000808080000000
69 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777887777
70 7777777778877777770077777008777777777777778777777700777700087777
71 7777777777877777770077700008888888877777778888888800770000000000
72 0087777777777777780070000000000000877777777777777800F00000000000
73 008F7777777777777800FF0000000000008F77777777777778007FF00007FFFF
74 FF77FF77777FFFFFF70077FF0008777777777FF7778777777700777FF0087777
75 777777FF7787777777007777FFF777777777777FFF7777777700}
76 Layout = blGlyphTop
77 end
78 object cmdNext: TBitBtn
79 Left = 369
80 Top = 8
81 Width = 50
82 Height = 37
83 Caption = 'Next'
84 TabOrder = 2
85 OnClick = cmdNextClick
86 Glyph.Data = {
87 36010000424D360100000000000076000000280000001E0000000C0000000100
88 040000000000C000000000000000000000001000000010000000000000000000
89 80000080000000808000800000008000800080800000C0C0C000808080000000
90 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777778877
91 777777777778877777007777777F00877777777777F7787777007777777F0008
92 7777777777F77787770078888887000087778888887777787700F00000000000
93 087F7777777777778700F00000000000008F7777777777777800F00000000000
94 007F7777777777777700F00000000000077F7777777777777700FFFFFFFF0000
95 777FFFFFFFF7777777007777777F00077777777777F7777777007777777F0077
96 7777777777F7777777007777777FF7777777777777FF77777700}
97 Layout = blGlyphTop
98 end
99 object udMax: TUpDown
100 Left = 89
101 Top = 24
102 Width = 15
103 Height = 21
104 Associate = txtMaxCalls
105 Min = 1
106 Position = 10
107 TabOrder = 3
108 end
109 object btnRLT: TButton
110 Left = 257
111 Top = 18
112 Width = 31
113 Height = 21
114 Caption = 'RLT'
115 TabOrder = 6
116 OnClick = btnRLTClick
117 end
118 end
119 object memData: TRichEdit [1]
120 Left = 0
121 Top = 53
122 Width = 427
123 Height = 220
124 Align = alClient
125 HideScrollBars = False
126 ReadOnly = True
127 ScrollBars = ssBoth
128 TabOrder = 1
129 WantReturns = False
130 end
131 inherited amgrMain: TVA508AccessibilityManager
132 Data = (
133 (
134 'Component = pnlTop'
135 'Status = stsDefault')
136 (
137 'Component = lblCallID'
138 'Status = stsDefault')
139 (
140 'Component = txtMaxCalls'
141 'Status = stsDefault')
142 (
143 'Component = cmdPrev'
144 'Status = stsDefault')
145 (
146 'Component = cmdNext'
147 'Status = stsDefault')
148 (
149 'Component = udMax'
150 'Status = stsDefault')
151 (
152 'Component = btnRLT'
153 'Status = stsDefault')
154 (
155 'Component = memData'
156 'Status = stsDefault')
157 (
158 'Component = frmBroker'
159 'Status = stsDefault'))
160 end
161end
Note: See TracBrowser for help on using the repository browser.