1 | object frmSignOrders: TfrmSignOrders
|
---|
2 | Left = 400
|
---|
3 | Top = 159
|
---|
4 | Width = 585
|
---|
5 | Height = 511
|
---|
6 | Caption = 'Sign Orders'
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | KeyPreview = True
|
---|
14 | OldCreateOrder = True
|
---|
15 | Position = poScreenCenter
|
---|
16 | OnCreate = FormCreate
|
---|
17 | OnDestroy = FormDestroy
|
---|
18 | OnKeyDown = FormKeyDown
|
---|
19 | OnMouseDown = clstOrdersMouseDown
|
---|
20 | OnMouseMove = FormMouseMove
|
---|
21 | OnShow = FormShow
|
---|
22 | DesignSize = (
|
---|
23 | 577
|
---|
24 | 477)
|
---|
25 | PixelsPerInch = 96
|
---|
26 | TextHeight = 13
|
---|
27 | object lblESCode: TLabel
|
---|
28 | Left = 8
|
---|
29 | Top = 441
|
---|
30 | Width = 123
|
---|
31 | Height = 13
|
---|
32 | Anchors = [akLeft, akBottom]
|
---|
33 | Caption = 'Electronic Signature Code'
|
---|
34 | end
|
---|
35 | object laDiagnosis: TLabel
|
---|
36 | Left = 184
|
---|
37 | Top = 185
|
---|
38 | Width = 46
|
---|
39 | Height = 13
|
---|
40 | Caption = 'Diagnosis'
|
---|
41 | Visible = False
|
---|
42 | end
|
---|
43 | object Label2: TStaticText
|
---|
44 | Left = 8
|
---|
45 | Top = 147
|
---|
46 | Width = 171
|
---|
47 | Height = 17
|
---|
48 | Caption = 'The following orders will be signed -'
|
---|
49 | TabOrder = 3
|
---|
50 | TabStop = True
|
---|
51 | end
|
---|
52 | object cmdOK: TButton
|
---|
53 | Left = 417
|
---|
54 | Top = 455
|
---|
55 | Width = 72
|
---|
56 | Height = 21
|
---|
57 | Anchors = [akRight, akBottom]
|
---|
58 | Caption = 'OK'
|
---|
59 | Default = True
|
---|
60 | TabOrder = 1
|
---|
61 | OnClick = cmdOKClick
|
---|
62 | end
|
---|
63 | object cmdCancel: TButton
|
---|
64 | Left = 497
|
---|
65 | Top = 455
|
---|
66 | Width = 72
|
---|
67 | Height = 21
|
---|
68 | Anchors = [akRight, akBottom]
|
---|
69 | Cancel = True
|
---|
70 | Caption = 'Cancel'
|
---|
71 | TabOrder = 2
|
---|
72 | OnClick = cmdCancelClick
|
---|
73 | end
|
---|
74 | object txtESCode: TCaptionEdit
|
---|
75 | Left = 8
|
---|
76 | Top = 455
|
---|
77 | Width = 137
|
---|
78 | Height = 21
|
---|
79 | Anchors = [akLeft, akBottom]
|
---|
80 | PasswordChar = '*'
|
---|
81 | TabOrder = 0
|
---|
82 | Caption = 'Electronic Signature Code'
|
---|
83 | end
|
---|
84 | inline fraCoPay: TfraCoPayDesc
|
---|
85 | Left = 0
|
---|
86 | Top = 0
|
---|
87 | Width = 577
|
---|
88 | Height = 132
|
---|
89 | Align = alTop
|
---|
90 | AutoScroll = False
|
---|
91 | AutoSize = True
|
---|
92 | ParentShowHint = False
|
---|
93 | ShowHint = True
|
---|
94 | TabOrder = 5
|
---|
95 | Visible = False
|
---|
96 | inherited pnlRight: TPanel
|
---|
97 | Left = 367
|
---|
98 | inherited lblCaption: TStaticText
|
---|
99 | Caption = 'Patient Orders Related To:'
|
---|
100 | end
|
---|
101 | inherited pnlMain: TPanel
|
---|
102 | inherited Panel7: TPanel
|
---|
103 | inherited lblHNC2: TORStaticText
|
---|
104 | OnEnter = fraCoPayLabel23Enter
|
---|
105 | OnExit = fraCoPayLabel23Exit
|
---|
106 | end
|
---|
107 | inherited lblHNC: TORStaticText
|
---|
108 | OnEnter = fraCoPayLabel23Enter
|
---|
109 | OnExit = fraCoPayLabel23Exit
|
---|
110 | end
|
---|
111 | end
|
---|
112 | inherited Panel8: TPanel
|
---|
113 | inherited Label12: TORStaticText
|
---|
114 | OnEnter = fraCoPayLabel23Enter
|
---|
115 | OnExit = fraCoPayLabel23Exit
|
---|
116 | end
|
---|
117 | inherited Label11: TORStaticText
|
---|
118 | OnEnter = fraCoPayLabel23Enter
|
---|
119 | OnExit = fraCoPayLabel23Exit
|
---|
120 | end
|
---|
121 | end
|
---|
122 | inherited Panel9: TPanel
|
---|
123 | inherited Label14: TORStaticText
|
---|
124 | OnEnter = fraCoPayLabel23Enter
|
---|
125 | OnExit = fraCoPayLabel23Exit
|
---|
126 | end
|
---|
127 | inherited Label13: TORStaticText
|
---|
128 | OnEnter = fraCoPayLabel23Enter
|
---|
129 | OnExit = fraCoPayLabel23Exit
|
---|
130 | end
|
---|
131 | end
|
---|
132 | inherited Panel10: TPanel
|
---|
133 | inherited Label16: TORStaticText
|
---|
134 | OnEnter = fraCoPayLabel23Enter
|
---|
135 | OnExit = fraCoPayLabel23Exit
|
---|
136 | end
|
---|
137 | inherited Label15: TORStaticText
|
---|
138 | OnEnter = fraCoPayLabel23Enter
|
---|
139 | OnExit = fraCoPayLabel23Exit
|
---|
140 | end
|
---|
141 | end
|
---|
142 | inherited Panel11: TPanel
|
---|
143 | inherited Label18: TORStaticText
|
---|
144 | OnEnter = fraCoPayLabel23Enter
|
---|
145 | OnExit = fraCoPayLabel23Exit
|
---|
146 | end
|
---|
147 | inherited Label17: TORStaticText
|
---|
148 | OnEnter = fraCoPayLabel23Enter
|
---|
149 | OnExit = fraCoPayLabel23Exit
|
---|
150 | end
|
---|
151 | end
|
---|
152 | inherited Panel12: TPanel
|
---|
153 | inherited Label24: TORStaticText
|
---|
154 | OnEnter = fraCoPayLabel23Enter
|
---|
155 | OnExit = fraCoPayLabel23Exit
|
---|
156 | end
|
---|
157 | inherited Label23: TORStaticText
|
---|
158 | OnEnter = fraCoPayLabel23Enter
|
---|
159 | OnExit = fraCoPayLabel23Exit
|
---|
160 | end
|
---|
161 | end
|
---|
162 | inherited Panel1: TPanel
|
---|
163 | inherited StaticText4: TORStaticText
|
---|
164 | OnEnter = fraCoPayLabel23Enter
|
---|
165 | OnExit = fraCoPayLabel23Exit
|
---|
166 | end
|
---|
167 | inherited StaticText1: TORStaticText
|
---|
168 | OnEnter = fraCoPayLabel23Enter
|
---|
169 | OnExit = fraCoPayLabel23Exit
|
---|
170 | end
|
---|
171 | end
|
---|
172 | end
|
---|
173 | end
|
---|
174 | inherited pnlSC: TPanel
|
---|
175 | Width = 367
|
---|
176 | inherited lblSCDisplay: TLabel
|
---|
177 | Width = 367
|
---|
178 | end
|
---|
179 | inherited memSCDisplay: TCaptionMemo
|
---|
180 | Width = 367
|
---|
181 | end
|
---|
182 | end
|
---|
183 | end
|
---|
184 | object clstOrders: TCaptionCheckListBox
|
---|
185 | Left = 8
|
---|
186 | Top = 162
|
---|
187 | Width = 564
|
---|
188 | Height = 277
|
---|
189 | OnClickCheck = clstOrdersClickCheck
|
---|
190 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
191 | ItemHeight = 16
|
---|
192 | ParentShowHint = False
|
---|
193 | PopupMenu = poBACopyPaste
|
---|
194 | ShowHint = True
|
---|
195 | Style = lbOwnerDrawVariable
|
---|
196 | TabOrder = 4
|
---|
197 | OnClick = clstOrdersClick
|
---|
198 | OnDrawItem = clstOrdersDrawItem
|
---|
199 | OnKeyUp = clstOrdersKeyUp
|
---|
200 | OnMeasureItem = clstOrdersMeasureItem
|
---|
201 | OnMouseDown = clstOrdersMouseDown
|
---|
202 | OnMouseMove = clstOrdersMouseMove
|
---|
203 | Caption = 'The following orders will be signed -'
|
---|
204 | end
|
---|
205 | object gbdxLookup: TGroupBox
|
---|
206 | Left = 7
|
---|
207 | Top = 139
|
---|
208 | Width = 99
|
---|
209 | Height = 43
|
---|
210 | Caption = 'Lookup Diagnosis'
|
---|
211 | Font.Charset = DEFAULT_CHARSET
|
---|
212 | Font.Color = clBlack
|
---|
213 | Font.Height = -11
|
---|
214 | Font.Name = 'MS Sans Serif'
|
---|
215 | Font.Style = []
|
---|
216 | ParentFont = False
|
---|
217 | TabOrder = 8
|
---|
218 | TabStop = True
|
---|
219 | Visible = False
|
---|
220 | object buOrdersDiagnosis: TButton
|
---|
221 | Left = 7
|
---|
222 | Top = 16
|
---|
223 | Width = 86
|
---|
224 | Height = 21
|
---|
225 | Caption = '&Diagnosis'
|
---|
226 | Enabled = False
|
---|
227 | TabOrder = 0
|
---|
228 | OnClick = buOrdersDiagnosisClick
|
---|
229 | end
|
---|
230 | end
|
---|
231 | object poBACopyPaste: TPopupMenu
|
---|
232 | Left = 344
|
---|
233 | Top = 296
|
---|
234 | object Copy1: TMenuItem
|
---|
235 | Caption = '&Copy'
|
---|
236 | ShortCut = 16451
|
---|
237 | OnClick = Copy1Click
|
---|
238 | end
|
---|
239 | object Paste1: TMenuItem
|
---|
240 | Caption = '&Paste'
|
---|
241 | Enabled = False
|
---|
242 | ShortCut = 16470
|
---|
243 | OnClick = Paste1Click
|
---|
244 | end
|
---|
245 | object Diagnosis1: TMenuItem
|
---|
246 | Caption = '&Diagnosis...'
|
---|
247 | ShortCut = 32836
|
---|
248 | OnClick = buOrdersDiagnosisClick
|
---|
249 | end
|
---|
250 | object Exit1: TMenuItem
|
---|
251 | Caption = '&Exit'
|
---|
252 | ShortCut = 16453
|
---|
253 | OnClick = Exit1Click
|
---|
254 | end
|
---|
255 | end
|
---|
256 | object DKLanguageController1: TDKLanguageController
|
---|
257 | Left = 280
|
---|
258 | Top = 240
|
---|
259 | LangData = {
|
---|
260 | 0D0066726D5369676E4F7264657273010100000001000000070043617074696F
|
---|
261 | 6E010F00000009006C626C4553436F6465010100000002000000070043617074
|
---|
262 | 696F6E000B006C61446961676E6F736973010100000003000000070043617074
|
---|
263 | 696F6E0006004C6162656C32010100000004000000070043617074696F6E0005
|
---|
264 | 00636D644F4B010100000005000000070043617074696F6E000900636D644361
|
---|
265 | 6E63656C010100000006000000070043617074696F6E0009007478744553436F
|
---|
266 | 6465010100000007000000070043617074696F6E000800667261436F50617900
|
---|
267 | 011D0000000800706E6C5269676874000007005370616365723200000A006C62
|
---|
268 | 6C43617074696F6E010100000008000000070043617074696F6E000700706E6C
|
---|
269 | 4D61696E00000700737061636572310000060050616E656C37000007006C626C
|
---|
270 | 484E4332010100000009000000070043617074696F6E0006006C626C484E4301
|
---|
271 | 010000000A000000070043617074696F6E00060050616E656C38000007004C61
|
---|
272 | 62656C313201010000000B000000070043617074696F6E0007004C6162656C31
|
---|
273 | 3101010000000C000000070043617074696F6E00060050616E656C3900000700
|
---|
274 | 4C6162656C313401010000000D000000070043617074696F6E0007004C616265
|
---|
275 | 6C313301010000000E000000070043617074696F6E00070050616E656C313000
|
---|
276 | 0007004C6162656C313601010000000F000000070043617074696F6E0007004C
|
---|
277 | 6162656C3135010100000010000000070043617074696F6E00070050616E656C
|
---|
278 | 3131000007004C6162656C3138010100000011000000070043617074696F6E00
|
---|
279 | 07004C6162656C3137010100000012000000070043617074696F6E0007005061
|
---|
280 | 6E656C3132000007004C6162656C323401010000001300000007004361707469
|
---|
281 | 6F6E0007004C6162656C3233010100000014000000070043617074696F6E0006
|
---|
282 | 0050616E656C3100000B00537461746963546578743401010000001500000007
|
---|
283 | 0043617074696F6E000B00537461746963546578743101010000001600000007
|
---|
284 | 0043617074696F6E000500706E6C534300000C006C626C5343446973706C6179
|
---|
285 | 010100000017000000070043617074696F6E000C006D656D5343446973706C61
|
---|
286 | 79010100000018000000070043617074696F6E000A00636C73744F7264657273
|
---|
287 | 010100000019000000070043617074696F6E000A00676264784C6F6F6B757001
|
---|
288 | 010000001A000000070043617074696F6E00110062754F726465727344696167
|
---|
289 | 6E6F73697301010000001B000000070043617074696F6E000D00706F4241436F
|
---|
290 | 7079506173746500000500436F70793101010000001C00000007004361707469
|
---|
291 | 6F6E00060050617374653101010000001D000000070043617074696F6E000A00
|
---|
292 | 446961676E6F7369733101010000001E000000070043617074696F6E00050045
|
---|
293 | 7869743101010000001F000000070043617074696F6E00}
|
---|
294 | end
|
---|
295 | end
|
---|