source: cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptionsOther.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 8.3 KB
Line 
1object frmOptionsOther: TfrmOptionsOther
2 Left = 341
3 Top = 96
4 Hint = 'Use system default settings'
5 HelpContext = 9110
6 Align = alCustom
7 BorderIcons = [biSystemMenu, biHelp]
8 BorderStyle = bsDialog
9 Caption = 'Other Parameters'
10 ClientHeight = 436
11 ClientWidth = 329
12 Color = clBtnFace
13 Font.Charset = DEFAULT_CHARSET
14 Font.Color = clWindowText
15 Font.Height = -11
16 Font.Name = 'MS Sans Serif'
17 Font.Style = []
18 HelpFile = 'CPRSWT.HLP'
19 OldCreateOrder = False
20 Position = poScreenCenter
21 ShowHint = True
22 OnCreate = FormCreate
23 OnShow = FormShow
24 PixelsPerInch = 96
25 TextHeight = 13
26 object lblMedsTab: TLabel
27 Left = 7
28 Top = 121
29 Width = 135
30 Height = 26
31 Hint = 'Set date ranges for displaying medication orders on Meds tab.'
32 Caption = 'Set date range for Meds tab display:'
33 ParentShowHint = False
34 ShowHint = True
35 WordWrap = True
36 end
37 object lblTab: TLabel
38 Left = 8
39 Top = 27
40 Width = 134
41 Height = 13
42 Caption = 'Initial tab when CPRS starts:'
43 end
44 object Bevel1: TBevel
45 Left = 1
46 Top = 110
47 Width = 327
48 Height = 2
49 end
50 object lblEncAppts: TLabel
51 Left = 8
52 Top = 269
53 Width = 207
54 Height = 13
55 Hint = 'Set date range for Encounter Appointments.'
56 Caption = 'Set date range for Encounter Appointments:'
57 ParentShowHint = False
58 ShowHint = True
59 WordWrap = True
60 end
61 object Bevel2: TBevel
62 Left = 1
63 Top = 256
64 Width = 327
65 Height = 2
66 end
67 object pnlBottom: TPanel
68 Left = 0
69 Top = 403
70 Width = 329
71 Height = 33
72 HelpContext = 9110
73 Align = alBottom
74 BevelOuter = bvNone
75 ParentColor = True
76 TabOrder = 7
77 object bvlBottom: TBevel
78 Left = 0
79 Top = 0
80 Width = 329
81 Height = 2
82 Align = alTop
83 end
84 object btnOK: TButton
85 Left = 167
86 Top = 7
87 Width = 75
88 Height = 22
89 HelpContext = 9996
90 Caption = 'OK'
91 Default = True
92 ModalResult = 1
93 TabOrder = 0
94 OnClick = btnOKClick
95 end
96 object btnCancel: TButton
97 Left = 248
98 Top = 7
99 Width = 75
100 Height = 22
101 HelpContext = 9997
102 Cancel = True
103 Caption = 'Cancel'
104 ModalResult = 2
105 TabOrder = 1
106 end
107 end
108 object stStart: TStaticText
109 Left = 7
110 Top = 151
111 Width = 55
112 Height = 17
113 Caption = 'Start Date:'
114 TabOrder = 1
115 end
116 object stStop: TStaticText
117 Left = 7
118 Top = 207
119 Width = 55
120 Height = 17
121 Caption = 'Stop Date:'
122 TabOrder = 5
123 end
124 object dtStart: TORDateBox
125 Left = 7
126 Top = 170
127 Width = 187
128 Height = 21
129 TabOrder = 4
130 OnChange = dtStartChange
131 OnExit = dtStartExit
132 DateOnly = True
133 RequireTime = False
134 Caption = 'Start Date'
135 end
136 object dtStop: TORDateBox
137 Left = 8
138 Top = 225
139 Width = 186
140 Height = 21
141 TabOrder = 6
142 OnExit = dtStopExit
143 DateOnly = True
144 RequireTime = False
145 Caption = 'Stop Date'
146 end
147 object lblTabDefault: TStaticText
148 Left = 8
149 Top = 6
150 Width = 52
151 Height = 17
152 Caption = 'Chart tabs'
153 TabOrder = 0
154 end
155 object cboTab: TORComboBox
156 Left = 8
157 Top = 51
158 Width = 217
159 Height = 21
160 HelpContext = 9111
161 Style = orcsDropDown
162 AutoSelect = True
163 Caption = 'Initial tab when CPRS starts:'
164 Color = clWindow
165 DropDownCount = 8
166 ItemHeight = 13
167 ItemTipColor = clWindow
168 ItemTipEnable = True
169 ListItemsOnly = False
170 LongList = False
171 LookupPiece = 0
172 MaxLength = 0
173 Pieces = '2'
174 Sorted = True
175 SynonymChars = '<>'
176 TabOrder = 2
177 TabStop = True
178 CharsNeedMatch = 1
179 end
180 object chkLastTab: TCheckBox
181 Left = 8
182 Top = 82
183 Width = 312
184 Height = 21
185 HelpContext = 9112
186 Caption = 'Use last selected tab on patient change'
187 TabOrder = 3
188 end
189 object stStartEncAppts: TStaticText
190 Left = 9
191 Top = 296
192 Width = 55
193 Height = 17
194 Caption = 'Start Date:'
195 TabOrder = 13
196 end
197 object txtTodayMinus: TStaticText
198 Left = 38
199 Top = 321
200 Width = 64
201 Height = 17
202 Alignment = taRightJustify
203 Caption = 'Today minus'
204 Color = clBtnFace
205 ParentColor = False
206 TabOrder = 14
207 end
208 object txtEncStart: TCaptionEdit
209 Left = 110
210 Top = 318
211 Width = 50
212 Height = 21
213 HelpContext = 9015
214 MaxLength = 12
215 TabOrder = 8
216 Text = '0'
217 OnChange = txtEncStartChange
218 OnExit = txtEncStartExit
219 Caption = 'Stop'
220 end
221 object txtDaysMinus: TStaticText
222 Left = 178
223 Top = 322
224 Width = 26
225 Height = 17
226 Caption = 'days'
227 Color = clBtnFace
228 ParentColor = False
229 TabOrder = 16
230 end
231 object spnEncStart: TUpDown
232 Tag = 30
233 Left = 160
234 Top = 318
235 Width = 15
236 Height = 21
237 HelpContext = 9015
238 Associate = txtEncStart
239 Min = -999
240 Max = 999
241 TabOrder = 17
242 Thousands = False
243 end
244 object txtDaysPlus: TStaticText
245 Left = 180
246 Top = 374
247 Width = 26
248 Height = 17
249 Caption = 'days'
250 Color = clBtnFace
251 ParentColor = False
252 TabOrder = 18
253 end
254 object spnEncStop: TUpDown
255 Tag = 30
256 Left = 162
257 Top = 369
258 Width = 15
259 Height = 21
260 HelpContext = 9015
261 Associate = txtEncStop
262 Min = -999
263 Max = 999
264 TabOrder = 19
265 Thousands = False
266 end
267 object txtEncStop: TCaptionEdit
268 Left = 112
269 Top = 369
270 Width = 50
271 Height = 21
272 HelpContext = 9015
273 MaxLength = 12
274 TabOrder = 10
275 Text = '0'
276 OnChange = txtEncStopChange
277 OnExit = txtEncStopExit
278 Caption = 'Stop'
279 end
280 object txtTodayPlus: TStaticText
281 Left = 46
282 Top = 372
283 Width = 56
284 Height = 17
285 Alignment = taRightJustify
286 Caption = 'Today plus'
287 Color = clBtnFace
288 ParentColor = False
289 TabOrder = 21
290 end
291 object stStopEncAppts: TStaticText
292 Left = 10
293 Top = 348
294 Width = 55
295 Height = 17
296 Caption = 'Stop Date:'
297 TabOrder = 22
298 end
299 object btnEncDefaults: TButton
300 Left = 248
301 Top = 287
302 Width = 75
303 Height = 22
304 HelpContext = 9011
305 Caption = 'Use Defaults'
306 Font.Charset = DEFAULT_CHARSET
307 Font.Color = clWindowText
308 Font.Height = -11
309 Font.Name = 'MS Sans Serif'
310 Font.Style = []
311 ParentFont = False
312 TabOrder = 12
313 OnClick = btnEncDefaultsClick
314 end
315 object DKLanguageController1: TDKLanguageController
316 Left = 152
317 Top = 224
318 LangData = {
319 0F0066726D4F7074696F6E734F74686572010300000002000000070043617074
320 696F6E03000000080048656C7046696C6501000000040048696E74011B000000
321 0A006C626C4D656473546162010200000005000000070043617074696F6E0400
322 0000040048696E740006006C626C546162010100000006000000070043617074
323 696F6E000600426576656C3100000B006C626C456E6341707074730102000000
324 08000000070043617074696F6E07000000040048696E74000600426576656C32
325 00000900706E6C426F74746F6D0000090062766C426F74746F6D000005006274
326 6E4F4B010100000009000000070043617074696F6E00090062746E43616E6365
327 6C01010000000A000000070043617074696F6E00070073745374617274010100
328 00000B000000070043617074696F6E000600737453746F7001010000000C0000
329 00070043617074696F6E0007006474537461727401010000000D000000070043
330 617074696F6E000600647453746F7001010000000E000000070043617074696F
331 6E000D006C626C54616244656661756C7401010000000F000000070043617074
332 696F6E00060063626F546162010100000010000000070043617074696F6E000A
333 0063686B4C617374546162010100000011000000070043617074696F6E000F00
334 73745374617274456E634170707473010100000012000000070043617074696F
335 6E000D00747874546F6461794D696E7573010100000013000000070043617074
336 696F6E000B00747874456E635374617274010100000014000000070043617074
337 696F6E000C00747874446179734D696E75730101000000150000000700436170
338 74696F6E000B0073706E456E63537461727400000B0074787444617973506C75
339 73010100000016000000070043617074696F6E000A0073706E456E6353746F70
340 00000A00747874456E6353746F70010100000017000000070043617074696F6E
341 000C00747874546F646179506C7573010100000018000000070043617074696F
342 6E000E00737453746F70456E6341707074730101000000190000000700436170
343 74696F6E000E0062746E456E6344656661756C747301010000001A0000000700
344 43617074696F6E00}
345 end
346end
Note: See TracBrowser for help on using the repository browser.