source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODVitals.dfm@ 793

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

update

File size: 7.6 KB
Line 
1inherited frmODVitals: TfrmODVitals
2 Left = 496
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 [8]
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 [9]
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 [10]
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 [11]
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 [12]
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 [13]
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 DKLanguageController1: TDKLanguageController
280 LangData = {
281 0B0066726D4F44566974616C73010100000005000000070043617074696F6E01
282 2100000008006D656D4F72646572010100000002000000070043617074696F6E
283 000900636D64416363657074010100000003000000070043617074696F6E0007
284 00636D6451756974010100000004000000070043617074696F6E000A00706E6C
285 4D65737361676500000A00696D674D65737361676500000A006D656D4D657373
286 61676500000E006C626C4D6561737572656D656E740101000000060000000700
287 43617074696F6E000B006C626C5363686564756C650101000000070000000700
288 43617074696F6E0008006C626C53746172740101000000080000000700436170
289 74696F6E0007006C626C53746F70010100000009000000070043617074696F6E
290 000A006C626C436F6D6D656E7401010000000A000000070043617074696F6E00
291 0A00747874436F6D6D656E7401010000000B000000070043617074696F6E000E
292 0063626F4D6561737572656D656E7401010000000C000000070043617074696F
293 6E000B0063626F5363686564756C6501010000000D000000070043617074696F
294 6E00080063616C537461727401020000000F000000070043617074696F6E0E00
295 000004005465787400070063616C53746F700101000000100000000700436170
296 74696F6E00090067727043616C6C484F000008006C626C425073797301010000
297 0011000000070043617074696F6E0008006C626C425064696101010000001200
298 0000070043617074696F6E000A006C626C50756C73654C540101000000130000
299 00070043617074696F6E000A006C626C50756C73654754010100000014000000
300 070043617074696F6E0007006C626C54656D7001010000001500000007004361
301 7074696F6E000800747874425073797301010000001600000007004361707469
302 6F6E0008007478744250446961010100000017000000070043617074696F6E00
303 0A0074787450756C73654C54010100000018000000070043617074696F6E0008
304 0074787450756C4754010100000019000000070043617074696F6E0007007478
305 7454656D7001010000001A000000070043617074696F6E00080073706E425073
306 79730000080073706E425064696100000A0073706E50756C73654C5400000A00
307 73706E50756C736547540000070073706E54656D700000090063686B43616C6C
308 484F01010000001B000000070043617074696F6E00}
309 end
310end
Note: See TracBrowser for help on using the repository browser.