source: cprs/trunk/CPRS-Chart/fGraphSettings.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 11.8 KB
Line 
1inherited frmGraphSettings: TfrmGraphSettings
2 Left = 109
3 Top = 60
4 BorderIcons = [biSystemMenu, biHelp]
5 BorderStyle = bsDialog
6 Caption = 'Graph Settings'
7 ClientHeight = 318
8 ClientWidth = 438
9 Position = poMainFormCenter
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 ExplicitWidth = 444
14 ExplicitHeight = 343
15 DesignSize = (
16 438
17 318)
18 PixelsPerInch = 96
19 TextHeight = 13
20 object lblMinGraphHeight: TLabel [0]
21 Left = 311
22 Top = 51
23 Width = 110
24 Height = 13
25 Caption = 'Minimum Graph Height:'
26 ParentShowHint = False
27 ShowHint = False
28 end
29 object lblMaxGraphs: TLabel [1]
30 Left = 311
31 Top = 7
32 Width = 108
33 Height = 13
34 Caption = 'Max Graphs in Display:'
35 ParentShowHint = False
36 ShowHint = False
37 end
38 object lblOptions: TLabel [2]
39 Left = 179
40 Top = 4
41 Width = 39
42 Height = 13
43 Caption = 'Options:'
44 ParentShowHint = False
45 ShowHint = False
46 end
47 object bvlBase: TBevel [3]
48 Left = 13
49 Top = 287
50 Width = 412
51 Height = 2
52 end
53 object lblSources: TLabel [4]
54 Left = 16
55 Top = 4
56 Width = 91
57 Height = 13
58 Caption = 'Sources Displayed:'
59 ParentShowHint = False
60 ShowHint = False
61 end
62 object lblConversions: TLabel [5]
63 Left = 215
64 Top = 284
65 Width = 46
66 Height = 13
67 Caption = 'Functions'
68 ParentShowHint = False
69 ShowHint = False
70 Visible = False
71 end
72 object lblMaxSelect: TLabel [6]
73 Left = 311
74 Top = 93
75 Width = 96
76 Height = 13
77 Caption = 'Max Items to Select:'
78 ParentShowHint = False
79 ShowHint = False
80 WordWrap = True
81 end
82 object lblShow: TLabel [7]
83 Left = 196
84 Top = 233
85 Width = 72
86 Height = 13
87 Alignment = taRightJustify
88 Caption = 'Show Defaults:'
89 ParentShowHint = False
90 ShowHint = False
91 end
92 object lblSave: TLabel [8]
93 Left = 189
94 Top = 265
95 Width = 79
96 Height = 13
97 Alignment = taRightJustify
98 Caption = 'Save as Default:'
99 ParentShowHint = False
100 ShowHint = False
101 end
102 object bvlDefaults: TBevel [9]
103 Left = 176
104 Top = 221
105 Width = 248
106 Height = 2
107 end
108 object lblOptionsInfo: TLabel [10]
109 Left = 13
110 Top = 297
111 Width = 275
112 Height = 13
113 Caption = 'Settings saved as your defaults are applied to new graphs.'
114 ParentShowHint = False
115 ShowHint = False
116 WordWrap = True
117 end
118 object lblMaxGraphsRef: TLabel [11]
119 Left = 374
120 Top = 23
121 Width = 57
122 Height = 17
123 AutoSize = False
124 ParentShowHint = False
125 ShowHint = False
126 end
127 object lblMinGraphHeightRef: TLabel [12]
128 Left = 374
129 Top = 69
130 Width = 57
131 Height = 17
132 AutoSize = False
133 ParentShowHint = False
134 ShowHint = False
135 end
136 object lblMaxSelectRef: TLabel [13]
137 Left = 374
138 Top = 114
139 Width = 57
140 Height = 17
141 AutoSize = False
142 ParentShowHint = False
143 ShowHint = False
144 end
145 object bvlMid: TBevel [14]
146 Left = 176
147 Top = 255
148 Width = 248
149 Height = 2
150 end
151 object lblOutpatient: TLabel [15]
152 Left = 311
153 Top = 135
154 Width = 115
155 Height = 13
156 Caption = 'Outpatient Date Default:'
157 ParentShowHint = False
158 ShowHint = False
159 WordWrap = True
160 end
161 object lblInpatient: TLabel [16]
162 Left = 311
163 Top = 178
164 Width = 107
165 Height = 13
166 Caption = 'Inpatient Date Default:'
167 ParentShowHint = False
168 ShowHint = False
169 WordWrap = True
170 end
171 object lstATypes: TListBox [17]
172 Left = 253
173 Top = 3
174 Width = 45
175 Height = 16
176 Anchors = [akLeft, akTop, akRight]
177 ItemHeight = 13
178 TabOrder = 17
179 Visible = False
180 end
181 object lstSourcesCopy: TListBox [18]
182 Left = 123
183 Top = 4
184 Width = 45
185 Height = 16
186 ItemHeight = 13
187 Sorted = True
188 TabOrder = 16
189 Visible = False
190 end
191 object chklstOptions: TCheckListBox [19]
192 Left = 174
193 Top = 23
194 Width = 120
195 Height = 192
196 OnClickCheck = chklstOptionsClickCheck
197 ItemHeight = 13
198 ParentShowHint = False
199 ShowHint = False
200 Sorted = True
201 TabOrder = 1
202 end
203 object txtMinGraphHeight: TEdit [20]
204 Left = 311
205 Top = 67
206 Width = 41
207 Height = 21
208 ParentShowHint = False
209 ShowHint = False
210 TabOrder = 4
211 Text = '90'
212 OnChange = txtMinGraphHeightChange
213 OnExit = txtMinGraphHeightExit
214 OnKeyPress = txtMinGraphHeightKeyPress
215 end
216 object txtMaxGraphs: TEdit [21]
217 Left = 311
218 Top = 23
219 Width = 41
220 Height = 21
221 ParentShowHint = False
222 ShowHint = False
223 TabOrder = 2
224 Text = '5'
225 OnChange = txtMaxGraphsChange
226 OnExit = txtMaxGraphsExit
227 OnKeyPress = txtMaxGraphsKeyPress
228 end
229 object spnMinGraphHeight: TUpDown [22]
230 Left = 352
231 Top = 67
232 Width = 15
233 Height = 21
234 Associate = txtMinGraphHeight
235 Min = 10
236 Max = 1000
237 ParentShowHint = False
238 Position = 90
239 ShowHint = False
240 TabOrder = 5
241 OnClick = spnMinGraphHeightClick
242 end
243 object spnMaxGraphs: TUpDown [23]
244 Left = 352
245 Top = 23
246 Width = 15
247 Height = 21
248 Associate = txtMaxGraphs
249 Min = 1
250 Max = 20
251 ParentShowHint = False
252 Position = 5
253 ShowHint = False
254 TabOrder = 3
255 OnClick = spnMaxGraphsClick
256 end
257 object btnClose: TButton [24]
258 Left = 350
259 Top = 295
260 Width = 75
261 Height = 21
262 Cancel = True
263 Caption = 'Close'
264 ParentShowHint = False
265 ShowHint = False
266 TabOrder = 15
267 OnClick = btnCloseClick
268 end
269 object lstSources: TCheckListBox [25]
270 Left = 17
271 Top = 23
272 Width = 153
273 Height = 229
274 ItemHeight = 13
275 ParentShowHint = False
276 ShowHint = False
277 Sorted = True
278 TabOrder = 0
279 end
280 object btnAll: TButton [26]
281 Left = 18
282 Top = 261
283 Width = 65
284 Height = 21
285 Caption = 'All'
286 ParentShowHint = False
287 ShowHint = False
288 TabOrder = 9
289 OnClick = btnAllClick
290 end
291 object brnClear: TButton [27]
292 Left = 103
293 Top = 261
294 Width = 65
295 Height = 21
296 Cancel = True
297 Caption = 'Clear'
298 ParentShowHint = False
299 ShowHint = False
300 TabOrder = 10
301 OnClick = btnAllClick
302 end
303 object btnPersonal: TButton [28]
304 Left = 277
305 Top = 229
306 Width = 65
307 Height = 21
308 Cancel = True
309 Caption = 'Personal'
310 TabOrder = 11
311 OnClick = btnPublicClick
312 end
313 object cboConversions: TORComboBox [29]
314 Left = 228
315 Top = 295
316 Width = 116
317 Height = 21
318 Style = orcsDropDown
319 AutoSelect = True
320 Color = clWindow
321 DropDownCount = 8
322 Items.Strings = (
323 '<none>'
324 'Standard Deviations'
325 'Inverse Values')
326 ItemHeight = 13
327 ItemTipColor = clWindow
328 ItemTipEnable = True
329 ListItemsOnly = False
330 LongList = False
331 LookupPiece = 0
332 MaxLength = 0
333 ParentShowHint = False
334 ShowHint = False
335 Sorted = False
336 SynonymChars = '<>'
337 TabOrder = 8
338 Visible = False
339 CharsNeedMatch = 1
340 end
341 object txtMaxSelect: TEdit [30]
342 Left = 311
343 Top = 108
344 Width = 41
345 Height = 21
346 ParentShowHint = False
347 ShowHint = False
348 TabOrder = 6
349 Text = '100'
350 OnChange = txtMaxSelectChange
351 OnExit = txtMaxSelectExit
352 OnKeyPress = txtMaxSelectKeyPress
353 end
354 object spnMaxSelect: TUpDown [31]
355 Left = 352
356 Top = 108
357 Width = 15
358 Height = 21
359 Associate = txtMaxSelect
360 Min = 1
361 Max = 1000
362 ParentShowHint = False
363 Position = 100
364 ShowHint = False
365 TabOrder = 7
366 OnClick = spnMaxSelectClick
367 end
368 object btnPublic: TButton [32]
369 Left = 360
370 Top = 229
371 Width = 65
372 Height = 21
373 Cancel = True
374 Caption = 'Public'
375 ParentShowHint = False
376 ShowHint = False
377 TabOrder = 12
378 OnClick = btnPublicClick
379 end
380 object btnPersonalSave: TButton [33]
381 Left = 277
382 Top = 261
383 Width = 65
384 Height = 21
385 Cancel = True
386 Caption = 'Personal'
387 ParentShowHint = False
388 ShowHint = False
389 TabOrder = 13
390 OnClick = SaveClick
391 end
392 object btnPublicSave: TButton [34]
393 Left = 360
394 Top = 261
395 Width = 65
396 Height = 21
397 Cancel = True
398 Caption = 'Public'
399 ParentShowHint = False
400 ShowHint = False
401 TabOrder = 14
402 OnClick = SaveClick
403 end
404 object lstOptions: TListBox [35]
405 Left = 287
406 Top = 295
407 Width = 57
408 Height = 17
409 ItemHeight = 13
410 Items.Strings = (
411 '3D^A'
412 'Clear Background^B'
413 'Dates^C'
414 'Fixed Date Range^M'
415 'Gradient^D'
416 'Hints^E'
417 'Legend^F'
418 'Lines^G'
419 'Sort by Type^H'
420 'Stay on Top^I'
421 'Values^J'
422 'Zoom, Horizontal^K'
423 'Zoom, Vertical^L')
424 Sorted = True
425 TabOrder = 18
426 Visible = False
427 end
428 object cboDateRangeOutpatient: TORComboBox [36]
429 Left = 311
430 Top = 149
431 Width = 115
432 Height = 21
433 Style = orcsDropDown
434 AutoSelect = True
435 Color = clWindow
436 DropDownCount = 9
437 ItemHeight = 13
438 ItemTipColor = clWindow
439 ItemTipEnable = True
440 ListItemsOnly = False
441 LongList = False
442 LookupPiece = 0
443 MaxLength = 0
444 Pieces = '2'
445 Sorted = False
446 SynonymChars = '<>'
447 TabOrder = 19
448 TabStop = True
449 CharsNeedMatch = 1
450 end
451 object cboDateRangeInpatient: TORComboBox [37]
452 Left = 311
453 Top = 194
454 Width = 115
455 Height = 21
456 Style = orcsDropDown
457 AutoSelect = True
458 Color = clWindow
459 DropDownCount = 9
460 Items.Strings = (
461 'S^Date Range...'
462 '1^Today'
463 '2^One Week'
464 '3^Two Weeks'
465 '4^One Month'
466 '5^Six Months'
467 '6^One Year'
468 '7^Two Years'
469 '8^All Results')
470 ItemHeight = 13
471 ItemTipColor = clWindow
472 ItemTipEnable = True
473 ListItemsOnly = False
474 LongList = False
475 LookupPiece = 0
476 MaxLength = 0
477 Pieces = '2'
478 Sorted = False
479 SynonymChars = '<>'
480 TabOrder = 20
481 TabStop = True
482 CharsNeedMatch = 1
483 end
484 inherited amgrMain: TVA508AccessibilityManager
485 Data = (
486 (
487 'Component = lstATypes'
488 'Status = stsDefault')
489 (
490 'Component = lstSourcesCopy'
491 'Status = stsDefault')
492 (
493 'Component = chklstOptions'
494 'Status = stsDefault')
495 (
496 'Component = txtMinGraphHeight'
497 'Status = stsDefault')
498 (
499 'Component = txtMaxGraphs'
500 'Status = stsDefault')
501 (
502 'Component = spnMinGraphHeight'
503 'Status = stsDefault')
504 (
505 'Component = spnMaxGraphs'
506 'Status = stsDefault')
507 (
508 'Component = btnClose'
509 'Status = stsDefault')
510 (
511 'Component = lstSources'
512 'Status = stsDefault')
513 (
514 'Component = btnAll'
515 'Status = stsDefault')
516 (
517 'Component = brnClear'
518 'Status = stsDefault')
519 (
520 'Component = btnPersonal'
521 'Status = stsDefault')
522 (
523 'Component = cboConversions'
524 'Status = stsDefault')
525 (
526 'Component = txtMaxSelect'
527 'Status = stsDefault')
528 (
529 'Component = spnMaxSelect'
530 'Status = stsDefault')
531 (
532 'Component = btnPublic'
533 'Status = stsDefault')
534 (
535 'Component = btnPersonalSave'
536 'Status = stsDefault')
537 (
538 'Component = btnPublicSave'
539 'Status = stsDefault')
540 (
541 'Component = lstOptions'
542 'Status = stsDefault')
543 (
544 'Component = frmGraphSettings'
545 'Status = stsDefault')
546 (
547 'Component = cboDateRangeOutpatient'
548 'Status = stsDefault')
549 (
550 'Component = cboDateRangeInpatient'
551 'Status = stsDefault'))
552 end
553end
Note: See TracBrowser for help on using the repository browser.