1 | inherited frmImmunizations: TfrmImmunizations
|
---|
2 | Left = 373
|
---|
3 | Top = 169
|
---|
4 | Caption = 'Encouner Immunization'
|
---|
5 | ExplicitLeft = 373
|
---|
6 | ExplicitTop = 169
|
---|
7 | PixelsPerInch = 96
|
---|
8 | TextHeight = 13
|
---|
9 | object lblReaction: TLabel [0]
|
---|
10 | Left = 490
|
---|
11 | Top = 274
|
---|
12 | Width = 43
|
---|
13 | Height = 13
|
---|
14 | Caption = 'Reaction'
|
---|
15 | end
|
---|
16 | object lblSeries: TLabel [1]
|
---|
17 | Left = 490
|
---|
18 | Top = 236
|
---|
19 | Width = 29
|
---|
20 | Height = 13
|
---|
21 | Caption = 'Series'
|
---|
22 | end
|
---|
23 | inherited lblSection: TLabel
|
---|
24 | Width = 100
|
---|
25 | Caption = 'Immunization Section'
|
---|
26 | ExplicitWidth = 100
|
---|
27 | end
|
---|
28 | object lblContra: TLabel [6]
|
---|
29 | Left = 509
|
---|
30 | Top = 312
|
---|
31 | Width = 74
|
---|
32 | Height = 26
|
---|
33 | Caption = 'Repeat Contraindicated'
|
---|
34 | WordWrap = True
|
---|
35 | end
|
---|
36 | inherited btnOK: TBitBtn
|
---|
37 | TabOrder = 8
|
---|
38 | end
|
---|
39 | inherited btnCancel: TBitBtn
|
---|
40 | TabOrder = 9
|
---|
41 | end
|
---|
42 | inherited pnlGrid: TPanel
|
---|
43 | TabOrder = 1
|
---|
44 | inherited lbGrid: TORListBox
|
---|
45 | Tag = 40
|
---|
46 | Caption = 'Selected Immunizations'
|
---|
47 | Pieces = '1,2,3,4'
|
---|
48 | end
|
---|
49 | inherited hcGrid: THeaderControl
|
---|
50 | Sections = <
|
---|
51 | item
|
---|
52 | ImageIndex = -1
|
---|
53 | MinWidth = 43
|
---|
54 | Text = 'Series'
|
---|
55 | Width = 96
|
---|
56 | end
|
---|
57 | item
|
---|
58 | ImageIndex = -1
|
---|
59 | MinWidth = 57
|
---|
60 | Text = 'Reaction'
|
---|
61 | Width = 134
|
---|
62 | end
|
---|
63 | item
|
---|
64 | ImageIndex = -1
|
---|
65 | MinWidth = 45
|
---|
66 | Text = 'Contra'
|
---|
67 | Width = 45
|
---|
68 | end
|
---|
69 | item
|
---|
70 | ImageIndex = -1
|
---|
71 | MinWidth = 124
|
---|
72 | Text = 'Selected Immunizations'
|
---|
73 | Width = 124
|
---|
74 | end>
|
---|
75 | end
|
---|
76 | end
|
---|
77 | inherited edtComment: TCaptionEdit
|
---|
78 | TabOrder = 3
|
---|
79 | end
|
---|
80 | object cboImmReaction: TORComboBox [11]
|
---|
81 | Tag = 20
|
---|
82 | Left = 490
|
---|
83 | Top = 288
|
---|
84 | Width = 121
|
---|
85 | Height = 21
|
---|
86 | Style = orcsDropDown
|
---|
87 | AutoSelect = True
|
---|
88 | Caption = 'Reaction'
|
---|
89 | Color = clWindow
|
---|
90 | DropDownCount = 8
|
---|
91 | Enabled = False
|
---|
92 | ItemHeight = 13
|
---|
93 | ItemTipColor = clWindow
|
---|
94 | ItemTipEnable = True
|
---|
95 | ListItemsOnly = False
|
---|
96 | LongList = False
|
---|
97 | LookupPiece = 0
|
---|
98 | MaxLength = 0
|
---|
99 | Pieces = '2'
|
---|
100 | Sorted = False
|
---|
101 | SynonymChars = '<>'
|
---|
102 | TabOrder = 5
|
---|
103 | OnChange = cboImmReactionChange
|
---|
104 | CharsNeedMatch = 1
|
---|
105 | end
|
---|
106 | object cboImmSeries: TORComboBox [12]
|
---|
107 | Tag = 10
|
---|
108 | Left = 490
|
---|
109 | Top = 250
|
---|
110 | Width = 121
|
---|
111 | Height = 21
|
---|
112 | Style = orcsDropDown
|
---|
113 | AutoSelect = True
|
---|
114 | Caption = 'Series'
|
---|
115 | Color = clWindow
|
---|
116 | DropDownCount = 8
|
---|
117 | Enabled = False
|
---|
118 | ItemHeight = 13
|
---|
119 | ItemTipColor = clWindow
|
---|
120 | ItemTipEnable = True
|
---|
121 | ListItemsOnly = False
|
---|
122 | LongList = False
|
---|
123 | LookupPiece = 0
|
---|
124 | MaxLength = 0
|
---|
125 | Pieces = '2'
|
---|
126 | Sorted = False
|
---|
127 | SynonymChars = '<>'
|
---|
128 | TabOrder = 4
|
---|
129 | OnChange = cboImmSeriesChange
|
---|
130 | CharsNeedMatch = 1
|
---|
131 | end
|
---|
132 | object ckbContra: TCheckBox [13]
|
---|
133 | Left = 490
|
---|
134 | Top = 319
|
---|
135 | Width = 13
|
---|
136 | Height = 13
|
---|
137 | Enabled = False
|
---|
138 | TabOrder = 6
|
---|
139 | OnClick = ckbContraClick
|
---|
140 | end
|
---|
141 | inherited btnRemove: TButton
|
---|
142 | TabOrder = 7
|
---|
143 | end
|
---|
144 | inherited btnSelectAll: TButton
|
---|
145 | TabOrder = 2
|
---|
146 | TabStop = True
|
---|
147 | end
|
---|
148 | inherited pnlMain: TPanel
|
---|
149 | TabOrder = 0
|
---|
150 | inherited lbxSection: TORListBox
|
---|
151 | Tag = 40
|
---|
152 | end
|
---|
153 | inherited pnlLeft: TPanel
|
---|
154 | inherited lbSection: TORListBox
|
---|
155 | Tag = 40
|
---|
156 | TabOrder = 0
|
---|
157 | Caption = 'Immunization Section'
|
---|
158 | end
|
---|
159 | inherited btnOther: TButton
|
---|
160 | Tag = 20
|
---|
161 | Caption = 'Other Immunization...'
|
---|
162 | TabOrder = 1
|
---|
163 | end
|
---|
164 | end
|
---|
165 | end
|
---|
166 | inherited amgrMain: TVA508AccessibilityManager
|
---|
167 | Data = (
|
---|
168 | (
|
---|
169 | 'Component = cboImmReaction'
|
---|
170 | 'Label = lblReaction'
|
---|
171 | 'Status = stsOK')
|
---|
172 | (
|
---|
173 | 'Component = cboImmSeries'
|
---|
174 | 'Label = lblSeries'
|
---|
175 | 'Status = stsOK')
|
---|
176 | (
|
---|
177 | 'Component = ckbContra'
|
---|
178 | 'Status = stsDefault')
|
---|
179 | (
|
---|
180 | 'Component = edtComment'
|
---|
181 | 'Label = lblComment'
|
---|
182 | 'Status = stsOK')
|
---|
183 | (
|
---|
184 | 'Component = btnRemove'
|
---|
185 | 'Status = stsDefault')
|
---|
186 | (
|
---|
187 | 'Component = btnSelectAll'
|
---|
188 | 'Status = stsDefault')
|
---|
189 | (
|
---|
190 | 'Component = pnlMain'
|
---|
191 | 'Status = stsDefault')
|
---|
192 | (
|
---|
193 | 'Component = lbxSection'
|
---|
194 | 'Label = lblList'
|
---|
195 | 'Status = stsOK')
|
---|
196 | (
|
---|
197 | 'Component = pnlLeft'
|
---|
198 | 'Status = stsDefault')
|
---|
199 | (
|
---|
200 | 'Component = lbSection'
|
---|
201 | 'Label = lblSection'
|
---|
202 | 'Status = stsOK')
|
---|
203 | (
|
---|
204 | 'Component = btnOther'
|
---|
205 | 'Status = stsDefault')
|
---|
206 | (
|
---|
207 | 'Component = pnlGrid'
|
---|
208 | 'Status = stsDefault')
|
---|
209 | (
|
---|
210 | 'Component = lbGrid'
|
---|
211 | 'Status = stsDefault')
|
---|
212 | (
|
---|
213 | 'Component = hcGrid'
|
---|
214 | 'Status = stsDefault')
|
---|
215 | (
|
---|
216 | 'Component = btnOK'
|
---|
217 | 'Status = stsDefault')
|
---|
218 | (
|
---|
219 | 'Component = btnCancel'
|
---|
220 | 'Status = stsDefault')
|
---|
221 | (
|
---|
222 | 'Component = frmImmunizations'
|
---|
223 | 'Status = stsDefault'))
|
---|
224 | end
|
---|
225 | end
|
---|