source: cprs/trunk/CPRS-Chart/Orders/fODVitals.dfm@ 829

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

Upgrade to version 27

File size: 7.3 KB
Line 
1inherited frmODVitals: TfrmODVitals
2 Left = 721
3 Top = 363
4 Caption = 'Vital Measurement Order'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblMeasurement: TLabel [0]
8 Left = 6
9 Top = 8
10 Width = 64
11 Height = 13
12 Caption = 'Measurement'
13 end
14 object lblSchedule: TLabel [1]
15 Left = 144
16 Top = 8
17 Width = 45
18 Height = 13
19 Caption = 'Schedule'
20 end
21 object lblStart: TLabel [2]
22 Left = 282
23 Top = 8
24 Width = 22
25 Height = 13
26 Caption = 'Start'
27 end
28 object lblStop: TLabel [3]
29 Left = 282
30 Top = 50
31 Width = 22
32 Height = 13
33 Caption = 'Stop'
34 end
35 object lblComment: TLabel [4]
36 Left = 6
37 Top = 151
38 Width = 103
39 Height = 13
40 Caption = 'Additional Instructions'
41 end
42 object txtComment: TCaptionEdit [5]
43 Left = 6
44 Top = 165
45 Width = 391
46 Height = 21
47 TabOrder = 10
48 OnChange = ControlChange
49 Caption = 'Additional Instructions'
50 end
51 object cboMeasurement: TORComboBox [10]
52 Left = 6
53 Top = 21
54 Width = 130
55 Height = 122
56 Style = orcsSimple
57 AutoSelect = True
58 Caption = 'Measurement'
59 Color = clWindow
60 DropDownCount = 8
61 ItemHeight = 13
62 ItemTipColor = clWindow
63 ItemTipEnable = True
64 ListItemsOnly = False
65 LongList = False
66 LookupPiece = 0
67 MaxLength = 0
68 Pieces = '2'
69 Sorted = False
70 SynonymChars = '<>'
71 TabOrder = 4
72 OnChange = ControlChange
73 CharsNeedMatch = 1
74 end
75 object cboSchedule: TORComboBox [11]
76 Left = 144
77 Top = 21
78 Width = 130
79 Height = 122
80 Style = orcsSimple
81 AutoSelect = True
82 Caption = 'Schedule'
83 Color = clWindow
84 DropDownCount = 8
85 ItemHeight = 13
86 ItemTipColor = clWindow
87 ItemTipEnable = True
88 ListItemsOnly = False
89 LongList = False
90 LookupPiece = 0
91 MaxLength = 0
92 Pieces = '2'
93 Sorted = False
94 SynonymChars = '<>'
95 TabOrder = 5
96 OnChange = ControlChange
97 CharsNeedMatch = 1
98 end
99 object calStart: TORDateBox [12]
100 Left = 282
101 Top = 21
102 Width = 115
103 Height = 21
104 TabOrder = 6
105 Text = 'Now'
106 OnChange = ControlChange
107 DateOnly = False
108 RequireTime = False
109 Caption = 'Start Date'
110 end
111 object calStop: TORDateBox [13]
112 Left = 282
113 Top = 64
114 Width = 115
115 Height = 21
116 TabOrder = 7
117 OnChange = ControlChange
118 DateOnly = False
119 RequireTime = False
120 Caption = 'Stop Date'
121 end
122 object grpCallHO: TGroupBox [14]
123 Left = 407
124 Top = 9
125 Width = 107
126 Height = 164
127 TabOrder = 8
128 Visible = False
129 object lblBPsys: TLabel
130 Left = 8
131 Top = 21
132 Width = 38
133 Height = 13
134 Alignment = taRightJustify
135 AutoSize = False
136 Caption = 'BPsys <'
137 end
138 object lblBPdia: TLabel
139 Left = 8
140 Top = 50
141 Width = 38
142 Height = 13
143 Alignment = taRightJustify
144 AutoSize = False
145 Caption = 'BPdia >'
146 end
147 object lblPulseLT: TLabel
148 Left = 8
149 Top = 79
150 Width = 38
151 Height = 13
152 Alignment = taRightJustify
153 AutoSize = False
154 Caption = 'Pulse <'
155 end
156 object lblPulseGT: TLabel
157 Left = 8
158 Top = 108
159 Width = 38
160 Height = 13
161 Alignment = taRightJustify
162 AutoSize = False
163 Caption = 'Pulse >'
164 end
165 object lblTemp: TLabel
166 Left = 8
167 Top = 137
168 Width = 38
169 Height = 13
170 Alignment = taRightJustify
171 AutoSize = False
172 Caption = 'Temp >'
173 end
174 object txtBPsys: TCaptionEdit
175 Left = 50
176 Top = 18
177 Width = 32
178 Height = 21
179 TabOrder = 0
180 Text = '100'
181 Caption = 'BPsys <'
182 end
183 object txtBPDia: TCaptionEdit
184 Left = 50
185 Top = 47
186 Width = 32
187 Height = 21
188 TabOrder = 1
189 Text = '120'
190 Caption = 'BPdia >'
191 end
192 object txtPulseLT: TCaptionEdit
193 Left = 50
194 Top = 76
195 Width = 32
196 Height = 21
197 TabOrder = 2
198 Text = '60'
199 Caption = 'Pulse <'
200 end
201 object txtPulGT: TCaptionEdit
202 Left = 50
203 Top = 105
204 Width = 32
205 Height = 21
206 TabOrder = 3
207 Text = '120'
208 Caption = 'Pulse >'
209 end
210 object txtTemp: TCaptionEdit
211 Left = 50
212 Top = 134
213 Width = 32
214 Height = 21
215 TabOrder = 4
216 Text = '101'
217 Caption = 'Temp >'
218 end
219 object spnBPsys: TUpDown
220 Left = 82
221 Top = 18
222 Width = 15
223 Height = 21
224 Associate = txtBPsys
225 Max = 300
226 Position = 100
227 TabOrder = 5
228 end
229 object spnBPdia: TUpDown
230 Left = 82
231 Top = 47
232 Width = 15
233 Height = 21
234 Associate = txtBPDia
235 Max = 300
236 Position = 120
237 TabOrder = 6
238 end
239 object spnPulseLT: TUpDown
240 Left = 82
241 Top = 76
242 Width = 15
243 Height = 21
244 Associate = txtPulseLT
245 Max = 500
246 Position = 60
247 TabOrder = 7
248 end
249 object spnPulseGT: TUpDown
250 Left = 82
251 Top = 105
252 Width = 15
253 Height = 21
254 Associate = txtPulGT
255 Max = 300
256 Position = 120
257 TabOrder = 8
258 end
259 object spnTemp: TUpDown
260 Left = 82
261 Top = 134
262 Width = 15
263 Height = 21
264 Associate = txtTemp
265 Max = 120
266 Position = 101
267 TabOrder = 9
268 end
269 end
270 object chkCallHO: TCheckBox [15]
271 Left = 414
272 Top = 8
273 Width = 73
274 Height = 17
275 Caption = 'Call HO on'
276 TabOrder = 9
277 Visible = False
278 end
279 inherited amgrMain: TVA508AccessibilityManager
280 Data = (
281 (
282 'Component = txtComment'
283 'Status = stsDefault')
284 (
285 'Component = cboMeasurement'
286 'Status = stsDefault')
287 (
288 'Component = cboSchedule'
289 'Status = stsDefault')
290 (
291 'Component = calStart'
292 'Status = stsDefault')
293 (
294 'Component = calStop'
295 'Status = stsDefault')
296 (
297 'Component = grpCallHO'
298 'Status = stsDefault')
299 (
300 'Component = txtBPsys'
301 'Status = stsDefault')
302 (
303 'Component = txtBPDia'
304 'Status = stsDefault')
305 (
306 'Component = txtPulseLT'
307 'Status = stsDefault')
308 (
309 'Component = txtPulGT'
310 'Status = stsDefault')
311 (
312 'Component = txtTemp'
313 'Status = stsDefault')
314 (
315 'Component = spnBPsys'
316 'Status = stsDefault')
317 (
318 'Component = spnBPdia'
319 'Status = stsDefault')
320 (
321 'Component = spnPulseLT'
322 'Status = stsDefault')
323 (
324 'Component = spnPulseGT'
325 'Status = stsDefault')
326 (
327 'Component = spnTemp'
328 'Status = stsDefault')
329 (
330 'Component = chkCallHO'
331 'Status = stsDefault')
332 (
333 'Component = memOrder'
334 'Status = stsDefault')
335 (
336 'Component = cmdAccept'
337 'Status = stsDefault')
338 (
339 'Component = cmdQuit'
340 'Status = stsDefault')
341 (
342 'Component = pnlMessage'
343 'Status = stsDefault')
344 (
345 'Component = memMessage'
346 'Status = stsDefault')
347 (
348 'Component = frmODVitals'
349 'Status = stsDefault'))
350 end
351end
Note: See TracBrowser for help on using the repository browser.