source: cprs/trunk/CPRS-Chart/Orders/fODMedIn.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: 4.8 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 MaxLength = 0
77 ParentShowHint = False
78 Pieces = '2,4,3'
79 ShowHint = True
80 Sorted = False
81 SynonymChars = '<>'
82 TabPositions = '30,33'
83 TabOrder = 2
84 OnChange = ControlChange
85 OnExit = cboDispenseExit
86 OnMouseClick = cboDispenseMouseClick
87 end
88 object cboMedication: TORComboBox [9]
89 Left = 6
90 Top = 18
91 Width = 202
92 Height = 167
93 Style = orcsSimple
94 AutoSelect = True
95 Color = clWindow
96 DropDownCount = 11
97 ItemHeight = 13
98 ItemTipColor = clWindow
99 ItemTipEnable = True
100 ListItemsOnly = False
101 LongList = True
102 MaxLength = 0
103 Pieces = '2'
104 Sorted = False
105 SynonymChars = '<>'
106 TabOrder = 1
107 OnChange = ControlChange
108 OnExit = cboMedicationSelect
109 OnMouseClick = cboMedicationSelect
110 OnNeedData = cboMedicationNeedData
111 end
112 inherited memOrder: TMemo
113 TabOrder = 10
114 end
115 inherited cmdAccept: TButton
116 TabOrder = 8
117 end
118 inherited cmdQuit: TButton
119 TabOrder = 9
120 end
121 object cboRoute: TORComboBox [13]
122 Left = 364
123 Top = 18
124 Width = 72
125 Height = 90
126 Style = orcsSimple
127 AutoSelect = True
128 Color = clWindow
129 DropDownCount = 8
130 ItemHeight = 13
131 ItemTipColor = clWindow
132 ItemTipEnable = True
133 ListItemsOnly = False
134 LongList = False
135 MaxLength = 0
136 Pieces = '2'
137 Sorted = False
138 SynonymChars = '<>'
139 TabOrder = 4
140 OnChange = ControlChange
141 end
142 object cboSchedule: TORComboBox [14]
143 Left = 442
144 Top = 18
145 Width = 72
146 Height = 90
147 Style = orcsSimple
148 AutoSelect = True
149 Color = clWindow
150 DropDownCount = 8
151 ItemHeight = 13
152 ItemTipColor = clWindow
153 ItemTipEnable = True
154 ListItemsOnly = False
155 LongList = False
156 MaxLength = 0
157 Sorted = False
158 SynonymChars = '<>'
159 TabOrder = 5
160 OnChange = ControlChange
161 end
162 object memComments: TMemo [15]
163 Left = 223
164 Top = 128
165 Width = 212
166 Height = 58
167 ScrollBars = ssVertical
168 TabOrder = 6
169 OnChange = ControlChange
170 end
171 object cboPriority: TORComboBox [16]
172 Left = 442
173 Top = 128
174 Width = 72
175 Height = 58
176 Style = orcsSimple
177 AutoSelect = True
178 Color = clWindow
179 DropDownCount = 8
180 ItemHeight = 13
181 ItemTipColor = clWindow
182 ItemTipEnable = True
183 ListItemsOnly = False
184 LongList = False
185 MaxLength = 0
186 Pieces = '2'
187 Sorted = False
188 SynonymChars = '<>'
189 TabOrder = 7
190 OnChange = ControlChange
191 end
192 object txtDosage: TCaptionEdit [17]
193 Left = 224
194 Top = 18
195 Width = 134
196 Height = 21
197 MaxLength = 20
198 TabOrder = 3
199 OnChange = ControlChange
200 Caption = 'Dosage'
201 end
202 inherited pnlMessage: TPanel
203 TabOrder = 11
204 end
205 object cboMedAlt: TORComboBox
206 Left = 6
207 Top = 18
208 Width = 202
209 Height = 21
210 Style = orcsDropDown
211 AutoSelect = True
212 Color = clWindow
213 DropDownCount = 11
214 ItemHeight = 13
215 ItemTipColor = clWindow
216 ItemTipEnable = True
217 ListItemsOnly = False
218 LongList = True
219 MaxLength = 0
220 Pieces = '2'
221 Sorted = False
222 SynonymChars = '<>'
223 TabOrder = 0
224 Visible = False
225 OnChange = ControlChange
226 OnExit = cboMedicationSelect
227 OnMouseClick = cboMedicationSelect
228 OnNeedData = cboMedicationNeedData
229 end
230end
Note: See TracBrowser for help on using the repository browser.