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

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 5.7 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
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
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
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
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
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 Min = 0
226 Max = 300
227 Position = 100
228 TabOrder = 5
229 Wrap = False
230 end
231 object spnBPdia: TUpDown
232 Left = 82
233 Top = 47
234 Width = 15
235 Height = 21
236 Associate = txtBPDia
237 Min = 0
238 Max = 300
239 Position = 120
240 TabOrder = 6
241 Wrap = False
242 end
243 object spnPulseLT: TUpDown
244 Left = 82
245 Top = 76
246 Width = 15
247 Height = 21
248 Associate = txtPulseLT
249 Min = 0
250 Max = 500
251 Position = 60
252 TabOrder = 7
253 Wrap = False
254 end
255 object spnPulseGT: TUpDown
256 Left = 82
257 Top = 105
258 Width = 15
259 Height = 21
260 Associate = txtPulGT
261 Min = 0
262 Max = 300
263 Position = 120
264 TabOrder = 8
265 Wrap = False
266 end
267 object spnTemp: TUpDown
268 Left = 82
269 Top = 134
270 Width = 15
271 Height = 21
272 Associate = txtTemp
273 Min = 0
274 Max = 120
275 Position = 101
276 TabOrder = 9
277 Wrap = False
278 end
279 end
280 object chkCallHO: TCheckBox
281 Left = 414
282 Top = 8
283 Width = 73
284 Height = 17
285 Caption = 'Call HO on'
286 TabOrder = 9
287 Visible = False
288 end
289end
Note: See TracBrowser for help on using the repository browser.