source: cprs/trunk/CPRS-Chart/Orders/fODMedIn.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: 6.1 KB
Line 
1inherited frmODMedIn: TfrmODMedIn
2 Left = 220
3 Top = 416
4 Caption = 'Inpatient Medication Order'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblMedication: TLabel [0]
8 Left = 6
9 Top = 4
10 Width = 52
11 Height = 13
12 Caption = 'Medication'
13 end
14 object lblDosage: TLabel [1]
15 Left = 224
16 Top = 4
17 Width = 37
18 Height = 13
19 Caption = 'Dosage'
20 end
21 object lblRoute: TLabel [2]
22 Left = 364
23 Top = 4
24 Width = 29
25 Height = 13
26 Caption = 'Route'
27 end
28 object lblSchedule: TLabel [3]
29 Left = 442
30 Top = 4
31 Width = 45
32 Height = 13
33 Caption = 'Schedule'
34 end
35 object Label5: TLabel [4]
36 Left = 6
37 Top = 45
38 Width = 70
39 Height = 13
40 Caption = 'Dispense Drug'
41 end
42 object lblComments: TLabel [5]
43 Left = 223
44 Top = 114
45 Width = 49
46 Height = 13
47 Caption = 'Comments'
48 end
49 object lblPriority: TLabel [6]
50 Left = 442
51 Top = 114
52 Width = 31
53 Height = 13
54 Caption = 'Priority'
55 end
56 object Bevel1: TBevel [7]
57 Left = 214
58 Top = 0
59 Width = 4
60 Height = 186
61 end
62 object cboDispense: TORComboBox [8]
63 Left = 6
64 Top = 59
65 Width = 202
66 Height = 127
67 Style = orcsSimple
68 AutoSelect = True
69 Color = clWindow
70 DropDownCount = 8
71 ItemHeight = 13
72 ItemTipColor = clWindow
73 ItemTipEnable = True
74 ListItemsOnly = False
75 LongList = False
76 LookupPiece = 0
77 MaxLength = 0
78 ParentShowHint = False
79 Pieces = '2,4,3'
80 ShowHint = True
81 Sorted = False
82 SynonymChars = '<>'
83 TabPositions = '30,33'
84 TabOrder = 2
85 OnChange = ControlChange
86 OnExit = cboDispenseExit
87 OnMouseClick = cboDispenseMouseClick
88 CharsNeedMatch = 1
89 end
90 object cboMedication: TORComboBox [9]
91 Left = 6
92 Top = 18
93 Width = 202
94 Height = 167
95 Style = orcsSimple
96 AutoSelect = True
97 Color = clWindow
98 DropDownCount = 11
99 ItemHeight = 13
100 ItemTipColor = clWindow
101 ItemTipEnable = True
102 ListItemsOnly = False
103 LongList = True
104 LookupPiece = 0
105 MaxLength = 0
106 Pieces = '2'
107 Sorted = False
108 SynonymChars = '<>'
109 TabOrder = 1
110 OnChange = ControlChange
111 OnExit = cboMedicationSelect
112 OnMouseClick = cboMedicationSelect
113 OnNeedData = cboMedicationNeedData
114 CharsNeedMatch = 1
115 end
116 inherited memOrder: TCaptionMemo
117 TabOrder = 10
118 end
119 inherited cmdAccept: TButton
120 TabOrder = 8
121 end
122 object cboRoute: TORComboBox [12]
123 Left = 364
124 Top = 18
125 Width = 72
126 Height = 90
127 Style = orcsSimple
128 AutoSelect = True
129 Color = clWindow
130 DropDownCount = 8
131 ItemHeight = 13
132 ItemTipColor = clWindow
133 ItemTipEnable = True
134 ListItemsOnly = False
135 LongList = False
136 LookupPiece = 0
137 MaxLength = 0
138 Pieces = '2'
139 Sorted = False
140 SynonymChars = '<>'
141 TabOrder = 4
142 OnChange = ControlChange
143 CharsNeedMatch = 1
144 end
145 object cboSchedule: TORComboBox [13]
146 Left = 442
147 Top = 18
148 Width = 72
149 Height = 90
150 Style = orcsSimple
151 AutoSelect = True
152 Color = clWindow
153 DropDownCount = 8
154 ItemHeight = 13
155 ItemTipColor = clWindow
156 ItemTipEnable = True
157 ListItemsOnly = False
158 LongList = False
159 LookupPiece = 0
160 MaxLength = 0
161 Sorted = False
162 SynonymChars = '<>'
163 TabOrder = 5
164 OnChange = ControlChange
165 CharsNeedMatch = 1
166 end
167 object memComments: TMemo [14]
168 Left = 223
169 Top = 128
170 Width = 212
171 Height = 58
172 ScrollBars = ssVertical
173 TabOrder = 6
174 OnChange = ControlChange
175 end
176 object cboPriority: TORComboBox [15]
177 Left = 442
178 Top = 128
179 Width = 72
180 Height = 58
181 Style = orcsSimple
182 AutoSelect = True
183 Color = clWindow
184 DropDownCount = 8
185 ItemHeight = 13
186 ItemTipColor = clWindow
187 ItemTipEnable = True
188 ListItemsOnly = False
189 LongList = False
190 LookupPiece = 0
191 MaxLength = 0
192 Pieces = '2'
193 Sorted = False
194 SynonymChars = '<>'
195 TabOrder = 7
196 OnChange = ControlChange
197 CharsNeedMatch = 1
198 end
199 object txtDosage: TCaptionEdit [16]
200 Left = 224
201 Top = 18
202 Width = 134
203 Height = 21
204 MaxLength = 20
205 TabOrder = 3
206 OnChange = ControlChange
207 Caption = 'Dosage'
208 end
209 inherited cmdQuit: TButton
210 TabOrder = 9
211 end
212 inherited pnlMessage: TPanel
213 TabOrder = 11
214 end
215 object cboMedAlt: TORComboBox [19]
216 Left = 6
217 Top = 18
218 Width = 202
219 Height = 21
220 Style = orcsDropDown
221 AutoSelect = True
222 Color = clWindow
223 DropDownCount = 11
224 ItemHeight = 13
225 ItemTipColor = clWindow
226 ItemTipEnable = True
227 ListItemsOnly = False
228 LongList = True
229 LookupPiece = 0
230 MaxLength = 0
231 Pieces = '2'
232 Sorted = False
233 SynonymChars = '<>'
234 TabOrder = 0
235 Visible = False
236 OnChange = ControlChange
237 OnExit = cboMedicationSelect
238 OnMouseClick = cboMedicationSelect
239 OnNeedData = cboMedicationNeedData
240 CharsNeedMatch = 1
241 end
242 inherited amgrMain: TVA508AccessibilityManager
243 Data = (
244 (
245 'Component = cboDispense'
246 'Status = stsDefault')
247 (
248 'Component = cboMedication'
249 'Status = stsDefault')
250 (
251 'Component = cboRoute'
252 'Status = stsDefault')
253 (
254 'Component = cboSchedule'
255 'Status = stsDefault')
256 (
257 'Component = memComments'
258 'Status = stsDefault')
259 (
260 'Component = cboPriority'
261 'Status = stsDefault')
262 (
263 'Component = txtDosage'
264 'Status = stsDefault')
265 (
266 'Component = cboMedAlt'
267 'Status = stsDefault')
268 (
269 'Component = memOrder'
270 'Status = stsDefault')
271 (
272 'Component = cmdAccept'
273 'Status = stsDefault')
274 (
275 'Component = cmdQuit'
276 'Status = stsDefault')
277 (
278 'Component = pnlMessage'
279 'Status = stsDefault')
280 (
281 'Component = memMessage'
282 'Status = stsDefault')
283 (
284 'Component = frmODMedIn'
285 'Status = stsDefault'))
286 end
287end
Note: See TracBrowser for help on using the repository browser.