source: cprs/branches/tmg-cprs/CPRS-Chart/fxBroker.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

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