source: cprs/branches/foia-cprs/CPRS-Chart/Options/fOptionsOther.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: 6.5 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 = 32
199 Top = 321
200 Width = 79
201 Height = 17
202 Caption = 'TODAY MINUS'
203 Color = clBtnFace
204 ParentColor = False
205 TabOrder = 14
206 end
207 object txtEncStart: TCaptionEdit
208 Left = 110
209 Top = 318
210 Width = 50
211 Height = 21
212 HelpContext = 9015
213 MaxLength = 12
214 TabOrder = 8
215 Text = '0'
216 OnChange = txtEncStartChange
217 OnExit = txtEncStartExit
218 Caption = 'Stop'
219 end
220 object txtDaysMinus: TStaticText
221 Left = 176
222 Top = 322
223 Width = 36
224 Height = 17
225 Caption = ' DAYS'
226 Color = clBtnFace
227 ParentColor = False
228 TabOrder = 16
229 end
230 object spnEncStart: TUpDown
231 Tag = 30
232 Left = 160
233 Top = 318
234 Width = 15
235 Height = 21
236 HelpContext = 9015
237 Associate = txtEncStart
238 Min = -999
239 Max = 999
240 Position = 0
241 TabOrder = 17
242 Thousands = False
243 Wrap = False
244 end
245 object txtDaysPlus: TStaticText
246 Left = 178
247 Top = 374
248 Width = 36
249 Height = 17
250 Caption = ' DAYS'
251 Color = clBtnFace
252 ParentColor = False
253 TabOrder = 18
254 end
255 object spnEncStop: TUpDown
256 Tag = 30
257 Left = 162
258 Top = 369
259 Width = 15
260 Height = 21
261 HelpContext = 9015
262 Associate = txtEncStop
263 Min = -999
264 Max = 999
265 Position = 0
266 TabOrder = 19
267 Thousands = False
268 Wrap = False
269 end
270 object txtEncStop: TCaptionEdit
271 Left = 112
272 Top = 369
273 Width = 50
274 Height = 21
275 HelpContext = 9015
276 MaxLength = 12
277 TabOrder = 10
278 Text = '0'
279 OnChange = txtEncStopChange
280 OnExit = txtEncStopExit
281 Caption = 'Stop'
282 end
283 object txtTodayPlus: TStaticText
284 Left = 42
285 Top = 372
286 Width = 72
287 Height = 17
288 Caption = 'TODAY PLUS'
289 Color = clBtnFace
290 ParentColor = False
291 TabOrder = 21
292 end
293 object stStopEncAppts: TStaticText
294 Left = 10
295 Top = 348
296 Width = 55
297 Height = 17
298 Caption = 'Stop Date:'
299 TabOrder = 22
300 end
301 object btnEncDefaults: TButton
302 Left = 248
303 Top = 287
304 Width = 75
305 Height = 22
306 HelpContext = 9011
307 Caption = 'Use Defaults'
308 Font.Charset = DEFAULT_CHARSET
309 Font.Color = clWindowText
310 Font.Height = -11
311 Font.Name = 'MS Sans Serif'
312 Font.Style = []
313 ParentFont = False
314 TabOrder = 12
315 OnClick = btnEncDefaultsClick
316 end
317end
Note: See TracBrowser for help on using the repository browser.