source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fODVitals.dfm@ 459

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

Adding foia-cprs branch

File size: 5.6 KB
Line 
1inherited frmODVitals: TfrmODVitals
2 Left = 273
3 Top = 211
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 MaxLength = 0
67 Pieces = '2'
68 Sorted = False
69 SynonymChars = '<>'
70 TabOrder = 4
71 OnChange = ControlChange
72 end
73 object cboSchedule: TORComboBox
74 Left = 144
75 Top = 21
76 Width = 130
77 Height = 122
78 Style = orcsSimple
79 AutoSelect = True
80 Caption = 'Schedule'
81 Color = clWindow
82 DropDownCount = 8
83 ItemHeight = 13
84 ItemTipColor = clWindow
85 ItemTipEnable = True
86 ListItemsOnly = False
87 LongList = False
88 MaxLength = 0
89 Pieces = '2'
90 Sorted = False
91 SynonymChars = '<>'
92 TabOrder = 5
93 OnChange = ControlChange
94 end
95 object calStart: TORDateBox
96 Left = 282
97 Top = 21
98 Width = 115
99 Height = 21
100 TabOrder = 6
101 Text = 'Now'
102 OnChange = ControlChange
103 DateOnly = False
104 RequireTime = False
105 Caption = 'Start Date'
106 end
107 object calStop: TORDateBox
108 Left = 282
109 Top = 64
110 Width = 115
111 Height = 21
112 TabOrder = 7
113 OnChange = ControlChange
114 DateOnly = False
115 RequireTime = False
116 Caption = 'Stop Date'
117 end
118 object grpCallHO: TGroupBox
119 Left = 407
120 Top = 9
121 Width = 107
122 Height = 164
123 TabOrder = 8
124 Visible = False
125 object lblBPsys: TLabel
126 Left = 8
127 Top = 21
128 Width = 38
129 Height = 13
130 Alignment = taRightJustify
131 AutoSize = False
132 Caption = 'BPsys <'
133 end
134 object lblBPdia: TLabel
135 Left = 8
136 Top = 50
137 Width = 38
138 Height = 13
139 Alignment = taRightJustify
140 AutoSize = False
141 Caption = 'BPdia >'
142 end
143 object lblPulseLT: TLabel
144 Left = 8
145 Top = 79
146 Width = 38
147 Height = 13
148 Alignment = taRightJustify
149 AutoSize = False
150 Caption = 'Pulse <'
151 end
152 object lblPulseGT: TLabel
153 Left = 8
154 Top = 108
155 Width = 38
156 Height = 13
157 Alignment = taRightJustify
158 AutoSize = False
159 Caption = 'Pulse >'
160 end
161 object lblTemp: TLabel
162 Left = 8
163 Top = 137
164 Width = 38
165 Height = 13
166 Alignment = taRightJustify
167 AutoSize = False
168 Caption = 'Temp >'
169 end
170 object txtBPsys: TCaptionEdit
171 Left = 50
172 Top = 18
173 Width = 32
174 Height = 21
175 TabOrder = 0
176 Text = '100'
177 Caption = 'BPsys <'
178 end
179 object txtBPDia: TCaptionEdit
180 Left = 50
181 Top = 47
182 Width = 32
183 Height = 21
184 TabOrder = 1
185 Text = '120'
186 Caption = 'BPdia >'
187 end
188 object txtPulseLT: TCaptionEdit
189 Left = 50
190 Top = 76
191 Width = 32
192 Height = 21
193 TabOrder = 2
194 Text = '60'
195 Caption = 'Pulse <'
196 end
197 object txtPulGT: TCaptionEdit
198 Left = 50
199 Top = 105
200 Width = 32
201 Height = 21
202 TabOrder = 3
203 Text = '120'
204 Caption = 'Pulse >'
205 end
206 object txtTemp: TCaptionEdit
207 Left = 50
208 Top = 134
209 Width = 32
210 Height = 21
211 TabOrder = 4
212 Text = '101'
213 Caption = 'Temp >'
214 end
215 object spnBPsys: TUpDown
216 Left = 82
217 Top = 18
218 Width = 15
219 Height = 21
220 Associate = txtBPsys
221 Min = 0
222 Max = 300
223 Position = 100
224 TabOrder = 5
225 Wrap = False
226 end
227 object spnBPdia: TUpDown
228 Left = 82
229 Top = 47
230 Width = 15
231 Height = 21
232 Associate = txtBPDia
233 Min = 0
234 Max = 300
235 Position = 120
236 TabOrder = 6
237 Wrap = False
238 end
239 object spnPulseLT: TUpDown
240 Left = 82
241 Top = 76
242 Width = 15
243 Height = 21
244 Associate = txtPulseLT
245 Min = 0
246 Max = 500
247 Position = 60
248 TabOrder = 7
249 Wrap = False
250 end
251 object spnPulseGT: TUpDown
252 Left = 82
253 Top = 105
254 Width = 15
255 Height = 21
256 Associate = txtPulGT
257 Min = 0
258 Max = 300
259 Position = 120
260 TabOrder = 8
261 Wrap = False
262 end
263 object spnTemp: TUpDown
264 Left = 82
265 Top = 134
266 Width = 15
267 Height = 21
268 Associate = txtTemp
269 Min = 0
270 Max = 120
271 Position = 101
272 TabOrder = 9
273 Wrap = False
274 end
275 end
276 object chkCallHO: TCheckBox
277 Left = 414
278 Top = 8
279 Width = 73
280 Height = 17
281 Caption = 'Call HO on'
282 TabOrder = 9
283 Visible = False
284 end
285end
Note: See TracBrowser for help on using the repository browser.