1 | inherited frmOrdersEvntRelease: TfrmOrdersEvntRelease
|
---|
2 | Left = 196
|
---|
3 | Top = 66
|
---|
4 | Caption = 'Auto DC/Release Event Orders'
|
---|
5 | ClientHeight = 328
|
---|
6 | ClientWidth = 443
|
---|
7 | OldCreateOrder = False
|
---|
8 | OnClose = FormClose
|
---|
9 | OnCreate = FormCreate
|
---|
10 | OnShow = FormShow
|
---|
11 | ExplicitWidth = 451
|
---|
12 | ExplicitHeight = 355
|
---|
13 | PixelsPerInch = 96
|
---|
14 | TextHeight = 13
|
---|
15 | object pnlTop: TPanel [0]
|
---|
16 | Left = 0
|
---|
17 | Top = 0
|
---|
18 | Width = 443
|
---|
19 | Height = 85
|
---|
20 | Align = alTop
|
---|
21 | TabOrder = 0
|
---|
22 | object lblPtInfo: TStaticText
|
---|
23 | Left = 1
|
---|
24 | Top = 1
|
---|
25 | Width = 441
|
---|
26 | Height = 52
|
---|
27 | Align = alTop
|
---|
28 | AutoSize = False
|
---|
29 | TabOrder = 1
|
---|
30 | end
|
---|
31 | object Panel1: TPanel
|
---|
32 | Left = 1
|
---|
33 | Top = 53
|
---|
34 | Width = 441
|
---|
35 | Height = 31
|
---|
36 | Align = alClient
|
---|
37 | TabOrder = 0
|
---|
38 | object Panel2: TPanel
|
---|
39 | Left = 293
|
---|
40 | Top = 1
|
---|
41 | Width = 147
|
---|
42 | Height = 29
|
---|
43 | Align = alClient
|
---|
44 | TabOrder = 0
|
---|
45 | DesignSize = (
|
---|
46 | 147
|
---|
47 | 29)
|
---|
48 | object btnApply: TButton
|
---|
49 | Left = 80
|
---|
50 | Top = 4
|
---|
51 | Width = 63
|
---|
52 | Height = 21
|
---|
53 | Anchors = [akRight, akBottom]
|
---|
54 | Caption = 'Apply'
|
---|
55 | TabOrder = 2
|
---|
56 | OnClick = btnApplyClick
|
---|
57 | OnKeyDown = btnApplyKeyDown
|
---|
58 | end
|
---|
59 | object updown1: TUpDown
|
---|
60 | Left = 61
|
---|
61 | Top = 4
|
---|
62 | Width = 16
|
---|
63 | Height = 21
|
---|
64 | Anchors = [akRight, akBottom]
|
---|
65 | Associate = edtNumber
|
---|
66 | Min = 1
|
---|
67 | Max = 10000
|
---|
68 | Position = 5
|
---|
69 | TabOrder = 1
|
---|
70 | OnClick = updown1Click
|
---|
71 | end
|
---|
72 | object edtNumber: TEdit
|
---|
73 | Left = 5
|
---|
74 | Top = 4
|
---|
75 | Width = 56
|
---|
76 | Height = 21
|
---|
77 | Hint = 'Enter the number of events you would like to view'
|
---|
78 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
79 | TabOrder = 0
|
---|
80 | Text = '5'
|
---|
81 | OnChange = edtNumberChange
|
---|
82 | OnClick = edtNumberClick
|
---|
83 | OnKeyDown = edtNumberKeyDown
|
---|
84 | end
|
---|
85 | end
|
---|
86 | object Panel3: TPanel
|
---|
87 | Left = 1
|
---|
88 | Top = 1
|
---|
89 | Width = 292
|
---|
90 | Height = 29
|
---|
91 | Align = alLeft
|
---|
92 | TabOrder = 1
|
---|
93 | object Label2: TLabel
|
---|
94 | Left = 1
|
---|
95 | Top = 1
|
---|
96 | Width = 244
|
---|
97 | Height = 13
|
---|
98 | Align = alTop
|
---|
99 | Caption = ' Enter the number of events you would like to view '
|
---|
100 | WordWrap = True
|
---|
101 | end
|
---|
102 | object Label3: TLabel
|
---|
103 | Left = 1
|
---|
104 | Top = 14
|
---|
105 | Width = 156
|
---|
106 | Height = 13
|
---|
107 | Align = alTop
|
---|
108 | Caption = ' (Input "ALL" to view all events):'
|
---|
109 | end
|
---|
110 | end
|
---|
111 | end
|
---|
112 | end
|
---|
113 | object pnlBottom: TPanel [1]
|
---|
114 | Left = 0
|
---|
115 | Top = 85
|
---|
116 | Width = 443
|
---|
117 | Height = 243
|
---|
118 | Align = alClient
|
---|
119 | TabOrder = 1
|
---|
120 | OnResize = pnlBottomResize
|
---|
121 | DesignSize = (
|
---|
122 | 443
|
---|
123 | 243)
|
---|
124 | object Label1: TLabel
|
---|
125 | Left = 1
|
---|
126 | Top = 1
|
---|
127 | Width = 441
|
---|
128 | Height = 28
|
---|
129 | Align = alTop
|
---|
130 | AutoSize = False
|
---|
131 | Caption = ' View orders released or discontinued by'
|
---|
132 | Layout = tlCenter
|
---|
133 | end
|
---|
134 | object btnOK: TButton
|
---|
135 | Left = 269
|
---|
136 | Top = 214
|
---|
137 | Width = 75
|
---|
138 | Height = 20
|
---|
139 | Anchors = [akRight, akBottom]
|
---|
140 | Caption = 'OK'
|
---|
141 | TabOrder = 1
|
---|
142 | OnClick = btnOKClick
|
---|
143 | end
|
---|
144 | object btnCancel: TButton
|
---|
145 | Left = 353
|
---|
146 | Top = 214
|
---|
147 | Width = 75
|
---|
148 | Height = 20
|
---|
149 | Anchors = [akRight, akBottom]
|
---|
150 | Cancel = True
|
---|
151 | Caption = 'Cancel'
|
---|
152 | TabOrder = 2
|
---|
153 | OnClick = btnCancelClick
|
---|
154 | end
|
---|
155 | object grdEvtList: TCaptionStringGrid
|
---|
156 | Left = 1
|
---|
157 | Top = 29
|
---|
158 | Width = 441
|
---|
159 | Height = 166
|
---|
160 | Align = alTop
|
---|
161 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
162 | ColCount = 2
|
---|
163 | DefaultRowHeight = 22
|
---|
164 | FixedCols = 0
|
---|
165 | RowCount = 7
|
---|
166 | Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goRowSizing, goColSizing, goTabs, goRowSelect]
|
---|
167 | ScrollBars = ssVertical
|
---|
168 | TabOrder = 0
|
---|
169 | OnDblClick = grdEvtListDblClick
|
---|
170 | OnDrawCell = grdEvtListDrawCell
|
---|
171 | OnKeyPress = grdEvtListKeyPress
|
---|
172 | OnMouseDown = grdEvtListMouseDown
|
---|
173 | Caption = 'View orders released or discontinued by'
|
---|
174 | JustToTab = True
|
---|
175 | ColWidths = (
|
---|
176 | 310
|
---|
177 | 125)
|
---|
178 | end
|
---|
179 | end
|
---|
180 | inherited amgrMain: TVA508AccessibilityManager
|
---|
181 | Data = (
|
---|
182 | (
|
---|
183 | 'Component = pnlTop'
|
---|
184 | 'Status = stsDefault')
|
---|
185 | (
|
---|
186 | 'Component = lblPtInfo'
|
---|
187 | 'Status = stsDefault')
|
---|
188 | (
|
---|
189 | 'Component = Panel1'
|
---|
190 | 'Status = stsDefault')
|
---|
191 | (
|
---|
192 | 'Component = Panel2'
|
---|
193 | 'Status = stsDefault')
|
---|
194 | (
|
---|
195 | 'Component = btnApply'
|
---|
196 | 'Status = stsDefault')
|
---|
197 | (
|
---|
198 | 'Component = updown1'
|
---|
199 | 'Status = stsDefault')
|
---|
200 | (
|
---|
201 | 'Component = edtNumber'
|
---|
202 | 'Status = stsDefault')
|
---|
203 | (
|
---|
204 | 'Component = Panel3'
|
---|
205 | 'Status = stsDefault')
|
---|
206 | (
|
---|
207 | 'Component = pnlBottom'
|
---|
208 | 'Status = stsDefault')
|
---|
209 | (
|
---|
210 | 'Component = btnOK'
|
---|
211 | 'Status = stsDefault')
|
---|
212 | (
|
---|
213 | 'Component = btnCancel'
|
---|
214 | 'Status = stsDefault')
|
---|
215 | (
|
---|
216 | 'Component = grdEvtList'
|
---|
217 | 'Status = stsDefault')
|
---|
218 | (
|
---|
219 | 'Component = frmOrdersEvntRelease'
|
---|
220 | 'Status = stsDefault'))
|
---|
221 | end
|
---|
222 | end
|
---|