source: cprs/trunk/CPRS-Chart/Encounter/fExam.dfm@ 829

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

Upgrade to version 27

File size: 3.4 KB
Line 
1inherited frmExams: TfrmExams
2 Left = 509
3 Top = 223
4 Caption = 'Encounter Examinations'
5 ExplicitLeft = 509
6 ExplicitTop = 223
7 PixelsPerInch = 96
8 TextHeight = 13
9 object lblExamResults: TLabel [0]
10 Left = 490
11 Top = 264
12 Width = 35
13 Height = 13
14 Caption = 'Results'
15 end
16 inherited lblSection: TLabel
17 Width = 65
18 Caption = 'Exam Section'
19 ExplicitWidth = 65
20 end
21 inherited btnOK: TBitBtn
22 TabOrder = 6
23 end
24 inherited btnCancel: TBitBtn
25 TabOrder = 7
26 end
27 inherited pnlGrid: TPanel
28 TabOrder = 1
29 inherited lbGrid: TORListBox
30 Caption = 'Exams'
31 Pieces = '1,2'
32 end
33 inherited hcGrid: THeaderControl
34 Sections = <
35 item
36 ImageIndex = -1
37 MinWidth = 60
38 Text = 'Results'
39 Width = 60
40 end
41 item
42 ImageIndex = -1
43 MinWidth = 90
44 Text = 'Selected Exams'
45 Width = 90
46 end>
47 end
48 end
49 inherited edtComment: TCaptionEdit
50 TabOrder = 3
51 end
52 object cboExamResults: TORComboBox [9]
53 Tag = 60
54 Left = 490
55 Top = 280
56 Width = 121
57 Height = 21
58 Style = orcsDropDown
59 AutoSelect = True
60 Caption = 'Results'
61 Color = clWindow
62 DropDownCount = 8
63 Enabled = False
64 ItemHeight = 13
65 ItemTipColor = clWindow
66 ItemTipEnable = True
67 ListItemsOnly = False
68 LongList = False
69 LookupPiece = 0
70 MaxLength = 0
71 Pieces = '2'
72 Sorted = False
73 SynonymChars = '<>'
74 TabOrder = 4
75 OnChange = cboExamResultsChange
76 CharsNeedMatch = 1
77 end
78 inherited btnRemove: TButton
79 TabOrder = 5
80 end
81 inherited btnSelectAll: TButton
82 TabOrder = 2
83 TabStop = True
84 end
85 inherited pnlMain: TPanel
86 TabOrder = 0
87 inherited lbxSection: TORListBox
88 Tag = 80
89 end
90 inherited pnlLeft: TPanel
91 inherited lbSection: TORListBox
92 TabOrder = 0
93 Caption = 'Exam Section'
94 end
95 inherited btnOther: TButton
96 Tag = 24
97 Caption = 'Other Exam...'
98 TabOrder = 1
99 end
100 end
101 end
102 inherited amgrMain: TVA508AccessibilityManager
103 Data = (
104 (
105 'Component = cboExamResults'
106 'Label = lblExamResults'
107 'Status = stsOK')
108 (
109 'Component = edtComment'
110 'Label = lblComment'
111 'Status = stsOK')
112 (
113 'Component = btnRemove'
114 'Status = stsDefault')
115 (
116 'Component = btnSelectAll'
117 'Status = stsDefault')
118 (
119 'Component = pnlMain'
120 'Status = stsDefault')
121 (
122 'Component = lbxSection'
123 'Label = lblList'
124 'Status = stsOK')
125 (
126 'Component = pnlLeft'
127 'Status = stsDefault')
128 (
129 'Component = lbSection'
130 'Label = lblSection'
131 'Status = stsOK')
132 (
133 'Component = btnOther'
134 'Status = stsDefault')
135 (
136 'Component = pnlGrid'
137 'Status = stsDefault')
138 (
139 'Component = lbGrid'
140 'Status = stsDefault')
141 (
142 'Component = hcGrid'
143 'Status = stsDefault')
144 (
145 'Component = btnOK'
146 'Status = stsDefault')
147 (
148 'Component = btnCancel'
149 'Status = stsDefault')
150 (
151 'Component = frmExams'
152 'Status = stsDefault'))
153 end
154end
Note: See TracBrowser for help on using the repository browser.