xref: /AOO41X/main/oovbaapi/genconstidl/msforms.api (revision ff85de3a69b62b3a4380c1a7d6c7034acfe9c659)
1cdf0e10cSrcweir<?xml version="1.0" encoding="utf-8"?>
2*ff85de3aSAndrew Rist<!--***********************************************************
3*ff85de3aSAndrew Rist *
4*ff85de3aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*ff85de3aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*ff85de3aSAndrew Rist * distributed with this work for additional information
7*ff85de3aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*ff85de3aSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*ff85de3aSAndrew Rist * "License"); you may not use this file except in compliance
10*ff85de3aSAndrew Rist * with the License.  You may obtain a copy of the License at
11*ff85de3aSAndrew Rist *
12*ff85de3aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*ff85de3aSAndrew Rist *
14*ff85de3aSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*ff85de3aSAndrew Rist * software distributed under the License is distributed on an
16*ff85de3aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*ff85de3aSAndrew Rist * KIND, either express or implied.  See the License for the
18*ff85de3aSAndrew Rist * specific language governing permissions and limitations
19*ff85de3aSAndrew Rist * under the License.
20*ff85de3aSAndrew Rist *
21*ff85de3aSAndrew Rist ***********************************************************-->
22cdf0e10cSrcweir
23cdf0e10cSrcweir
24cdf0e10cSrcweir
25cdf0e10cSrcweir<!-- *** Do not edit, this file will be generated *** -->
26cdf0e10cSrcweir<!DOCTYPE api SYSTEM "ApiSymbols.dtd">
27cdf0e10cSrcweir<api library-identifier="Microsoft Forms 2.0 Object Library" library-name="MSForms" library-minorversion="0" library-majorversion="2" author="Sun Microsystems" date-created="20050331">
28cdf0e10cSrcweir	<!--Class::CheckBox-->
29cdf0e10cSrcweir	<element type="class">
30cdf0e10cSrcweir		<source id="MSForms.CheckBox">
31cdf0e10cSrcweir			<name>CheckBox</name>
32cdf0e10cSrcweir		</source>
33cdf0e10cSrcweir		<destination designation="identity" />
34cdf0e10cSrcweir	</element>
35cdf0e10cSrcweir	<!--property::CheckBox.Accelerator-->
36cdf0e10cSrcweir	<element type="property">
37cdf0e10cSrcweir		<source id="MSForms.CheckBox.Accelerator">
38cdf0e10cSrcweir			<context kind="class">CheckBox</context>
39cdf0e10cSrcweir			<name>Accelerator</name>
40cdf0e10cSrcweir			<type>String</type>
41cdf0e10cSrcweir		</source>
42cdf0e10cSrcweir	</element>
43cdf0e10cSrcweir	<!--property::CheckBox.Alignment-->
44cdf0e10cSrcweir	<element type="property">
45cdf0e10cSrcweir		<source id="MSForms.CheckBox.Alignment">
46cdf0e10cSrcweir			<context kind="class">CheckBox</context>
47cdf0e10cSrcweir			<name>Alignment</name>
48cdf0e10cSrcweir			<type>Integer</type>
49cdf0e10cSrcweir		</source>
50cdf0e10cSrcweir	</element>
51cdf0e10cSrcweir	<!--property::CheckBox.AutoSize-->
52cdf0e10cSrcweir	<element type="property">
53cdf0e10cSrcweir		<source id="MSForms.CheckBox.AutoSize">
54cdf0e10cSrcweir			<context kind="class">CheckBox</context>
55cdf0e10cSrcweir			<name>AutoSize</name>
56cdf0e10cSrcweir			<type>boolean</type>
57cdf0e10cSrcweir		</source>
58cdf0e10cSrcweir	</element>
59cdf0e10cSrcweir	<!--property::CheckBox.BackColor-->
60cdf0e10cSrcweir	<element type="property">
61cdf0e10cSrcweir		<source id="MSForms.CheckBox.BackColor">
62cdf0e10cSrcweir			<context kind="class">CheckBox</context>
63cdf0e10cSrcweir			<name>BackColor</name>
64cdf0e10cSrcweir			<type>Integer</type>
65cdf0e10cSrcweir		</source>
66cdf0e10cSrcweir	</element>
67cdf0e10cSrcweir	<!--property::CheckBox.BackStyle-->
68cdf0e10cSrcweir	<element type="property">
69cdf0e10cSrcweir		<source id="MSForms.CheckBox.BackStyle">
70cdf0e10cSrcweir			<context kind="class">CheckBox</context>
71cdf0e10cSrcweir			<name>BackStyle</name>
72cdf0e10cSrcweir			<type>Integer</type>
73cdf0e10cSrcweir		</source>
74cdf0e10cSrcweir	</element>
75cdf0e10cSrcweir	<!--method::CheckBox.BeforeDragOver-->
76cdf0e10cSrcweir	<element type="method">
77cdf0e10cSrcweir		<source id="MSForms.CheckBox.BeforeDragOver">
78cdf0e10cSrcweir			<context kind="class">CheckBox</context>
79cdf0e10cSrcweir			<name>BeforeDragOver</name>
80cdf0e10cSrcweir			<type>void</type>
81cdf0e10cSrcweir			<parameter-list>
82cdf0e10cSrcweir				<parameter>
83cdf0e10cSrcweir					<type>ReturnBoolean</type>
84cdf0e10cSrcweir					<name>Cancel</name>
85cdf0e10cSrcweir				</parameter>
86cdf0e10cSrcweir				<parameter>
87cdf0e10cSrcweir					<type>DataObject</type>
88cdf0e10cSrcweir					<name>Data</name>
89cdf0e10cSrcweir				</parameter>
90cdf0e10cSrcweir				<parameter>
91cdf0e10cSrcweir					<type>Single</type>
92cdf0e10cSrcweir					<name>X</name>
93cdf0e10cSrcweir				</parameter>
94cdf0e10cSrcweir				<parameter>
95cdf0e10cSrcweir					<type>Single</type>
96cdf0e10cSrcweir					<name>Y</name>
97cdf0e10cSrcweir				</parameter>
98cdf0e10cSrcweir				<parameter>
99cdf0e10cSrcweir					<type>Integer</type>
100cdf0e10cSrcweir					<name>DragState</name>
101cdf0e10cSrcweir				</parameter>
102cdf0e10cSrcweir				<parameter>
103cdf0e10cSrcweir					<type>ReturnEffect</type>
104cdf0e10cSrcweir					<name>Effect</name>
105cdf0e10cSrcweir				</parameter>
106cdf0e10cSrcweir				<parameter>
107cdf0e10cSrcweir					<type>short</type>
108cdf0e10cSrcweir					<name>Shift</name>
109cdf0e10cSrcweir				</parameter>
110cdf0e10cSrcweir			</parameter-list>
111cdf0e10cSrcweir		</source>
112cdf0e10cSrcweir	</element>
113cdf0e10cSrcweir	<!--method::CheckBox.BeforeDropOrPaste-->
114cdf0e10cSrcweir	<element type="method">
115cdf0e10cSrcweir		<source id="MSForms.CheckBox.BeforeDropOrPaste">
116cdf0e10cSrcweir			<context kind="class">CheckBox</context>
117cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
118cdf0e10cSrcweir			<type>void</type>
119cdf0e10cSrcweir			<parameter-list>
120cdf0e10cSrcweir				<parameter>
121cdf0e10cSrcweir					<type>ReturnBoolean</type>
122cdf0e10cSrcweir					<name>Cancel</name>
123cdf0e10cSrcweir				</parameter>
124cdf0e10cSrcweir				<parameter>
125cdf0e10cSrcweir					<type>Integer</type>
126cdf0e10cSrcweir					<name>Action</name>
127cdf0e10cSrcweir				</parameter>
128cdf0e10cSrcweir				<parameter>
129cdf0e10cSrcweir					<type>DataObject</type>
130cdf0e10cSrcweir					<name>Data</name>
131cdf0e10cSrcweir				</parameter>
132cdf0e10cSrcweir				<parameter>
133cdf0e10cSrcweir					<type>Single</type>
134cdf0e10cSrcweir					<name>X</name>
135cdf0e10cSrcweir				</parameter>
136cdf0e10cSrcweir				<parameter>
137cdf0e10cSrcweir					<type>Single</type>
138cdf0e10cSrcweir					<name>Y</name>
139cdf0e10cSrcweir				</parameter>
140cdf0e10cSrcweir				<parameter>
141cdf0e10cSrcweir					<type>ReturnEffect</type>
142cdf0e10cSrcweir					<name>Effect</name>
143cdf0e10cSrcweir				</parameter>
144cdf0e10cSrcweir				<parameter>
145cdf0e10cSrcweir					<type>short</type>
146cdf0e10cSrcweir					<name>Shift</name>
147cdf0e10cSrcweir				</parameter>
148cdf0e10cSrcweir			</parameter-list>
149cdf0e10cSrcweir		</source>
150cdf0e10cSrcweir	</element>
151cdf0e10cSrcweir	<!--property::CheckBox.BordersSuppress-->
152cdf0e10cSrcweir	<element type="property">
153cdf0e10cSrcweir		<source id="MSForms.CheckBox.BordersSuppress">
154cdf0e10cSrcweir			<context kind="class">CheckBox</context>
155cdf0e10cSrcweir			<name>BordersSuppress</name>
156cdf0e10cSrcweir			<type>boolean</type>
157cdf0e10cSrcweir		</source>
158cdf0e10cSrcweir	</element>
159cdf0e10cSrcweir	<!--property::CheckBox.Caption-->
160cdf0e10cSrcweir	<element type="property">
161cdf0e10cSrcweir		<source id="MSForms.CheckBox.Caption">
162cdf0e10cSrcweir			<context kind="class">CheckBox</context>
163cdf0e10cSrcweir			<name>Caption</name>
164cdf0e10cSrcweir			<type>String</type>
165cdf0e10cSrcweir		</source>
166cdf0e10cSrcweir	</element>
167cdf0e10cSrcweir	<!--method::CheckBox.Change-->
168cdf0e10cSrcweir	<element type="method">
169cdf0e10cSrcweir		<source id="MSForms.CheckBox.Change">
170cdf0e10cSrcweir			<context kind="class">CheckBox</context>
171cdf0e10cSrcweir			<name>Change</name>
172cdf0e10cSrcweir			<type>void</type>
173cdf0e10cSrcweir		</source>
174cdf0e10cSrcweir	</element>
175cdf0e10cSrcweir	<!--method::CheckBox.Click-->
176cdf0e10cSrcweir	<element type="method">
177cdf0e10cSrcweir		<source id="MSForms.CheckBox.Click">
178cdf0e10cSrcweir			<context kind="class">CheckBox</context>
179cdf0e10cSrcweir			<name>Click</name>
180cdf0e10cSrcweir			<type>void</type>
181cdf0e10cSrcweir		</source>
182cdf0e10cSrcweir	</element>
183cdf0e10cSrcweir	<!--method::CheckBox.DblClick-->
184cdf0e10cSrcweir	<element type="method">
185cdf0e10cSrcweir		<source id="MSForms.CheckBox.DblClick">
186cdf0e10cSrcweir			<context kind="class">CheckBox</context>
187cdf0e10cSrcweir			<name>DblClick</name>
188cdf0e10cSrcweir			<type>void</type>
189cdf0e10cSrcweir			<parameter-list>
190cdf0e10cSrcweir				<parameter>
191cdf0e10cSrcweir					<type>ReturnBoolean</type>
192cdf0e10cSrcweir					<name>Cancel</name>
193cdf0e10cSrcweir				</parameter>
194cdf0e10cSrcweir			</parameter-list>
195cdf0e10cSrcweir		</source>
196cdf0e10cSrcweir	</element>
197cdf0e10cSrcweir	<!--property::CheckBox.DisplayStyle {ReadOnly}-->
198cdf0e10cSrcweir	<element type="property">
199cdf0e10cSrcweir		<source id="MSForms.CheckBox.DisplayStyle">
200cdf0e10cSrcweir			<context kind="class">CheckBox</context>
201cdf0e10cSrcweir			<name>DisplayStyle</name>
202cdf0e10cSrcweir			<type>Integer</type>
203cdf0e10cSrcweir		</source>
204cdf0e10cSrcweir	</element>
205cdf0e10cSrcweir	<!--property::CheckBox.Enabled-->
206cdf0e10cSrcweir	<element type="property">
207cdf0e10cSrcweir		<source id="MSForms.CheckBox.Enabled">
208cdf0e10cSrcweir			<context kind="class">CheckBox</context>
209cdf0e10cSrcweir			<name>Enabled</name>
210cdf0e10cSrcweir			<type>boolean</type>
211cdf0e10cSrcweir		</source>
212cdf0e10cSrcweir	</element>
213cdf0e10cSrcweir	<!--method::CheckBox.Error-->
214cdf0e10cSrcweir	<element type="method">
215cdf0e10cSrcweir		<source id="MSForms.CheckBox.Error">
216cdf0e10cSrcweir			<context kind="class">CheckBox</context>
217cdf0e10cSrcweir			<name>Error</name>
218cdf0e10cSrcweir			<type>void</type>
219cdf0e10cSrcweir			<parameter-list>
220cdf0e10cSrcweir				<parameter>
221cdf0e10cSrcweir					<type>short</type>
222cdf0e10cSrcweir					<name>Number</name>
223cdf0e10cSrcweir				</parameter>
224cdf0e10cSrcweir				<parameter>
225cdf0e10cSrcweir					<type>ReturnString</type>
226cdf0e10cSrcweir					<name>Description</name>
227cdf0e10cSrcweir				</parameter>
228cdf0e10cSrcweir				<parameter>
229cdf0e10cSrcweir					<type>Integer</type>
230cdf0e10cSrcweir					<name>SCode</name>
231cdf0e10cSrcweir				</parameter>
232cdf0e10cSrcweir				<parameter>
233cdf0e10cSrcweir					<type>String</type>
234cdf0e10cSrcweir					<name>Source</name>
235cdf0e10cSrcweir				</parameter>
236cdf0e10cSrcweir				<parameter>
237cdf0e10cSrcweir					<type>String</type>
238cdf0e10cSrcweir					<name>HelpFile</name>
239cdf0e10cSrcweir				</parameter>
240cdf0e10cSrcweir				<parameter>
241cdf0e10cSrcweir					<type>Integer</type>
242cdf0e10cSrcweir					<name>HelpContext</name>
243cdf0e10cSrcweir				</parameter>
244cdf0e10cSrcweir				<parameter>
245cdf0e10cSrcweir					<type>ReturnBoolean</type>
246cdf0e10cSrcweir					<name>CancelDisplay</name>
247cdf0e10cSrcweir				</parameter>
248cdf0e10cSrcweir			</parameter-list>
249cdf0e10cSrcweir		</source>
250cdf0e10cSrcweir	</element>
251cdf0e10cSrcweir	<!--property::CheckBox.Font {ReadOnly}-->
252cdf0e10cSrcweir	<element type="property">
253cdf0e10cSrcweir		<source id="MSForms.CheckBox.Font">
254cdf0e10cSrcweir			<context kind="class">CheckBox</context>
255cdf0e10cSrcweir			<name>Font</name>
256cdf0e10cSrcweir			<type>Font</type>
257cdf0e10cSrcweir		</source>
258cdf0e10cSrcweir	</element>
259cdf0e10cSrcweir	<!--property::CheckBox.FontBold-->
260cdf0e10cSrcweir	<element type="property">
261cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontBold">
262cdf0e10cSrcweir			<context kind="class">CheckBox</context>
263cdf0e10cSrcweir			<name>FontBold</name>
264cdf0e10cSrcweir			<type>boolean</type>
265cdf0e10cSrcweir		</source>
266cdf0e10cSrcweir	</element>
267cdf0e10cSrcweir	<!--property::CheckBox.FontItalic-->
268cdf0e10cSrcweir	<element type="property">
269cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontItalic">
270cdf0e10cSrcweir			<context kind="class">CheckBox</context>
271cdf0e10cSrcweir			<name>FontItalic</name>
272cdf0e10cSrcweir			<type>boolean</type>
273cdf0e10cSrcweir		</source>
274cdf0e10cSrcweir	</element>
275cdf0e10cSrcweir	<!--property::CheckBox.FontName-->
276cdf0e10cSrcweir	<element type="property">
277cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontName">
278cdf0e10cSrcweir			<context kind="class">CheckBox</context>
279cdf0e10cSrcweir			<name>FontName</name>
280cdf0e10cSrcweir			<type>String</type>
281cdf0e10cSrcweir		</source>
282cdf0e10cSrcweir	</element>
283cdf0e10cSrcweir	<!--property::CheckBox.FontSize-->
284cdf0e10cSrcweir	<element type="property">
285cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontSize">
286cdf0e10cSrcweir			<context kind="class">CheckBox</context>
287cdf0e10cSrcweir			<name>FontSize</name>
288cdf0e10cSrcweir			<type>VT_CY</type>
289cdf0e10cSrcweir		</source>
290cdf0e10cSrcweir	</element>
291cdf0e10cSrcweir	<!--property::CheckBox.FontStrikethru-->
292cdf0e10cSrcweir	<element type="property">
293cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontStrikethru">
294cdf0e10cSrcweir			<context kind="class">CheckBox</context>
295cdf0e10cSrcweir			<name>FontStrikethru</name>
296cdf0e10cSrcweir			<type>boolean</type>
297cdf0e10cSrcweir		</source>
298cdf0e10cSrcweir	</element>
299cdf0e10cSrcweir	<!--property::CheckBox.FontUnderline-->
300cdf0e10cSrcweir	<element type="property">
301cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontUnderline">
302cdf0e10cSrcweir			<context kind="class">CheckBox</context>
303cdf0e10cSrcweir			<name>FontUnderline</name>
304cdf0e10cSrcweir			<type>boolean</type>
305cdf0e10cSrcweir		</source>
306cdf0e10cSrcweir	</element>
307cdf0e10cSrcweir	<!--property::CheckBox.FontWeight-->
308cdf0e10cSrcweir	<element type="property">
309cdf0e10cSrcweir		<source id="MSForms.CheckBox.FontWeight">
310cdf0e10cSrcweir			<context kind="class">CheckBox</context>
311cdf0e10cSrcweir			<name>FontWeight</name>
312cdf0e10cSrcweir			<type>short</type>
313cdf0e10cSrcweir		</source>
314cdf0e10cSrcweir	</element>
315cdf0e10cSrcweir	<!--property::CheckBox.ForeColor-->
316cdf0e10cSrcweir	<element type="property">
317cdf0e10cSrcweir		<source id="MSForms.CheckBox.ForeColor">
318cdf0e10cSrcweir			<context kind="class">CheckBox</context>
319cdf0e10cSrcweir			<name>ForeColor</name>
320cdf0e10cSrcweir			<type>Integer</type>
321cdf0e10cSrcweir		</source>
322cdf0e10cSrcweir	</element>
323cdf0e10cSrcweir	<!--property::CheckBox.GroupName-->
324cdf0e10cSrcweir	<element type="property">
325cdf0e10cSrcweir		<source id="MSForms.CheckBox.GroupName">
326cdf0e10cSrcweir			<context kind="class">CheckBox</context>
327cdf0e10cSrcweir			<name>GroupName</name>
328cdf0e10cSrcweir			<type>String</type>
329cdf0e10cSrcweir		</source>
330cdf0e10cSrcweir	</element>
331cdf0e10cSrcweir	<!--method::CheckBox.KeyDown-->
332cdf0e10cSrcweir	<element type="method">
333cdf0e10cSrcweir		<source id="MSForms.CheckBox.KeyDown">
334cdf0e10cSrcweir			<context kind="class">CheckBox</context>
335cdf0e10cSrcweir			<name>KeyDown</name>
336cdf0e10cSrcweir			<type>void</type>
337cdf0e10cSrcweir			<parameter-list>
338cdf0e10cSrcweir				<parameter>
339cdf0e10cSrcweir					<type>ReturnInteger</type>
340cdf0e10cSrcweir					<name>KeyCode</name>
341cdf0e10cSrcweir				</parameter>
342cdf0e10cSrcweir				<parameter>
343cdf0e10cSrcweir					<type>short</type>
344cdf0e10cSrcweir					<name>Shift</name>
345cdf0e10cSrcweir				</parameter>
346cdf0e10cSrcweir			</parameter-list>
347cdf0e10cSrcweir		</source>
348cdf0e10cSrcweir	</element>
349cdf0e10cSrcweir	<!--method::CheckBox.KeyPress-->
350cdf0e10cSrcweir	<element type="method">
351cdf0e10cSrcweir		<source id="MSForms.CheckBox.KeyPress">
352cdf0e10cSrcweir			<context kind="class">CheckBox</context>
353cdf0e10cSrcweir			<name>KeyPress</name>
354cdf0e10cSrcweir			<type>void</type>
355cdf0e10cSrcweir			<parameter-list>
356cdf0e10cSrcweir				<parameter>
357cdf0e10cSrcweir					<type>ReturnInteger</type>
358cdf0e10cSrcweir					<name>KeyAscii</name>
359cdf0e10cSrcweir				</parameter>
360cdf0e10cSrcweir			</parameter-list>
361cdf0e10cSrcweir		</source>
362cdf0e10cSrcweir	</element>
363cdf0e10cSrcweir	<!--method::CheckBox.KeyUp-->
364cdf0e10cSrcweir	<element type="method">
365cdf0e10cSrcweir		<source id="MSForms.CheckBox.KeyUp">
366cdf0e10cSrcweir			<context kind="class">CheckBox</context>
367cdf0e10cSrcweir			<name>KeyUp</name>
368cdf0e10cSrcweir			<type>void</type>
369cdf0e10cSrcweir			<parameter-list>
370cdf0e10cSrcweir				<parameter>
371cdf0e10cSrcweir					<type>ReturnInteger</type>
372cdf0e10cSrcweir					<name>KeyCode</name>
373cdf0e10cSrcweir				</parameter>
374cdf0e10cSrcweir				<parameter>
375cdf0e10cSrcweir					<type>short</type>
376cdf0e10cSrcweir					<name>Shift</name>
377cdf0e10cSrcweir				</parameter>
378cdf0e10cSrcweir			</parameter-list>
379cdf0e10cSrcweir		</source>
380cdf0e10cSrcweir	</element>
381cdf0e10cSrcweir	<!--property::CheckBox.Locked-->
382cdf0e10cSrcweir	<element type="property">
383cdf0e10cSrcweir		<source id="MSForms.CheckBox.Locked">
384cdf0e10cSrcweir			<context kind="class">CheckBox</context>
385cdf0e10cSrcweir			<name>Locked</name>
386cdf0e10cSrcweir			<type>boolean</type>
387cdf0e10cSrcweir		</source>
388cdf0e10cSrcweir	</element>
389cdf0e10cSrcweir	<!--method::CheckBox.MouseDown-->
390cdf0e10cSrcweir	<element type="method">
391cdf0e10cSrcweir		<source id="MSForms.CheckBox.MouseDown">
392cdf0e10cSrcweir			<context kind="class">CheckBox</context>
393cdf0e10cSrcweir			<name>MouseDown</name>
394cdf0e10cSrcweir			<type>void</type>
395cdf0e10cSrcweir			<parameter-list>
396cdf0e10cSrcweir				<parameter>
397cdf0e10cSrcweir					<type>short</type>
398cdf0e10cSrcweir					<name>Button</name>
399cdf0e10cSrcweir				</parameter>
400cdf0e10cSrcweir				<parameter>
401cdf0e10cSrcweir					<type>short</type>
402cdf0e10cSrcweir					<name>Shift</name>
403cdf0e10cSrcweir				</parameter>
404cdf0e10cSrcweir				<parameter>
405cdf0e10cSrcweir					<type>Single</type>
406cdf0e10cSrcweir					<name>X</name>
407cdf0e10cSrcweir				</parameter>
408cdf0e10cSrcweir				<parameter>
409cdf0e10cSrcweir					<type>Single</type>
410cdf0e10cSrcweir					<name>Y</name>
411cdf0e10cSrcweir				</parameter>
412cdf0e10cSrcweir			</parameter-list>
413cdf0e10cSrcweir		</source>
414cdf0e10cSrcweir	</element>
415cdf0e10cSrcweir	<!--property::CheckBox.MouseIcon-->
416cdf0e10cSrcweir	<element type="property">
417cdf0e10cSrcweir		<source id="MSForms.CheckBox.MouseIcon">
418cdf0e10cSrcweir			<context kind="class">CheckBox</context>
419cdf0e10cSrcweir			<name>MouseIcon</name>
420cdf0e10cSrcweir			<type>Picture</type>
421cdf0e10cSrcweir		</source>
422cdf0e10cSrcweir	</element>
423cdf0e10cSrcweir	<!--method::CheckBox.MouseMove-->
424cdf0e10cSrcweir	<element type="method">
425cdf0e10cSrcweir		<source id="MSForms.CheckBox.MouseMove">
426cdf0e10cSrcweir			<context kind="class">CheckBox</context>
427cdf0e10cSrcweir			<name>MouseMove</name>
428cdf0e10cSrcweir			<type>void</type>
429cdf0e10cSrcweir			<parameter-list>
430cdf0e10cSrcweir				<parameter>
431cdf0e10cSrcweir					<type>short</type>
432cdf0e10cSrcweir					<name>Button</name>
433cdf0e10cSrcweir				</parameter>
434cdf0e10cSrcweir				<parameter>
435cdf0e10cSrcweir					<type>short</type>
436cdf0e10cSrcweir					<name>Shift</name>
437cdf0e10cSrcweir				</parameter>
438cdf0e10cSrcweir				<parameter>
439cdf0e10cSrcweir					<type>Single</type>
440cdf0e10cSrcweir					<name>X</name>
441cdf0e10cSrcweir				</parameter>
442cdf0e10cSrcweir				<parameter>
443cdf0e10cSrcweir					<type>Single</type>
444cdf0e10cSrcweir					<name>Y</name>
445cdf0e10cSrcweir				</parameter>
446cdf0e10cSrcweir			</parameter-list>
447cdf0e10cSrcweir		</source>
448cdf0e10cSrcweir	</element>
449cdf0e10cSrcweir	<!--property::CheckBox.MousePointer-->
450cdf0e10cSrcweir	<element type="property">
451cdf0e10cSrcweir		<source id="MSForms.CheckBox.MousePointer">
452cdf0e10cSrcweir			<context kind="class">CheckBox</context>
453cdf0e10cSrcweir			<name>MousePointer</name>
454cdf0e10cSrcweir			<type>Integer</type>
455cdf0e10cSrcweir		</source>
456cdf0e10cSrcweir	</element>
457cdf0e10cSrcweir	<!--method::CheckBox.MouseUp-->
458cdf0e10cSrcweir	<element type="method">
459cdf0e10cSrcweir		<source id="MSForms.CheckBox.MouseUp">
460cdf0e10cSrcweir			<context kind="class">CheckBox</context>
461cdf0e10cSrcweir			<name>MouseUp</name>
462cdf0e10cSrcweir			<type>void</type>
463cdf0e10cSrcweir			<parameter-list>
464cdf0e10cSrcweir				<parameter>
465cdf0e10cSrcweir					<type>short</type>
466cdf0e10cSrcweir					<name>Button</name>
467cdf0e10cSrcweir				</parameter>
468cdf0e10cSrcweir				<parameter>
469cdf0e10cSrcweir					<type>short</type>
470cdf0e10cSrcweir					<name>Shift</name>
471cdf0e10cSrcweir				</parameter>
472cdf0e10cSrcweir				<parameter>
473cdf0e10cSrcweir					<type>Single</type>
474cdf0e10cSrcweir					<name>X</name>
475cdf0e10cSrcweir				</parameter>
476cdf0e10cSrcweir				<parameter>
477cdf0e10cSrcweir					<type>Single</type>
478cdf0e10cSrcweir					<name>Y</name>
479cdf0e10cSrcweir				</parameter>
480cdf0e10cSrcweir			</parameter-list>
481cdf0e10cSrcweir		</source>
482cdf0e10cSrcweir	</element>
483cdf0e10cSrcweir	<!--property::CheckBox.MultiSelect-->
484cdf0e10cSrcweir	<element type="property">
485cdf0e10cSrcweir		<source id="MSForms.CheckBox.MultiSelect">
486cdf0e10cSrcweir			<context kind="class">CheckBox</context>
487cdf0e10cSrcweir			<name>MultiSelect</name>
488cdf0e10cSrcweir			<type>Integer</type>
489cdf0e10cSrcweir		</source>
490cdf0e10cSrcweir	</element>
491cdf0e10cSrcweir	<!--property::CheckBox.Picture-->
492cdf0e10cSrcweir	<element type="property">
493cdf0e10cSrcweir		<source id="MSForms.CheckBox.Picture">
494cdf0e10cSrcweir			<context kind="class">CheckBox</context>
495cdf0e10cSrcweir			<name>Picture</name>
496cdf0e10cSrcweir			<type>Picture</type>
497cdf0e10cSrcweir		</source>
498cdf0e10cSrcweir	</element>
499cdf0e10cSrcweir	<!--property::CheckBox.PicturePosition-->
500cdf0e10cSrcweir	<element type="property">
501cdf0e10cSrcweir		<source id="MSForms.CheckBox.PicturePosition">
502cdf0e10cSrcweir			<context kind="class">CheckBox</context>
503cdf0e10cSrcweir			<name>PicturePosition</name>
504cdf0e10cSrcweir			<type>Integer</type>
505cdf0e10cSrcweir		</source>
506cdf0e10cSrcweir	</element>
507cdf0e10cSrcweir	<!--property::CheckBox.SpecialEffect-->
508cdf0e10cSrcweir	<element type="property">
509cdf0e10cSrcweir		<source id="MSForms.CheckBox.SpecialEffect">
510cdf0e10cSrcweir			<context kind="class">CheckBox</context>
511cdf0e10cSrcweir			<name>SpecialEffect</name>
512cdf0e10cSrcweir			<type>Integer</type>
513cdf0e10cSrcweir		</source>
514cdf0e10cSrcweir	</element>
515cdf0e10cSrcweir	<!--property::CheckBox.TextAlign-->
516cdf0e10cSrcweir	<element type="property">
517cdf0e10cSrcweir		<source id="MSForms.CheckBox.TextAlign">
518cdf0e10cSrcweir			<context kind="class">CheckBox</context>
519cdf0e10cSrcweir			<name>TextAlign</name>
520cdf0e10cSrcweir			<type>Integer</type>
521cdf0e10cSrcweir		</source>
522cdf0e10cSrcweir	</element>
523cdf0e10cSrcweir	<!--property::CheckBox.TripleState-->
524cdf0e10cSrcweir	<element type="property">
525cdf0e10cSrcweir		<source id="MSForms.CheckBox.TripleState">
526cdf0e10cSrcweir			<context kind="class">CheckBox</context>
527cdf0e10cSrcweir			<name>TripleState</name>
528cdf0e10cSrcweir			<type>boolean</type>
529cdf0e10cSrcweir		</source>
530cdf0e10cSrcweir	</element>
531cdf0e10cSrcweir	<!--property::CheckBox.Valid {ReadOnly}-->
532cdf0e10cSrcweir	<element type="property">
533cdf0e10cSrcweir		<source id="MSForms.CheckBox.Valid">
534cdf0e10cSrcweir			<context kind="class">CheckBox</context>
535cdf0e10cSrcweir			<name>Valid</name>
536cdf0e10cSrcweir			<type>boolean</type>
537cdf0e10cSrcweir		</source>
538cdf0e10cSrcweir	</element>
539cdf0e10cSrcweir	<!--property::CheckBox.Value {Default}-->
540cdf0e10cSrcweir	<element type="property">
541cdf0e10cSrcweir		<source id="MSForms.CheckBox.Value">
542cdf0e10cSrcweir			<context kind="class">CheckBox</context>
543cdf0e10cSrcweir			<name default="true">Value</name>
544cdf0e10cSrcweir			<type>Variant</type>
545cdf0e10cSrcweir		</source>
546cdf0e10cSrcweir	</element>
547cdf0e10cSrcweir	<!--property::CheckBox.WordWrap-->
548cdf0e10cSrcweir	<element type="property">
549cdf0e10cSrcweir		<source id="MSForms.CheckBox.WordWrap">
550cdf0e10cSrcweir			<context kind="class">CheckBox</context>
551cdf0e10cSrcweir			<name>WordWrap</name>
552cdf0e10cSrcweir			<type>boolean</type>
553cdf0e10cSrcweir		</source>
554cdf0e10cSrcweir	</element>
555cdf0e10cSrcweir	<!--Class::ComboBox-->
556cdf0e10cSrcweir	<element type="class">
557cdf0e10cSrcweir		<source id="MSForms.ComboBox">
558cdf0e10cSrcweir			<name>ComboBox</name>
559cdf0e10cSrcweir		</source>
560cdf0e10cSrcweir		<destination designation="identity" />
561cdf0e10cSrcweir	</element>
562cdf0e10cSrcweir	<!--method::ComboBox.AddItem-->
563cdf0e10cSrcweir	<element type="method">
564cdf0e10cSrcweir		<source id="MSForms.ComboBox.AddItem">
565cdf0e10cSrcweir			<context kind="class">ComboBox</context>
566cdf0e10cSrcweir			<name>AddItem</name>
567cdf0e10cSrcweir			<type>void</type>
568cdf0e10cSrcweir			<parameter-list>
569cdf0e10cSrcweir				<parameter optional="true">
570cdf0e10cSrcweir					<type>Variant</type>
571cdf0e10cSrcweir					<name>pvargItem</name>
572cdf0e10cSrcweir				</parameter>
573cdf0e10cSrcweir				<parameter optional="true">
574cdf0e10cSrcweir					<type>Variant</type>
575cdf0e10cSrcweir					<name>pvargIndex</name>
576cdf0e10cSrcweir				</parameter>
577cdf0e10cSrcweir			</parameter-list>
578cdf0e10cSrcweir		</source>
579cdf0e10cSrcweir	</element>
580cdf0e10cSrcweir	<!--property::ComboBox.AutoSize-->
581cdf0e10cSrcweir	<element type="property">
582cdf0e10cSrcweir		<source id="MSForms.ComboBox.AutoSize">
583cdf0e10cSrcweir			<context kind="class">ComboBox</context>
584cdf0e10cSrcweir			<name>AutoSize</name>
585cdf0e10cSrcweir			<type>boolean</type>
586cdf0e10cSrcweir		</source>
587cdf0e10cSrcweir	</element>
588cdf0e10cSrcweir	<!--property::ComboBox.AutoTab-->
589cdf0e10cSrcweir	<element type="property">
590cdf0e10cSrcweir		<source id="MSForms.ComboBox.AutoTab">
591cdf0e10cSrcweir			<context kind="class">ComboBox</context>
592cdf0e10cSrcweir			<name>AutoTab</name>
593cdf0e10cSrcweir			<type>boolean</type>
594cdf0e10cSrcweir		</source>
595cdf0e10cSrcweir	</element>
596cdf0e10cSrcweir	<!--property::ComboBox.AutoWordSelect-->
597cdf0e10cSrcweir	<element type="property">
598cdf0e10cSrcweir		<source id="MSForms.ComboBox.AutoWordSelect">
599cdf0e10cSrcweir			<context kind="class">ComboBox</context>
600cdf0e10cSrcweir			<name>AutoWordSelect</name>
601cdf0e10cSrcweir			<type>boolean</type>
602cdf0e10cSrcweir		</source>
603cdf0e10cSrcweir	</element>
604cdf0e10cSrcweir	<!--property::ComboBox.BackColor-->
605cdf0e10cSrcweir	<element type="property">
606cdf0e10cSrcweir		<source id="MSForms.ComboBox.BackColor">
607cdf0e10cSrcweir			<context kind="class">ComboBox</context>
608cdf0e10cSrcweir			<name>BackColor</name>
609cdf0e10cSrcweir			<type>Integer</type>
610cdf0e10cSrcweir		</source>
611cdf0e10cSrcweir	</element>
612cdf0e10cSrcweir	<!--property::ComboBox.BackStyle-->
613cdf0e10cSrcweir	<element type="property">
614cdf0e10cSrcweir		<source id="MSForms.ComboBox.BackStyle">
615cdf0e10cSrcweir			<context kind="class">ComboBox</context>
616cdf0e10cSrcweir			<name>BackStyle</name>
617cdf0e10cSrcweir			<type>Integer</type>
618cdf0e10cSrcweir		</source>
619cdf0e10cSrcweir	</element>
620cdf0e10cSrcweir	<!--method::ComboBox.BeforeDragOver-->
621cdf0e10cSrcweir	<element type="method">
622cdf0e10cSrcweir		<source id="MSForms.ComboBox.BeforeDragOver">
623cdf0e10cSrcweir			<context kind="class">ComboBox</context>
624cdf0e10cSrcweir			<name>BeforeDragOver</name>
625cdf0e10cSrcweir			<type>void</type>
626cdf0e10cSrcweir			<parameter-list>
627cdf0e10cSrcweir				<parameter>
628cdf0e10cSrcweir					<type>ReturnBoolean</type>
629cdf0e10cSrcweir					<name>Cancel</name>
630cdf0e10cSrcweir				</parameter>
631cdf0e10cSrcweir				<parameter>
632cdf0e10cSrcweir					<type>DataObject</type>
633cdf0e10cSrcweir					<name>Data</name>
634cdf0e10cSrcweir				</parameter>
635cdf0e10cSrcweir				<parameter>
636cdf0e10cSrcweir					<type>Single</type>
637cdf0e10cSrcweir					<name>X</name>
638cdf0e10cSrcweir				</parameter>
639cdf0e10cSrcweir				<parameter>
640cdf0e10cSrcweir					<type>Single</type>
641cdf0e10cSrcweir					<name>Y</name>
642cdf0e10cSrcweir				</parameter>
643cdf0e10cSrcweir				<parameter>
644cdf0e10cSrcweir					<type>Integer</type>
645cdf0e10cSrcweir					<name>DragState</name>
646cdf0e10cSrcweir				</parameter>
647cdf0e10cSrcweir				<parameter>
648cdf0e10cSrcweir					<type>ReturnEffect</type>
649cdf0e10cSrcweir					<name>Effect</name>
650cdf0e10cSrcweir				</parameter>
651cdf0e10cSrcweir				<parameter>
652cdf0e10cSrcweir					<type>short</type>
653cdf0e10cSrcweir					<name>Shift</name>
654cdf0e10cSrcweir				</parameter>
655cdf0e10cSrcweir			</parameter-list>
656cdf0e10cSrcweir		</source>
657cdf0e10cSrcweir	</element>
658cdf0e10cSrcweir	<!--method::ComboBox.BeforeDropOrPaste-->
659cdf0e10cSrcweir	<element type="method">
660cdf0e10cSrcweir		<source id="MSForms.ComboBox.BeforeDropOrPaste">
661cdf0e10cSrcweir			<context kind="class">ComboBox</context>
662cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
663cdf0e10cSrcweir			<type>void</type>
664cdf0e10cSrcweir			<parameter-list>
665cdf0e10cSrcweir				<parameter>
666cdf0e10cSrcweir					<type>ReturnBoolean</type>
667cdf0e10cSrcweir					<name>Cancel</name>
668cdf0e10cSrcweir				</parameter>
669cdf0e10cSrcweir				<parameter>
670cdf0e10cSrcweir					<type>Integer</type>
671cdf0e10cSrcweir					<name>Action</name>
672cdf0e10cSrcweir				</parameter>
673cdf0e10cSrcweir				<parameter>
674cdf0e10cSrcweir					<type>DataObject</type>
675cdf0e10cSrcweir					<name>Data</name>
676cdf0e10cSrcweir				</parameter>
677cdf0e10cSrcweir				<parameter>
678cdf0e10cSrcweir					<type>Single</type>
679cdf0e10cSrcweir					<name>X</name>
680cdf0e10cSrcweir				</parameter>
681cdf0e10cSrcweir				<parameter>
682cdf0e10cSrcweir					<type>Single</type>
683cdf0e10cSrcweir					<name>Y</name>
684cdf0e10cSrcweir				</parameter>
685cdf0e10cSrcweir				<parameter>
686cdf0e10cSrcweir					<type>ReturnEffect</type>
687cdf0e10cSrcweir					<name>Effect</name>
688cdf0e10cSrcweir				</parameter>
689cdf0e10cSrcweir				<parameter>
690cdf0e10cSrcweir					<type>short</type>
691cdf0e10cSrcweir					<name>Shift</name>
692cdf0e10cSrcweir				</parameter>
693cdf0e10cSrcweir			</parameter-list>
694cdf0e10cSrcweir		</source>
695cdf0e10cSrcweir	</element>
696cdf0e10cSrcweir	<!--property::ComboBox.BorderColor-->
697cdf0e10cSrcweir	<element type="property">
698cdf0e10cSrcweir		<source id="MSForms.ComboBox.BorderColor">
699cdf0e10cSrcweir			<context kind="class">ComboBox</context>
700cdf0e10cSrcweir			<name>BorderColor</name>
701cdf0e10cSrcweir			<type>Integer</type>
702cdf0e10cSrcweir		</source>
703cdf0e10cSrcweir	</element>
704cdf0e10cSrcweir	<!--property::ComboBox.BordersSuppress-->
705cdf0e10cSrcweir	<element type="property">
706cdf0e10cSrcweir		<source id="MSForms.ComboBox.BordersSuppress">
707cdf0e10cSrcweir			<context kind="class">ComboBox</context>
708cdf0e10cSrcweir			<name>BordersSuppress</name>
709cdf0e10cSrcweir			<type>boolean</type>
710cdf0e10cSrcweir		</source>
711cdf0e10cSrcweir	</element>
712cdf0e10cSrcweir	<!--property::ComboBox.BorderStyle-->
713cdf0e10cSrcweir	<element type="property">
714cdf0e10cSrcweir		<source id="MSForms.ComboBox.BorderStyle">
715cdf0e10cSrcweir			<context kind="class">ComboBox</context>
716cdf0e10cSrcweir			<name>BorderStyle</name>
717cdf0e10cSrcweir			<type>Integer</type>
718cdf0e10cSrcweir		</source>
719cdf0e10cSrcweir	</element>
720cdf0e10cSrcweir	<!--property::ComboBox.BoundColumn-->
721cdf0e10cSrcweir	<element type="property">
722cdf0e10cSrcweir		<source id="MSForms.ComboBox.BoundColumn">
723cdf0e10cSrcweir			<context kind="class">ComboBox</context>
724cdf0e10cSrcweir			<name>BoundColumn</name>
725cdf0e10cSrcweir			<type>Variant</type>
726cdf0e10cSrcweir		</source>
727cdf0e10cSrcweir	</element>
728cdf0e10cSrcweir	<!--property::ComboBox.CanPaste {ReadOnly}-->
729cdf0e10cSrcweir	<element type="property">
730cdf0e10cSrcweir		<source id="MSForms.ComboBox.CanPaste">
731cdf0e10cSrcweir			<context kind="class">ComboBox</context>
732cdf0e10cSrcweir			<name>CanPaste</name>
733cdf0e10cSrcweir			<type>boolean</type>
734cdf0e10cSrcweir		</source>
735cdf0e10cSrcweir	</element>
736cdf0e10cSrcweir	<!--method::ComboBox.Change-->
737cdf0e10cSrcweir	<element type="method">
738cdf0e10cSrcweir		<source id="MSForms.ComboBox.Change">
739cdf0e10cSrcweir			<context kind="class">ComboBox</context>
740cdf0e10cSrcweir			<name>Change</name>
741cdf0e10cSrcweir			<type>void</type>
742cdf0e10cSrcweir		</source>
743cdf0e10cSrcweir	</element>
744cdf0e10cSrcweir	<!--method::ComboBox.Clear-->
745cdf0e10cSrcweir	<element type="method">
746cdf0e10cSrcweir		<source id="MSForms.ComboBox.Clear">
747cdf0e10cSrcweir			<context kind="class">ComboBox</context>
748cdf0e10cSrcweir			<name>Clear</name>
749cdf0e10cSrcweir			<type>void</type>
750cdf0e10cSrcweir		</source>
751cdf0e10cSrcweir	</element>
752cdf0e10cSrcweir	<!--method::ComboBox.Click-->
753cdf0e10cSrcweir	<element type="method">
754cdf0e10cSrcweir		<source id="MSForms.ComboBox.Click">
755cdf0e10cSrcweir			<context kind="class">ComboBox</context>
756cdf0e10cSrcweir			<name>Click</name>
757cdf0e10cSrcweir			<type>void</type>
758cdf0e10cSrcweir		</source>
759cdf0e10cSrcweir	</element>
760cdf0e10cSrcweir	<!--property::ComboBox.Column-->
761cdf0e10cSrcweir	<element type="property">
762cdf0e10cSrcweir		<source id="MSForms.ComboBox.Column">
763cdf0e10cSrcweir			<context kind="class">ComboBox</context>
764cdf0e10cSrcweir			<name>Column</name>
765cdf0e10cSrcweir			<type>Variant</type>
766cdf0e10cSrcweir			<parameter-list>
767cdf0e10cSrcweir				<parameter optional="true">
768cdf0e10cSrcweir					<type>Variant</type>
769cdf0e10cSrcweir					<name>pvargColumn</name>
770cdf0e10cSrcweir				</parameter>
771cdf0e10cSrcweir				<parameter optional="true">
772cdf0e10cSrcweir					<type>Variant</type>
773cdf0e10cSrcweir					<name>pvargIndex</name>
774cdf0e10cSrcweir				</parameter>
775cdf0e10cSrcweir			</parameter-list>
776cdf0e10cSrcweir		</source>
777cdf0e10cSrcweir	</element>
778cdf0e10cSrcweir	<!--property::ComboBox.ColumnCount-->
779cdf0e10cSrcweir	<element type="property">
780cdf0e10cSrcweir		<source id="MSForms.ComboBox.ColumnCount">
781cdf0e10cSrcweir			<context kind="class">ComboBox</context>
782cdf0e10cSrcweir			<name>ColumnCount</name>
783cdf0e10cSrcweir			<type>Integer</type>
784cdf0e10cSrcweir		</source>
785cdf0e10cSrcweir	</element>
786cdf0e10cSrcweir	<!--property::ComboBox.ColumnHeads-->
787cdf0e10cSrcweir	<element type="property">
788cdf0e10cSrcweir		<source id="MSForms.ComboBox.ColumnHeads">
789cdf0e10cSrcweir			<context kind="class">ComboBox</context>
790cdf0e10cSrcweir			<name>ColumnHeads</name>
791cdf0e10cSrcweir			<type>boolean</type>
792cdf0e10cSrcweir		</source>
793cdf0e10cSrcweir	</element>
794cdf0e10cSrcweir	<!--property::ComboBox.ColumnWidths-->
795cdf0e10cSrcweir	<element type="property">
796cdf0e10cSrcweir		<source id="MSForms.ComboBox.ColumnWidths">
797cdf0e10cSrcweir			<context kind="class">ComboBox</context>
798cdf0e10cSrcweir			<name>ColumnWidths</name>
799cdf0e10cSrcweir			<type>String</type>
800cdf0e10cSrcweir		</source>
801cdf0e10cSrcweir	</element>
802cdf0e10cSrcweir	<!--method::ComboBox.Copy-->
803cdf0e10cSrcweir	<element type="method">
804cdf0e10cSrcweir		<source id="MSForms.ComboBox.Copy">
805cdf0e10cSrcweir			<context kind="class">ComboBox</context>
806cdf0e10cSrcweir			<name>Copy</name>
807cdf0e10cSrcweir			<type>void</type>
808cdf0e10cSrcweir		</source>
809cdf0e10cSrcweir	</element>
810cdf0e10cSrcweir	<!--property::ComboBox.CurTargetX {ReadOnly}-->
811cdf0e10cSrcweir	<element type="property">
812cdf0e10cSrcweir		<source id="MSForms.ComboBox.CurTargetX">
813cdf0e10cSrcweir			<context kind="class">ComboBox</context>
814cdf0e10cSrcweir			<name>CurTargetX</name>
815cdf0e10cSrcweir			<type>Integer</type>
816cdf0e10cSrcweir		</source>
817cdf0e10cSrcweir	</element>
818cdf0e10cSrcweir	<!--property::ComboBox.CurTargetY {ReadOnly}-->
819cdf0e10cSrcweir	<element type="property">
820cdf0e10cSrcweir		<source id="MSForms.ComboBox.CurTargetY">
821cdf0e10cSrcweir			<context kind="class">ComboBox</context>
822cdf0e10cSrcweir			<name>CurTargetY</name>
823cdf0e10cSrcweir			<type>Integer</type>
824cdf0e10cSrcweir		</source>
825cdf0e10cSrcweir	</element>
826cdf0e10cSrcweir	<!--property::ComboBox.CurX-->
827cdf0e10cSrcweir	<element type="property">
828cdf0e10cSrcweir		<source id="MSForms.ComboBox.CurX">
829cdf0e10cSrcweir			<context kind="class">ComboBox</context>
830cdf0e10cSrcweir			<name>CurX</name>
831cdf0e10cSrcweir			<type>Integer</type>
832cdf0e10cSrcweir		</source>
833cdf0e10cSrcweir	</element>
834cdf0e10cSrcweir	<!--method::ComboBox.Cut-->
835cdf0e10cSrcweir	<element type="method">
836cdf0e10cSrcweir		<source id="MSForms.ComboBox.Cut">
837cdf0e10cSrcweir			<context kind="class">ComboBox</context>
838cdf0e10cSrcweir			<name>Cut</name>
839cdf0e10cSrcweir			<type>void</type>
840cdf0e10cSrcweir		</source>
841cdf0e10cSrcweir	</element>
842cdf0e10cSrcweir	<!--method::ComboBox.DblClick-->
843cdf0e10cSrcweir	<element type="method">
844cdf0e10cSrcweir		<source id="MSForms.ComboBox.DblClick">
845cdf0e10cSrcweir			<context kind="class">ComboBox</context>
846cdf0e10cSrcweir			<name>DblClick</name>
847cdf0e10cSrcweir			<type>void</type>
848cdf0e10cSrcweir			<parameter-list>
849cdf0e10cSrcweir				<parameter>
850cdf0e10cSrcweir					<type>ReturnBoolean</type>
851cdf0e10cSrcweir					<name>Cancel</name>
852cdf0e10cSrcweir				</parameter>
853cdf0e10cSrcweir			</parameter-list>
854cdf0e10cSrcweir		</source>
855cdf0e10cSrcweir	</element>
856cdf0e10cSrcweir	<!--property::ComboBox.DisplayStyle {ReadOnly}-->
857cdf0e10cSrcweir	<element type="property">
858cdf0e10cSrcweir		<source id="MSForms.ComboBox.DisplayStyle">
859cdf0e10cSrcweir			<context kind="class">ComboBox</context>
860cdf0e10cSrcweir			<name>DisplayStyle</name>
861cdf0e10cSrcweir			<type>Integer</type>
862cdf0e10cSrcweir		</source>
863cdf0e10cSrcweir	</element>
864cdf0e10cSrcweir	<!--property::ComboBox.DragBehavior-->
865cdf0e10cSrcweir	<element type="property">
866cdf0e10cSrcweir		<source id="MSForms.ComboBox.DragBehavior">
867cdf0e10cSrcweir			<context kind="class">ComboBox</context>
868cdf0e10cSrcweir			<name>DragBehavior</name>
869cdf0e10cSrcweir			<type>Integer</type>
870cdf0e10cSrcweir		</source>
871cdf0e10cSrcweir	</element>
872cdf0e10cSrcweir	<!--method::ComboBox.DropButtonClick-->
873cdf0e10cSrcweir	<element type="method">
874cdf0e10cSrcweir		<source id="MSForms.ComboBox.DropButtonClick">
875cdf0e10cSrcweir			<context kind="class">ComboBox</context>
876cdf0e10cSrcweir			<name>DropButtonClick</name>
877cdf0e10cSrcweir			<type>void</type>
878cdf0e10cSrcweir		</source>
879cdf0e10cSrcweir	</element>
880cdf0e10cSrcweir	<!--property::ComboBox.DropButtonStyle-->
881cdf0e10cSrcweir	<element type="property">
882cdf0e10cSrcweir		<source id="MSForms.ComboBox.DropButtonStyle">
883cdf0e10cSrcweir			<context kind="class">ComboBox</context>
884cdf0e10cSrcweir			<name>DropButtonStyle</name>
885cdf0e10cSrcweir			<type>Integer</type>
886cdf0e10cSrcweir		</source>
887cdf0e10cSrcweir	</element>
888cdf0e10cSrcweir	<!--method::ComboBox.DropDown-->
889cdf0e10cSrcweir	<element type="method">
890cdf0e10cSrcweir		<source id="MSForms.ComboBox.DropDown">
891cdf0e10cSrcweir			<context kind="class">ComboBox</context>
892cdf0e10cSrcweir			<name>DropDown</name>
893cdf0e10cSrcweir			<type>void</type>
894cdf0e10cSrcweir		</source>
895cdf0e10cSrcweir	</element>
896cdf0e10cSrcweir	<!--property::ComboBox.Enabled-->
897cdf0e10cSrcweir	<element type="property">
898cdf0e10cSrcweir		<source id="MSForms.ComboBox.Enabled">
899cdf0e10cSrcweir			<context kind="class">ComboBox</context>
900cdf0e10cSrcweir			<name>Enabled</name>
901cdf0e10cSrcweir			<type>boolean</type>
902cdf0e10cSrcweir		</source>
903cdf0e10cSrcweir	</element>
904cdf0e10cSrcweir	<!--property::ComboBox.EnterFieldBehavior-->
905cdf0e10cSrcweir	<element type="property">
906cdf0e10cSrcweir		<source id="MSForms.ComboBox.EnterFieldBehavior">
907cdf0e10cSrcweir			<context kind="class">ComboBox</context>
908cdf0e10cSrcweir			<name>EnterFieldBehavior</name>
909cdf0e10cSrcweir			<type>Integer</type>
910cdf0e10cSrcweir		</source>
911cdf0e10cSrcweir	</element>
912cdf0e10cSrcweir	<!--method::ComboBox.Error-->
913cdf0e10cSrcweir	<element type="method">
914cdf0e10cSrcweir		<source id="MSForms.ComboBox.Error">
915cdf0e10cSrcweir			<context kind="class">ComboBox</context>
916cdf0e10cSrcweir			<name>Error</name>
917cdf0e10cSrcweir			<type>void</type>
918cdf0e10cSrcweir			<parameter-list>
919cdf0e10cSrcweir				<parameter>
920cdf0e10cSrcweir					<type>short</type>
921cdf0e10cSrcweir					<name>Number</name>
922cdf0e10cSrcweir				</parameter>
923cdf0e10cSrcweir				<parameter>
924cdf0e10cSrcweir					<type>ReturnString</type>
925cdf0e10cSrcweir					<name>Description</name>
926cdf0e10cSrcweir				</parameter>
927cdf0e10cSrcweir				<parameter>
928cdf0e10cSrcweir					<type>Integer</type>
929cdf0e10cSrcweir					<name>SCode</name>
930cdf0e10cSrcweir				</parameter>
931cdf0e10cSrcweir				<parameter>
932cdf0e10cSrcweir					<type>String</type>
933cdf0e10cSrcweir					<name>Source</name>
934cdf0e10cSrcweir				</parameter>
935cdf0e10cSrcweir				<parameter>
936cdf0e10cSrcweir					<type>String</type>
937cdf0e10cSrcweir					<name>HelpFile</name>
938cdf0e10cSrcweir				</parameter>
939cdf0e10cSrcweir				<parameter>
940cdf0e10cSrcweir					<type>Integer</type>
941cdf0e10cSrcweir					<name>HelpContext</name>
942cdf0e10cSrcweir				</parameter>
943cdf0e10cSrcweir				<parameter>
944cdf0e10cSrcweir					<type>ReturnBoolean</type>
945cdf0e10cSrcweir					<name>CancelDisplay</name>
946cdf0e10cSrcweir				</parameter>
947cdf0e10cSrcweir			</parameter-list>
948cdf0e10cSrcweir		</source>
949cdf0e10cSrcweir	</element>
950cdf0e10cSrcweir	<!--property::ComboBox.Font {ReadOnly}-->
951cdf0e10cSrcweir	<element type="property">
952cdf0e10cSrcweir		<source id="MSForms.ComboBox.Font">
953cdf0e10cSrcweir			<context kind="class">ComboBox</context>
954cdf0e10cSrcweir			<name>Font</name>
955cdf0e10cSrcweir			<type>Font</type>
956cdf0e10cSrcweir		</source>
957cdf0e10cSrcweir	</element>
958cdf0e10cSrcweir	<!--property::ComboBox.FontBold-->
959cdf0e10cSrcweir	<element type="property">
960cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontBold">
961cdf0e10cSrcweir			<context kind="class">ComboBox</context>
962cdf0e10cSrcweir			<name>FontBold</name>
963cdf0e10cSrcweir			<type>boolean</type>
964cdf0e10cSrcweir		</source>
965cdf0e10cSrcweir	</element>
966cdf0e10cSrcweir	<!--property::ComboBox.FontItalic-->
967cdf0e10cSrcweir	<element type="property">
968cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontItalic">
969cdf0e10cSrcweir			<context kind="class">ComboBox</context>
970cdf0e10cSrcweir			<name>FontItalic</name>
971cdf0e10cSrcweir			<type>boolean</type>
972cdf0e10cSrcweir		</source>
973cdf0e10cSrcweir	</element>
974cdf0e10cSrcweir	<!--property::ComboBox.FontName-->
975cdf0e10cSrcweir	<element type="property">
976cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontName">
977cdf0e10cSrcweir			<context kind="class">ComboBox</context>
978cdf0e10cSrcweir			<name>FontName</name>
979cdf0e10cSrcweir			<type>String</type>
980cdf0e10cSrcweir		</source>
981cdf0e10cSrcweir	</element>
982cdf0e10cSrcweir	<!--property::ComboBox.FontSize-->
983cdf0e10cSrcweir	<element type="property">
984cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontSize">
985cdf0e10cSrcweir			<context kind="class">ComboBox</context>
986cdf0e10cSrcweir			<name>FontSize</name>
987cdf0e10cSrcweir			<type>VT_CY</type>
988cdf0e10cSrcweir		</source>
989cdf0e10cSrcweir	</element>
990cdf0e10cSrcweir	<!--property::ComboBox.FontStrikethru-->
991cdf0e10cSrcweir	<element type="property">
992cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontStrikethru">
993cdf0e10cSrcweir			<context kind="class">ComboBox</context>
994cdf0e10cSrcweir			<name>FontStrikethru</name>
995cdf0e10cSrcweir			<type>boolean</type>
996cdf0e10cSrcweir		</source>
997cdf0e10cSrcweir	</element>
998cdf0e10cSrcweir	<!--property::ComboBox.FontUnderline-->
999cdf0e10cSrcweir	<element type="property">
1000cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontUnderline">
1001cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1002cdf0e10cSrcweir			<name>FontUnderline</name>
1003cdf0e10cSrcweir			<type>boolean</type>
1004cdf0e10cSrcweir		</source>
1005cdf0e10cSrcweir	</element>
1006cdf0e10cSrcweir	<!--property::ComboBox.FontWeight-->
1007cdf0e10cSrcweir	<element type="property">
1008cdf0e10cSrcweir		<source id="MSForms.ComboBox.FontWeight">
1009cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1010cdf0e10cSrcweir			<name>FontWeight</name>
1011cdf0e10cSrcweir			<type>short</type>
1012cdf0e10cSrcweir		</source>
1013cdf0e10cSrcweir	</element>
1014cdf0e10cSrcweir	<!--property::ComboBox.ForeColor-->
1015cdf0e10cSrcweir	<element type="property">
1016cdf0e10cSrcweir		<source id="MSForms.ComboBox.ForeColor">
1017cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1018cdf0e10cSrcweir			<name>ForeColor</name>
1019cdf0e10cSrcweir			<type>Integer</type>
1020cdf0e10cSrcweir		</source>
1021cdf0e10cSrcweir	</element>
1022cdf0e10cSrcweir	<!--property::ComboBox.HideSelection-->
1023cdf0e10cSrcweir	<element type="property">
1024cdf0e10cSrcweir		<source id="MSForms.ComboBox.HideSelection">
1025cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1026cdf0e10cSrcweir			<name>HideSelection</name>
1027cdf0e10cSrcweir			<type>boolean</type>
1028cdf0e10cSrcweir		</source>
1029cdf0e10cSrcweir	</element>
1030cdf0e10cSrcweir	<!--property::ComboBox.IMEMode-->
1031cdf0e10cSrcweir	<element type="property">
1032cdf0e10cSrcweir		<source id="MSForms.ComboBox.IMEMode">
1033cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1034cdf0e10cSrcweir			<name>IMEMode</name>
1035cdf0e10cSrcweir			<type>Integer</type>
1036cdf0e10cSrcweir		</source>
1037cdf0e10cSrcweir	</element>
1038cdf0e10cSrcweir	<!--method::ComboBox.KeyDown-->
1039cdf0e10cSrcweir	<element type="method">
1040cdf0e10cSrcweir		<source id="MSForms.ComboBox.KeyDown">
1041cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1042cdf0e10cSrcweir			<name>KeyDown</name>
1043cdf0e10cSrcweir			<type>void</type>
1044cdf0e10cSrcweir			<parameter-list>
1045cdf0e10cSrcweir				<parameter>
1046cdf0e10cSrcweir					<type>ReturnInteger</type>
1047cdf0e10cSrcweir					<name>KeyCode</name>
1048cdf0e10cSrcweir				</parameter>
1049cdf0e10cSrcweir				<parameter>
1050cdf0e10cSrcweir					<type>short</type>
1051cdf0e10cSrcweir					<name>Shift</name>
1052cdf0e10cSrcweir				</parameter>
1053cdf0e10cSrcweir			</parameter-list>
1054cdf0e10cSrcweir		</source>
1055cdf0e10cSrcweir	</element>
1056cdf0e10cSrcweir	<!--method::ComboBox.KeyPress-->
1057cdf0e10cSrcweir	<element type="method">
1058cdf0e10cSrcweir		<source id="MSForms.ComboBox.KeyPress">
1059cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1060cdf0e10cSrcweir			<name>KeyPress</name>
1061cdf0e10cSrcweir			<type>void</type>
1062cdf0e10cSrcweir			<parameter-list>
1063cdf0e10cSrcweir				<parameter>
1064cdf0e10cSrcweir					<type>ReturnInteger</type>
1065cdf0e10cSrcweir					<name>KeyAscii</name>
1066cdf0e10cSrcweir				</parameter>
1067cdf0e10cSrcweir			</parameter-list>
1068cdf0e10cSrcweir		</source>
1069cdf0e10cSrcweir	</element>
1070cdf0e10cSrcweir	<!--method::ComboBox.KeyUp-->
1071cdf0e10cSrcweir	<element type="method">
1072cdf0e10cSrcweir		<source id="MSForms.ComboBox.KeyUp">
1073cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1074cdf0e10cSrcweir			<name>KeyUp</name>
1075cdf0e10cSrcweir			<type>void</type>
1076cdf0e10cSrcweir			<parameter-list>
1077cdf0e10cSrcweir				<parameter>
1078cdf0e10cSrcweir					<type>ReturnInteger</type>
1079cdf0e10cSrcweir					<name>KeyCode</name>
1080cdf0e10cSrcweir				</parameter>
1081cdf0e10cSrcweir				<parameter>
1082cdf0e10cSrcweir					<type>short</type>
1083cdf0e10cSrcweir					<name>Shift</name>
1084cdf0e10cSrcweir				</parameter>
1085cdf0e10cSrcweir			</parameter-list>
1086cdf0e10cSrcweir		</source>
1087cdf0e10cSrcweir	</element>
1088cdf0e10cSrcweir	<!--property::ComboBox.LineCount {ReadOnly}-->
1089cdf0e10cSrcweir	<element type="property">
1090cdf0e10cSrcweir		<source id="MSForms.ComboBox.LineCount">
1091cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1092cdf0e10cSrcweir			<name>LineCount</name>
1093cdf0e10cSrcweir			<type>Integer</type>
1094cdf0e10cSrcweir		</source>
1095cdf0e10cSrcweir	</element>
1096cdf0e10cSrcweir	<!--property::ComboBox.List-->
1097cdf0e10cSrcweir	<element type="property">
1098cdf0e10cSrcweir		<source id="MSForms.ComboBox.List">
1099cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1100cdf0e10cSrcweir			<name>List</name>
1101cdf0e10cSrcweir			<type>Variant</type>
1102cdf0e10cSrcweir			<parameter-list>
1103cdf0e10cSrcweir				<parameter optional="true">
1104cdf0e10cSrcweir					<type>Variant</type>
1105cdf0e10cSrcweir					<name>pvargIndex</name>
1106cdf0e10cSrcweir				</parameter>
1107cdf0e10cSrcweir				<parameter optional="true">
1108cdf0e10cSrcweir					<type>Variant</type>
1109cdf0e10cSrcweir					<name>pvargColumn</name>
1110cdf0e10cSrcweir				</parameter>
1111cdf0e10cSrcweir			</parameter-list>
1112cdf0e10cSrcweir		</source>
1113cdf0e10cSrcweir	</element>
1114cdf0e10cSrcweir	<!--property::ComboBox.ListCount {ReadOnly}-->
1115cdf0e10cSrcweir	<element type="property">
1116cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListCount">
1117cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1118cdf0e10cSrcweir			<name>ListCount</name>
1119cdf0e10cSrcweir			<type>Integer</type>
1120cdf0e10cSrcweir		</source>
1121cdf0e10cSrcweir	</element>
1122cdf0e10cSrcweir	<!--property::ComboBox.ListCursor-->
1123cdf0e10cSrcweir	<element type="property">
1124cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListCursor">
1125cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1126cdf0e10cSrcweir			<name>ListCursor</name>
1127cdf0e10cSrcweir			<type>Integer</type>
1128cdf0e10cSrcweir		</source>
1129cdf0e10cSrcweir	</element>
1130cdf0e10cSrcweir	<!--property::ComboBox.ListIndex-->
1131cdf0e10cSrcweir	<element type="property">
1132cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListIndex">
1133cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1134cdf0e10cSrcweir			<name>ListIndex</name>
1135cdf0e10cSrcweir			<type>Variant</type>
1136cdf0e10cSrcweir		</source>
1137cdf0e10cSrcweir	</element>
1138cdf0e10cSrcweir	<!--property::ComboBox.ListRows-->
1139cdf0e10cSrcweir	<element type="property">
1140cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListRows">
1141cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1142cdf0e10cSrcweir			<name>ListRows</name>
1143cdf0e10cSrcweir			<type>Integer</type>
1144cdf0e10cSrcweir		</source>
1145cdf0e10cSrcweir	</element>
1146cdf0e10cSrcweir	<!--property::ComboBox.ListStyle-->
1147cdf0e10cSrcweir	<element type="property">
1148cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListStyle">
1149cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1150cdf0e10cSrcweir			<name>ListStyle</name>
1151cdf0e10cSrcweir			<type>Integer</type>
1152cdf0e10cSrcweir		</source>
1153cdf0e10cSrcweir	</element>
1154cdf0e10cSrcweir	<!--property::ComboBox.ListWidth-->
1155cdf0e10cSrcweir	<element type="property">
1156cdf0e10cSrcweir		<source id="MSForms.ComboBox.ListWidth">
1157cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1158cdf0e10cSrcweir			<name>ListWidth</name>
1159cdf0e10cSrcweir			<type>Variant</type>
1160cdf0e10cSrcweir		</source>
1161cdf0e10cSrcweir	</element>
1162cdf0e10cSrcweir	<!--property::ComboBox.Locked-->
1163cdf0e10cSrcweir	<element type="property">
1164cdf0e10cSrcweir		<source id="MSForms.ComboBox.Locked">
1165cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1166cdf0e10cSrcweir			<name>Locked</name>
1167cdf0e10cSrcweir			<type>boolean</type>
1168cdf0e10cSrcweir		</source>
1169cdf0e10cSrcweir	</element>
1170cdf0e10cSrcweir	<!--property::ComboBox.MatchEntry-->
1171cdf0e10cSrcweir	<element type="property">
1172cdf0e10cSrcweir		<source id="MSForms.ComboBox.MatchEntry">
1173cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1174cdf0e10cSrcweir			<name>MatchEntry</name>
1175cdf0e10cSrcweir			<type>Integer</type>
1176cdf0e10cSrcweir		</source>
1177cdf0e10cSrcweir	</element>
1178cdf0e10cSrcweir	<!--property::ComboBox.MatchFound {ReadOnly}-->
1179cdf0e10cSrcweir	<element type="property">
1180cdf0e10cSrcweir		<source id="MSForms.ComboBox.MatchFound">
1181cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1182cdf0e10cSrcweir			<name>MatchFound</name>
1183cdf0e10cSrcweir			<type>boolean</type>
1184cdf0e10cSrcweir		</source>
1185cdf0e10cSrcweir	</element>
1186cdf0e10cSrcweir	<!--property::ComboBox.MatchRequired-->
1187cdf0e10cSrcweir	<element type="property">
1188cdf0e10cSrcweir		<source id="MSForms.ComboBox.MatchRequired">
1189cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1190cdf0e10cSrcweir			<name>MatchRequired</name>
1191cdf0e10cSrcweir			<type>boolean</type>
1192cdf0e10cSrcweir		</source>
1193cdf0e10cSrcweir	</element>
1194cdf0e10cSrcweir	<!--property::ComboBox.MaxLength-->
1195cdf0e10cSrcweir	<element type="property">
1196cdf0e10cSrcweir		<source id="MSForms.ComboBox.MaxLength">
1197cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1198cdf0e10cSrcweir			<name>MaxLength</name>
1199cdf0e10cSrcweir			<type>Integer</type>
1200cdf0e10cSrcweir		</source>
1201cdf0e10cSrcweir	</element>
1202cdf0e10cSrcweir	<!--method::ComboBox.MouseDown-->
1203cdf0e10cSrcweir	<element type="method">
1204cdf0e10cSrcweir		<source id="MSForms.ComboBox.MouseDown">
1205cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1206cdf0e10cSrcweir			<name>MouseDown</name>
1207cdf0e10cSrcweir			<type>void</type>
1208cdf0e10cSrcweir			<parameter-list>
1209cdf0e10cSrcweir				<parameter>
1210cdf0e10cSrcweir					<type>short</type>
1211cdf0e10cSrcweir					<name>Button</name>
1212cdf0e10cSrcweir				</parameter>
1213cdf0e10cSrcweir				<parameter>
1214cdf0e10cSrcweir					<type>short</type>
1215cdf0e10cSrcweir					<name>Shift</name>
1216cdf0e10cSrcweir				</parameter>
1217cdf0e10cSrcweir				<parameter>
1218cdf0e10cSrcweir					<type>Single</type>
1219cdf0e10cSrcweir					<name>X</name>
1220cdf0e10cSrcweir				</parameter>
1221cdf0e10cSrcweir				<parameter>
1222cdf0e10cSrcweir					<type>Single</type>
1223cdf0e10cSrcweir					<name>Y</name>
1224cdf0e10cSrcweir				</parameter>
1225cdf0e10cSrcweir			</parameter-list>
1226cdf0e10cSrcweir		</source>
1227cdf0e10cSrcweir	</element>
1228cdf0e10cSrcweir	<!--property::ComboBox.MouseIcon-->
1229cdf0e10cSrcweir	<element type="property">
1230cdf0e10cSrcweir		<source id="MSForms.ComboBox.MouseIcon">
1231cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1232cdf0e10cSrcweir			<name>MouseIcon</name>
1233cdf0e10cSrcweir			<type>Picture</type>
1234cdf0e10cSrcweir		</source>
1235cdf0e10cSrcweir	</element>
1236cdf0e10cSrcweir	<!--method::ComboBox.MouseMove-->
1237cdf0e10cSrcweir	<element type="method">
1238cdf0e10cSrcweir		<source id="MSForms.ComboBox.MouseMove">
1239cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1240cdf0e10cSrcweir			<name>MouseMove</name>
1241cdf0e10cSrcweir			<type>void</type>
1242cdf0e10cSrcweir			<parameter-list>
1243cdf0e10cSrcweir				<parameter>
1244cdf0e10cSrcweir					<type>short</type>
1245cdf0e10cSrcweir					<name>Button</name>
1246cdf0e10cSrcweir				</parameter>
1247cdf0e10cSrcweir				<parameter>
1248cdf0e10cSrcweir					<type>short</type>
1249cdf0e10cSrcweir					<name>Shift</name>
1250cdf0e10cSrcweir				</parameter>
1251cdf0e10cSrcweir				<parameter>
1252cdf0e10cSrcweir					<type>Single</type>
1253cdf0e10cSrcweir					<name>X</name>
1254cdf0e10cSrcweir				</parameter>
1255cdf0e10cSrcweir				<parameter>
1256cdf0e10cSrcweir					<type>Single</type>
1257cdf0e10cSrcweir					<name>Y</name>
1258cdf0e10cSrcweir				</parameter>
1259cdf0e10cSrcweir			</parameter-list>
1260cdf0e10cSrcweir		</source>
1261cdf0e10cSrcweir	</element>
1262cdf0e10cSrcweir	<!--property::ComboBox.MousePointer-->
1263cdf0e10cSrcweir	<element type="property">
1264cdf0e10cSrcweir		<source id="MSForms.ComboBox.MousePointer">
1265cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1266cdf0e10cSrcweir			<name>MousePointer</name>
1267cdf0e10cSrcweir			<type>Integer</type>
1268cdf0e10cSrcweir		</source>
1269cdf0e10cSrcweir	</element>
1270cdf0e10cSrcweir	<!--method::ComboBox.MouseUp-->
1271cdf0e10cSrcweir	<element type="method">
1272cdf0e10cSrcweir		<source id="MSForms.ComboBox.MouseUp">
1273cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1274cdf0e10cSrcweir			<name>MouseUp</name>
1275cdf0e10cSrcweir			<type>void</type>
1276cdf0e10cSrcweir			<parameter-list>
1277cdf0e10cSrcweir				<parameter>
1278cdf0e10cSrcweir					<type>short</type>
1279cdf0e10cSrcweir					<name>Button</name>
1280cdf0e10cSrcweir				</parameter>
1281cdf0e10cSrcweir				<parameter>
1282cdf0e10cSrcweir					<type>short</type>
1283cdf0e10cSrcweir					<name>Shift</name>
1284cdf0e10cSrcweir				</parameter>
1285cdf0e10cSrcweir				<parameter>
1286cdf0e10cSrcweir					<type>Single</type>
1287cdf0e10cSrcweir					<name>X</name>
1288cdf0e10cSrcweir				</parameter>
1289cdf0e10cSrcweir				<parameter>
1290cdf0e10cSrcweir					<type>Single</type>
1291cdf0e10cSrcweir					<name>Y</name>
1292cdf0e10cSrcweir				</parameter>
1293cdf0e10cSrcweir			</parameter-list>
1294cdf0e10cSrcweir		</source>
1295cdf0e10cSrcweir	</element>
1296cdf0e10cSrcweir	<!--method::ComboBox.Paste-->
1297cdf0e10cSrcweir	<element type="method">
1298cdf0e10cSrcweir		<source id="MSForms.ComboBox.Paste">
1299cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1300cdf0e10cSrcweir			<name>Paste</name>
1301cdf0e10cSrcweir			<type>void</type>
1302cdf0e10cSrcweir		</source>
1303cdf0e10cSrcweir	</element>
1304cdf0e10cSrcweir	<!--method::ComboBox.RemoveItem-->
1305cdf0e10cSrcweir	<element type="method">
1306cdf0e10cSrcweir		<source id="MSForms.ComboBox.RemoveItem">
1307cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1308cdf0e10cSrcweir			<name>RemoveItem</name>
1309cdf0e10cSrcweir			<type>void</type>
1310cdf0e10cSrcweir			<parameter-list>
1311cdf0e10cSrcweir				<parameter>
1312cdf0e10cSrcweir					<type>Variant</type>
1313cdf0e10cSrcweir					<name>pvargIndex</name>
1314cdf0e10cSrcweir				</parameter>
1315cdf0e10cSrcweir			</parameter-list>
1316cdf0e10cSrcweir		</source>
1317cdf0e10cSrcweir	</element>
1318cdf0e10cSrcweir	<!--property::ComboBox.SelectionMargin-->
1319cdf0e10cSrcweir	<element type="property">
1320cdf0e10cSrcweir		<source id="MSForms.ComboBox.SelectionMargin">
1321cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1322cdf0e10cSrcweir			<name>SelectionMargin</name>
1323cdf0e10cSrcweir			<type>boolean</type>
1324cdf0e10cSrcweir		</source>
1325cdf0e10cSrcweir	</element>
1326cdf0e10cSrcweir	<!--property::ComboBox.SelLength-->
1327cdf0e10cSrcweir	<element type="property">
1328cdf0e10cSrcweir		<source id="MSForms.ComboBox.SelLength">
1329cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1330cdf0e10cSrcweir			<name>SelLength</name>
1331cdf0e10cSrcweir			<type>Integer</type>
1332cdf0e10cSrcweir		</source>
1333cdf0e10cSrcweir	</element>
1334cdf0e10cSrcweir	<!--property::ComboBox.SelStart-->
1335cdf0e10cSrcweir	<element type="property">
1336cdf0e10cSrcweir		<source id="MSForms.ComboBox.SelStart">
1337cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1338cdf0e10cSrcweir			<name>SelStart</name>
1339cdf0e10cSrcweir			<type>Integer</type>
1340cdf0e10cSrcweir		</source>
1341cdf0e10cSrcweir	</element>
1342cdf0e10cSrcweir	<!--property::ComboBox.SelText-->
1343cdf0e10cSrcweir	<element type="property">
1344cdf0e10cSrcweir		<source id="MSForms.ComboBox.SelText">
1345cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1346cdf0e10cSrcweir			<name>SelText</name>
1347cdf0e10cSrcweir			<type>String</type>
1348cdf0e10cSrcweir		</source>
1349cdf0e10cSrcweir	</element>
1350cdf0e10cSrcweir	<!--property::ComboBox.ShowDropButtonWhen-->
1351cdf0e10cSrcweir	<element type="property">
1352cdf0e10cSrcweir		<source id="MSForms.ComboBox.ShowDropButtonWhen">
1353cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1354cdf0e10cSrcweir			<name>ShowDropButtonWhen</name>
1355cdf0e10cSrcweir			<type>Integer</type>
1356cdf0e10cSrcweir		</source>
1357cdf0e10cSrcweir	</element>
1358cdf0e10cSrcweir	<!--property::ComboBox.SpecialEffect-->
1359cdf0e10cSrcweir	<element type="property">
1360cdf0e10cSrcweir		<source id="MSForms.ComboBox.SpecialEffect">
1361cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1362cdf0e10cSrcweir			<name>SpecialEffect</name>
1363cdf0e10cSrcweir			<type>Integer</type>
1364cdf0e10cSrcweir		</source>
1365cdf0e10cSrcweir	</element>
1366cdf0e10cSrcweir	<!--property::ComboBox.Style-->
1367cdf0e10cSrcweir	<element type="property">
1368cdf0e10cSrcweir		<source id="MSForms.ComboBox.Style">
1369cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1370cdf0e10cSrcweir			<name>Style</name>
1371cdf0e10cSrcweir			<type>Integer</type>
1372cdf0e10cSrcweir		</source>
1373cdf0e10cSrcweir	</element>
1374cdf0e10cSrcweir	<!--property::ComboBox.Text-->
1375cdf0e10cSrcweir	<element type="property">
1376cdf0e10cSrcweir		<source id="MSForms.ComboBox.Text">
1377cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1378cdf0e10cSrcweir			<name>Text</name>
1379cdf0e10cSrcweir			<type>String</type>
1380cdf0e10cSrcweir		</source>
1381cdf0e10cSrcweir	</element>
1382cdf0e10cSrcweir	<!--property::ComboBox.TextAlign-->
1383cdf0e10cSrcweir	<element type="property">
1384cdf0e10cSrcweir		<source id="MSForms.ComboBox.TextAlign">
1385cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1386cdf0e10cSrcweir			<name>TextAlign</name>
1387cdf0e10cSrcweir			<type>Integer</type>
1388cdf0e10cSrcweir		</source>
1389cdf0e10cSrcweir	</element>
1390cdf0e10cSrcweir	<!--property::ComboBox.TextColumn-->
1391cdf0e10cSrcweir	<element type="property">
1392cdf0e10cSrcweir		<source id="MSForms.ComboBox.TextColumn">
1393cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1394cdf0e10cSrcweir			<name>TextColumn</name>
1395cdf0e10cSrcweir			<type>Variant</type>
1396cdf0e10cSrcweir		</source>
1397cdf0e10cSrcweir	</element>
1398cdf0e10cSrcweir	<!--property::ComboBox.TextLength {ReadOnly}-->
1399cdf0e10cSrcweir	<element type="property">
1400cdf0e10cSrcweir		<source id="MSForms.ComboBox.TextLength">
1401cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1402cdf0e10cSrcweir			<name>TextLength</name>
1403cdf0e10cSrcweir			<type>Integer</type>
1404cdf0e10cSrcweir		</source>
1405cdf0e10cSrcweir	</element>
1406cdf0e10cSrcweir	<!--property::ComboBox.TopIndex-->
1407cdf0e10cSrcweir	<element type="property">
1408cdf0e10cSrcweir		<source id="MSForms.ComboBox.TopIndex">
1409cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1410cdf0e10cSrcweir			<name>TopIndex</name>
1411cdf0e10cSrcweir			<type>Variant</type>
1412cdf0e10cSrcweir		</source>
1413cdf0e10cSrcweir	</element>
1414cdf0e10cSrcweir	<!--property::ComboBox.Valid {ReadOnly}-->
1415cdf0e10cSrcweir	<element type="property">
1416cdf0e10cSrcweir		<source id="MSForms.ComboBox.Valid">
1417cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1418cdf0e10cSrcweir			<name>Valid</name>
1419cdf0e10cSrcweir			<type>boolean</type>
1420cdf0e10cSrcweir		</source>
1421cdf0e10cSrcweir	</element>
1422cdf0e10cSrcweir	<!--property::ComboBox.Value {Default}-->
1423cdf0e10cSrcweir	<element type="property">
1424cdf0e10cSrcweir		<source id="MSForms.ComboBox.Value">
1425cdf0e10cSrcweir			<context kind="class">ComboBox</context>
1426cdf0e10cSrcweir			<name default="true">Value</name>
1427cdf0e10cSrcweir			<type>Variant</type>
1428cdf0e10cSrcweir		</source>
1429cdf0e10cSrcweir	</element>
1430cdf0e10cSrcweir	<!--Class::CommandButton-->
1431cdf0e10cSrcweir	<element type="class">
1432cdf0e10cSrcweir		<source id="MSForms.CommandButton">
1433cdf0e10cSrcweir			<name>CommandButton</name>
1434cdf0e10cSrcweir		</source>
1435cdf0e10cSrcweir		<destination designation="identity" />
1436cdf0e10cSrcweir	</element>
1437cdf0e10cSrcweir	<!--property::CommandButton.Accelerator-->
1438cdf0e10cSrcweir	<element type="property">
1439cdf0e10cSrcweir		<source id="MSForms.CommandButton.Accelerator">
1440cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1441cdf0e10cSrcweir			<name>Accelerator</name>
1442cdf0e10cSrcweir			<type>String</type>
1443cdf0e10cSrcweir		</source>
1444cdf0e10cSrcweir	</element>
1445cdf0e10cSrcweir	<!--property::CommandButton.AutoSize-->
1446cdf0e10cSrcweir	<element type="property">
1447cdf0e10cSrcweir		<source id="MSForms.CommandButton.AutoSize">
1448cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1449cdf0e10cSrcweir			<name>AutoSize</name>
1450cdf0e10cSrcweir			<type>boolean</type>
1451cdf0e10cSrcweir		</source>
1452cdf0e10cSrcweir	</element>
1453cdf0e10cSrcweir	<!--property::CommandButton.BackColor-->
1454cdf0e10cSrcweir	<element type="property">
1455cdf0e10cSrcweir		<source id="MSForms.CommandButton.BackColor">
1456cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1457cdf0e10cSrcweir			<name>BackColor</name>
1458cdf0e10cSrcweir			<type>Integer</type>
1459cdf0e10cSrcweir		</source>
1460cdf0e10cSrcweir	</element>
1461cdf0e10cSrcweir	<!--property::CommandButton.BackStyle-->
1462cdf0e10cSrcweir	<element type="property">
1463cdf0e10cSrcweir		<source id="MSForms.CommandButton.BackStyle">
1464cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1465cdf0e10cSrcweir			<name>BackStyle</name>
1466cdf0e10cSrcweir			<type>Integer</type>
1467cdf0e10cSrcweir		</source>
1468cdf0e10cSrcweir	</element>
1469cdf0e10cSrcweir	<!--method::CommandButton.BeforeDragOver-->
1470cdf0e10cSrcweir	<element type="method">
1471cdf0e10cSrcweir		<source id="MSForms.CommandButton.BeforeDragOver">
1472cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1473cdf0e10cSrcweir			<name>BeforeDragOver</name>
1474cdf0e10cSrcweir			<type>void</type>
1475cdf0e10cSrcweir			<parameter-list>
1476cdf0e10cSrcweir				<parameter>
1477cdf0e10cSrcweir					<type>ReturnBoolean</type>
1478cdf0e10cSrcweir					<name>Cancel</name>
1479cdf0e10cSrcweir				</parameter>
1480cdf0e10cSrcweir				<parameter>
1481cdf0e10cSrcweir					<type>DataObject</type>
1482cdf0e10cSrcweir					<name>Data</name>
1483cdf0e10cSrcweir				</parameter>
1484cdf0e10cSrcweir				<parameter>
1485cdf0e10cSrcweir					<type>Single</type>
1486cdf0e10cSrcweir					<name>X</name>
1487cdf0e10cSrcweir				</parameter>
1488cdf0e10cSrcweir				<parameter>
1489cdf0e10cSrcweir					<type>Single</type>
1490cdf0e10cSrcweir					<name>Y</name>
1491cdf0e10cSrcweir				</parameter>
1492cdf0e10cSrcweir				<parameter>
1493cdf0e10cSrcweir					<type>Integer</type>
1494cdf0e10cSrcweir					<name>DragState</name>
1495cdf0e10cSrcweir				</parameter>
1496cdf0e10cSrcweir				<parameter>
1497cdf0e10cSrcweir					<type>ReturnEffect</type>
1498cdf0e10cSrcweir					<name>Effect</name>
1499cdf0e10cSrcweir				</parameter>
1500cdf0e10cSrcweir				<parameter>
1501cdf0e10cSrcweir					<type>short</type>
1502cdf0e10cSrcweir					<name>Shift</name>
1503cdf0e10cSrcweir				</parameter>
1504cdf0e10cSrcweir			</parameter-list>
1505cdf0e10cSrcweir		</source>
1506cdf0e10cSrcweir	</element>
1507cdf0e10cSrcweir	<!--method::CommandButton.BeforeDropOrPaste-->
1508cdf0e10cSrcweir	<element type="method">
1509cdf0e10cSrcweir		<source id="MSForms.CommandButton.BeforeDropOrPaste">
1510cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1511cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
1512cdf0e10cSrcweir			<type>void</type>
1513cdf0e10cSrcweir			<parameter-list>
1514cdf0e10cSrcweir				<parameter>
1515cdf0e10cSrcweir					<type>ReturnBoolean</type>
1516cdf0e10cSrcweir					<name>Cancel</name>
1517cdf0e10cSrcweir				</parameter>
1518cdf0e10cSrcweir				<parameter>
1519cdf0e10cSrcweir					<type>Integer</type>
1520cdf0e10cSrcweir					<name>Action</name>
1521cdf0e10cSrcweir				</parameter>
1522cdf0e10cSrcweir				<parameter>
1523cdf0e10cSrcweir					<type>DataObject</type>
1524cdf0e10cSrcweir					<name>Data</name>
1525cdf0e10cSrcweir				</parameter>
1526cdf0e10cSrcweir				<parameter>
1527cdf0e10cSrcweir					<type>Single</type>
1528cdf0e10cSrcweir					<name>X</name>
1529cdf0e10cSrcweir				</parameter>
1530cdf0e10cSrcweir				<parameter>
1531cdf0e10cSrcweir					<type>Single</type>
1532cdf0e10cSrcweir					<name>Y</name>
1533cdf0e10cSrcweir				</parameter>
1534cdf0e10cSrcweir				<parameter>
1535cdf0e10cSrcweir					<type>ReturnEffect</type>
1536cdf0e10cSrcweir					<name>Effect</name>
1537cdf0e10cSrcweir				</parameter>
1538cdf0e10cSrcweir				<parameter>
1539cdf0e10cSrcweir					<type>short</type>
1540cdf0e10cSrcweir					<name>Shift</name>
1541cdf0e10cSrcweir				</parameter>
1542cdf0e10cSrcweir			</parameter-list>
1543cdf0e10cSrcweir		</source>
1544cdf0e10cSrcweir	</element>
1545cdf0e10cSrcweir	<!--property::CommandButton.Caption-->
1546cdf0e10cSrcweir	<element type="property">
1547cdf0e10cSrcweir		<source id="MSForms.CommandButton.Caption">
1548cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1549cdf0e10cSrcweir			<name>Caption</name>
1550cdf0e10cSrcweir			<type>String</type>
1551cdf0e10cSrcweir		</source>
1552cdf0e10cSrcweir	</element>
1553cdf0e10cSrcweir	<!--method::CommandButton.Click-->
1554cdf0e10cSrcweir	<element type="method">
1555cdf0e10cSrcweir		<source id="MSForms.CommandButton.Click">
1556cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1557cdf0e10cSrcweir			<name>Click</name>
1558cdf0e10cSrcweir			<type>void</type>
1559cdf0e10cSrcweir		</source>
1560cdf0e10cSrcweir	</element>
1561cdf0e10cSrcweir	<!--method::CommandButton.DblClick-->
1562cdf0e10cSrcweir	<element type="method">
1563cdf0e10cSrcweir		<source id="MSForms.CommandButton.DblClick">
1564cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1565cdf0e10cSrcweir			<name>DblClick</name>
1566cdf0e10cSrcweir			<type>void</type>
1567cdf0e10cSrcweir			<parameter-list>
1568cdf0e10cSrcweir				<parameter>
1569cdf0e10cSrcweir					<type>ReturnBoolean</type>
1570cdf0e10cSrcweir					<name>Cancel</name>
1571cdf0e10cSrcweir				</parameter>
1572cdf0e10cSrcweir			</parameter-list>
1573cdf0e10cSrcweir		</source>
1574cdf0e10cSrcweir	</element>
1575cdf0e10cSrcweir	<!--property::CommandButton.Enabled-->
1576cdf0e10cSrcweir	<element type="property">
1577cdf0e10cSrcweir		<source id="MSForms.CommandButton.Enabled">
1578cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1579cdf0e10cSrcweir			<name>Enabled</name>
1580cdf0e10cSrcweir			<type>boolean</type>
1581cdf0e10cSrcweir		</source>
1582cdf0e10cSrcweir	</element>
1583cdf0e10cSrcweir	<!--method::CommandButton.Error-->
1584cdf0e10cSrcweir	<element type="method">
1585cdf0e10cSrcweir		<source id="MSForms.CommandButton.Error">
1586cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1587cdf0e10cSrcweir			<name>Error</name>
1588cdf0e10cSrcweir			<type>void</type>
1589cdf0e10cSrcweir			<parameter-list>
1590cdf0e10cSrcweir				<parameter>
1591cdf0e10cSrcweir					<type>short</type>
1592cdf0e10cSrcweir					<name>Number</name>
1593cdf0e10cSrcweir				</parameter>
1594cdf0e10cSrcweir				<parameter>
1595cdf0e10cSrcweir					<type>ReturnString</type>
1596cdf0e10cSrcweir					<name>Description</name>
1597cdf0e10cSrcweir				</parameter>
1598cdf0e10cSrcweir				<parameter>
1599cdf0e10cSrcweir					<type>Integer</type>
1600cdf0e10cSrcweir					<name>SCode</name>
1601cdf0e10cSrcweir				</parameter>
1602cdf0e10cSrcweir				<parameter>
1603cdf0e10cSrcweir					<type>String</type>
1604cdf0e10cSrcweir					<name>Source</name>
1605cdf0e10cSrcweir				</parameter>
1606cdf0e10cSrcweir				<parameter>
1607cdf0e10cSrcweir					<type>String</type>
1608cdf0e10cSrcweir					<name>HelpFile</name>
1609cdf0e10cSrcweir				</parameter>
1610cdf0e10cSrcweir				<parameter>
1611cdf0e10cSrcweir					<type>Integer</type>
1612cdf0e10cSrcweir					<name>HelpContext</name>
1613cdf0e10cSrcweir				</parameter>
1614cdf0e10cSrcweir				<parameter>
1615cdf0e10cSrcweir					<type>ReturnBoolean</type>
1616cdf0e10cSrcweir					<name>CancelDisplay</name>
1617cdf0e10cSrcweir				</parameter>
1618cdf0e10cSrcweir			</parameter-list>
1619cdf0e10cSrcweir		</source>
1620cdf0e10cSrcweir	</element>
1621cdf0e10cSrcweir	<!--property::CommandButton.Font {ReadOnly}-->
1622cdf0e10cSrcweir	<element type="property">
1623cdf0e10cSrcweir		<source id="MSForms.CommandButton.Font">
1624cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1625cdf0e10cSrcweir			<name>Font</name>
1626cdf0e10cSrcweir			<type>Font</type>
1627cdf0e10cSrcweir		</source>
1628cdf0e10cSrcweir	</element>
1629cdf0e10cSrcweir	<!--property::CommandButton.FontBold-->
1630cdf0e10cSrcweir	<element type="property">
1631cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontBold">
1632cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1633cdf0e10cSrcweir			<name>FontBold</name>
1634cdf0e10cSrcweir			<type>boolean</type>
1635cdf0e10cSrcweir		</source>
1636cdf0e10cSrcweir	</element>
1637cdf0e10cSrcweir	<!--property::CommandButton.FontItalic-->
1638cdf0e10cSrcweir	<element type="property">
1639cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontItalic">
1640cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1641cdf0e10cSrcweir			<name>FontItalic</name>
1642cdf0e10cSrcweir			<type>boolean</type>
1643cdf0e10cSrcweir		</source>
1644cdf0e10cSrcweir	</element>
1645cdf0e10cSrcweir	<!--property::CommandButton.FontName-->
1646cdf0e10cSrcweir	<element type="property">
1647cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontName">
1648cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1649cdf0e10cSrcweir			<name>FontName</name>
1650cdf0e10cSrcweir			<type>String</type>
1651cdf0e10cSrcweir		</source>
1652cdf0e10cSrcweir	</element>
1653cdf0e10cSrcweir	<!--property::CommandButton.FontSize-->
1654cdf0e10cSrcweir	<element type="property">
1655cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontSize">
1656cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1657cdf0e10cSrcweir			<name>FontSize</name>
1658cdf0e10cSrcweir			<type>VT_CY</type>
1659cdf0e10cSrcweir		</source>
1660cdf0e10cSrcweir	</element>
1661cdf0e10cSrcweir	<!--property::CommandButton.FontStrikethru-->
1662cdf0e10cSrcweir	<element type="property">
1663cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontStrikethru">
1664cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1665cdf0e10cSrcweir			<name>FontStrikethru</name>
1666cdf0e10cSrcweir			<type>boolean</type>
1667cdf0e10cSrcweir		</source>
1668cdf0e10cSrcweir	</element>
1669cdf0e10cSrcweir	<!--property::CommandButton.FontUnderline-->
1670cdf0e10cSrcweir	<element type="property">
1671cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontUnderline">
1672cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1673cdf0e10cSrcweir			<name>FontUnderline</name>
1674cdf0e10cSrcweir			<type>boolean</type>
1675cdf0e10cSrcweir		</source>
1676cdf0e10cSrcweir	</element>
1677cdf0e10cSrcweir	<!--property::CommandButton.FontWeight-->
1678cdf0e10cSrcweir	<element type="property">
1679cdf0e10cSrcweir		<source id="MSForms.CommandButton.FontWeight">
1680cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1681cdf0e10cSrcweir			<name>FontWeight</name>
1682cdf0e10cSrcweir			<type>short</type>
1683cdf0e10cSrcweir		</source>
1684cdf0e10cSrcweir	</element>
1685cdf0e10cSrcweir	<!--property::CommandButton.ForeColor-->
1686cdf0e10cSrcweir	<element type="property">
1687cdf0e10cSrcweir		<source id="MSForms.CommandButton.ForeColor">
1688cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1689cdf0e10cSrcweir			<name>ForeColor</name>
1690cdf0e10cSrcweir			<type>Integer</type>
1691cdf0e10cSrcweir		</source>
1692cdf0e10cSrcweir	</element>
1693cdf0e10cSrcweir	<!--method::CommandButton.KeyDown-->
1694cdf0e10cSrcweir	<element type="method">
1695cdf0e10cSrcweir		<source id="MSForms.CommandButton.KeyDown">
1696cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1697cdf0e10cSrcweir			<name>KeyDown</name>
1698cdf0e10cSrcweir			<type>void</type>
1699cdf0e10cSrcweir			<parameter-list>
1700cdf0e10cSrcweir				<parameter>
1701cdf0e10cSrcweir					<type>ReturnInteger</type>
1702cdf0e10cSrcweir					<name>KeyCode</name>
1703cdf0e10cSrcweir				</parameter>
1704cdf0e10cSrcweir				<parameter>
1705cdf0e10cSrcweir					<type>short</type>
1706cdf0e10cSrcweir					<name>Shift</name>
1707cdf0e10cSrcweir				</parameter>
1708cdf0e10cSrcweir			</parameter-list>
1709cdf0e10cSrcweir		</source>
1710cdf0e10cSrcweir	</element>
1711cdf0e10cSrcweir	<!--method::CommandButton.KeyPress-->
1712cdf0e10cSrcweir	<element type="method">
1713cdf0e10cSrcweir		<source id="MSForms.CommandButton.KeyPress">
1714cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1715cdf0e10cSrcweir			<name>KeyPress</name>
1716cdf0e10cSrcweir			<type>void</type>
1717cdf0e10cSrcweir			<parameter-list>
1718cdf0e10cSrcweir				<parameter>
1719cdf0e10cSrcweir					<type>ReturnInteger</type>
1720cdf0e10cSrcweir					<name>KeyAscii</name>
1721cdf0e10cSrcweir				</parameter>
1722cdf0e10cSrcweir			</parameter-list>
1723cdf0e10cSrcweir		</source>
1724cdf0e10cSrcweir	</element>
1725cdf0e10cSrcweir	<!--method::CommandButton.KeyUp-->
1726cdf0e10cSrcweir	<element type="method">
1727cdf0e10cSrcweir		<source id="MSForms.CommandButton.KeyUp">
1728cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1729cdf0e10cSrcweir			<name>KeyUp</name>
1730cdf0e10cSrcweir			<type>void</type>
1731cdf0e10cSrcweir			<parameter-list>
1732cdf0e10cSrcweir				<parameter>
1733cdf0e10cSrcweir					<type>ReturnInteger</type>
1734cdf0e10cSrcweir					<name>KeyCode</name>
1735cdf0e10cSrcweir				</parameter>
1736cdf0e10cSrcweir				<parameter>
1737cdf0e10cSrcweir					<type>short</type>
1738cdf0e10cSrcweir					<name>Shift</name>
1739cdf0e10cSrcweir				</parameter>
1740cdf0e10cSrcweir			</parameter-list>
1741cdf0e10cSrcweir		</source>
1742cdf0e10cSrcweir	</element>
1743cdf0e10cSrcweir	<!--property::CommandButton.Locked-->
1744cdf0e10cSrcweir	<element type="property">
1745cdf0e10cSrcweir		<source id="MSForms.CommandButton.Locked">
1746cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1747cdf0e10cSrcweir			<name>Locked</name>
1748cdf0e10cSrcweir			<type>boolean</type>
1749cdf0e10cSrcweir		</source>
1750cdf0e10cSrcweir	</element>
1751cdf0e10cSrcweir	<!--method::CommandButton.MouseDown-->
1752cdf0e10cSrcweir	<element type="method">
1753cdf0e10cSrcweir		<source id="MSForms.CommandButton.MouseDown">
1754cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1755cdf0e10cSrcweir			<name>MouseDown</name>
1756cdf0e10cSrcweir			<type>void</type>
1757cdf0e10cSrcweir			<parameter-list>
1758cdf0e10cSrcweir				<parameter>
1759cdf0e10cSrcweir					<type>short</type>
1760cdf0e10cSrcweir					<name>Button</name>
1761cdf0e10cSrcweir				</parameter>
1762cdf0e10cSrcweir				<parameter>
1763cdf0e10cSrcweir					<type>short</type>
1764cdf0e10cSrcweir					<name>Shift</name>
1765cdf0e10cSrcweir				</parameter>
1766cdf0e10cSrcweir				<parameter>
1767cdf0e10cSrcweir					<type>Single</type>
1768cdf0e10cSrcweir					<name>X</name>
1769cdf0e10cSrcweir				</parameter>
1770cdf0e10cSrcweir				<parameter>
1771cdf0e10cSrcweir					<type>Single</type>
1772cdf0e10cSrcweir					<name>Y</name>
1773cdf0e10cSrcweir				</parameter>
1774cdf0e10cSrcweir			</parameter-list>
1775cdf0e10cSrcweir		</source>
1776cdf0e10cSrcweir	</element>
1777cdf0e10cSrcweir	<!--property::CommandButton.MouseIcon-->
1778cdf0e10cSrcweir	<element type="property">
1779cdf0e10cSrcweir		<source id="MSForms.CommandButton.MouseIcon">
1780cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1781cdf0e10cSrcweir			<name>MouseIcon</name>
1782cdf0e10cSrcweir			<type>Picture</type>
1783cdf0e10cSrcweir		</source>
1784cdf0e10cSrcweir	</element>
1785cdf0e10cSrcweir	<!--method::CommandButton.MouseMove-->
1786cdf0e10cSrcweir	<element type="method">
1787cdf0e10cSrcweir		<source id="MSForms.CommandButton.MouseMove">
1788cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1789cdf0e10cSrcweir			<name>MouseMove</name>
1790cdf0e10cSrcweir			<type>void</type>
1791cdf0e10cSrcweir			<parameter-list>
1792cdf0e10cSrcweir				<parameter>
1793cdf0e10cSrcweir					<type>short</type>
1794cdf0e10cSrcweir					<name>Button</name>
1795cdf0e10cSrcweir				</parameter>
1796cdf0e10cSrcweir				<parameter>
1797cdf0e10cSrcweir					<type>short</type>
1798cdf0e10cSrcweir					<name>Shift</name>
1799cdf0e10cSrcweir				</parameter>
1800cdf0e10cSrcweir				<parameter>
1801cdf0e10cSrcweir					<type>Single</type>
1802cdf0e10cSrcweir					<name>X</name>
1803cdf0e10cSrcweir				</parameter>
1804cdf0e10cSrcweir				<parameter>
1805cdf0e10cSrcweir					<type>Single</type>
1806cdf0e10cSrcweir					<name>Y</name>
1807cdf0e10cSrcweir				</parameter>
1808cdf0e10cSrcweir			</parameter-list>
1809cdf0e10cSrcweir		</source>
1810cdf0e10cSrcweir	</element>
1811cdf0e10cSrcweir	<!--property::CommandButton.MousePointer-->
1812cdf0e10cSrcweir	<element type="property">
1813cdf0e10cSrcweir		<source id="MSForms.CommandButton.MousePointer">
1814cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1815cdf0e10cSrcweir			<name>MousePointer</name>
1816cdf0e10cSrcweir			<type>Integer</type>
1817cdf0e10cSrcweir		</source>
1818cdf0e10cSrcweir	</element>
1819cdf0e10cSrcweir	<!--method::CommandButton.MouseUp-->
1820cdf0e10cSrcweir	<element type="method">
1821cdf0e10cSrcweir		<source id="MSForms.CommandButton.MouseUp">
1822cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1823cdf0e10cSrcweir			<name>MouseUp</name>
1824cdf0e10cSrcweir			<type>void</type>
1825cdf0e10cSrcweir			<parameter-list>
1826cdf0e10cSrcweir				<parameter>
1827cdf0e10cSrcweir					<type>short</type>
1828cdf0e10cSrcweir					<name>Button</name>
1829cdf0e10cSrcweir				</parameter>
1830cdf0e10cSrcweir				<parameter>
1831cdf0e10cSrcweir					<type>short</type>
1832cdf0e10cSrcweir					<name>Shift</name>
1833cdf0e10cSrcweir				</parameter>
1834cdf0e10cSrcweir				<parameter>
1835cdf0e10cSrcweir					<type>Single</type>
1836cdf0e10cSrcweir					<name>X</name>
1837cdf0e10cSrcweir				</parameter>
1838cdf0e10cSrcweir				<parameter>
1839cdf0e10cSrcweir					<type>Single</type>
1840cdf0e10cSrcweir					<name>Y</name>
1841cdf0e10cSrcweir				</parameter>
1842cdf0e10cSrcweir			</parameter-list>
1843cdf0e10cSrcweir		</source>
1844cdf0e10cSrcweir	</element>
1845cdf0e10cSrcweir	<!--property::CommandButton.Picture-->
1846cdf0e10cSrcweir	<element type="property">
1847cdf0e10cSrcweir		<source id="MSForms.CommandButton.Picture">
1848cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1849cdf0e10cSrcweir			<name>Picture</name>
1850cdf0e10cSrcweir			<type>Picture</type>
1851cdf0e10cSrcweir		</source>
1852cdf0e10cSrcweir	</element>
1853cdf0e10cSrcweir	<!--property::CommandButton.PicturePosition-->
1854cdf0e10cSrcweir	<element type="property">
1855cdf0e10cSrcweir		<source id="MSForms.CommandButton.PicturePosition">
1856cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1857cdf0e10cSrcweir			<name>PicturePosition</name>
1858cdf0e10cSrcweir			<type>Integer</type>
1859cdf0e10cSrcweir		</source>
1860cdf0e10cSrcweir	</element>
1861cdf0e10cSrcweir	<!--property::CommandButton.TakeFocusOnClick-->
1862cdf0e10cSrcweir	<element type="property">
1863cdf0e10cSrcweir		<source id="MSForms.CommandButton.TakeFocusOnClick">
1864cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1865cdf0e10cSrcweir			<name>TakeFocusOnClick</name>
1866cdf0e10cSrcweir			<type>boolean</type>
1867cdf0e10cSrcweir		</source>
1868cdf0e10cSrcweir	</element>
1869cdf0e10cSrcweir	<!--property::CommandButton.Value {Default}-->
1870cdf0e10cSrcweir	<element type="property">
1871cdf0e10cSrcweir		<source id="MSForms.CommandButton.Value">
1872cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1873cdf0e10cSrcweir			<name default="true">Value</name>
1874cdf0e10cSrcweir			<type>boolean</type>
1875cdf0e10cSrcweir		</source>
1876cdf0e10cSrcweir	</element>
1877cdf0e10cSrcweir	<!--property::CommandButton.WordWrap-->
1878cdf0e10cSrcweir	<element type="property">
1879cdf0e10cSrcweir		<source id="MSForms.CommandButton.WordWrap">
1880cdf0e10cSrcweir			<context kind="class">CommandButton</context>
1881cdf0e10cSrcweir			<name>WordWrap</name>
1882cdf0e10cSrcweir			<type>boolean</type>
1883cdf0e10cSrcweir		</source>
1884cdf0e10cSrcweir	</element>
1885cdf0e10cSrcweir	<!--Class::Control-->
1886cdf0e10cSrcweir	<element type="class">
1887cdf0e10cSrcweir		<source id="MSForms.Control">
1888cdf0e10cSrcweir			<name>Control</name>
1889cdf0e10cSrcweir		</source>
1890cdf0e10cSrcweir		<destination designation="identity" />
1891cdf0e10cSrcweir	</element>
1892cdf0e10cSrcweir	<!--method::Control.AfterUpdate-->
1893cdf0e10cSrcweir	<element type="method">
1894cdf0e10cSrcweir		<source id="MSForms.Control.AfterUpdate">
1895cdf0e10cSrcweir			<context kind="class">Control</context>
1896cdf0e10cSrcweir			<name>AfterUpdate</name>
1897cdf0e10cSrcweir			<type>void</type>
1898cdf0e10cSrcweir		</source>
1899cdf0e10cSrcweir	</element>
1900cdf0e10cSrcweir	<!--method::Control.BeforeUpdate-->
1901cdf0e10cSrcweir	<element type="method">
1902cdf0e10cSrcweir		<source id="MSForms.Control.BeforeUpdate">
1903cdf0e10cSrcweir			<context kind="class">Control</context>
1904cdf0e10cSrcweir			<name>BeforeUpdate</name>
1905cdf0e10cSrcweir			<type>void</type>
1906cdf0e10cSrcweir			<parameter-list>
1907cdf0e10cSrcweir				<parameter>
1908cdf0e10cSrcweir					<type>ReturnBoolean</type>
1909cdf0e10cSrcweir					<name>Cancel</name>
1910cdf0e10cSrcweir				</parameter>
1911cdf0e10cSrcweir			</parameter-list>
1912cdf0e10cSrcweir		</source>
1913cdf0e10cSrcweir	</element>
1914cdf0e10cSrcweir	<!--property::Control.BoundValue-->
1915cdf0e10cSrcweir	<element type="property">
1916cdf0e10cSrcweir		<source id="MSForms.Control.BoundValue">
1917cdf0e10cSrcweir			<context kind="class">Control</context>
1918cdf0e10cSrcweir			<name>BoundValue</name>
1919cdf0e10cSrcweir			<type>Variant</type>
1920cdf0e10cSrcweir		</source>
1921cdf0e10cSrcweir	</element>
1922cdf0e10cSrcweir	<!--property::Control.Cancel-->
1923cdf0e10cSrcweir	<element type="property">
1924cdf0e10cSrcweir		<source id="MSForms.Control.Cancel">
1925cdf0e10cSrcweir			<context kind="class">Control</context>
1926cdf0e10cSrcweir			<name>Cancel</name>
1927cdf0e10cSrcweir			<type>boolean</type>
1928cdf0e10cSrcweir		</source>
1929cdf0e10cSrcweir	</element>
1930cdf0e10cSrcweir	<!--property::Control.ControlSource-->
1931cdf0e10cSrcweir	<element type="property">
1932cdf0e10cSrcweir		<source id="MSForms.Control.ControlSource">
1933cdf0e10cSrcweir			<context kind="class">Control</context>
1934cdf0e10cSrcweir			<name>ControlSource</name>
1935cdf0e10cSrcweir			<type>String</type>
1936cdf0e10cSrcweir		</source>
1937cdf0e10cSrcweir	</element>
1938cdf0e10cSrcweir	<!--property::Control.ControlTipText-->
1939cdf0e10cSrcweir	<element type="property">
1940cdf0e10cSrcweir		<source id="MSForms.Control.ControlTipText">
1941cdf0e10cSrcweir			<context kind="class">Control</context>
1942cdf0e10cSrcweir			<name>ControlTipText</name>
1943cdf0e10cSrcweir			<type>String</type>
1944cdf0e10cSrcweir		</source>
1945cdf0e10cSrcweir	</element>
1946cdf0e10cSrcweir	<!--property::Control.Default-->
1947cdf0e10cSrcweir	<element type="property">
1948cdf0e10cSrcweir		<source id="MSForms.Control.Default">
1949cdf0e10cSrcweir			<context kind="class">Control</context>
1950cdf0e10cSrcweir			<name>Default</name>
1951cdf0e10cSrcweir			<type>boolean</type>
1952cdf0e10cSrcweir		</source>
1953cdf0e10cSrcweir	</element>
1954cdf0e10cSrcweir	<!--method::Control.Enter-->
1955cdf0e10cSrcweir	<element type="method">
1956cdf0e10cSrcweir		<source id="MSForms.Control.Enter">
1957cdf0e10cSrcweir			<context kind="class">Control</context>
1958cdf0e10cSrcweir			<name>Enter</name>
1959cdf0e10cSrcweir			<type>void</type>
1960cdf0e10cSrcweir		</source>
1961cdf0e10cSrcweir	</element>
1962cdf0e10cSrcweir	<!--method::Control.Exit-->
1963cdf0e10cSrcweir	<element type="method">
1964cdf0e10cSrcweir		<source id="MSForms.Control.Exit">
1965cdf0e10cSrcweir			<context kind="class">Control</context>
1966cdf0e10cSrcweir			<name>Exit</name>
1967cdf0e10cSrcweir			<type>void</type>
1968cdf0e10cSrcweir			<parameter-list>
1969cdf0e10cSrcweir				<parameter>
1970cdf0e10cSrcweir					<type>ReturnBoolean</type>
1971cdf0e10cSrcweir					<name>Cancel</name>
1972cdf0e10cSrcweir				</parameter>
1973cdf0e10cSrcweir			</parameter-list>
1974cdf0e10cSrcweir		</source>
1975cdf0e10cSrcweir	</element>
1976cdf0e10cSrcweir	<!--property::Control.Height-->
1977cdf0e10cSrcweir	<element type="property">
1978cdf0e10cSrcweir		<source id="MSForms.Control.Height">
1979cdf0e10cSrcweir			<context kind="class">Control</context>
1980cdf0e10cSrcweir			<name>Height</name>
1981cdf0e10cSrcweir			<type>Single</type>
1982cdf0e10cSrcweir		</source>
1983cdf0e10cSrcweir	</element>
1984cdf0e10cSrcweir	<!--property::Control.HelpContextID-->
1985cdf0e10cSrcweir	<element type="property">
1986cdf0e10cSrcweir		<source id="MSForms.Control.HelpContextID">
1987cdf0e10cSrcweir			<context kind="class">Control</context>
1988cdf0e10cSrcweir			<name>HelpContextID</name>
1989cdf0e10cSrcweir			<type>Integer</type>
1990cdf0e10cSrcweir		</source>
1991cdf0e10cSrcweir	</element>
1992cdf0e10cSrcweir	<!--property::Control.InSelection-->
1993cdf0e10cSrcweir	<element type="property">
1994cdf0e10cSrcweir		<source id="MSForms.Control.InSelection">
1995cdf0e10cSrcweir			<context kind="class">Control</context>
1996cdf0e10cSrcweir			<name>InSelection</name>
1997cdf0e10cSrcweir			<type>boolean</type>
1998cdf0e10cSrcweir		</source>
1999cdf0e10cSrcweir	</element>
2000cdf0e10cSrcweir	<!--property::Control.LayoutEffect {ReadOnly}-->
2001cdf0e10cSrcweir	<element type="property">
2002cdf0e10cSrcweir		<source id="MSForms.Control.LayoutEffect">
2003cdf0e10cSrcweir			<context kind="class">Control</context>
2004cdf0e10cSrcweir			<name>LayoutEffect</name>
2005cdf0e10cSrcweir			<type>Integer</type>
2006cdf0e10cSrcweir		</source>
2007cdf0e10cSrcweir	</element>
2008cdf0e10cSrcweir	<!--property::Control.Left-->
2009cdf0e10cSrcweir	<element type="property">
2010cdf0e10cSrcweir		<source id="MSForms.Control.Left">
2011cdf0e10cSrcweir			<context kind="class">Control</context>
2012cdf0e10cSrcweir			<name>Left</name>
2013cdf0e10cSrcweir			<type>Single</type>
2014cdf0e10cSrcweir		</source>
2015cdf0e10cSrcweir	</element>
2016cdf0e10cSrcweir	<!--method::Control.Move-->
2017cdf0e10cSrcweir	<element type="method">
2018cdf0e10cSrcweir		<source id="MSForms.Control.Move">
2019cdf0e10cSrcweir			<context kind="class">Control</context>
2020cdf0e10cSrcweir			<name>Move</name>
2021cdf0e10cSrcweir			<type>void</type>
2022cdf0e10cSrcweir			<parameter-list>
2023cdf0e10cSrcweir				<parameter optional="true">
2024cdf0e10cSrcweir					<type>Variant</type>
2025cdf0e10cSrcweir					<name>Left</name>
2026cdf0e10cSrcweir				</parameter>
2027cdf0e10cSrcweir				<parameter optional="true">
2028cdf0e10cSrcweir					<type>Variant</type>
2029cdf0e10cSrcweir					<name>Top</name>
2030cdf0e10cSrcweir				</parameter>
2031cdf0e10cSrcweir				<parameter optional="true">
2032cdf0e10cSrcweir					<type>Variant</type>
2033cdf0e10cSrcweir					<name>Width</name>
2034cdf0e10cSrcweir				</parameter>
2035cdf0e10cSrcweir				<parameter optional="true">
2036cdf0e10cSrcweir					<type>Variant</type>
2037cdf0e10cSrcweir					<name>Height</name>
2038cdf0e10cSrcweir				</parameter>
2039cdf0e10cSrcweir				<parameter optional="true">
2040cdf0e10cSrcweir					<type>Variant</type>
2041cdf0e10cSrcweir					<name>Layout</name>
2042cdf0e10cSrcweir				</parameter>
2043cdf0e10cSrcweir			</parameter-list>
2044cdf0e10cSrcweir		</source>
2045cdf0e10cSrcweir	</element>
2046cdf0e10cSrcweir	<!--property::Control.Name-->
2047cdf0e10cSrcweir	<element type="property">
2048cdf0e10cSrcweir		<source id="MSForms.Control.Name">
2049cdf0e10cSrcweir			<context kind="class">Control</context>
2050cdf0e10cSrcweir			<name>Name</name>
2051cdf0e10cSrcweir			<type>String</type>
2052cdf0e10cSrcweir		</source>
2053cdf0e10cSrcweir	</element>
2054cdf0e10cSrcweir	<!--property::Control.Object {ReadOnly}-->
2055cdf0e10cSrcweir	<element type="property">
2056cdf0e10cSrcweir		<source id="MSForms.Control.Object">
2057cdf0e10cSrcweir			<context kind="class">Control</context>
2058cdf0e10cSrcweir			<name>Object</name>
2059cdf0e10cSrcweir			<type>Object</type>
2060cdf0e10cSrcweir		</source>
2061cdf0e10cSrcweir	</element>
2062cdf0e10cSrcweir	<!--property::Control.OldHeight {ReadOnly}-->
2063cdf0e10cSrcweir	<element type="property">
2064cdf0e10cSrcweir		<source id="MSForms.Control.OldHeight">
2065cdf0e10cSrcweir			<context kind="class">Control</context>
2066cdf0e10cSrcweir			<name>OldHeight</name>
2067cdf0e10cSrcweir			<type>Single</type>
2068cdf0e10cSrcweir		</source>
2069cdf0e10cSrcweir	</element>
2070cdf0e10cSrcweir	<!--property::Control.OldLeft {ReadOnly}-->
2071cdf0e10cSrcweir	<element type="property">
2072cdf0e10cSrcweir		<source id="MSForms.Control.OldLeft">
2073cdf0e10cSrcweir			<context kind="class">Control</context>
2074cdf0e10cSrcweir			<name>OldLeft</name>
2075cdf0e10cSrcweir			<type>Single</type>
2076cdf0e10cSrcweir		</source>
2077cdf0e10cSrcweir	</element>
2078cdf0e10cSrcweir	<!--property::Control.OldTop {ReadOnly}-->
2079cdf0e10cSrcweir	<element type="property">
2080cdf0e10cSrcweir		<source id="MSForms.Control.OldTop">
2081cdf0e10cSrcweir			<context kind="class">Control</context>
2082cdf0e10cSrcweir			<name>OldTop</name>
2083cdf0e10cSrcweir			<type>Single</type>
2084cdf0e10cSrcweir		</source>
2085cdf0e10cSrcweir	</element>
2086cdf0e10cSrcweir	<!--property::Control.OldWidth {ReadOnly}-->
2087cdf0e10cSrcweir	<element type="property">
2088cdf0e10cSrcweir		<source id="MSForms.Control.OldWidth">
2089cdf0e10cSrcweir			<context kind="class">Control</context>
2090cdf0e10cSrcweir			<name>OldWidth</name>
2091cdf0e10cSrcweir			<type>Single</type>
2092cdf0e10cSrcweir		</source>
2093cdf0e10cSrcweir	</element>
2094cdf0e10cSrcweir	<!--property::Control.Parent {ReadOnly}-->
2095cdf0e10cSrcweir	<element type="property">
2096cdf0e10cSrcweir		<source id="MSForms.Control.Parent">
2097cdf0e10cSrcweir			<context kind="class">Control</context>
2098cdf0e10cSrcweir			<name>Parent</name>
2099cdf0e10cSrcweir			<type>Object</type>
2100cdf0e10cSrcweir		</source>
2101cdf0e10cSrcweir	</element>
2102cdf0e10cSrcweir	<!--property::Control.RowSource-->
2103cdf0e10cSrcweir	<element type="property">
2104cdf0e10cSrcweir		<source id="MSForms.Control.RowSource">
2105cdf0e10cSrcweir			<context kind="class">Control</context>
2106cdf0e10cSrcweir			<name>RowSource</name>
2107cdf0e10cSrcweir			<type>String</type>
2108cdf0e10cSrcweir		</source>
2109cdf0e10cSrcweir	</element>
2110cdf0e10cSrcweir	<!--property::Control.RowSourceType-->
2111cdf0e10cSrcweir	<element type="property">
2112cdf0e10cSrcweir		<source id="MSForms.Control.RowSourceType">
2113cdf0e10cSrcweir			<context kind="class">Control</context>
2114cdf0e10cSrcweir			<name>RowSourceType</name>
2115cdf0e10cSrcweir			<type>short</type>
2116cdf0e10cSrcweir		</source>
2117cdf0e10cSrcweir	</element>
2118cdf0e10cSrcweir	<!--method::Control.Select-->
2119cdf0e10cSrcweir	<element type="method">
2120cdf0e10cSrcweir		<source id="MSForms.Control.Select">
2121cdf0e10cSrcweir			<context kind="class">Control</context>
2122cdf0e10cSrcweir			<name>Select</name>
2123cdf0e10cSrcweir			<type>void</type>
2124cdf0e10cSrcweir			<parameter-list>
2125cdf0e10cSrcweir				<parameter>
2126cdf0e10cSrcweir					<type>boolean</type>
2127cdf0e10cSrcweir					<name>SelectInGroup</name>
2128cdf0e10cSrcweir				</parameter>
2129cdf0e10cSrcweir			</parameter-list>
2130cdf0e10cSrcweir		</source>
2131cdf0e10cSrcweir	</element>
2132cdf0e10cSrcweir	<!--method::Control.SetFocus-->
2133cdf0e10cSrcweir	<element type="method">
2134cdf0e10cSrcweir		<source id="MSForms.Control.SetFocus">
2135cdf0e10cSrcweir			<context kind="class">Control</context>
2136cdf0e10cSrcweir			<name>SetFocus</name>
2137cdf0e10cSrcweir			<type>void</type>
2138cdf0e10cSrcweir		</source>
2139cdf0e10cSrcweir	</element>
2140cdf0e10cSrcweir	<!--property::Control.TabIndex-->
2141cdf0e10cSrcweir	<element type="property">
2142cdf0e10cSrcweir		<source id="MSForms.Control.TabIndex">
2143cdf0e10cSrcweir			<context kind="class">Control</context>
2144cdf0e10cSrcweir			<name>TabIndex</name>
2145cdf0e10cSrcweir			<type>short</type>
2146cdf0e10cSrcweir		</source>
2147cdf0e10cSrcweir	</element>
2148cdf0e10cSrcweir	<!--property::Control.TabStop-->
2149cdf0e10cSrcweir	<element type="property">
2150cdf0e10cSrcweir		<source id="MSForms.Control.TabStop">
2151cdf0e10cSrcweir			<context kind="class">Control</context>
2152cdf0e10cSrcweir			<name>TabStop</name>
2153cdf0e10cSrcweir			<type>boolean</type>
2154cdf0e10cSrcweir		</source>
2155cdf0e10cSrcweir	</element>
2156cdf0e10cSrcweir	<!--property::Control.Tag-->
2157cdf0e10cSrcweir	<element type="property">
2158cdf0e10cSrcweir		<source id="MSForms.Control.Tag">
2159cdf0e10cSrcweir			<context kind="class">Control</context>
2160cdf0e10cSrcweir			<name>Tag</name>
2161cdf0e10cSrcweir			<type>String</type>
2162cdf0e10cSrcweir		</source>
2163cdf0e10cSrcweir	</element>
2164cdf0e10cSrcweir	<!--property::Control.Top-->
2165cdf0e10cSrcweir	<element type="property">
2166cdf0e10cSrcweir		<source id="MSForms.Control.Top">
2167cdf0e10cSrcweir			<context kind="class">Control</context>
2168cdf0e10cSrcweir			<name>Top</name>
2169cdf0e10cSrcweir			<type>Single</type>
2170cdf0e10cSrcweir		</source>
2171cdf0e10cSrcweir	</element>
2172cdf0e10cSrcweir	<!--property::Control.Visible-->
2173cdf0e10cSrcweir	<element type="property">
2174cdf0e10cSrcweir		<source id="MSForms.Control.Visible">
2175cdf0e10cSrcweir			<context kind="class">Control</context>
2176cdf0e10cSrcweir			<name>Visible</name>
2177cdf0e10cSrcweir			<type>boolean</type>
2178cdf0e10cSrcweir		</source>
2179cdf0e10cSrcweir	</element>
2180cdf0e10cSrcweir	<!--property::Control.Width-->
2181cdf0e10cSrcweir	<element type="property">
2182cdf0e10cSrcweir		<source id="MSForms.Control.Width">
2183cdf0e10cSrcweir			<context kind="class">Control</context>
2184cdf0e10cSrcweir			<name>Width</name>
2185cdf0e10cSrcweir			<type>Single</type>
2186cdf0e10cSrcweir		</source>
2187cdf0e10cSrcweir	</element>
2188cdf0e10cSrcweir	<!--method::Control.ZOrder-->
2189cdf0e10cSrcweir	<element type="method">
2190cdf0e10cSrcweir		<source id="MSForms.Control.ZOrder">
2191cdf0e10cSrcweir			<context kind="class">Control</context>
2192cdf0e10cSrcweir			<name>ZOrder</name>
2193cdf0e10cSrcweir			<type>void</type>
2194cdf0e10cSrcweir			<parameter-list>
2195cdf0e10cSrcweir				<parameter optional="true">
2196cdf0e10cSrcweir					<type>Variant</type>
2197cdf0e10cSrcweir					<name>zPosition</name>
2198cdf0e10cSrcweir				</parameter>
2199cdf0e10cSrcweir			</parameter-list>
2200cdf0e10cSrcweir		</source>
2201cdf0e10cSrcweir	</element>
2202cdf0e10cSrcweir	<!--Class::Controls-->
2203cdf0e10cSrcweir	<element type="class">
2204cdf0e10cSrcweir		<source id="MSForms.Controls">
2205cdf0e10cSrcweir			<name>Controls</name>
2206cdf0e10cSrcweir		</source>
2207cdf0e10cSrcweir		<destination designation="identity" />
2208cdf0e10cSrcweir	</element>
2209cdf0e10cSrcweir	<!--method::Controls.Add-->
2210cdf0e10cSrcweir	<element type="method">
2211cdf0e10cSrcweir		<source id="MSForms.Controls.Add">
2212cdf0e10cSrcweir			<context kind="class">Controls</context>
2213cdf0e10cSrcweir			<name>Add</name>
2214cdf0e10cSrcweir			<type>Control</type>
2215cdf0e10cSrcweir			<parameter-list>
2216cdf0e10cSrcweir				<parameter>
2217cdf0e10cSrcweir					<type>String</type>
2218cdf0e10cSrcweir					<name>bstrProgID</name>
2219cdf0e10cSrcweir				</parameter>
2220cdf0e10cSrcweir				<parameter optional="true">
2221cdf0e10cSrcweir					<type>Variant</type>
2222cdf0e10cSrcweir					<name>Name</name>
2223cdf0e10cSrcweir				</parameter>
2224cdf0e10cSrcweir				<parameter optional="true">
2225cdf0e10cSrcweir					<type>Variant</type>
2226cdf0e10cSrcweir					<name>Visible</name>
2227cdf0e10cSrcweir				</parameter>
2228cdf0e10cSrcweir			</parameter-list>
2229cdf0e10cSrcweir		</source>
2230cdf0e10cSrcweir	</element>
2231cdf0e10cSrcweir	<!--method::Controls.AlignToGrid-->
2232cdf0e10cSrcweir	<element type="method">
2233cdf0e10cSrcweir		<source id="MSForms.Controls.AlignToGrid">
2234cdf0e10cSrcweir			<context kind="class">Controls</context>
2235cdf0e10cSrcweir			<name>AlignToGrid</name>
2236cdf0e10cSrcweir			<type>void</type>
2237cdf0e10cSrcweir		</source>
2238cdf0e10cSrcweir	</element>
2239cdf0e10cSrcweir	<!--method::Controls.BringForward-->
2240cdf0e10cSrcweir	<element type="method">
2241cdf0e10cSrcweir		<source id="MSForms.Controls.BringForward">
2242cdf0e10cSrcweir			<context kind="class">Controls</context>
2243cdf0e10cSrcweir			<name>BringForward</name>
2244cdf0e10cSrcweir			<type>void</type>
2245cdf0e10cSrcweir		</source>
2246cdf0e10cSrcweir	</element>
2247cdf0e10cSrcweir	<!--method::Controls.BringToFront-->
2248cdf0e10cSrcweir	<element type="method">
2249cdf0e10cSrcweir		<source id="MSForms.Controls.BringToFront">
2250cdf0e10cSrcweir			<context kind="class">Controls</context>
2251cdf0e10cSrcweir			<name>BringToFront</name>
2252cdf0e10cSrcweir			<type>void</type>
2253cdf0e10cSrcweir		</source>
2254cdf0e10cSrcweir	</element>
2255cdf0e10cSrcweir	<!--method::Controls.Clear-->
2256cdf0e10cSrcweir	<element type="method">
2257cdf0e10cSrcweir		<source id="MSForms.Controls.Clear">
2258cdf0e10cSrcweir			<context kind="class">Controls</context>
2259cdf0e10cSrcweir			<name>Clear</name>
2260cdf0e10cSrcweir			<type>void</type>
2261cdf0e10cSrcweir		</source>
2262cdf0e10cSrcweir	</element>
2263cdf0e10cSrcweir	<!--method::Controls.Copy-->
2264cdf0e10cSrcweir	<element type="method">
2265cdf0e10cSrcweir		<source id="MSForms.Controls.Copy">
2266cdf0e10cSrcweir			<context kind="class">Controls</context>
2267cdf0e10cSrcweir			<name>Copy</name>
2268cdf0e10cSrcweir			<type>void</type>
2269cdf0e10cSrcweir		</source>
2270cdf0e10cSrcweir	</element>
2271cdf0e10cSrcweir	<!--property::Controls.Count {ReadOnly}-->
2272cdf0e10cSrcweir	<element type="property">
2273cdf0e10cSrcweir		<source id="MSForms.Controls.Count">
2274cdf0e10cSrcweir			<context kind="class">Controls</context>
2275cdf0e10cSrcweir			<name>Count</name>
2276cdf0e10cSrcweir			<type>Integer</type>
2277cdf0e10cSrcweir		</source>
2278cdf0e10cSrcweir	</element>
2279cdf0e10cSrcweir	<!--method::Controls.Cut-->
2280cdf0e10cSrcweir	<element type="method">
2281cdf0e10cSrcweir		<source id="MSForms.Controls.Cut">
2282cdf0e10cSrcweir			<context kind="class">Controls</context>
2283cdf0e10cSrcweir			<name>Cut</name>
2284cdf0e10cSrcweir			<type>void</type>
2285cdf0e10cSrcweir		</source>
2286cdf0e10cSrcweir	</element>
2287cdf0e10cSrcweir	<!--method::Controls.Enum-->
2288cdf0e10cSrcweir	<element type="method">
2289cdf0e10cSrcweir		<source id="MSForms.Controls.Enum">
2290cdf0e10cSrcweir			<context kind="class">Controls</context>
2291cdf0e10cSrcweir			<name>Enum</name>
2292cdf0e10cSrcweir			<type>IUnknown</type>
2293cdf0e10cSrcweir		</source>
2294cdf0e10cSrcweir	</element>
2295cdf0e10cSrcweir	<!--method::Controls.Item {Default}-->
2296cdf0e10cSrcweir	<element type="method">
2297cdf0e10cSrcweir		<source id="MSForms.Controls.Item">
2298cdf0e10cSrcweir			<context kind="class">Controls</context>
2299cdf0e10cSrcweir			<name default="true">Item</name>
2300cdf0e10cSrcweir			<type>Control</type>
2301cdf0e10cSrcweir			<parameter-list>
2302cdf0e10cSrcweir				<parameter>
2303cdf0e10cSrcweir					<type>Variant</type>
2304cdf0e10cSrcweir					<name>varg</name>
2305cdf0e10cSrcweir				</parameter>
2306cdf0e10cSrcweir			</parameter-list>
2307cdf0e10cSrcweir		</source>
2308cdf0e10cSrcweir	</element>
2309cdf0e10cSrcweir	<!--method::Controls.Move-->
2310cdf0e10cSrcweir	<element type="method">
2311cdf0e10cSrcweir		<source id="MSForms.Controls.Move">
2312cdf0e10cSrcweir			<context kind="class">Controls</context>
2313cdf0e10cSrcweir			<name>Move</name>
2314cdf0e10cSrcweir			<type>void</type>
2315cdf0e10cSrcweir			<parameter-list>
2316cdf0e10cSrcweir				<parameter>
2317cdf0e10cSrcweir					<type>Single</type>
2318cdf0e10cSrcweir					<name>cx</name>
2319cdf0e10cSrcweir				</parameter>
2320cdf0e10cSrcweir				<parameter>
2321cdf0e10cSrcweir					<type>Single</type>
2322cdf0e10cSrcweir					<name>cy</name>
2323cdf0e10cSrcweir				</parameter>
2324cdf0e10cSrcweir			</parameter-list>
2325cdf0e10cSrcweir		</source>
2326cdf0e10cSrcweir	</element>
2327cdf0e10cSrcweir	<!--method::Controls.Remove-->
2328cdf0e10cSrcweir	<element type="method">
2329cdf0e10cSrcweir		<source id="MSForms.Controls.Remove">
2330cdf0e10cSrcweir			<context kind="class">Controls</context>
2331cdf0e10cSrcweir			<name>Remove</name>
2332cdf0e10cSrcweir			<type>void</type>
2333cdf0e10cSrcweir			<parameter-list>
2334cdf0e10cSrcweir				<parameter>
2335cdf0e10cSrcweir					<type>Variant</type>
2336cdf0e10cSrcweir					<name>varg</name>
2337cdf0e10cSrcweir				</parameter>
2338cdf0e10cSrcweir			</parameter-list>
2339cdf0e10cSrcweir		</source>
2340cdf0e10cSrcweir	</element>
2341cdf0e10cSrcweir	<!--method::Controls.SelectAll-->
2342cdf0e10cSrcweir	<element type="method">
2343cdf0e10cSrcweir		<source id="MSForms.Controls.SelectAll">
2344cdf0e10cSrcweir			<context kind="class">Controls</context>
2345cdf0e10cSrcweir			<name>SelectAll</name>
2346cdf0e10cSrcweir			<type>void</type>
2347cdf0e10cSrcweir		</source>
2348cdf0e10cSrcweir	</element>
2349cdf0e10cSrcweir	<!--method::Controls.SendBackward-->
2350cdf0e10cSrcweir	<element type="method">
2351cdf0e10cSrcweir		<source id="MSForms.Controls.SendBackward">
2352cdf0e10cSrcweir			<context kind="class">Controls</context>
2353cdf0e10cSrcweir			<name>SendBackward</name>
2354cdf0e10cSrcweir			<type>void</type>
2355cdf0e10cSrcweir		</source>
2356cdf0e10cSrcweir	</element>
2357cdf0e10cSrcweir	<!--method::Controls.SendToBack-->
2358cdf0e10cSrcweir	<element type="method">
2359cdf0e10cSrcweir		<source id="MSForms.Controls.SendToBack">
2360cdf0e10cSrcweir			<context kind="class">Controls</context>
2361cdf0e10cSrcweir			<name>SendToBack</name>
2362cdf0e10cSrcweir			<type>void</type>
2363cdf0e10cSrcweir		</source>
2364cdf0e10cSrcweir	</element>
2365cdf0e10cSrcweir	<!--Class::DataObject-->
2366cdf0e10cSrcweir	<element type="class">
2367cdf0e10cSrcweir		<source id="MSForms.DataObject">
2368cdf0e10cSrcweir			<name>DataObject</name>
2369cdf0e10cSrcweir		</source>
2370cdf0e10cSrcweir		<destination designation="identity" />
2371cdf0e10cSrcweir	</element>
2372cdf0e10cSrcweir	<!--method::DataObject.Clear-->
2373cdf0e10cSrcweir	<element type="method">
2374cdf0e10cSrcweir		<source id="MSForms.DataObject.Clear">
2375cdf0e10cSrcweir			<context kind="class">DataObject</context>
2376cdf0e10cSrcweir			<name>Clear</name>
2377cdf0e10cSrcweir			<type>void</type>
2378cdf0e10cSrcweir		</source>
2379cdf0e10cSrcweir	</element>
2380cdf0e10cSrcweir	<!--method::DataObject.GetFormat-->
2381cdf0e10cSrcweir	<element type="method">
2382cdf0e10cSrcweir		<source id="MSForms.DataObject.GetFormat">
2383cdf0e10cSrcweir			<context kind="class">DataObject</context>
2384cdf0e10cSrcweir			<name>GetFormat</name>
2385cdf0e10cSrcweir			<type>boolean</type>
2386cdf0e10cSrcweir			<parameter-list>
2387cdf0e10cSrcweir				<parameter>
2388cdf0e10cSrcweir					<type>Variant</type>
2389cdf0e10cSrcweir					<name>Format</name>
2390cdf0e10cSrcweir				</parameter>
2391cdf0e10cSrcweir			</parameter-list>
2392cdf0e10cSrcweir		</source>
2393cdf0e10cSrcweir	</element>
2394cdf0e10cSrcweir	<!--method::DataObject.GetFromClipboard-->
2395cdf0e10cSrcweir	<element type="method">
2396cdf0e10cSrcweir		<source id="MSForms.DataObject.GetFromClipboard">
2397cdf0e10cSrcweir			<context kind="class">DataObject</context>
2398cdf0e10cSrcweir			<name>GetFromClipboard</name>
2399cdf0e10cSrcweir			<type>void</type>
2400cdf0e10cSrcweir		</source>
2401cdf0e10cSrcweir	</element>
2402cdf0e10cSrcweir	<!--method::DataObject.GetText-->
2403cdf0e10cSrcweir	<element type="method">
2404cdf0e10cSrcweir		<source id="MSForms.DataObject.GetText">
2405cdf0e10cSrcweir			<context kind="class">DataObject</context>
2406cdf0e10cSrcweir			<name>GetText</name>
2407cdf0e10cSrcweir			<type>String</type>
2408cdf0e10cSrcweir			<parameter-list>
2409cdf0e10cSrcweir				<parameter optional="true">
2410cdf0e10cSrcweir					<type>Variant</type>
2411cdf0e10cSrcweir					<name>Format</name>
2412cdf0e10cSrcweir				</parameter>
2413cdf0e10cSrcweir			</parameter-list>
2414cdf0e10cSrcweir		</source>
2415cdf0e10cSrcweir	</element>
2416cdf0e10cSrcweir	<!--method::DataObject.PutInClipboard-->
2417cdf0e10cSrcweir	<element type="method">
2418cdf0e10cSrcweir		<source id="MSForms.DataObject.PutInClipboard">
2419cdf0e10cSrcweir			<context kind="class">DataObject</context>
2420cdf0e10cSrcweir			<name>PutInClipboard</name>
2421cdf0e10cSrcweir			<type>void</type>
2422cdf0e10cSrcweir		</source>
2423cdf0e10cSrcweir	</element>
2424cdf0e10cSrcweir	<!--method::DataObject.SetText-->
2425cdf0e10cSrcweir	<element type="method">
2426cdf0e10cSrcweir		<source id="MSForms.DataObject.SetText">
2427cdf0e10cSrcweir			<context kind="class">DataObject</context>
2428cdf0e10cSrcweir			<name>SetText</name>
2429cdf0e10cSrcweir			<type>void</type>
2430cdf0e10cSrcweir			<parameter-list>
2431cdf0e10cSrcweir				<parameter>
2432cdf0e10cSrcweir					<type>String</type>
2433cdf0e10cSrcweir					<name>Text</name>
2434cdf0e10cSrcweir				</parameter>
2435cdf0e10cSrcweir				<parameter optional="true">
2436cdf0e10cSrcweir					<type>Variant</type>
2437cdf0e10cSrcweir					<name>Format</name>
2438cdf0e10cSrcweir				</parameter>
2439cdf0e10cSrcweir			</parameter-list>
2440cdf0e10cSrcweir		</source>
2441cdf0e10cSrcweir	</element>
2442cdf0e10cSrcweir	<!--method::DataObject.StartDrag-->
2443cdf0e10cSrcweir	<element type="method">
2444cdf0e10cSrcweir		<source id="MSForms.DataObject.StartDrag">
2445cdf0e10cSrcweir			<context kind="class">DataObject</context>
2446cdf0e10cSrcweir			<name>StartDrag</name>
2447cdf0e10cSrcweir			<type>Integer</type>
2448cdf0e10cSrcweir			<parameter-list>
2449cdf0e10cSrcweir				<parameter optional="true">
2450cdf0e10cSrcweir					<type>Variant</type>
2451cdf0e10cSrcweir					<name>OKEffect</name>
2452cdf0e10cSrcweir				</parameter>
2453cdf0e10cSrcweir			</parameter-list>
2454cdf0e10cSrcweir		</source>
2455cdf0e10cSrcweir	</element>
2456cdf0e10cSrcweir	<!--enum::fmAction  {Enumeration}-->
2457cdf0e10cSrcweir	<element type="enumeration">
2458cdf0e10cSrcweir		<source id="MSForms.fmAction">
2459cdf0e10cSrcweir			<name>fmAction</name>
2460cdf0e10cSrcweir		</source>
2461cdf0e10cSrcweir		<destination designation="identity" />
2462cdf0e10cSrcweir	</element>
2463cdf0e10cSrcweir	<!--enum::fmActionCopy {Constant}-->
2464cdf0e10cSrcweir	<element type="constant">
2465cdf0e10cSrcweir		<source id="MSForms.fmAction.fmActionCopy">
2466cdf0e10cSrcweir			<context kind="enumeration">fmAction</context>
2467cdf0e10cSrcweir			<name>fmActionCopy</name>
2468cdf0e10cSrcweir			<value>1</value>
2469cdf0e10cSrcweir		</source>
2470cdf0e10cSrcweir		<destination designation="identity" />
2471cdf0e10cSrcweir	</element>
2472cdf0e10cSrcweir	<!--enum::fmActionCut {Constant}-->
2473cdf0e10cSrcweir	<element type="constant">
2474cdf0e10cSrcweir		<source id="MSForms.fmAction.fmActionCut">
2475cdf0e10cSrcweir			<context kind="enumeration">fmAction</context>
2476cdf0e10cSrcweir			<name>fmActionCut</name>
2477cdf0e10cSrcweir			<value>0</value>
2478cdf0e10cSrcweir		</source>
2479cdf0e10cSrcweir		<destination designation="identity" />
2480cdf0e10cSrcweir	</element>
2481cdf0e10cSrcweir	<!--enum::fmActionDragDrop {Constant}-->
2482cdf0e10cSrcweir	<element type="constant">
2483cdf0e10cSrcweir		<source id="MSForms.fmAction.fmActionDragDrop">
2484cdf0e10cSrcweir			<context kind="enumeration">fmAction</context>
2485cdf0e10cSrcweir			<name>fmActionDragDrop</name>
2486cdf0e10cSrcweir			<value>3</value>
2487cdf0e10cSrcweir		</source>
2488cdf0e10cSrcweir		<destination designation="identity" />
2489cdf0e10cSrcweir	</element>
2490cdf0e10cSrcweir	<!--enum::fmActionPaste {Constant}-->
2491cdf0e10cSrcweir	<element type="constant">
2492cdf0e10cSrcweir		<source id="MSForms.fmAction.fmActionPaste">
2493cdf0e10cSrcweir			<context kind="enumeration">fmAction</context>
2494cdf0e10cSrcweir			<name>fmActionPaste</name>
2495cdf0e10cSrcweir			<value>2</value>
2496cdf0e10cSrcweir		</source>
2497cdf0e10cSrcweir		<destination designation="identity" />
2498cdf0e10cSrcweir	</element>
2499cdf0e10cSrcweir	<!--enum::fmAlignment  {Enumeration}-->
2500cdf0e10cSrcweir	<element type="enumeration">
2501cdf0e10cSrcweir		<source id="MSForms.fmAlignment">
2502cdf0e10cSrcweir			<name>fmAlignment</name>
2503cdf0e10cSrcweir		</source>
2504cdf0e10cSrcweir		<destination designation="identity" />
2505cdf0e10cSrcweir	</element>
2506cdf0e10cSrcweir	<!--enum::fmAlignmentLeft {Constant}-->
2507cdf0e10cSrcweir	<element type="constant">
2508cdf0e10cSrcweir		<source id="MSForms.fmAlignment.fmAlignmentLeft">
2509cdf0e10cSrcweir			<context kind="enumeration">fmAlignment</context>
2510cdf0e10cSrcweir			<name>fmAlignmentLeft</name>
2511cdf0e10cSrcweir			<value>0</value>
2512cdf0e10cSrcweir		</source>
2513cdf0e10cSrcweir		<destination designation="identity" />
2514cdf0e10cSrcweir	</element>
2515cdf0e10cSrcweir	<!--enum::fmAlignmentRight {Constant}-->
2516cdf0e10cSrcweir	<element type="constant">
2517cdf0e10cSrcweir		<source id="MSForms.fmAlignment.fmAlignmentRight">
2518cdf0e10cSrcweir			<context kind="enumeration">fmAlignment</context>
2519cdf0e10cSrcweir			<name>fmAlignmentRight</name>
2520cdf0e10cSrcweir			<value>1</value>
2521cdf0e10cSrcweir		</source>
2522cdf0e10cSrcweir		<destination designation="identity" />
2523cdf0e10cSrcweir	</element>
2524cdf0e10cSrcweir	<!--enum::fmBackStyle  {Enumeration}-->
2525cdf0e10cSrcweir	<element type="enumeration">
2526cdf0e10cSrcweir		<source id="MSForms.fmBackStyle">
2527cdf0e10cSrcweir			<name>fmBackStyle</name>
2528cdf0e10cSrcweir		</source>
2529cdf0e10cSrcweir		<destination designation="identity" />
2530cdf0e10cSrcweir	</element>
2531cdf0e10cSrcweir	<!--enum::fmBackStyleOpaque {Constant}-->
2532cdf0e10cSrcweir	<element type="constant">
2533cdf0e10cSrcweir		<source id="MSForms.fmBackStyle.fmBackStyleOpaque">
2534cdf0e10cSrcweir			<context kind="enumeration">fmBackStyle</context>
2535cdf0e10cSrcweir			<name>fmBackStyleOpaque</name>
2536cdf0e10cSrcweir			<value>1</value>
2537cdf0e10cSrcweir		</source>
2538cdf0e10cSrcweir		<destination designation="identity" />
2539cdf0e10cSrcweir	</element>
2540cdf0e10cSrcweir	<!--enum::fmBackStyleTransparent {Constant}-->
2541cdf0e10cSrcweir	<element type="constant">
2542cdf0e10cSrcweir		<source id="MSForms.fmBackStyle.fmBackStyleTransparent">
2543cdf0e10cSrcweir			<context kind="enumeration">fmBackStyle</context>
2544cdf0e10cSrcweir			<name>fmBackStyleTransparent</name>
2545cdf0e10cSrcweir			<value>0</value>
2546cdf0e10cSrcweir		</source>
2547cdf0e10cSrcweir		<destination designation="identity" />
2548cdf0e10cSrcweir	</element>
2549cdf0e10cSrcweir	<!--enum::fmBorders  {Enumeration}-->
2550cdf0e10cSrcweir	<element type="enumeration">
2551cdf0e10cSrcweir		<source id="MSForms.fmBorders">
2552cdf0e10cSrcweir			<name>fmBorders</name>
2553cdf0e10cSrcweir		</source>
2554cdf0e10cSrcweir		<destination designation="identity" />
2555cdf0e10cSrcweir	</element>
2556cdf0e10cSrcweir	<!--enum::fmBordersBox {Constant}-->
2557cdf0e10cSrcweir	<element type="constant">
2558cdf0e10cSrcweir		<source id="MSForms.fmBorders.fmBordersBox">
2559cdf0e10cSrcweir			<context kind="enumeration">fmBorders</context>
2560cdf0e10cSrcweir			<name>fmBordersBox</name>
2561cdf0e10cSrcweir			<value>1</value>
2562cdf0e10cSrcweir		</source>
2563cdf0e10cSrcweir		<destination designation="identity" />
2564cdf0e10cSrcweir	</element>
2565cdf0e10cSrcweir	<!--enum::fmBordersLeft {Constant}-->
2566cdf0e10cSrcweir	<element type="constant">
2567cdf0e10cSrcweir		<source id="MSForms.fmBorders.fmBordersLeft">
2568cdf0e10cSrcweir			<context kind="enumeration">fmBorders</context>
2569cdf0e10cSrcweir			<name>fmBordersLeft</name>
2570cdf0e10cSrcweir			<value>2</value>
2571cdf0e10cSrcweir		</source>
2572cdf0e10cSrcweir		<destination designation="identity" />
2573cdf0e10cSrcweir	</element>
2574cdf0e10cSrcweir	<!--enum::fmBordersNone {Constant}-->
2575cdf0e10cSrcweir	<element type="constant">
2576cdf0e10cSrcweir		<source id="MSForms.fmBorders.fmBordersNone">
2577cdf0e10cSrcweir			<context kind="enumeration">fmBorders</context>
2578cdf0e10cSrcweir			<name>fmBordersNone</name>
2579cdf0e10cSrcweir			<value>0</value>
2580cdf0e10cSrcweir		</source>
2581cdf0e10cSrcweir		<destination designation="identity" />
2582cdf0e10cSrcweir	</element>
2583cdf0e10cSrcweir	<!--enum::fmBordersTop {Constant}-->
2584cdf0e10cSrcweir	<element type="constant">
2585cdf0e10cSrcweir		<source id="MSForms.fmBorders.fmBordersTop">
2586cdf0e10cSrcweir			<context kind="enumeration">fmBorders</context>
2587cdf0e10cSrcweir			<name>fmBordersTop</name>
2588cdf0e10cSrcweir			<value>3</value>
2589cdf0e10cSrcweir		</source>
2590cdf0e10cSrcweir		<destination designation="identity" />
2591cdf0e10cSrcweir	</element>
2592cdf0e10cSrcweir	<!--enum::fmBorderStyle  {Enumeration}-->
2593cdf0e10cSrcweir	<element type="enumeration">
2594cdf0e10cSrcweir		<source id="MSForms.fmBorderStyle">
2595cdf0e10cSrcweir			<name>fmBorderStyle</name>
2596cdf0e10cSrcweir		</source>
2597cdf0e10cSrcweir		<destination designation="identity" />
2598cdf0e10cSrcweir	</element>
2599cdf0e10cSrcweir	<!--enum::fmBorderStyleNone {Constant}-->
2600cdf0e10cSrcweir	<element type="constant">
2601cdf0e10cSrcweir		<source id="MSForms.fmBorderStyle.fmBorderStyleNone">
2602cdf0e10cSrcweir			<context kind="enumeration">fmBorderStyle</context>
2603cdf0e10cSrcweir			<name>fmBorderStyleNone</name>
2604cdf0e10cSrcweir			<value>0</value>
2605cdf0e10cSrcweir		</source>
2606cdf0e10cSrcweir		<destination designation="identity" />
2607cdf0e10cSrcweir	</element>
2608cdf0e10cSrcweir	<!--enum::fmBorderStyleSingle {Constant}-->
2609cdf0e10cSrcweir	<element type="constant">
2610cdf0e10cSrcweir		<source id="MSForms.fmBorderStyle.fmBorderStyleSingle">
2611cdf0e10cSrcweir			<context kind="enumeration">fmBorderStyle</context>
2612cdf0e10cSrcweir			<name>fmBorderStyleSingle</name>
2613cdf0e10cSrcweir			<value>1</value>
2614cdf0e10cSrcweir		</source>
2615cdf0e10cSrcweir		<destination designation="identity" />
2616cdf0e10cSrcweir	</element>
2617cdf0e10cSrcweir	<!--enum::fmButtonEffect  {Enumeration}-->
2618cdf0e10cSrcweir	<element type="enumeration">
2619cdf0e10cSrcweir		<source id="MSForms.fmButtonEffect">
2620cdf0e10cSrcweir			<name>fmButtonEffect</name>
2621cdf0e10cSrcweir		</source>
2622cdf0e10cSrcweir		<destination designation="identity" />
2623cdf0e10cSrcweir	</element>
2624cdf0e10cSrcweir	<!--enum::fmButtonEffectFlat {Constant}-->
2625cdf0e10cSrcweir	<element type="constant">
2626cdf0e10cSrcweir		<source id="MSForms.fmButtonEffect.fmButtonEffectFlat">
2627cdf0e10cSrcweir			<context kind="enumeration">fmButtonEffect</context>
2628cdf0e10cSrcweir			<name>fmButtonEffectFlat</name>
2629cdf0e10cSrcweir			<value>0</value>
2630cdf0e10cSrcweir		</source>
2631cdf0e10cSrcweir		<destination designation="identity" />
2632cdf0e10cSrcweir	</element>
2633cdf0e10cSrcweir	<!--enum::fmButtonEffectSunken {Constant}-->
2634cdf0e10cSrcweir	<element type="constant">
2635cdf0e10cSrcweir		<source id="MSForms.fmButtonEffect.fmButtonEffectSunken">
2636cdf0e10cSrcweir			<context kind="enumeration">fmButtonEffect</context>
2637cdf0e10cSrcweir			<name>fmButtonEffectSunken</name>
2638cdf0e10cSrcweir			<value>2</value>
2639cdf0e10cSrcweir		</source>
2640cdf0e10cSrcweir		<destination designation="identity" />
2641cdf0e10cSrcweir	</element>
2642cdf0e10cSrcweir	<!--enum::fmButtonStyle  {Enumeration}-->
2643cdf0e10cSrcweir	<element type="enumeration">
2644cdf0e10cSrcweir		<source id="MSForms.fmButtonStyle">
2645cdf0e10cSrcweir			<name>fmButtonStyle</name>
2646cdf0e10cSrcweir		</source>
2647cdf0e10cSrcweir		<destination designation="identity" />
2648cdf0e10cSrcweir	</element>
2649cdf0e10cSrcweir	<!--enum::fmButtonStylePushButton {Constant}-->
2650cdf0e10cSrcweir	<element type="constant">
2651cdf0e10cSrcweir		<source id="MSForms.fmButtonStyle.fmButtonStylePushButton">
2652cdf0e10cSrcweir			<context kind="enumeration">fmButtonStyle</context>
2653cdf0e10cSrcweir			<name>fmButtonStylePushButton</name>
2654cdf0e10cSrcweir			<value>0</value>
2655cdf0e10cSrcweir		</source>
2656cdf0e10cSrcweir		<destination designation="identity" />
2657cdf0e10cSrcweir	</element>
2658cdf0e10cSrcweir	<!--enum::fmButtonStyleToggleButton {Constant}-->
2659cdf0e10cSrcweir	<element type="constant">
2660cdf0e10cSrcweir		<source id="MSForms.fmButtonStyle.fmButtonStyleToggleButton">
2661cdf0e10cSrcweir			<context kind="enumeration">fmButtonStyle</context>
2662cdf0e10cSrcweir			<name>fmButtonStyleToggleButton</name>
2663cdf0e10cSrcweir			<value>1</value>
2664cdf0e10cSrcweir		</source>
2665cdf0e10cSrcweir		<destination designation="identity" />
2666cdf0e10cSrcweir	</element>
2667cdf0e10cSrcweir	<!--enum::fmCycle  {Enumeration}-->
2668cdf0e10cSrcweir	<element type="enumeration">
2669cdf0e10cSrcweir		<source id="MSForms.fmCycle">
2670cdf0e10cSrcweir			<name>fmCycle</name>
2671cdf0e10cSrcweir		</source>
2672cdf0e10cSrcweir		<destination designation="identity" />
2673cdf0e10cSrcweir	</element>
2674cdf0e10cSrcweir	<!--enum::fmCycleAllForms {Constant}-->
2675cdf0e10cSrcweir	<element type="constant">
2676cdf0e10cSrcweir		<source id="MSForms.fmCycle.fmCycleAllForms">
2677cdf0e10cSrcweir			<context kind="enumeration">fmCycle</context>
2678cdf0e10cSrcweir			<name>fmCycleAllForms</name>
2679cdf0e10cSrcweir			<value>0</value>
2680cdf0e10cSrcweir		</source>
2681cdf0e10cSrcweir		<destination designation="identity" />
2682cdf0e10cSrcweir	</element>
2683cdf0e10cSrcweir	<!--enum::fmCycleCurrentForm {Constant}-->
2684cdf0e10cSrcweir	<element type="constant">
2685cdf0e10cSrcweir		<source id="MSForms.fmCycle.fmCycleCurrentForm">
2686cdf0e10cSrcweir			<context kind="enumeration">fmCycle</context>
2687cdf0e10cSrcweir			<name>fmCycleCurrentForm</name>
2688cdf0e10cSrcweir			<value>2</value>
2689cdf0e10cSrcweir		</source>
2690cdf0e10cSrcweir		<destination designation="identity" />
2691cdf0e10cSrcweir	</element>
2692cdf0e10cSrcweir	<!--enum::fmDisplayStyle  {Enumeration}-->
2693cdf0e10cSrcweir	<element type="enumeration">
2694cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle">
2695cdf0e10cSrcweir			<name>fmDisplayStyle</name>
2696cdf0e10cSrcweir		</source>
2697cdf0e10cSrcweir		<destination designation="identity" />
2698cdf0e10cSrcweir	</element>
2699cdf0e10cSrcweir	<!--enum::fmDisplayStyleCheckBox {Constant}-->
2700cdf0e10cSrcweir	<element type="constant">
2701cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleCheckBox">
2702cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2703cdf0e10cSrcweir			<name>fmDisplayStyleCheckBox</name>
2704cdf0e10cSrcweir			<value>4</value>
2705cdf0e10cSrcweir		</source>
2706cdf0e10cSrcweir		<destination designation="identity" />
2707cdf0e10cSrcweir	</element>
2708cdf0e10cSrcweir	<!--enum::fmDisplayStyleCombo {Constant}-->
2709cdf0e10cSrcweir	<element type="constant">
2710cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleCombo">
2711cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2712cdf0e10cSrcweir			<name>fmDisplayStyleCombo</name>
2713cdf0e10cSrcweir			<value>3</value>
2714cdf0e10cSrcweir		</source>
2715cdf0e10cSrcweir		<destination designation="identity" />
2716cdf0e10cSrcweir	</element>
2717cdf0e10cSrcweir	<!--enum::fmDisplayStyleDropList {Constant}-->
2718cdf0e10cSrcweir	<element type="constant">
2719cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleDropList">
2720cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2721cdf0e10cSrcweir			<name>fmDisplayStyleDropList</name>
2722cdf0e10cSrcweir			<value>7</value>
2723cdf0e10cSrcweir		</source>
2724cdf0e10cSrcweir		<destination designation="identity" />
2725cdf0e10cSrcweir	</element>
2726cdf0e10cSrcweir	<!--enum::fmDisplayStyleList {Constant}-->
2727cdf0e10cSrcweir	<element type="constant">
2728cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleList">
2729cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2730cdf0e10cSrcweir			<name>fmDisplayStyleList</name>
2731cdf0e10cSrcweir			<value>2</value>
2732cdf0e10cSrcweir		</source>
2733cdf0e10cSrcweir		<destination designation="identity" />
2734cdf0e10cSrcweir	</element>
2735cdf0e10cSrcweir	<!--enum::fmDisplayStyleOptionButton {Constant}-->
2736cdf0e10cSrcweir	<element type="constant">
2737cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleOptionButton">
2738cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2739cdf0e10cSrcweir			<name>fmDisplayStyleOptionButton</name>
2740cdf0e10cSrcweir			<value>5</value>
2741cdf0e10cSrcweir		</source>
2742cdf0e10cSrcweir		<destination designation="identity" />
2743cdf0e10cSrcweir	</element>
2744cdf0e10cSrcweir	<!--enum::fmDisplayStyleText {Constant}-->
2745cdf0e10cSrcweir	<element type="constant">
2746cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleText">
2747cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2748cdf0e10cSrcweir			<name>fmDisplayStyleText</name>
2749cdf0e10cSrcweir			<value>1</value>
2750cdf0e10cSrcweir		</source>
2751cdf0e10cSrcweir		<destination designation="identity" />
2752cdf0e10cSrcweir	</element>
2753cdf0e10cSrcweir	<!--enum::fmDisplayStyleToggle {Constant}-->
2754cdf0e10cSrcweir	<element type="constant">
2755cdf0e10cSrcweir		<source id="MSForms.fmDisplayStyle.fmDisplayStyleToggle">
2756cdf0e10cSrcweir			<context kind="enumeration">fmDisplayStyle</context>
2757cdf0e10cSrcweir			<name>fmDisplayStyleToggle</name>
2758cdf0e10cSrcweir			<value>6</value>
2759cdf0e10cSrcweir		</source>
2760cdf0e10cSrcweir		<destination designation="identity" />
2761cdf0e10cSrcweir	</element>
2762cdf0e10cSrcweir	<!--enum::fmDragBehavior  {Enumeration}-->
2763cdf0e10cSrcweir	<element type="enumeration">
2764cdf0e10cSrcweir		<source id="MSForms.fmDragBehavior">
2765cdf0e10cSrcweir			<name>fmDragBehavior</name>
2766cdf0e10cSrcweir		</source>
2767cdf0e10cSrcweir		<destination designation="identity" />
2768cdf0e10cSrcweir	</element>
2769cdf0e10cSrcweir	<!--enum::fmDragBehaviorDisabled {Constant}-->
2770cdf0e10cSrcweir	<element type="constant">
2771cdf0e10cSrcweir		<source id="MSForms.fmDragBehavior.fmDragBehaviorDisabled">
2772cdf0e10cSrcweir			<context kind="enumeration">fmDragBehavior</context>
2773cdf0e10cSrcweir			<name>fmDragBehaviorDisabled</name>
2774cdf0e10cSrcweir			<value>0</value>
2775cdf0e10cSrcweir		</source>
2776cdf0e10cSrcweir		<destination designation="identity" />
2777cdf0e10cSrcweir	</element>
2778cdf0e10cSrcweir	<!--enum::fmDragBehaviorEnabled {Constant}-->
2779cdf0e10cSrcweir	<element type="constant">
2780cdf0e10cSrcweir		<source id="MSForms.fmDragBehavior.fmDragBehaviorEnabled">
2781cdf0e10cSrcweir			<context kind="enumeration">fmDragBehavior</context>
2782cdf0e10cSrcweir			<name>fmDragBehaviorEnabled</name>
2783cdf0e10cSrcweir			<value>1</value>
2784cdf0e10cSrcweir		</source>
2785cdf0e10cSrcweir		<destination designation="identity" />
2786cdf0e10cSrcweir	</element>
2787cdf0e10cSrcweir	<!--enum::fmDragState  {Enumeration}-->
2788cdf0e10cSrcweir	<element type="enumeration">
2789cdf0e10cSrcweir		<source id="MSForms.fmDragState">
2790cdf0e10cSrcweir			<name>fmDragState</name>
2791cdf0e10cSrcweir		</source>
2792cdf0e10cSrcweir		<destination designation="identity" />
2793cdf0e10cSrcweir	</element>
2794cdf0e10cSrcweir	<!--enum::fmDragStateEnter {Constant}-->
2795cdf0e10cSrcweir	<element type="constant">
2796cdf0e10cSrcweir		<source id="MSForms.fmDragState.fmDragStateEnter">
2797cdf0e10cSrcweir			<context kind="enumeration">fmDragState</context>
2798cdf0e10cSrcweir			<name>fmDragStateEnter</name>
2799cdf0e10cSrcweir			<value>0</value>
2800cdf0e10cSrcweir		</source>
2801cdf0e10cSrcweir		<destination designation="identity" />
2802cdf0e10cSrcweir	</element>
2803cdf0e10cSrcweir	<!--enum::fmDragStateLeave {Constant}-->
2804cdf0e10cSrcweir	<element type="constant">
2805cdf0e10cSrcweir		<source id="MSForms.fmDragState.fmDragStateLeave">
2806cdf0e10cSrcweir			<context kind="enumeration">fmDragState</context>
2807cdf0e10cSrcweir			<name>fmDragStateLeave</name>
2808cdf0e10cSrcweir			<value>1</value>
2809cdf0e10cSrcweir		</source>
2810cdf0e10cSrcweir		<destination designation="identity" />
2811cdf0e10cSrcweir	</element>
2812cdf0e10cSrcweir	<!--enum::fmDragStateOver {Constant}-->
2813cdf0e10cSrcweir	<element type="constant">
2814cdf0e10cSrcweir		<source id="MSForms.fmDragState.fmDragStateOver">
2815cdf0e10cSrcweir			<context kind="enumeration">fmDragState</context>
2816cdf0e10cSrcweir			<name>fmDragStateOver</name>
2817cdf0e10cSrcweir			<value>2</value>
2818cdf0e10cSrcweir		</source>
2819cdf0e10cSrcweir		<destination designation="identity" />
2820cdf0e10cSrcweir	</element>
2821cdf0e10cSrcweir	<!--enum::fmDropButtonStyle  {Enumeration}-->
2822cdf0e10cSrcweir	<element type="enumeration">
2823cdf0e10cSrcweir		<source id="MSForms.fmDropButtonStyle">
2824cdf0e10cSrcweir			<name>fmDropButtonStyle</name>
2825cdf0e10cSrcweir		</source>
2826cdf0e10cSrcweir		<destination designation="identity" />
2827cdf0e10cSrcweir	</element>
2828cdf0e10cSrcweir	<!--enum::fmDropButtonStyleArrow {Constant}-->
2829cdf0e10cSrcweir	<element type="constant">
2830cdf0e10cSrcweir		<source id="MSForms.fmDropButtonStyle.fmDropButtonStyleArrow">
2831cdf0e10cSrcweir			<context kind="enumeration">fmDropButtonStyle</context>
2832cdf0e10cSrcweir			<name>fmDropButtonStyleArrow</name>
2833cdf0e10cSrcweir			<value>1</value>
2834cdf0e10cSrcweir		</source>
2835cdf0e10cSrcweir		<destination designation="identity" />
2836cdf0e10cSrcweir	</element>
2837cdf0e10cSrcweir	<!--enum::fmDropButtonStyleEllipsis {Constant}-->
2838cdf0e10cSrcweir	<element type="constant">
2839cdf0e10cSrcweir		<source id="MSForms.fmDropButtonStyle.fmDropButtonStyleEllipsis">
2840cdf0e10cSrcweir			<context kind="enumeration">fmDropButtonStyle</context>
2841cdf0e10cSrcweir			<name>fmDropButtonStyleEllipsis</name>
2842cdf0e10cSrcweir			<value>2</value>
2843cdf0e10cSrcweir		</source>
2844cdf0e10cSrcweir		<destination designation="identity" />
2845cdf0e10cSrcweir	</element>
2846cdf0e10cSrcweir	<!--enum::fmDropButtonStylePlain {Constant}-->
2847cdf0e10cSrcweir	<element type="constant">
2848cdf0e10cSrcweir		<source id="MSForms.fmDropButtonStyle.fmDropButtonStylePlain">
2849cdf0e10cSrcweir			<context kind="enumeration">fmDropButtonStyle</context>
2850cdf0e10cSrcweir			<name>fmDropButtonStylePlain</name>
2851cdf0e10cSrcweir			<value>0</value>
2852cdf0e10cSrcweir		</source>
2853cdf0e10cSrcweir		<destination designation="identity" />
2854cdf0e10cSrcweir	</element>
2855cdf0e10cSrcweir	<!--enum::fmDropButtonStyleReduce {Constant}-->
2856cdf0e10cSrcweir	<element type="constant">
2857cdf0e10cSrcweir		<source id="MSForms.fmDropButtonStyle.fmDropButtonStyleReduce">
2858cdf0e10cSrcweir			<context kind="enumeration">fmDropButtonStyle</context>
2859cdf0e10cSrcweir			<name>fmDropButtonStyleReduce</name>
2860cdf0e10cSrcweir			<value>3</value>
2861cdf0e10cSrcweir		</source>
2862cdf0e10cSrcweir		<destination designation="identity" />
2863cdf0e10cSrcweir	</element>
2864cdf0e10cSrcweir	<!--enum::fmDropEffect  {Enumeration}-->
2865cdf0e10cSrcweir	<element type="enumeration">
2866cdf0e10cSrcweir		<source id="MSForms.fmDropEffect">
2867cdf0e10cSrcweir			<name>fmDropEffect</name>
2868cdf0e10cSrcweir		</source>
2869cdf0e10cSrcweir		<destination designation="identity" />
2870cdf0e10cSrcweir	</element>
2871cdf0e10cSrcweir	<!--enum::fmDropEffectCopy {Constant}-->
2872cdf0e10cSrcweir	<element type="constant">
2873cdf0e10cSrcweir		<source id="MSForms.fmDropEffect.fmDropEffectCopy">
2874cdf0e10cSrcweir			<context kind="enumeration">fmDropEffect</context>
2875cdf0e10cSrcweir			<name>fmDropEffectCopy</name>
2876cdf0e10cSrcweir			<value>1</value>
2877cdf0e10cSrcweir		</source>
2878cdf0e10cSrcweir		<destination designation="identity" />
2879cdf0e10cSrcweir	</element>
2880cdf0e10cSrcweir	<!--enum::fmDropEffectCopyOrMove {Constant}-->
2881cdf0e10cSrcweir	<element type="constant">
2882cdf0e10cSrcweir		<source id="MSForms.fmDropEffect.fmDropEffectCopyOrMove">
2883cdf0e10cSrcweir			<context kind="enumeration">fmDropEffect</context>
2884cdf0e10cSrcweir			<name>fmDropEffectCopyOrMove</name>
2885cdf0e10cSrcweir			<value>3</value>
2886cdf0e10cSrcweir		</source>
2887cdf0e10cSrcweir		<destination designation="identity" />
2888cdf0e10cSrcweir	</element>
2889cdf0e10cSrcweir	<!--enum::fmDropEffectMove {Constant}-->
2890cdf0e10cSrcweir	<element type="constant">
2891cdf0e10cSrcweir		<source id="MSForms.fmDropEffect.fmDropEffectMove">
2892cdf0e10cSrcweir			<context kind="enumeration">fmDropEffect</context>
2893cdf0e10cSrcweir			<name>fmDropEffectMove</name>
2894cdf0e10cSrcweir			<value>2</value>
2895cdf0e10cSrcweir		</source>
2896cdf0e10cSrcweir		<destination designation="identity" />
2897cdf0e10cSrcweir	</element>
2898cdf0e10cSrcweir	<!--enum::fmDropEffectNone {Constant}-->
2899cdf0e10cSrcweir	<element type="constant">
2900cdf0e10cSrcweir		<source id="MSForms.fmDropEffect.fmDropEffectNone">
2901cdf0e10cSrcweir			<context kind="enumeration">fmDropEffect</context>
2902cdf0e10cSrcweir			<name>fmDropEffectNone</name>
2903cdf0e10cSrcweir			<value>0</value>
2904cdf0e10cSrcweir		</source>
2905cdf0e10cSrcweir		<destination designation="identity" />
2906cdf0e10cSrcweir	</element>
2907cdf0e10cSrcweir	<!--enum::fmEnAutoSize  {Enumeration}-->
2908cdf0e10cSrcweir	<element type="enumeration">
2909cdf0e10cSrcweir		<source id="MSForms.fmEnAutoSize">
2910cdf0e10cSrcweir			<name>fmEnAutoSize</name>
2911cdf0e10cSrcweir		</source>
2912cdf0e10cSrcweir		<destination designation="identity" />
2913cdf0e10cSrcweir	</element>
2914cdf0e10cSrcweir	<!--enum::fmEnterFieldBehavior  {Enumeration}-->
2915cdf0e10cSrcweir	<element type="enumeration">
2916cdf0e10cSrcweir		<source id="MSForms.fmEnterFieldBehavior">
2917cdf0e10cSrcweir			<name>fmEnterFieldBehavior</name>
2918cdf0e10cSrcweir		</source>
2919cdf0e10cSrcweir		<destination designation="identity" />
2920cdf0e10cSrcweir	</element>
2921cdf0e10cSrcweir	<!--enum::fmEnterFieldBehaviorRecallSelection {Constant}-->
2922cdf0e10cSrcweir	<element type="constant">
2923cdf0e10cSrcweir		<source id="MSForms.fmEnterFieldBehavior.fmEnterFieldBehaviorRecallSelection">
2924cdf0e10cSrcweir			<context kind="enumeration">fmEnterFieldBehavior</context>
2925cdf0e10cSrcweir			<name>fmEnterFieldBehaviorRecallSelection</name>
2926cdf0e10cSrcweir			<value>1</value>
2927cdf0e10cSrcweir		</source>
2928cdf0e10cSrcweir		<destination designation="identity" />
2929cdf0e10cSrcweir	</element>
2930cdf0e10cSrcweir	<!--enum::fmEnterFieldBehaviorSelectAll {Constant}-->
2931cdf0e10cSrcweir	<element type="constant">
2932cdf0e10cSrcweir		<source id="MSForms.fmEnterFieldBehavior.fmEnterFieldBehaviorSelectAll">
2933cdf0e10cSrcweir			<context kind="enumeration">fmEnterFieldBehavior</context>
2934cdf0e10cSrcweir			<name>fmEnterFieldBehaviorSelectAll</name>
2935cdf0e10cSrcweir			<value>0</value>
2936cdf0e10cSrcweir		</source>
2937cdf0e10cSrcweir		<destination designation="identity" />
2938cdf0e10cSrcweir	</element>
2939cdf0e10cSrcweir	<!--enum::fmIMEMode  {Enumeration}-->
2940cdf0e10cSrcweir	<element type="enumeration">
2941cdf0e10cSrcweir		<source id="MSForms.fmIMEMode">
2942cdf0e10cSrcweir			<name>fmIMEMode</name>
2943cdf0e10cSrcweir		</source>
2944cdf0e10cSrcweir		<destination designation="identity" />
2945cdf0e10cSrcweir	</element>
2946cdf0e10cSrcweir	<!--enum::fmIMEModeAlpha {Constant}-->
2947cdf0e10cSrcweir	<element type="constant">
2948cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeAlpha">
2949cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2950cdf0e10cSrcweir			<name>fmIMEModeAlpha</name>
2951cdf0e10cSrcweir			<value>8</value>
2952cdf0e10cSrcweir		</source>
2953cdf0e10cSrcweir		<destination designation="identity" />
2954cdf0e10cSrcweir	</element>
2955cdf0e10cSrcweir	<!--enum::fmIMEModeAlphaFull {Constant}-->
2956cdf0e10cSrcweir	<element type="constant">
2957cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeAlphaFull">
2958cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2959cdf0e10cSrcweir			<name>fmIMEModeAlphaFull</name>
2960cdf0e10cSrcweir			<value>7</value>
2961cdf0e10cSrcweir		</source>
2962cdf0e10cSrcweir		<destination designation="identity" />
2963cdf0e10cSrcweir	</element>
2964cdf0e10cSrcweir	<!--enum::fmIMEModeDisable {Constant}-->
2965cdf0e10cSrcweir	<element type="constant">
2966cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeDisable">
2967cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2968cdf0e10cSrcweir			<name>fmIMEModeDisable</name>
2969cdf0e10cSrcweir			<value>3</value>
2970cdf0e10cSrcweir		</source>
2971cdf0e10cSrcweir		<destination designation="identity" />
2972cdf0e10cSrcweir	</element>
2973cdf0e10cSrcweir	<!--enum::fmIMEModeHangul {Constant}-->
2974cdf0e10cSrcweir	<element type="constant">
2975cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeHangul">
2976cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2977cdf0e10cSrcweir			<name>fmIMEModeHangul</name>
2978cdf0e10cSrcweir			<value>10</value>
2979cdf0e10cSrcweir		</source>
2980cdf0e10cSrcweir		<destination designation="identity" />
2981cdf0e10cSrcweir	</element>
2982cdf0e10cSrcweir	<!--enum::fmIMEModeHangulFull {Constant}-->
2983cdf0e10cSrcweir	<element type="constant">
2984cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeHangulFull">
2985cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2986cdf0e10cSrcweir			<name>fmIMEModeHangulFull</name>
2987cdf0e10cSrcweir			<value>9</value>
2988cdf0e10cSrcweir		</source>
2989cdf0e10cSrcweir		<destination designation="identity" />
2990cdf0e10cSrcweir	</element>
2991cdf0e10cSrcweir	<!--enum::fmIMEModeHanzi {Constant}-->
2992cdf0e10cSrcweir	<element type="constant">
2993cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeHanzi">
2994cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
2995cdf0e10cSrcweir			<name>fmIMEModeHanzi</name>
2996cdf0e10cSrcweir			<value>12</value>
2997cdf0e10cSrcweir		</source>
2998cdf0e10cSrcweir		<destination designation="identity" />
2999cdf0e10cSrcweir	</element>
3000cdf0e10cSrcweir	<!--enum::fmIMEModeHanziFull {Constant}-->
3001cdf0e10cSrcweir	<element type="constant">
3002cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeHanziFull">
3003cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3004cdf0e10cSrcweir			<name>fmIMEModeHanziFull</name>
3005cdf0e10cSrcweir			<value>11</value>
3006cdf0e10cSrcweir		</source>
3007cdf0e10cSrcweir		<destination designation="identity" />
3008cdf0e10cSrcweir	</element>
3009cdf0e10cSrcweir	<!--enum::fmIMEModeHiragana {Constant}-->
3010cdf0e10cSrcweir	<element type="constant">
3011cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeHiragana">
3012cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3013cdf0e10cSrcweir			<name>fmIMEModeHiragana</name>
3014cdf0e10cSrcweir			<value>4</value>
3015cdf0e10cSrcweir		</source>
3016cdf0e10cSrcweir		<destination designation="identity" />
3017cdf0e10cSrcweir	</element>
3018cdf0e10cSrcweir	<!--enum::fmIMEModeKatakana {Constant}-->
3019cdf0e10cSrcweir	<element type="constant">
3020cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeKatakana">
3021cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3022cdf0e10cSrcweir			<name>fmIMEModeKatakana</name>
3023cdf0e10cSrcweir			<value>5</value>
3024cdf0e10cSrcweir		</source>
3025cdf0e10cSrcweir		<destination designation="identity" />
3026cdf0e10cSrcweir	</element>
3027cdf0e10cSrcweir	<!--enum::fmIMEModeKatakanaHalf {Constant}-->
3028cdf0e10cSrcweir	<element type="constant">
3029cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeKatakanaHalf">
3030cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3031cdf0e10cSrcweir			<name>fmIMEModeKatakanaHalf</name>
3032cdf0e10cSrcweir			<value>6</value>
3033cdf0e10cSrcweir		</source>
3034cdf0e10cSrcweir		<destination designation="identity" />
3035cdf0e10cSrcweir	</element>
3036cdf0e10cSrcweir	<!--enum::fmIMEModeNoControl {Constant}-->
3037cdf0e10cSrcweir	<element type="constant">
3038cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeNoControl">
3039cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3040cdf0e10cSrcweir			<name>fmIMEModeNoControl</name>
3041cdf0e10cSrcweir			<value>0</value>
3042cdf0e10cSrcweir		</source>
3043cdf0e10cSrcweir		<destination designation="identity" />
3044cdf0e10cSrcweir	</element>
3045cdf0e10cSrcweir	<!--enum::fmIMEModeOff {Constant}-->
3046cdf0e10cSrcweir	<element type="constant">
3047cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeOff">
3048cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3049cdf0e10cSrcweir			<name>fmIMEModeOff</name>
3050cdf0e10cSrcweir			<value>2</value>
3051cdf0e10cSrcweir		</source>
3052cdf0e10cSrcweir		<destination designation="identity" />
3053cdf0e10cSrcweir	</element>
3054cdf0e10cSrcweir	<!--enum::fmIMEModeOn {Constant}-->
3055cdf0e10cSrcweir	<element type="constant">
3056cdf0e10cSrcweir		<source id="MSForms.fmIMEMode.fmIMEModeOn">
3057cdf0e10cSrcweir			<context kind="enumeration">fmIMEMode</context>
3058cdf0e10cSrcweir			<name>fmIMEModeOn</name>
3059cdf0e10cSrcweir			<value>1</value>
3060cdf0e10cSrcweir		</source>
3061cdf0e10cSrcweir		<destination designation="identity" />
3062cdf0e10cSrcweir	</element>
3063cdf0e10cSrcweir	<!--enum::fmLayoutEffect  {Enumeration}-->
3064cdf0e10cSrcweir	<element type="enumeration">
3065cdf0e10cSrcweir		<source id="MSForms.fmLayoutEffect">
3066cdf0e10cSrcweir			<name>fmLayoutEffect</name>
3067cdf0e10cSrcweir		</source>
3068cdf0e10cSrcweir		<destination designation="identity" />
3069cdf0e10cSrcweir	</element>
3070cdf0e10cSrcweir	<!--enum::fmLayoutEffectInitiate {Constant}-->
3071cdf0e10cSrcweir	<element type="constant">
3072cdf0e10cSrcweir		<source id="MSForms.fmLayoutEffect.fmLayoutEffectInitiate">
3073cdf0e10cSrcweir			<context kind="enumeration">fmLayoutEffect</context>
3074cdf0e10cSrcweir			<name>fmLayoutEffectInitiate</name>
3075cdf0e10cSrcweir			<value>1</value>
3076cdf0e10cSrcweir		</source>
3077cdf0e10cSrcweir		<destination designation="identity" />
3078cdf0e10cSrcweir	</element>
3079cdf0e10cSrcweir	<!--enum::fmLayoutEffectNone {Constant}-->
3080cdf0e10cSrcweir	<element type="constant">
3081cdf0e10cSrcweir		<source id="MSForms.fmLayoutEffect.fmLayoutEffectNone">
3082cdf0e10cSrcweir			<context kind="enumeration">fmLayoutEffect</context>
3083cdf0e10cSrcweir			<name>fmLayoutEffectNone</name>
3084cdf0e10cSrcweir			<value>0</value>
3085cdf0e10cSrcweir		</source>
3086cdf0e10cSrcweir		<destination designation="identity" />
3087cdf0e10cSrcweir	</element>
3088cdf0e10cSrcweir	<!--enum::fmListBoxStyles  {Enumeration}-->
3089cdf0e10cSrcweir	<element type="enumeration">
3090cdf0e10cSrcweir		<source id="MSForms.fmListBoxStyles">
3091cdf0e10cSrcweir			<name>fmListBoxStyles</name>
3092cdf0e10cSrcweir		</source>
3093cdf0e10cSrcweir		<destination designation="identity" />
3094cdf0e10cSrcweir	</element>
3095cdf0e10cSrcweir	<!--enum::fmListStyle  {Enumeration}-->
3096cdf0e10cSrcweir	<element type="enumeration">
3097cdf0e10cSrcweir		<source id="MSForms.fmListStyle">
3098cdf0e10cSrcweir			<name>fmListStyle</name>
3099cdf0e10cSrcweir		</source>
3100cdf0e10cSrcweir		<destination designation="identity" />
3101cdf0e10cSrcweir	</element>
3102cdf0e10cSrcweir	<!--enum::fmListStyleOption {Constant}-->
3103cdf0e10cSrcweir	<element type="constant">
3104cdf0e10cSrcweir		<source id="MSForms.fmListStyle.fmListStyleOption">
3105cdf0e10cSrcweir			<context kind="enumeration">fmListStyle</context>
3106cdf0e10cSrcweir			<name>fmListStyleOption</name>
3107cdf0e10cSrcweir			<value>1</value>
3108cdf0e10cSrcweir		</source>
3109cdf0e10cSrcweir		<destination designation="identity" />
3110cdf0e10cSrcweir	</element>
3111cdf0e10cSrcweir	<!--enum::fmListStylePlain {Constant}-->
3112cdf0e10cSrcweir	<element type="constant">
3113cdf0e10cSrcweir		<source id="MSForms.fmListStyle.fmListStylePlain">
3114cdf0e10cSrcweir			<context kind="enumeration">fmListStyle</context>
3115cdf0e10cSrcweir			<name>fmListStylePlain</name>
3116cdf0e10cSrcweir			<value>0</value>
3117cdf0e10cSrcweir		</source>
3118cdf0e10cSrcweir		<destination designation="identity" />
3119cdf0e10cSrcweir	</element>
3120cdf0e10cSrcweir	<!--enum::fmMatchEntry  {Enumeration}-->
3121cdf0e10cSrcweir	<element type="enumeration">
3122cdf0e10cSrcweir		<source id="MSForms.fmMatchEntry">
3123cdf0e10cSrcweir			<name>fmMatchEntry</name>
3124cdf0e10cSrcweir		</source>
3125cdf0e10cSrcweir		<destination designation="identity" />
3126cdf0e10cSrcweir	</element>
3127cdf0e10cSrcweir	<!--enum::fmMatchEntryComplete {Constant}-->
3128cdf0e10cSrcweir	<element type="constant">
3129cdf0e10cSrcweir		<source id="MSForms.fmMatchEntry.fmMatchEntryComplete">
3130cdf0e10cSrcweir			<context kind="enumeration">fmMatchEntry</context>
3131cdf0e10cSrcweir			<name>fmMatchEntryComplete</name>
3132cdf0e10cSrcweir			<value>1</value>
3133cdf0e10cSrcweir		</source>
3134cdf0e10cSrcweir		<destination designation="identity" />
3135cdf0e10cSrcweir	</element>
3136cdf0e10cSrcweir	<!--enum::fmMatchEntryFirstLetter {Constant}-->
3137cdf0e10cSrcweir	<element type="constant">
3138cdf0e10cSrcweir		<source id="MSForms.fmMatchEntry.fmMatchEntryFirstLetter">
3139cdf0e10cSrcweir			<context kind="enumeration">fmMatchEntry</context>
3140cdf0e10cSrcweir			<name>fmMatchEntryFirstLetter</name>
3141cdf0e10cSrcweir			<value>0</value>
3142cdf0e10cSrcweir		</source>
3143cdf0e10cSrcweir		<destination designation="identity" />
3144cdf0e10cSrcweir	</element>
3145cdf0e10cSrcweir	<!--enum::fmMatchEntryNone {Constant}-->
3146cdf0e10cSrcweir	<element type="constant">
3147cdf0e10cSrcweir		<source id="MSForms.fmMatchEntry.fmMatchEntryNone">
3148cdf0e10cSrcweir			<context kind="enumeration">fmMatchEntry</context>
3149cdf0e10cSrcweir			<name>fmMatchEntryNone</name>
3150cdf0e10cSrcweir			<value>2</value>
3151cdf0e10cSrcweir		</source>
3152cdf0e10cSrcweir		<destination designation="identity" />
3153cdf0e10cSrcweir	</element>
3154cdf0e10cSrcweir	<!--enum::fmMode  {Enumeration}-->
3155cdf0e10cSrcweir	<element type="enumeration">
3156cdf0e10cSrcweir		<source id="MSForms.fmMode">
3157cdf0e10cSrcweir			<name>fmMode</name>
3158cdf0e10cSrcweir		</source>
3159cdf0e10cSrcweir		<destination designation="identity" />
3160cdf0e10cSrcweir	</element>
3161cdf0e10cSrcweir	<!--enum::fmModeInherit {Constant}-->
3162cdf0e10cSrcweir	<element type="constant">
3163cdf0e10cSrcweir		<source id="MSForms.fmMode.fmModeInherit">
3164cdf0e10cSrcweir			<context kind="enumeration">fmMode</context>
3165cdf0e10cSrcweir			<name>fmModeInherit</name>
3166cdf0e10cSrcweir			<value>-2</value>
3167cdf0e10cSrcweir		</source>
3168cdf0e10cSrcweir		<destination designation="identity" />
3169cdf0e10cSrcweir	</element>
3170cdf0e10cSrcweir	<!--enum::fmModeOff {Constant}-->
3171cdf0e10cSrcweir	<element type="constant">
3172cdf0e10cSrcweir		<source id="MSForms.fmMode.fmModeOff">
3173cdf0e10cSrcweir			<context kind="enumeration">fmMode</context>
3174cdf0e10cSrcweir			<name>fmModeOff</name>
3175cdf0e10cSrcweir			<value>0</value>
3176cdf0e10cSrcweir		</source>
3177cdf0e10cSrcweir		<destination designation="identity" />
3178cdf0e10cSrcweir	</element>
3179cdf0e10cSrcweir	<!--enum::fmModeOn {Constant}-->
3180cdf0e10cSrcweir	<element type="constant">
3181cdf0e10cSrcweir		<source id="MSForms.fmMode.fmModeOn">
3182cdf0e10cSrcweir			<context kind="enumeration">fmMode</context>
3183cdf0e10cSrcweir			<name>fmModeOn</name>
3184cdf0e10cSrcweir			<value>-1</value>
3185cdf0e10cSrcweir		</source>
3186cdf0e10cSrcweir		<destination designation="identity" />
3187cdf0e10cSrcweir	</element>
3188cdf0e10cSrcweir	<!--enum::fmMousePointer  {Enumeration}-->
3189cdf0e10cSrcweir	<element type="enumeration">
3190cdf0e10cSrcweir		<source id="MSForms.fmMousePointer">
3191cdf0e10cSrcweir			<name>fmMousePointer</name>
3192cdf0e10cSrcweir		</source>
3193cdf0e10cSrcweir		<destination designation="identity" />
3194cdf0e10cSrcweir	</element>
3195cdf0e10cSrcweir	<!--enum::fmMousePointerAppStarting {Constant}-->
3196cdf0e10cSrcweir	<element type="constant">
3197cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerAppStarting">
3198cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3199cdf0e10cSrcweir			<name>fmMousePointerAppStarting</name>
3200cdf0e10cSrcweir			<value>13</value>
3201cdf0e10cSrcweir		</source>
3202cdf0e10cSrcweir		<destination designation="identity" />
3203cdf0e10cSrcweir	</element>
3204cdf0e10cSrcweir	<!--enum::fmMousePointerArrow {Constant}-->
3205cdf0e10cSrcweir	<element type="constant">
3206cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerArrow">
3207cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3208cdf0e10cSrcweir			<name>fmMousePointerArrow</name>
3209cdf0e10cSrcweir			<value>1</value>
3210cdf0e10cSrcweir		</source>
3211cdf0e10cSrcweir		<destination designation="identity" />
3212cdf0e10cSrcweir	</element>
3213cdf0e10cSrcweir	<!--enum::fmMousePointerCross {Constant}-->
3214cdf0e10cSrcweir	<element type="constant">
3215cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerCross">
3216cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3217cdf0e10cSrcweir			<name>fmMousePointerCross</name>
3218cdf0e10cSrcweir			<value>2</value>
3219cdf0e10cSrcweir		</source>
3220cdf0e10cSrcweir		<destination designation="identity" />
3221cdf0e10cSrcweir	</element>
3222cdf0e10cSrcweir	<!--enum::fmMousePointerCustom {Constant}-->
3223cdf0e10cSrcweir	<element type="constant">
3224cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerCustom">
3225cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3226cdf0e10cSrcweir			<name>fmMousePointerCustom</name>
3227cdf0e10cSrcweir			<value>99</value>
3228cdf0e10cSrcweir		</source>
3229cdf0e10cSrcweir		<destination designation="identity" />
3230cdf0e10cSrcweir	</element>
3231cdf0e10cSrcweir	<!--enum::fmMousePointerDefault {Constant}-->
3232cdf0e10cSrcweir	<element type="constant">
3233cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerDefault">
3234cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3235cdf0e10cSrcweir			<name>fmMousePointerDefault</name>
3236cdf0e10cSrcweir			<value>0</value>
3237cdf0e10cSrcweir		</source>
3238cdf0e10cSrcweir		<destination designation="identity" />
3239cdf0e10cSrcweir	</element>
3240cdf0e10cSrcweir	<!--enum::fmMousePointerHelp {Constant}-->
3241cdf0e10cSrcweir	<element type="constant">
3242cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerHelp">
3243cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3244cdf0e10cSrcweir			<name>fmMousePointerHelp</name>
3245cdf0e10cSrcweir			<value>14</value>
3246cdf0e10cSrcweir		</source>
3247cdf0e10cSrcweir		<destination designation="identity" />
3248cdf0e10cSrcweir	</element>
3249cdf0e10cSrcweir	<!--enum::fmMousePointerHourGlass {Constant}-->
3250cdf0e10cSrcweir	<element type="constant">
3251cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerHourGlass">
3252cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3253cdf0e10cSrcweir			<name>fmMousePointerHourGlass</name>
3254cdf0e10cSrcweir			<value>11</value>
3255cdf0e10cSrcweir		</source>
3256cdf0e10cSrcweir		<destination designation="identity" />
3257cdf0e10cSrcweir	</element>
3258cdf0e10cSrcweir	<!--enum::fmMousePointerIBeam {Constant}-->
3259cdf0e10cSrcweir	<element type="constant">
3260cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerIBeam">
3261cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3262cdf0e10cSrcweir			<name>fmMousePointerIBeam</name>
3263cdf0e10cSrcweir			<value>3</value>
3264cdf0e10cSrcweir		</source>
3265cdf0e10cSrcweir		<destination designation="identity" />
3266cdf0e10cSrcweir	</element>
3267cdf0e10cSrcweir	<!--enum::fmMousePointerNoDrop {Constant}-->
3268cdf0e10cSrcweir	<element type="constant">
3269cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerNoDrop">
3270cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3271cdf0e10cSrcweir			<name>fmMousePointerNoDrop</name>
3272cdf0e10cSrcweir			<value>12</value>
3273cdf0e10cSrcweir		</source>
3274cdf0e10cSrcweir		<destination designation="identity" />
3275cdf0e10cSrcweir	</element>
3276cdf0e10cSrcweir	<!--enum::fmMousePointerSizeAll {Constant}-->
3277cdf0e10cSrcweir	<element type="constant">
3278cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerSizeAll">
3279cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3280cdf0e10cSrcweir			<name>fmMousePointerSizeAll</name>
3281cdf0e10cSrcweir			<value>15</value>
3282cdf0e10cSrcweir		</source>
3283cdf0e10cSrcweir		<destination designation="identity" />
3284cdf0e10cSrcweir	</element>
3285cdf0e10cSrcweir	<!--enum::fmMousePointerSizeNESW {Constant}-->
3286cdf0e10cSrcweir	<element type="constant">
3287cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerSizeNESW">
3288cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3289cdf0e10cSrcweir			<name>fmMousePointerSizeNESW</name>
3290cdf0e10cSrcweir			<value>6</value>
3291cdf0e10cSrcweir		</source>
3292cdf0e10cSrcweir		<destination designation="identity" />
3293cdf0e10cSrcweir	</element>
3294cdf0e10cSrcweir	<!--enum::fmMousePointerSizeNS {Constant}-->
3295cdf0e10cSrcweir	<element type="constant">
3296cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerSizeNS">
3297cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3298cdf0e10cSrcweir			<name>fmMousePointerSizeNS</name>
3299cdf0e10cSrcweir			<value>7</value>
3300cdf0e10cSrcweir		</source>
3301cdf0e10cSrcweir		<destination designation="identity" />
3302cdf0e10cSrcweir	</element>
3303cdf0e10cSrcweir	<!--enum::fmMousePointerSizeNWSE {Constant}-->
3304cdf0e10cSrcweir	<element type="constant">
3305cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerSizeNWSE">
3306cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3307cdf0e10cSrcweir			<name>fmMousePointerSizeNWSE</name>
3308cdf0e10cSrcweir			<value>8</value>
3309cdf0e10cSrcweir		</source>
3310cdf0e10cSrcweir		<destination designation="identity" />
3311cdf0e10cSrcweir	</element>
3312cdf0e10cSrcweir	<!--enum::fmMousePointerSizeWE {Constant}-->
3313cdf0e10cSrcweir	<element type="constant">
3314cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerSizeWE">
3315cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3316cdf0e10cSrcweir			<name>fmMousePointerSizeWE</name>
3317cdf0e10cSrcweir			<value>9</value>
3318cdf0e10cSrcweir		</source>
3319cdf0e10cSrcweir		<destination designation="identity" />
3320cdf0e10cSrcweir	</element>
3321cdf0e10cSrcweir	<!--enum::fmMousePointerUpArrow {Constant}-->
3322cdf0e10cSrcweir	<element type="constant">
3323cdf0e10cSrcweir		<source id="MSForms.fmMousePointer.fmMousePointerUpArrow">
3324cdf0e10cSrcweir			<context kind="enumeration">fmMousePointer</context>
3325cdf0e10cSrcweir			<name>fmMousePointerUpArrow</name>
3326cdf0e10cSrcweir			<value>10</value>
3327cdf0e10cSrcweir		</source>
3328cdf0e10cSrcweir		<destination designation="identity" />
3329cdf0e10cSrcweir	</element>
3330cdf0e10cSrcweir	<!--enum::fmMultiSelect  {Enumeration}-->
3331cdf0e10cSrcweir	<element type="enumeration">
3332cdf0e10cSrcweir		<source id="MSForms.fmMultiSelect">
3333cdf0e10cSrcweir			<name>fmMultiSelect</name>
3334cdf0e10cSrcweir		</source>
3335cdf0e10cSrcweir		<destination designation="identity" />
3336cdf0e10cSrcweir	</element>
3337cdf0e10cSrcweir	<!--enum::fmMultiSelectExtended {Constant}-->
3338cdf0e10cSrcweir	<element type="constant">
3339cdf0e10cSrcweir		<source id="MSForms.fmMultiSelect.fmMultiSelectExtended">
3340cdf0e10cSrcweir			<context kind="enumeration">fmMultiSelect</context>
3341cdf0e10cSrcweir			<name>fmMultiSelectExtended</name>
3342cdf0e10cSrcweir			<value>2</value>
3343cdf0e10cSrcweir		</source>
3344cdf0e10cSrcweir		<destination designation="identity" />
3345cdf0e10cSrcweir	</element>
3346cdf0e10cSrcweir	<!--enum::fmMultiSelectMulti {Constant}-->
3347cdf0e10cSrcweir	<element type="constant">
3348cdf0e10cSrcweir		<source id="MSForms.fmMultiSelect.fmMultiSelectMulti">
3349cdf0e10cSrcweir			<context kind="enumeration">fmMultiSelect</context>
3350cdf0e10cSrcweir			<name>fmMultiSelectMulti</name>
3351cdf0e10cSrcweir			<value>1</value>
3352cdf0e10cSrcweir		</source>
3353cdf0e10cSrcweir		<destination designation="identity" />
3354cdf0e10cSrcweir	</element>
3355cdf0e10cSrcweir	<!--enum::fmMultiSelectSingle {Constant}-->
3356cdf0e10cSrcweir	<element type="constant">
3357cdf0e10cSrcweir		<source id="MSForms.fmMultiSelect.fmMultiSelectSingle">
3358cdf0e10cSrcweir			<context kind="enumeration">fmMultiSelect</context>
3359cdf0e10cSrcweir			<name>fmMultiSelectSingle</name>
3360cdf0e10cSrcweir			<value>0</value>
3361cdf0e10cSrcweir		</source>
3362cdf0e10cSrcweir		<destination designation="identity" />
3363cdf0e10cSrcweir	</element>
3364cdf0e10cSrcweir	<!--enum::fmOrientation  {Enumeration}-->
3365cdf0e10cSrcweir	<element type="enumeration">
3366cdf0e10cSrcweir		<source id="MSForms.fmOrientation">
3367cdf0e10cSrcweir			<name>fmOrientation</name>
3368cdf0e10cSrcweir		</source>
3369cdf0e10cSrcweir		<destination designation="identity" />
3370cdf0e10cSrcweir	</element>
3371cdf0e10cSrcweir	<!--enum::fmOrientationAuto {Constant}-->
3372cdf0e10cSrcweir	<element type="constant">
3373cdf0e10cSrcweir		<source id="MSForms.fmOrientation.fmOrientationAuto">
3374cdf0e10cSrcweir			<context kind="enumeration">fmOrientation</context>
3375cdf0e10cSrcweir			<name>fmOrientationAuto</name>
3376cdf0e10cSrcweir			<value>-1</value>
3377cdf0e10cSrcweir		</source>
3378cdf0e10cSrcweir		<destination designation="identity" />
3379cdf0e10cSrcweir	</element>
3380cdf0e10cSrcweir	<!--enum::fmOrientationHorizontal {Constant}-->
3381cdf0e10cSrcweir	<element type="constant">
3382cdf0e10cSrcweir		<source id="MSForms.fmOrientation.fmOrientationHorizontal">
3383cdf0e10cSrcweir			<context kind="enumeration">fmOrientation</context>
3384cdf0e10cSrcweir			<name>fmOrientationHorizontal</name>
3385cdf0e10cSrcweir			<value>1</value>
3386cdf0e10cSrcweir		</source>
3387cdf0e10cSrcweir		<destination designation="identity" />
3388cdf0e10cSrcweir	</element>
3389cdf0e10cSrcweir	<!--enum::fmOrientationVertical {Constant}-->
3390cdf0e10cSrcweir	<element type="constant">
3391cdf0e10cSrcweir		<source id="MSForms.fmOrientation.fmOrientationVertical">
3392cdf0e10cSrcweir			<context kind="enumeration">fmOrientation</context>
3393cdf0e10cSrcweir			<name>fmOrientationVertical</name>
3394cdf0e10cSrcweir			<value>0</value>
3395cdf0e10cSrcweir		</source>
3396cdf0e10cSrcweir		<destination designation="identity" />
3397cdf0e10cSrcweir	</element>
3398cdf0e10cSrcweir	<!--enum::fmPicPosition  {Enumeration}-->
3399cdf0e10cSrcweir	<element type="enumeration">
3400cdf0e10cSrcweir		<source id="MSForms.fmPicPosition">
3401cdf0e10cSrcweir			<name>fmPicPosition</name>
3402cdf0e10cSrcweir		</source>
3403cdf0e10cSrcweir		<destination designation="identity" />
3404cdf0e10cSrcweir	</element>
3405cdf0e10cSrcweir	<!--enum::fmPicPositionBottomCenter {Constant}-->
3406cdf0e10cSrcweir	<element type="constant">
3407cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionBottomCenter">
3408cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3409cdf0e10cSrcweir			<name>fmPicPositionBottomCenter</name>
3410cdf0e10cSrcweir			<value>7</value>
3411cdf0e10cSrcweir		</source>
3412cdf0e10cSrcweir		<destination designation="identity" />
3413cdf0e10cSrcweir	</element>
3414cdf0e10cSrcweir	<!--enum::fmPicPositionBottomLeft {Constant}-->
3415cdf0e10cSrcweir	<element type="constant">
3416cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionBottomLeft">
3417cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3418cdf0e10cSrcweir			<name>fmPicPositionBottomLeft</name>
3419cdf0e10cSrcweir			<value>6</value>
3420cdf0e10cSrcweir		</source>
3421cdf0e10cSrcweir		<destination designation="identity" />
3422cdf0e10cSrcweir	</element>
3423cdf0e10cSrcweir	<!--enum::fmPicPositionBottomRight {Constant}-->
3424cdf0e10cSrcweir	<element type="constant">
3425cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionBottomRight">
3426cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3427cdf0e10cSrcweir			<name>fmPicPositionBottomRight</name>
3428cdf0e10cSrcweir			<value>8</value>
3429cdf0e10cSrcweir		</source>
3430cdf0e10cSrcweir		<destination designation="identity" />
3431cdf0e10cSrcweir	</element>
3432cdf0e10cSrcweir	<!--enum::fmPicPositionCenter {Constant}-->
3433cdf0e10cSrcweir	<element type="constant">
3434cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionCenter">
3435cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3436cdf0e10cSrcweir			<name>fmPicPositionCenter</name>
3437cdf0e10cSrcweir			<value>0</value>
3438cdf0e10cSrcweir		</source>
3439cdf0e10cSrcweir		<destination designation="identity" />
3440cdf0e10cSrcweir	</element>
3441cdf0e10cSrcweir	<!--enum::fmPicPositionCenterLeft {Constant}-->
3442cdf0e10cSrcweir	<element type="constant">
3443cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionCenterLeft">
3444cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3445cdf0e10cSrcweir			<name>fmPicPositionCenterLeft</name>
3446cdf0e10cSrcweir			<value>4</value>
3447cdf0e10cSrcweir		</source>
3448cdf0e10cSrcweir		<destination designation="identity" />
3449cdf0e10cSrcweir	</element>
3450cdf0e10cSrcweir	<!--enum::fmPicPositionCenterRight {Constant}-->
3451cdf0e10cSrcweir	<element type="constant">
3452cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionCenterRight">
3453cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3454cdf0e10cSrcweir			<name>fmPicPositionCenterRight</name>
3455cdf0e10cSrcweir			<value>5</value>
3456cdf0e10cSrcweir		</source>
3457cdf0e10cSrcweir		<destination designation="identity" />
3458cdf0e10cSrcweir	</element>
3459cdf0e10cSrcweir	<!--enum::fmPicPositionTopCenter {Constant}-->
3460cdf0e10cSrcweir	<element type="constant">
3461cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionTopCenter">
3462cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3463cdf0e10cSrcweir			<name>fmPicPositionTopCenter</name>
3464cdf0e10cSrcweir			<value>2</value>
3465cdf0e10cSrcweir		</source>
3466cdf0e10cSrcweir		<destination designation="identity" />
3467cdf0e10cSrcweir	</element>
3468cdf0e10cSrcweir	<!--enum::fmPicPositionTopLeft {Constant}-->
3469cdf0e10cSrcweir	<element type="constant">
3470cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionTopLeft">
3471cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3472cdf0e10cSrcweir			<name>fmPicPositionTopLeft</name>
3473cdf0e10cSrcweir			<value>1</value>
3474cdf0e10cSrcweir		</source>
3475cdf0e10cSrcweir		<destination designation="identity" />
3476cdf0e10cSrcweir	</element>
3477cdf0e10cSrcweir	<!--enum::fmPicPositionTopRight {Constant}-->
3478cdf0e10cSrcweir	<element type="constant">
3479cdf0e10cSrcweir		<source id="MSForms.fmPicPosition.fmPicPositionTopRight">
3480cdf0e10cSrcweir			<context kind="enumeration">fmPicPosition</context>
3481cdf0e10cSrcweir			<name>fmPicPositionTopRight</name>
3482cdf0e10cSrcweir			<value>3</value>
3483cdf0e10cSrcweir		</source>
3484cdf0e10cSrcweir		<destination designation="identity" />
3485cdf0e10cSrcweir	</element>
3486cdf0e10cSrcweir	<!--enum::fmPictureAlignment  {Enumeration}-->
3487cdf0e10cSrcweir	<element type="enumeration">
3488cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment">
3489cdf0e10cSrcweir			<name>fmPictureAlignment</name>
3490cdf0e10cSrcweir		</source>
3491cdf0e10cSrcweir		<destination designation="identity" />
3492cdf0e10cSrcweir	</element>
3493cdf0e10cSrcweir	<!--enum::fmPictureAlignmentBottomLeft {Constant}-->
3494cdf0e10cSrcweir	<element type="constant">
3495cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment.fmPictureAlignmentBottomLeft">
3496cdf0e10cSrcweir			<context kind="enumeration">fmPictureAlignment</context>
3497cdf0e10cSrcweir			<name>fmPictureAlignmentBottomLeft</name>
3498cdf0e10cSrcweir			<value>3</value>
3499cdf0e10cSrcweir		</source>
3500cdf0e10cSrcweir		<destination designation="identity" />
3501cdf0e10cSrcweir	</element>
3502cdf0e10cSrcweir	<!--enum::fmPictureAlignmentBottomRight {Constant}-->
3503cdf0e10cSrcweir	<element type="constant">
3504cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment.fmPictureAlignmentBottomRight">
3505cdf0e10cSrcweir			<context kind="enumeration">fmPictureAlignment</context>
3506cdf0e10cSrcweir			<name>fmPictureAlignmentBottomRight</name>
3507cdf0e10cSrcweir			<value>4</value>
3508cdf0e10cSrcweir		</source>
3509cdf0e10cSrcweir		<destination designation="identity" />
3510cdf0e10cSrcweir	</element>
3511cdf0e10cSrcweir	<!--enum::fmPictureAlignmentCenter {Constant}-->
3512cdf0e10cSrcweir	<element type="constant">
3513cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment.fmPictureAlignmentCenter">
3514cdf0e10cSrcweir			<context kind="enumeration">fmPictureAlignment</context>
3515cdf0e10cSrcweir			<name>fmPictureAlignmentCenter</name>
3516cdf0e10cSrcweir			<value>2</value>
3517cdf0e10cSrcweir		</source>
3518cdf0e10cSrcweir		<destination designation="identity" />
3519cdf0e10cSrcweir	</element>
3520cdf0e10cSrcweir	<!--enum::fmPictureAlignmentTopLeft {Constant}-->
3521cdf0e10cSrcweir	<element type="constant">
3522cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment.fmPictureAlignmentTopLeft">
3523cdf0e10cSrcweir			<context kind="enumeration">fmPictureAlignment</context>
3524cdf0e10cSrcweir			<name>fmPictureAlignmentTopLeft</name>
3525cdf0e10cSrcweir			<value>0</value>
3526cdf0e10cSrcweir		</source>
3527cdf0e10cSrcweir		<destination designation="identity" />
3528cdf0e10cSrcweir	</element>
3529cdf0e10cSrcweir	<!--enum::fmPictureAlignmentTopRight {Constant}-->
3530cdf0e10cSrcweir	<element type="constant">
3531cdf0e10cSrcweir		<source id="MSForms.fmPictureAlignment.fmPictureAlignmentTopRight">
3532cdf0e10cSrcweir			<context kind="enumeration">fmPictureAlignment</context>
3533cdf0e10cSrcweir			<name>fmPictureAlignmentTopRight</name>
3534cdf0e10cSrcweir			<value>1</value>
3535cdf0e10cSrcweir		</source>
3536cdf0e10cSrcweir		<destination designation="identity" />
3537cdf0e10cSrcweir	</element>
3538cdf0e10cSrcweir	<!--enum::fmPicturePosition  {Enumeration}-->
3539cdf0e10cSrcweir	<element type="enumeration">
3540cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition">
3541cdf0e10cSrcweir			<name>fmPicturePosition</name>
3542cdf0e10cSrcweir		</source>
3543cdf0e10cSrcweir		<destination designation="identity" />
3544cdf0e10cSrcweir	</element>
3545cdf0e10cSrcweir	<!--enum::fmPicturePositionAboveCenter {Constant}-->
3546cdf0e10cSrcweir	<element type="constant">
3547cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionAboveCenter">
3548cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3549cdf0e10cSrcweir			<name>fmPicturePositionAboveCenter</name>
3550cdf0e10cSrcweir			<value>7</value>
3551cdf0e10cSrcweir		</source>
3552cdf0e10cSrcweir		<destination designation="identity" />
3553cdf0e10cSrcweir	</element>
3554cdf0e10cSrcweir	<!--enum::fmPicturePositionAboveLeft {Constant}-->
3555cdf0e10cSrcweir	<element type="constant">
3556cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionAboveLeft">
3557cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3558cdf0e10cSrcweir			<name>fmPicturePositionAboveLeft</name>
3559cdf0e10cSrcweir			<value>6</value>
3560cdf0e10cSrcweir		</source>
3561cdf0e10cSrcweir		<destination designation="identity" />
3562cdf0e10cSrcweir	</element>
3563cdf0e10cSrcweir	<!--enum::fmPicturePositionAboveRight {Constant}-->
3564cdf0e10cSrcweir	<element type="constant">
3565cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionAboveRight">
3566cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3567cdf0e10cSrcweir			<name>fmPicturePositionAboveRight</name>
3568cdf0e10cSrcweir			<value>8</value>
3569cdf0e10cSrcweir		</source>
3570cdf0e10cSrcweir		<destination designation="identity" />
3571cdf0e10cSrcweir	</element>
3572cdf0e10cSrcweir	<!--enum::fmPicturePositionBelowCenter {Constant}-->
3573cdf0e10cSrcweir	<element type="constant">
3574cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionBelowCenter">
3575cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3576cdf0e10cSrcweir			<name>fmPicturePositionBelowCenter</name>
3577cdf0e10cSrcweir			<value>10</value>
3578cdf0e10cSrcweir		</source>
3579cdf0e10cSrcweir		<destination designation="identity" />
3580cdf0e10cSrcweir	</element>
3581cdf0e10cSrcweir	<!--enum::fmPicturePositionBelowLeft {Constant}-->
3582cdf0e10cSrcweir	<element type="constant">
3583cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionBelowLeft">
3584cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3585cdf0e10cSrcweir			<name>fmPicturePositionBelowLeft</name>
3586cdf0e10cSrcweir			<value>9</value>
3587cdf0e10cSrcweir		</source>
3588cdf0e10cSrcweir		<destination designation="identity" />
3589cdf0e10cSrcweir	</element>
3590cdf0e10cSrcweir	<!--enum::fmPicturePositionBelowRight {Constant}-->
3591cdf0e10cSrcweir	<element type="constant">
3592cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionBelowRight">
3593cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3594cdf0e10cSrcweir			<name>fmPicturePositionBelowRight</name>
3595cdf0e10cSrcweir			<value>11</value>
3596cdf0e10cSrcweir		</source>
3597cdf0e10cSrcweir		<destination designation="identity" />
3598cdf0e10cSrcweir	</element>
3599cdf0e10cSrcweir	<!--enum::fmPicturePositionCenter {Constant}-->
3600cdf0e10cSrcweir	<element type="constant">
3601cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionCenter">
3602cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3603cdf0e10cSrcweir			<name>fmPicturePositionCenter</name>
3604cdf0e10cSrcweir			<value>12</value>
3605cdf0e10cSrcweir		</source>
3606cdf0e10cSrcweir		<destination designation="identity" />
3607cdf0e10cSrcweir	</element>
3608cdf0e10cSrcweir	<!--enum::fmPicturePositionLeftBottom {Constant}-->
3609cdf0e10cSrcweir	<element type="constant">
3610cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionLeftBottom">
3611cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3612cdf0e10cSrcweir			<name>fmPicturePositionLeftBottom</name>
3613cdf0e10cSrcweir			<value>2</value>
3614cdf0e10cSrcweir		</source>
3615cdf0e10cSrcweir		<destination designation="identity" />
3616cdf0e10cSrcweir	</element>
3617cdf0e10cSrcweir	<!--enum::fmPicturePositionLeftCenter {Constant}-->
3618cdf0e10cSrcweir	<element type="constant">
3619cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionLeftCenter">
3620cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3621cdf0e10cSrcweir			<name>fmPicturePositionLeftCenter</name>
3622cdf0e10cSrcweir			<value>1</value>
3623cdf0e10cSrcweir		</source>
3624cdf0e10cSrcweir		<destination designation="identity" />
3625cdf0e10cSrcweir	</element>
3626cdf0e10cSrcweir	<!--enum::fmPicturePositionLeftTop {Constant}-->
3627cdf0e10cSrcweir	<element type="constant">
3628cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionLeftTop">
3629cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3630cdf0e10cSrcweir			<name>fmPicturePositionLeftTop</name>
3631cdf0e10cSrcweir			<value>0</value>
3632cdf0e10cSrcweir		</source>
3633cdf0e10cSrcweir		<destination designation="identity" />
3634cdf0e10cSrcweir	</element>
3635cdf0e10cSrcweir	<!--enum::fmPicturePositionRightBottom {Constant}-->
3636cdf0e10cSrcweir	<element type="constant">
3637cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionRightBottom">
3638cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3639cdf0e10cSrcweir			<name>fmPicturePositionRightBottom</name>
3640cdf0e10cSrcweir			<value>5</value>
3641cdf0e10cSrcweir		</source>
3642cdf0e10cSrcweir		<destination designation="identity" />
3643cdf0e10cSrcweir	</element>
3644cdf0e10cSrcweir	<!--enum::fmPicturePositionRightCenter {Constant}-->
3645cdf0e10cSrcweir	<element type="constant">
3646cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionRightCenter">
3647cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3648cdf0e10cSrcweir			<name>fmPicturePositionRightCenter</name>
3649cdf0e10cSrcweir			<value>4</value>
3650cdf0e10cSrcweir		</source>
3651cdf0e10cSrcweir		<destination designation="identity" />
3652cdf0e10cSrcweir	</element>
3653cdf0e10cSrcweir	<!--enum::fmPicturePositionRightTop {Constant}-->
3654cdf0e10cSrcweir	<element type="constant">
3655cdf0e10cSrcweir		<source id="MSForms.fmPicturePosition.fmPicturePositionRightTop">
3656cdf0e10cSrcweir			<context kind="enumeration">fmPicturePosition</context>
3657cdf0e10cSrcweir			<name>fmPicturePositionRightTop</name>
3658cdf0e10cSrcweir			<value>3</value>
3659cdf0e10cSrcweir		</source>
3660cdf0e10cSrcweir		<destination designation="identity" />
3661cdf0e10cSrcweir	</element>
3662cdf0e10cSrcweir	<!--enum::fmPictureSizeMode  {Enumeration}-->
3663cdf0e10cSrcweir	<element type="enumeration">
3664cdf0e10cSrcweir		<source id="MSForms.fmPictureSizeMode">
3665cdf0e10cSrcweir			<name>fmPictureSizeMode</name>
3666cdf0e10cSrcweir		</source>
3667cdf0e10cSrcweir		<destination designation="identity" />
3668cdf0e10cSrcweir	</element>
3669cdf0e10cSrcweir	<!--enum::fmPictureSizeModeClip {Constant}-->
3670cdf0e10cSrcweir	<element type="constant">
3671cdf0e10cSrcweir		<source id="MSForms.fmPictureSizeMode.fmPictureSizeModeClip">
3672cdf0e10cSrcweir			<context kind="enumeration">fmPictureSizeMode</context>
3673cdf0e10cSrcweir			<name>fmPictureSizeModeClip</name>
3674cdf0e10cSrcweir			<value>0</value>
3675cdf0e10cSrcweir		</source>
3676cdf0e10cSrcweir		<destination designation="identity" />
3677cdf0e10cSrcweir	</element>
3678cdf0e10cSrcweir	<!--enum::fmPictureSizeModeStretch {Constant}-->
3679cdf0e10cSrcweir	<element type="constant">
3680cdf0e10cSrcweir		<source id="MSForms.fmPictureSizeMode.fmPictureSizeModeStretch">
3681cdf0e10cSrcweir			<context kind="enumeration">fmPictureSizeMode</context>
3682cdf0e10cSrcweir			<name>fmPictureSizeModeStretch</name>
3683cdf0e10cSrcweir			<value>1</value>
3684cdf0e10cSrcweir		</source>
3685cdf0e10cSrcweir		<destination designation="identity" />
3686cdf0e10cSrcweir	</element>
3687cdf0e10cSrcweir	<!--enum::fmPictureSizeModeZoom {Constant}-->
3688cdf0e10cSrcweir	<element type="constant">
3689cdf0e10cSrcweir		<source id="MSForms.fmPictureSizeMode.fmPictureSizeModeZoom">
3690cdf0e10cSrcweir			<context kind="enumeration">fmPictureSizeMode</context>
3691cdf0e10cSrcweir			<name>fmPictureSizeModeZoom</name>
3692cdf0e10cSrcweir			<value>3</value>
3693cdf0e10cSrcweir		</source>
3694cdf0e10cSrcweir		<destination designation="identity" />
3695cdf0e10cSrcweir	</element>
3696cdf0e10cSrcweir	<!--enum::fmRepeatDirection  {Enumeration}-->
3697cdf0e10cSrcweir	<element type="enumeration">
3698cdf0e10cSrcweir		<source id="MSForms.fmRepeatDirection">
3699cdf0e10cSrcweir			<name>fmRepeatDirection</name>
3700cdf0e10cSrcweir		</source>
3701cdf0e10cSrcweir		<destination designation="identity" />
3702cdf0e10cSrcweir	</element>
3703cdf0e10cSrcweir	<!--enum::fmScrollAction  {Enumeration}-->
3704cdf0e10cSrcweir	<element type="enumeration">
3705cdf0e10cSrcweir		<source id="MSForms.fmScrollAction">
3706cdf0e10cSrcweir			<name>fmScrollAction</name>
3707cdf0e10cSrcweir		</source>
3708cdf0e10cSrcweir		<destination designation="identity" />
3709cdf0e10cSrcweir	</element>
3710cdf0e10cSrcweir	<!--enum::fmScrollActionBegin {Constant}-->
3711cdf0e10cSrcweir	<element type="constant">
3712cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionBegin">
3713cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3714cdf0e10cSrcweir			<name>fmScrollActionBegin</name>
3715cdf0e10cSrcweir			<value>5</value>
3716cdf0e10cSrcweir		</source>
3717cdf0e10cSrcweir		<destination designation="identity" />
3718cdf0e10cSrcweir	</element>
3719cdf0e10cSrcweir	<!--enum::fmScrollActionControlRequest {Constant}-->
3720cdf0e10cSrcweir	<element type="constant">
3721cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionControlRequest">
3722cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3723cdf0e10cSrcweir			<name>fmScrollActionControlRequest</name>
3724cdf0e10cSrcweir			<value>9</value>
3725cdf0e10cSrcweir		</source>
3726cdf0e10cSrcweir		<destination designation="identity" />
3727cdf0e10cSrcweir	</element>
3728cdf0e10cSrcweir	<!--enum::fmScrollActionEnd {Constant}-->
3729cdf0e10cSrcweir	<element type="constant">
3730cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionEnd">
3731cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3732cdf0e10cSrcweir			<name>fmScrollActionEnd</name>
3733cdf0e10cSrcweir			<value>6</value>
3734cdf0e10cSrcweir		</source>
3735cdf0e10cSrcweir		<destination designation="identity" />
3736cdf0e10cSrcweir	</element>
3737cdf0e10cSrcweir	<!--enum::fmScrollActionFocusRequest {Constant}-->
3738cdf0e10cSrcweir	<element type="constant">
3739cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionFocusRequest">
3740cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3741cdf0e10cSrcweir			<name>fmScrollActionFocusRequest</name>
3742cdf0e10cSrcweir			<value>10</value>
3743cdf0e10cSrcweir		</source>
3744cdf0e10cSrcweir		<destination designation="identity" />
3745cdf0e10cSrcweir	</element>
3746cdf0e10cSrcweir	<!--enum::fmScrollActionLineDown {Constant}-->
3747cdf0e10cSrcweir	<element type="constant">
3748cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionLineDown">
3749cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3750cdf0e10cSrcweir			<name>fmScrollActionLineDown</name>
3751cdf0e10cSrcweir			<value>2</value>
3752cdf0e10cSrcweir		</source>
3753cdf0e10cSrcweir		<destination designation="identity" />
3754cdf0e10cSrcweir	</element>
3755cdf0e10cSrcweir	<!--enum::fmScrollActionLineUp {Constant}-->
3756cdf0e10cSrcweir	<element type="constant">
3757cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionLineUp">
3758cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3759cdf0e10cSrcweir			<name>fmScrollActionLineUp</name>
3760cdf0e10cSrcweir			<value>1</value>
3761cdf0e10cSrcweir		</source>
3762cdf0e10cSrcweir		<destination designation="identity" />
3763cdf0e10cSrcweir	</element>
3764cdf0e10cSrcweir	<!--enum::fmScrollActionNoChange {Constant}-->
3765cdf0e10cSrcweir	<element type="constant">
3766cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionNoChange">
3767cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3768cdf0e10cSrcweir			<name>fmScrollActionNoChange</name>
3769cdf0e10cSrcweir			<value>0</value>
3770cdf0e10cSrcweir		</source>
3771cdf0e10cSrcweir		<destination designation="identity" />
3772cdf0e10cSrcweir	</element>
3773cdf0e10cSrcweir	<!--enum::fmScrollActionPageDown {Constant}-->
3774cdf0e10cSrcweir	<element type="constant">
3775cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionPageDown">
3776cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3777cdf0e10cSrcweir			<name>fmScrollActionPageDown</name>
3778cdf0e10cSrcweir			<value>4</value>
3779cdf0e10cSrcweir		</source>
3780cdf0e10cSrcweir		<destination designation="identity" />
3781cdf0e10cSrcweir	</element>
3782cdf0e10cSrcweir	<!--enum::fmScrollActionPageUp {Constant}-->
3783cdf0e10cSrcweir	<element type="constant">
3784cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionPageUp">
3785cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3786cdf0e10cSrcweir			<name>fmScrollActionPageUp</name>
3787cdf0e10cSrcweir			<value>3</value>
3788cdf0e10cSrcweir		</source>
3789cdf0e10cSrcweir		<destination designation="identity" />
3790cdf0e10cSrcweir	</element>
3791cdf0e10cSrcweir	<!--enum::fmScrollActionPropertyChange {Constant}-->
3792cdf0e10cSrcweir	<element type="constant">
3793cdf0e10cSrcweir		<source id="MSForms.fmScrollAction.fmScrollActionPropertyChange">
3794cdf0e10cSrcweir			<context kind="enumeration">fmScrollAction</context>
3795cdf0e10cSrcweir			<name>fmScrollActionPropertyChange</name>
3796cdf0e10cSrcweir			<value>8</value>
3797cdf0e10cSrcweir		</source>
3798cdf0e10cSrcweir		<destination designation="identity" />
3799cdf0e10cSrcweir	</element>
3800cdf0e10cSrcweir	<!--enum::fmScrollBars  {Enumeration}-->
3801cdf0e10cSrcweir	<element type="enumeration">
3802cdf0e10cSrcweir		<source id="MSForms.fmScrollBars">
3803cdf0e10cSrcweir			<name>fmScrollBars</name>
3804cdf0e10cSrcweir		</source>
3805cdf0e10cSrcweir		<destination designation="identity" />
3806cdf0e10cSrcweir	</element>
3807cdf0e10cSrcweir	<!--enum::fmScrollBarsBoth {Constant}-->
3808cdf0e10cSrcweir	<element type="constant">
3809cdf0e10cSrcweir		<source id="MSForms.fmScrollBars.fmScrollBarsBoth">
3810cdf0e10cSrcweir			<context kind="enumeration">fmScrollBars</context>
3811cdf0e10cSrcweir			<name>fmScrollBarsBoth</name>
3812cdf0e10cSrcweir			<value>3</value>
3813cdf0e10cSrcweir		</source>
3814cdf0e10cSrcweir		<destination designation="identity" />
3815cdf0e10cSrcweir	</element>
3816cdf0e10cSrcweir	<!--enum::fmScrollBarsHorizontal {Constant}-->
3817cdf0e10cSrcweir	<element type="constant">
3818cdf0e10cSrcweir		<source id="MSForms.fmScrollBars.fmScrollBarsHorizontal">
3819cdf0e10cSrcweir			<context kind="enumeration">fmScrollBars</context>
3820cdf0e10cSrcweir			<name>fmScrollBarsHorizontal</name>
3821cdf0e10cSrcweir			<value>1</value>
3822cdf0e10cSrcweir		</source>
3823cdf0e10cSrcweir		<destination designation="identity" />
3824cdf0e10cSrcweir	</element>
3825cdf0e10cSrcweir	<!--enum::fmScrollBarsNone {Constant}-->
3826cdf0e10cSrcweir	<element type="constant">
3827cdf0e10cSrcweir		<source id="MSForms.fmScrollBars.fmScrollBarsNone">
3828cdf0e10cSrcweir			<context kind="enumeration">fmScrollBars</context>
3829cdf0e10cSrcweir			<name>fmScrollBarsNone</name>
3830cdf0e10cSrcweir			<value>0</value>
3831cdf0e10cSrcweir		</source>
3832cdf0e10cSrcweir		<destination designation="identity" />
3833cdf0e10cSrcweir	</element>
3834cdf0e10cSrcweir	<!--enum::fmScrollBarsVertical {Constant}-->
3835cdf0e10cSrcweir	<element type="constant">
3836cdf0e10cSrcweir		<source id="MSForms.fmScrollBars.fmScrollBarsVertical">
3837cdf0e10cSrcweir			<context kind="enumeration">fmScrollBars</context>
3838cdf0e10cSrcweir			<name>fmScrollBarsVertical</name>
3839cdf0e10cSrcweir			<value>2</value>
3840cdf0e10cSrcweir		</source>
3841cdf0e10cSrcweir		<destination designation="identity" />
3842cdf0e10cSrcweir	</element>
3843cdf0e10cSrcweir	<!--enum::fmShowDropButtonWhen  {Enumeration}-->
3844cdf0e10cSrcweir	<element type="enumeration">
3845cdf0e10cSrcweir		<source id="MSForms.fmShowDropButtonWhen">
3846cdf0e10cSrcweir			<name>fmShowDropButtonWhen</name>
3847cdf0e10cSrcweir		</source>
3848cdf0e10cSrcweir		<destination designation="identity" />
3849cdf0e10cSrcweir	</element>
3850cdf0e10cSrcweir	<!--enum::fmShowDropButtonWhenAlways {Constant}-->
3851cdf0e10cSrcweir	<element type="constant">
3852cdf0e10cSrcweir		<source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenAlways">
3853cdf0e10cSrcweir			<context kind="enumeration">fmShowDropButtonWhen</context>
3854cdf0e10cSrcweir			<name>fmShowDropButtonWhenAlways</name>
3855cdf0e10cSrcweir			<value>2</value>
3856cdf0e10cSrcweir		</source>
3857cdf0e10cSrcweir		<destination designation="identity" />
3858cdf0e10cSrcweir	</element>
3859cdf0e10cSrcweir	<!--enum::fmShowDropButtonWhenFocus {Constant}-->
3860cdf0e10cSrcweir	<element type="constant">
3861cdf0e10cSrcweir		<source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenFocus">
3862cdf0e10cSrcweir			<context kind="enumeration">fmShowDropButtonWhen</context>
3863cdf0e10cSrcweir			<name>fmShowDropButtonWhenFocus</name>
3864cdf0e10cSrcweir			<value>1</value>
3865cdf0e10cSrcweir		</source>
3866cdf0e10cSrcweir		<destination designation="identity" />
3867cdf0e10cSrcweir	</element>
3868cdf0e10cSrcweir	<!--enum::fmShowDropButtonWhenNever {Constant}-->
3869cdf0e10cSrcweir	<element type="constant">
3870cdf0e10cSrcweir		<source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenNever">
3871cdf0e10cSrcweir			<context kind="enumeration">fmShowDropButtonWhen</context>
3872cdf0e10cSrcweir			<name>fmShowDropButtonWhenNever</name>
3873cdf0e10cSrcweir			<value>0</value>
3874cdf0e10cSrcweir		</source>
3875cdf0e10cSrcweir		<destination designation="identity" />
3876cdf0e10cSrcweir	</element>
3877cdf0e10cSrcweir	<!--enum::fmShowListWhen  {Enumeration}-->
3878cdf0e10cSrcweir	<element type="enumeration">
3879cdf0e10cSrcweir		<source id="MSForms.fmShowListWhen">
3880cdf0e10cSrcweir			<name>fmShowListWhen</name>
3881cdf0e10cSrcweir		</source>
3882cdf0e10cSrcweir		<destination designation="identity" />
3883cdf0e10cSrcweir	</element>
3884cdf0e10cSrcweir	<!--enum::fmShowListWhenAlways {Constant}-->
3885cdf0e10cSrcweir	<element type="constant">
3886cdf0e10cSrcweir		<source id="MSForms.fmShowListWhen.fmShowListWhenAlways">
3887cdf0e10cSrcweir			<context kind="enumeration">fmShowListWhen</context>
3888cdf0e10cSrcweir			<name>fmShowListWhenAlways</name>
3889cdf0e10cSrcweir			<value>3</value>
3890cdf0e10cSrcweir		</source>
3891cdf0e10cSrcweir		<destination designation="identity" />
3892cdf0e10cSrcweir	</element>
3893cdf0e10cSrcweir	<!--enum::fmShowListWhenButton {Constant}-->
3894cdf0e10cSrcweir	<element type="constant">
3895cdf0e10cSrcweir		<source id="MSForms.fmShowListWhen.fmShowListWhenButton">
3896cdf0e10cSrcweir			<context kind="enumeration">fmShowListWhen</context>
3897cdf0e10cSrcweir			<name>fmShowListWhenButton</name>
3898cdf0e10cSrcweir			<value>1</value>
3899cdf0e10cSrcweir		</source>
3900cdf0e10cSrcweir		<destination designation="identity" />
3901cdf0e10cSrcweir	</element>
3902cdf0e10cSrcweir	<!--enum::fmShowListWhenFocus {Constant}-->
3903cdf0e10cSrcweir	<element type="constant">
3904cdf0e10cSrcweir		<source id="MSForms.fmShowListWhen.fmShowListWhenFocus">
3905cdf0e10cSrcweir			<context kind="enumeration">fmShowListWhen</context>
3906cdf0e10cSrcweir			<name>fmShowListWhenFocus</name>
3907cdf0e10cSrcweir			<value>2</value>
3908cdf0e10cSrcweir		</source>
3909cdf0e10cSrcweir		<destination designation="identity" />
3910cdf0e10cSrcweir	</element>
3911cdf0e10cSrcweir	<!--enum::fmShowListWhenNever {Constant}-->
3912cdf0e10cSrcweir	<element type="constant">
3913cdf0e10cSrcweir		<source id="MSForms.fmShowListWhen.fmShowListWhenNever">
3914cdf0e10cSrcweir			<context kind="enumeration">fmShowListWhen</context>
3915cdf0e10cSrcweir			<name>fmShowListWhenNever</name>
3916cdf0e10cSrcweir			<value>0</value>
3917cdf0e10cSrcweir		</source>
3918cdf0e10cSrcweir		<destination designation="identity" />
3919cdf0e10cSrcweir	</element>
3920cdf0e10cSrcweir	<!--enum::fmSnapPoint  {Enumeration}-->
3921cdf0e10cSrcweir	<element type="enumeration">
3922cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint">
3923cdf0e10cSrcweir			<name>fmSnapPoint</name>
3924cdf0e10cSrcweir		</source>
3925cdf0e10cSrcweir		<destination designation="identity" />
3926cdf0e10cSrcweir	</element>
3927cdf0e10cSrcweir	<!--enum::fmSnapPointBottomCenter {Constant}-->
3928cdf0e10cSrcweir	<element type="constant">
3929cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointBottomCenter">
3930cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3931cdf0e10cSrcweir			<name>fmSnapPointBottomCenter</name>
3932cdf0e10cSrcweir			<value>7</value>
3933cdf0e10cSrcweir		</source>
3934cdf0e10cSrcweir		<destination designation="identity" />
3935cdf0e10cSrcweir	</element>
3936cdf0e10cSrcweir	<!--enum::fmSnapPointBottomLeft {Constant}-->
3937cdf0e10cSrcweir	<element type="constant">
3938cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointBottomLeft">
3939cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3940cdf0e10cSrcweir			<name>fmSnapPointBottomLeft</name>
3941cdf0e10cSrcweir			<value>6</value>
3942cdf0e10cSrcweir		</source>
3943cdf0e10cSrcweir		<destination designation="identity" />
3944cdf0e10cSrcweir	</element>
3945cdf0e10cSrcweir	<!--enum::fmSnapPointBottomRight {Constant}-->
3946cdf0e10cSrcweir	<element type="constant">
3947cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointBottomRight">
3948cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3949cdf0e10cSrcweir			<name>fmSnapPointBottomRight</name>
3950cdf0e10cSrcweir			<value>8</value>
3951cdf0e10cSrcweir		</source>
3952cdf0e10cSrcweir		<destination designation="identity" />
3953cdf0e10cSrcweir	</element>
3954cdf0e10cSrcweir	<!--enum::fmSnapPointCenter {Constant}-->
3955cdf0e10cSrcweir	<element type="constant">
3956cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointCenter">
3957cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3958cdf0e10cSrcweir			<name>fmSnapPointCenter</name>
3959cdf0e10cSrcweir			<value>4</value>
3960cdf0e10cSrcweir		</source>
3961cdf0e10cSrcweir		<destination designation="identity" />
3962cdf0e10cSrcweir	</element>
3963cdf0e10cSrcweir	<!--enum::fmSnapPointCenterLeft {Constant}-->
3964cdf0e10cSrcweir	<element type="constant">
3965cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointCenterLeft">
3966cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3967cdf0e10cSrcweir			<name>fmSnapPointCenterLeft</name>
3968cdf0e10cSrcweir			<value>3</value>
3969cdf0e10cSrcweir		</source>
3970cdf0e10cSrcweir		<destination designation="identity" />
3971cdf0e10cSrcweir	</element>
3972cdf0e10cSrcweir	<!--enum::fmSnapPointCenterRight {Constant}-->
3973cdf0e10cSrcweir	<element type="constant">
3974cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointCenterRight">
3975cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3976cdf0e10cSrcweir			<name>fmSnapPointCenterRight</name>
3977cdf0e10cSrcweir			<value>5</value>
3978cdf0e10cSrcweir		</source>
3979cdf0e10cSrcweir		<destination designation="identity" />
3980cdf0e10cSrcweir	</element>
3981cdf0e10cSrcweir	<!--enum::fmSnapPointTopCenter {Constant}-->
3982cdf0e10cSrcweir	<element type="constant">
3983cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointTopCenter">
3984cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3985cdf0e10cSrcweir			<name>fmSnapPointTopCenter</name>
3986cdf0e10cSrcweir			<value>1</value>
3987cdf0e10cSrcweir		</source>
3988cdf0e10cSrcweir		<destination designation="identity" />
3989cdf0e10cSrcweir	</element>
3990cdf0e10cSrcweir	<!--enum::fmSnapPointTopLeft {Constant}-->
3991cdf0e10cSrcweir	<element type="constant">
3992cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointTopLeft">
3993cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
3994cdf0e10cSrcweir			<name>fmSnapPointTopLeft</name>
3995cdf0e10cSrcweir			<value>0</value>
3996cdf0e10cSrcweir		</source>
3997cdf0e10cSrcweir		<destination designation="identity" />
3998cdf0e10cSrcweir	</element>
3999cdf0e10cSrcweir	<!--enum::fmSnapPointTopRight {Constant}-->
4000cdf0e10cSrcweir	<element type="constant">
4001cdf0e10cSrcweir		<source id="MSForms.fmSnapPoint.fmSnapPointTopRight">
4002cdf0e10cSrcweir			<context kind="enumeration">fmSnapPoint</context>
4003cdf0e10cSrcweir			<name>fmSnapPointTopRight</name>
4004cdf0e10cSrcweir			<value>2</value>
4005cdf0e10cSrcweir		</source>
4006cdf0e10cSrcweir		<destination designation="identity" />
4007cdf0e10cSrcweir	</element>
4008cdf0e10cSrcweir	<!--enum::fmSpecialEffect  {Enumeration}-->
4009cdf0e10cSrcweir	<element type="enumeration">
4010cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect">
4011cdf0e10cSrcweir			<name>fmSpecialEffect</name>
4012cdf0e10cSrcweir		</source>
4013cdf0e10cSrcweir		<destination designation="identity" />
4014cdf0e10cSrcweir	</element>
4015cdf0e10cSrcweir	<!--enum::fmSpecialEffectBump {Constant}-->
4016cdf0e10cSrcweir	<element type="constant">
4017cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect.fmSpecialEffectBump">
4018cdf0e10cSrcweir			<context kind="enumeration">fmSpecialEffect</context>
4019cdf0e10cSrcweir			<name>fmSpecialEffectBump</name>
4020cdf0e10cSrcweir			<value>6</value>
4021cdf0e10cSrcweir		</source>
4022cdf0e10cSrcweir		<destination designation="identity" />
4023cdf0e10cSrcweir	</element>
4024cdf0e10cSrcweir	<!--enum::fmSpecialEffectEtched {Constant}-->
4025cdf0e10cSrcweir	<element type="constant">
4026cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect.fmSpecialEffectEtched">
4027cdf0e10cSrcweir			<context kind="enumeration">fmSpecialEffect</context>
4028cdf0e10cSrcweir			<name>fmSpecialEffectEtched</name>
4029cdf0e10cSrcweir			<value>3</value>
4030cdf0e10cSrcweir		</source>
4031cdf0e10cSrcweir		<destination designation="identity" />
4032cdf0e10cSrcweir	</element>
4033cdf0e10cSrcweir	<!--enum::fmSpecialEffectFlat {Constant}-->
4034cdf0e10cSrcweir	<element type="constant">
4035cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect.fmSpecialEffectFlat">
4036cdf0e10cSrcweir			<context kind="enumeration">fmSpecialEffect</context>
4037cdf0e10cSrcweir			<name>fmSpecialEffectFlat</name>
4038cdf0e10cSrcweir			<value>0</value>
4039cdf0e10cSrcweir		</source>
4040cdf0e10cSrcweir		<destination designation="identity" />
4041cdf0e10cSrcweir	</element>
4042cdf0e10cSrcweir	<!--enum::fmSpecialEffectRaised {Constant}-->
4043cdf0e10cSrcweir	<element type="constant">
4044cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect.fmSpecialEffectRaised">
4045cdf0e10cSrcweir			<context kind="enumeration">fmSpecialEffect</context>
4046cdf0e10cSrcweir			<name>fmSpecialEffectRaised</name>
4047cdf0e10cSrcweir			<value>1</value>
4048cdf0e10cSrcweir		</source>
4049cdf0e10cSrcweir		<destination designation="identity" />
4050cdf0e10cSrcweir	</element>
4051cdf0e10cSrcweir	<!--enum::fmSpecialEffectSunken {Constant}-->
4052cdf0e10cSrcweir	<element type="constant">
4053cdf0e10cSrcweir		<source id="MSForms.fmSpecialEffect.fmSpecialEffectSunken">
4054cdf0e10cSrcweir			<context kind="enumeration">fmSpecialEffect</context>
4055cdf0e10cSrcweir			<name>fmSpecialEffectSunken</name>
4056cdf0e10cSrcweir			<value>2</value>
4057cdf0e10cSrcweir		</source>
4058cdf0e10cSrcweir		<destination designation="identity" />
4059cdf0e10cSrcweir	</element>
4060cdf0e10cSrcweir	<!--enum::fmStyle  {Enumeration}-->
4061cdf0e10cSrcweir	<element type="enumeration">
4062cdf0e10cSrcweir		<source id="MSForms.fmStyle">
4063cdf0e10cSrcweir			<name>fmStyle</name>
4064cdf0e10cSrcweir		</source>
4065cdf0e10cSrcweir		<destination designation="identity" />
4066cdf0e10cSrcweir	</element>
4067cdf0e10cSrcweir	<!--enum::fmStyleDropDownCombo {Constant}-->
4068cdf0e10cSrcweir	<element type="constant">
4069cdf0e10cSrcweir		<source id="MSForms.fmStyle.fmStyleDropDownCombo">
4070cdf0e10cSrcweir			<context kind="enumeration">fmStyle</context>
4071cdf0e10cSrcweir			<name>fmStyleDropDownCombo</name>
4072cdf0e10cSrcweir			<value>0</value>
4073cdf0e10cSrcweir		</source>
4074cdf0e10cSrcweir		<destination designation="identity" />
4075cdf0e10cSrcweir	</element>
4076cdf0e10cSrcweir	<!--enum::fmStyleDropDownList {Constant}-->
4077cdf0e10cSrcweir	<element type="constant">
4078cdf0e10cSrcweir		<source id="MSForms.fmStyle.fmStyleDropDownList">
4079cdf0e10cSrcweir			<context kind="enumeration">fmStyle</context>
4080cdf0e10cSrcweir			<name>fmStyleDropDownList</name>
4081cdf0e10cSrcweir			<value>2</value>
4082cdf0e10cSrcweir		</source>
4083cdf0e10cSrcweir		<destination designation="identity" />
4084cdf0e10cSrcweir	</element>
4085cdf0e10cSrcweir	<!--enum::fmTabOrientation  {Enumeration}-->
4086cdf0e10cSrcweir	<element type="enumeration">
4087cdf0e10cSrcweir		<source id="MSForms.fmTabOrientation">
4088cdf0e10cSrcweir			<name>fmTabOrientation</name>
4089cdf0e10cSrcweir		</source>
4090cdf0e10cSrcweir		<destination designation="identity" />
4091cdf0e10cSrcweir	</element>
4092cdf0e10cSrcweir	<!--enum::fmTabOrientationBottom {Constant}-->
4093cdf0e10cSrcweir	<element type="constant">
4094cdf0e10cSrcweir		<source id="MSForms.fmTabOrientation.fmTabOrientationBottom">
4095cdf0e10cSrcweir			<context kind="enumeration">fmTabOrientation</context>
4096cdf0e10cSrcweir			<name>fmTabOrientationBottom</name>
4097cdf0e10cSrcweir			<value>1</value>
4098cdf0e10cSrcweir		</source>
4099cdf0e10cSrcweir		<destination designation="identity" />
4100cdf0e10cSrcweir	</element>
4101cdf0e10cSrcweir	<!--enum::fmTabOrientationLeft {Constant}-->
4102cdf0e10cSrcweir	<element type="constant">
4103cdf0e10cSrcweir		<source id="MSForms.fmTabOrientation.fmTabOrientationLeft">
4104cdf0e10cSrcweir			<context kind="enumeration">fmTabOrientation</context>
4105cdf0e10cSrcweir			<name>fmTabOrientationLeft</name>
4106cdf0e10cSrcweir			<value>2</value>
4107cdf0e10cSrcweir		</source>
4108cdf0e10cSrcweir		<destination designation="identity" />
4109cdf0e10cSrcweir	</element>
4110cdf0e10cSrcweir	<!--enum::fmTabOrientationRight {Constant}-->
4111cdf0e10cSrcweir	<element type="constant">
4112cdf0e10cSrcweir		<source id="MSForms.fmTabOrientation.fmTabOrientationRight">
4113cdf0e10cSrcweir			<context kind="enumeration">fmTabOrientation</context>
4114cdf0e10cSrcweir			<name>fmTabOrientationRight</name>
4115cdf0e10cSrcweir			<value>3</value>
4116cdf0e10cSrcweir		</source>
4117cdf0e10cSrcweir		<destination designation="identity" />
4118cdf0e10cSrcweir	</element>
4119cdf0e10cSrcweir	<!--enum::fmTabOrientationTop {Constant}-->
4120cdf0e10cSrcweir	<element type="constant">
4121cdf0e10cSrcweir		<source id="MSForms.fmTabOrientation.fmTabOrientationTop">
4122cdf0e10cSrcweir			<context kind="enumeration">fmTabOrientation</context>
4123cdf0e10cSrcweir			<name>fmTabOrientationTop</name>
4124cdf0e10cSrcweir			<value>0</value>
4125cdf0e10cSrcweir		</source>
4126cdf0e10cSrcweir		<destination designation="identity" />
4127cdf0e10cSrcweir	</element>
4128cdf0e10cSrcweir	<!--enum::fmTabStyle  {Enumeration}-->
4129cdf0e10cSrcweir	<element type="enumeration">
4130cdf0e10cSrcweir		<source id="MSForms.fmTabStyle">
4131cdf0e10cSrcweir			<name>fmTabStyle</name>
4132cdf0e10cSrcweir		</source>
4133cdf0e10cSrcweir		<destination designation="identity" />
4134cdf0e10cSrcweir	</element>
4135cdf0e10cSrcweir	<!--enum::fmTabStyleButtons {Constant}-->
4136cdf0e10cSrcweir	<element type="constant">
4137cdf0e10cSrcweir		<source id="MSForms.fmTabStyle.fmTabStyleButtons">
4138cdf0e10cSrcweir			<context kind="enumeration">fmTabStyle</context>
4139cdf0e10cSrcweir			<name>fmTabStyleButtons</name>
4140cdf0e10cSrcweir			<value>1</value>
4141cdf0e10cSrcweir		</source>
4142cdf0e10cSrcweir		<destination designation="identity" />
4143cdf0e10cSrcweir	</element>
4144cdf0e10cSrcweir	<!--enum::fmTabStyleNone {Constant}-->
4145cdf0e10cSrcweir	<element type="constant">
4146cdf0e10cSrcweir		<source id="MSForms.fmTabStyle.fmTabStyleNone">
4147cdf0e10cSrcweir			<context kind="enumeration">fmTabStyle</context>
4148cdf0e10cSrcweir			<name>fmTabStyleNone</name>
4149cdf0e10cSrcweir			<value>2</value>
4150cdf0e10cSrcweir		</source>
4151cdf0e10cSrcweir		<destination designation="identity" />
4152cdf0e10cSrcweir	</element>
4153cdf0e10cSrcweir	<!--enum::fmTabStyleTabs {Constant}-->
4154cdf0e10cSrcweir	<element type="constant">
4155cdf0e10cSrcweir		<source id="MSForms.fmTabStyle.fmTabStyleTabs">
4156cdf0e10cSrcweir			<context kind="enumeration">fmTabStyle</context>
4157cdf0e10cSrcweir			<name>fmTabStyleTabs</name>
4158cdf0e10cSrcweir			<value>0</value>
4159cdf0e10cSrcweir		</source>
4160cdf0e10cSrcweir		<destination designation="identity" />
4161cdf0e10cSrcweir	</element>
4162cdf0e10cSrcweir	<!--enum::fmTextAlign  {Enumeration}-->
4163cdf0e10cSrcweir	<element type="enumeration">
4164cdf0e10cSrcweir		<source id="MSForms.fmTextAlign">
4165cdf0e10cSrcweir			<name>fmTextAlign</name>
4166cdf0e10cSrcweir		</source>
4167cdf0e10cSrcweir		<destination designation="identity" />
4168cdf0e10cSrcweir	</element>
4169cdf0e10cSrcweir	<!--enum::fmTextAlignCenter {Constant}-->
4170cdf0e10cSrcweir	<element type="constant">
4171cdf0e10cSrcweir		<source id="MSForms.fmTextAlign.fmTextAlignCenter">
4172cdf0e10cSrcweir			<context kind="enumeration">fmTextAlign</context>
4173cdf0e10cSrcweir			<name>fmTextAlignCenter</name>
4174cdf0e10cSrcweir			<value>2</value>
4175cdf0e10cSrcweir		</source>
4176cdf0e10cSrcweir		<destination designation="identity" />
4177cdf0e10cSrcweir	</element>
4178cdf0e10cSrcweir	<!--enum::fmTextAlignLeft {Constant}-->
4179cdf0e10cSrcweir	<element type="constant">
4180cdf0e10cSrcweir		<source id="MSForms.fmTextAlign.fmTextAlignLeft">
4181cdf0e10cSrcweir			<context kind="enumeration">fmTextAlign</context>
4182cdf0e10cSrcweir			<name>fmTextAlignLeft</name>
4183cdf0e10cSrcweir			<value>1</value>
4184cdf0e10cSrcweir		</source>
4185cdf0e10cSrcweir		<destination designation="identity" />
4186cdf0e10cSrcweir	</element>
4187cdf0e10cSrcweir	<!--enum::fmTextAlignRight {Constant}-->
4188cdf0e10cSrcweir	<element type="constant">
4189cdf0e10cSrcweir		<source id="MSForms.fmTextAlign.fmTextAlignRight">
4190cdf0e10cSrcweir			<context kind="enumeration">fmTextAlign</context>
4191cdf0e10cSrcweir			<name>fmTextAlignRight</name>
4192cdf0e10cSrcweir			<value>3</value>
4193cdf0e10cSrcweir		</source>
4194cdf0e10cSrcweir		<destination designation="identity" />
4195cdf0e10cSrcweir	</element>
4196cdf0e10cSrcweir	<!--enum::fmTransitionEffect  {Enumeration}-->
4197cdf0e10cSrcweir	<element type="enumeration">
4198cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect">
4199cdf0e10cSrcweir			<name>fmTransitionEffect</name>
4200cdf0e10cSrcweir		</source>
4201cdf0e10cSrcweir		<destination designation="identity" />
4202cdf0e10cSrcweir	</element>
4203cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverDown {Constant}-->
4204cdf0e10cSrcweir	<element type="constant">
4205cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverDown">
4206cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4207cdf0e10cSrcweir			<name>fmTransitionEffectCoverDown</name>
4208cdf0e10cSrcweir			<value>5</value>
4209cdf0e10cSrcweir		</source>
4210cdf0e10cSrcweir		<destination designation="identity" />
4211cdf0e10cSrcweir	</element>
4212cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverLeft {Constant}-->
4213cdf0e10cSrcweir	<element type="constant">
4214cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeft">
4215cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4216cdf0e10cSrcweir			<name>fmTransitionEffectCoverLeft</name>
4217cdf0e10cSrcweir			<value>7</value>
4218cdf0e10cSrcweir		</source>
4219cdf0e10cSrcweir		<destination designation="identity" />
4220cdf0e10cSrcweir	</element>
4221cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverLeftDown {Constant}-->
4222cdf0e10cSrcweir	<element type="constant">
4223cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeftDown">
4224cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4225cdf0e10cSrcweir			<name>fmTransitionEffectCoverLeftDown</name>
4226cdf0e10cSrcweir			<value>6</value>
4227cdf0e10cSrcweir		</source>
4228cdf0e10cSrcweir		<destination designation="identity" />
4229cdf0e10cSrcweir	</element>
4230cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverLeftUp {Constant}-->
4231cdf0e10cSrcweir	<element type="constant">
4232cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeftUp">
4233cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4234cdf0e10cSrcweir			<name>fmTransitionEffectCoverLeftUp</name>
4235cdf0e10cSrcweir			<value>8</value>
4236cdf0e10cSrcweir		</source>
4237cdf0e10cSrcweir		<destination designation="identity" />
4238cdf0e10cSrcweir	</element>
4239cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverRight {Constant}-->
4240cdf0e10cSrcweir	<element type="constant">
4241cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRight">
4242cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4243cdf0e10cSrcweir			<name>fmTransitionEffectCoverRight</name>
4244cdf0e10cSrcweir			<value>3</value>
4245cdf0e10cSrcweir		</source>
4246cdf0e10cSrcweir		<destination designation="identity" />
4247cdf0e10cSrcweir	</element>
4248cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverRightDown {Constant}-->
4249cdf0e10cSrcweir	<element type="constant">
4250cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRightDown">
4251cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4252cdf0e10cSrcweir			<name>fmTransitionEffectCoverRightDown</name>
4253cdf0e10cSrcweir			<value>4</value>
4254cdf0e10cSrcweir		</source>
4255cdf0e10cSrcweir		<destination designation="identity" />
4256cdf0e10cSrcweir	</element>
4257cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverRightUp {Constant}-->
4258cdf0e10cSrcweir	<element type="constant">
4259cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRightUp">
4260cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4261cdf0e10cSrcweir			<name>fmTransitionEffectCoverRightUp</name>
4262cdf0e10cSrcweir			<value>2</value>
4263cdf0e10cSrcweir		</source>
4264cdf0e10cSrcweir		<destination designation="identity" />
4265cdf0e10cSrcweir	</element>
4266cdf0e10cSrcweir	<!--enum::fmTransitionEffectCoverUp {Constant}-->
4267cdf0e10cSrcweir	<element type="constant">
4268cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverUp">
4269cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4270cdf0e10cSrcweir			<name>fmTransitionEffectCoverUp</name>
4271cdf0e10cSrcweir			<value>1</value>
4272cdf0e10cSrcweir		</source>
4273cdf0e10cSrcweir		<destination designation="identity" />
4274cdf0e10cSrcweir	</element>
4275cdf0e10cSrcweir	<!--enum::fmTransitionEffectNone {Constant}-->
4276cdf0e10cSrcweir	<element type="constant">
4277cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectNone">
4278cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4279cdf0e10cSrcweir			<name>fmTransitionEffectNone</name>
4280cdf0e10cSrcweir			<value>0</value>
4281cdf0e10cSrcweir		</source>
4282cdf0e10cSrcweir		<destination designation="identity" />
4283cdf0e10cSrcweir	</element>
4284cdf0e10cSrcweir	<!--enum::fmTransitionEffectPushDown {Constant}-->
4285cdf0e10cSrcweir	<element type="constant">
4286cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectPushDown">
4287cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4288cdf0e10cSrcweir			<name>fmTransitionEffectPushDown</name>
4289cdf0e10cSrcweir			<value>11</value>
4290cdf0e10cSrcweir		</source>
4291cdf0e10cSrcweir		<destination designation="identity" />
4292cdf0e10cSrcweir	</element>
4293cdf0e10cSrcweir	<!--enum::fmTransitionEffectPushLeft {Constant}-->
4294cdf0e10cSrcweir	<element type="constant">
4295cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectPushLeft">
4296cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4297cdf0e10cSrcweir			<name>fmTransitionEffectPushLeft</name>
4298cdf0e10cSrcweir			<value>12</value>
4299cdf0e10cSrcweir		</source>
4300cdf0e10cSrcweir		<destination designation="identity" />
4301cdf0e10cSrcweir	</element>
4302cdf0e10cSrcweir	<!--enum::fmTransitionEffectPushRight {Constant}-->
4303cdf0e10cSrcweir	<element type="constant">
4304cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectPushRight">
4305cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4306cdf0e10cSrcweir			<name>fmTransitionEffectPushRight</name>
4307cdf0e10cSrcweir			<value>10</value>
4308cdf0e10cSrcweir		</source>
4309cdf0e10cSrcweir		<destination designation="identity" />
4310cdf0e10cSrcweir	</element>
4311cdf0e10cSrcweir	<!--enum::fmTransitionEffectPushUp {Constant}-->
4312cdf0e10cSrcweir	<element type="constant">
4313cdf0e10cSrcweir		<source id="MSForms.fmTransitionEffect.fmTransitionEffectPushUp">
4314cdf0e10cSrcweir			<context kind="enumeration">fmTransitionEffect</context>
4315cdf0e10cSrcweir			<name>fmTransitionEffectPushUp</name>
4316cdf0e10cSrcweir			<value>9</value>
4317cdf0e10cSrcweir		</source>
4318cdf0e10cSrcweir		<destination designation="identity" />
4319cdf0e10cSrcweir	</element>
4320cdf0e10cSrcweir	<!--enum::fmVerticalScrollBarSide  {Enumeration}-->
4321cdf0e10cSrcweir	<element type="enumeration">
4322cdf0e10cSrcweir		<source id="MSForms.fmVerticalScrollBarSide">
4323cdf0e10cSrcweir			<name>fmVerticalScrollBarSide</name>
4324cdf0e10cSrcweir		</source>
4325cdf0e10cSrcweir		<destination designation="identity" />
4326cdf0e10cSrcweir	</element>
4327cdf0e10cSrcweir	<!--enum::fmVerticalScrollBarSideLeft {Constant}-->
4328cdf0e10cSrcweir	<element type="constant">
4329cdf0e10cSrcweir		<source id="MSForms.fmVerticalScrollBarSide.fmVerticalScrollBarSideLeft">
4330cdf0e10cSrcweir			<context kind="enumeration">fmVerticalScrollBarSide</context>
4331cdf0e10cSrcweir			<name>fmVerticalScrollBarSideLeft</name>
4332cdf0e10cSrcweir			<value>1</value>
4333cdf0e10cSrcweir		</source>
4334cdf0e10cSrcweir		<destination designation="identity" />
4335cdf0e10cSrcweir	</element>
4336cdf0e10cSrcweir	<!--enum::fmVerticalScrollBarSideRight {Constant}-->
4337cdf0e10cSrcweir	<element type="constant">
4338cdf0e10cSrcweir		<source id="MSForms.fmVerticalScrollBarSide.fmVerticalScrollBarSideRight">
4339cdf0e10cSrcweir			<context kind="enumeration">fmVerticalScrollBarSide</context>
4340cdf0e10cSrcweir			<name>fmVerticalScrollBarSideRight</name>
4341cdf0e10cSrcweir			<value>0</value>
4342cdf0e10cSrcweir		</source>
4343cdf0e10cSrcweir		<destination designation="identity" />
4344cdf0e10cSrcweir	</element>
4345cdf0e10cSrcweir	<!--enum::fmZOrder  {Enumeration}-->
4346cdf0e10cSrcweir	<element type="enumeration">
4347cdf0e10cSrcweir		<source id="MSForms.fmZOrder">
4348cdf0e10cSrcweir			<name>fmZOrder</name>
4349cdf0e10cSrcweir		</source>
4350cdf0e10cSrcweir		<destination designation="identity" />
4351cdf0e10cSrcweir	</element>
4352cdf0e10cSrcweir	<!--enum::fmZOrderBack {Constant}-->
4353cdf0e10cSrcweir	<element type="constant">
4354cdf0e10cSrcweir		<source id="MSForms.fmZOrder.fmZOrderBack">
4355cdf0e10cSrcweir			<context kind="enumeration">fmZOrder</context>
4356cdf0e10cSrcweir			<name>fmZOrderBack</name>
4357cdf0e10cSrcweir			<value>1</value>
4358cdf0e10cSrcweir		</source>
4359cdf0e10cSrcweir		<destination designation="identity" />
4360cdf0e10cSrcweir	</element>
4361cdf0e10cSrcweir	<!--enum::fmZOrderFront {Constant}-->
4362cdf0e10cSrcweir	<element type="constant">
4363cdf0e10cSrcweir		<source id="MSForms.fmZOrder.fmZOrderFront">
4364cdf0e10cSrcweir			<context kind="enumeration">fmZOrder</context>
4365cdf0e10cSrcweir			<name>fmZOrderFront</name>
4366cdf0e10cSrcweir			<value>0</value>
4367cdf0e10cSrcweir		</source>
4368cdf0e10cSrcweir		<destination designation="identity" />
4369cdf0e10cSrcweir	</element>
4370cdf0e10cSrcweir	<!--Class::Frame-->
4371cdf0e10cSrcweir	<element type="class">
4372cdf0e10cSrcweir		<source id="MSForms.Frame">
4373cdf0e10cSrcweir			<name>Frame</name>
4374cdf0e10cSrcweir		</source>
4375cdf0e10cSrcweir		<destination designation="identity" />
4376cdf0e10cSrcweir	</element>
4377cdf0e10cSrcweir	<!--property::Frame.ActiveControl {ReadOnly}-->
4378cdf0e10cSrcweir	<element type="property">
4379cdf0e10cSrcweir		<source id="MSForms.Frame.ActiveControl">
4380cdf0e10cSrcweir			<context kind="class">Frame</context>
4381cdf0e10cSrcweir			<name>ActiveControl</name>
4382cdf0e10cSrcweir			<type>Control</type>
4383cdf0e10cSrcweir		</source>
4384cdf0e10cSrcweir	</element>
4385cdf0e10cSrcweir	<!--method::Frame.AddControl-->
4386cdf0e10cSrcweir	<element type="method">
4387cdf0e10cSrcweir		<source id="MSForms.Frame.AddControl">
4388cdf0e10cSrcweir			<context kind="class">Frame</context>
4389cdf0e10cSrcweir			<name>AddControl</name>
4390cdf0e10cSrcweir			<type>void</type>
4391cdf0e10cSrcweir			<parameter-list>
4392cdf0e10cSrcweir				<parameter>
4393cdf0e10cSrcweir					<type>Control</type>
4394cdf0e10cSrcweir					<name>Control</name>
4395cdf0e10cSrcweir				</parameter>
4396cdf0e10cSrcweir			</parameter-list>
4397cdf0e10cSrcweir		</source>
4398cdf0e10cSrcweir	</element>
4399cdf0e10cSrcweir	<!--property::Frame.BackColor-->
4400cdf0e10cSrcweir	<element type="property">
4401cdf0e10cSrcweir		<source id="MSForms.Frame.BackColor">
4402cdf0e10cSrcweir			<context kind="class">Frame</context>
4403cdf0e10cSrcweir			<name>BackColor</name>
4404cdf0e10cSrcweir			<type>Integer</type>
4405cdf0e10cSrcweir		</source>
4406cdf0e10cSrcweir	</element>
4407cdf0e10cSrcweir	<!--method::Frame.BeforeDragOver-->
4408cdf0e10cSrcweir	<element type="method">
4409cdf0e10cSrcweir		<source id="MSForms.Frame.BeforeDragOver">
4410cdf0e10cSrcweir			<context kind="class">Frame</context>
4411cdf0e10cSrcweir			<name>BeforeDragOver</name>
4412cdf0e10cSrcweir			<type>void</type>
4413cdf0e10cSrcweir			<parameter-list>
4414cdf0e10cSrcweir				<parameter>
4415cdf0e10cSrcweir					<type>ReturnBoolean</type>
4416cdf0e10cSrcweir					<name>Cancel</name>
4417cdf0e10cSrcweir				</parameter>
4418cdf0e10cSrcweir				<parameter>
4419cdf0e10cSrcweir					<type>Control</type>
4420cdf0e10cSrcweir					<name>Control</name>
4421cdf0e10cSrcweir				</parameter>
4422cdf0e10cSrcweir				<parameter>
4423cdf0e10cSrcweir					<type>DataObject</type>
4424cdf0e10cSrcweir					<name>Data</name>
4425cdf0e10cSrcweir				</parameter>
4426cdf0e10cSrcweir				<parameter>
4427cdf0e10cSrcweir					<type>Single</type>
4428cdf0e10cSrcweir					<name>X</name>
4429cdf0e10cSrcweir				</parameter>
4430cdf0e10cSrcweir				<parameter>
4431cdf0e10cSrcweir					<type>Single</type>
4432cdf0e10cSrcweir					<name>Y</name>
4433cdf0e10cSrcweir				</parameter>
4434cdf0e10cSrcweir				<parameter>
4435cdf0e10cSrcweir					<type>Integer</type>
4436cdf0e10cSrcweir					<name>State</name>
4437cdf0e10cSrcweir				</parameter>
4438cdf0e10cSrcweir				<parameter>
4439cdf0e10cSrcweir					<type>ReturnEffect</type>
4440cdf0e10cSrcweir					<name>Effect</name>
4441cdf0e10cSrcweir				</parameter>
4442cdf0e10cSrcweir				<parameter>
4443cdf0e10cSrcweir					<type>short</type>
4444cdf0e10cSrcweir					<name>Shift</name>
4445cdf0e10cSrcweir				</parameter>
4446cdf0e10cSrcweir			</parameter-list>
4447cdf0e10cSrcweir		</source>
4448cdf0e10cSrcweir	</element>
4449cdf0e10cSrcweir	<!--method::Frame.BeforeDropOrPaste-->
4450cdf0e10cSrcweir	<element type="method">
4451cdf0e10cSrcweir		<source id="MSForms.Frame.BeforeDropOrPaste">
4452cdf0e10cSrcweir			<context kind="class">Frame</context>
4453cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
4454cdf0e10cSrcweir			<type>void</type>
4455cdf0e10cSrcweir			<parameter-list>
4456cdf0e10cSrcweir				<parameter>
4457cdf0e10cSrcweir					<type>ReturnBoolean</type>
4458cdf0e10cSrcweir					<name>Cancel</name>
4459cdf0e10cSrcweir				</parameter>
4460cdf0e10cSrcweir				<parameter>
4461cdf0e10cSrcweir					<type>Control</type>
4462cdf0e10cSrcweir					<name>Control</name>
4463cdf0e10cSrcweir				</parameter>
4464cdf0e10cSrcweir				<parameter>
4465cdf0e10cSrcweir					<type>Integer</type>
4466cdf0e10cSrcweir					<name>Action</name>
4467cdf0e10cSrcweir				</parameter>
4468cdf0e10cSrcweir				<parameter>
4469cdf0e10cSrcweir					<type>DataObject</type>
4470cdf0e10cSrcweir					<name>Data</name>
4471cdf0e10cSrcweir				</parameter>
4472cdf0e10cSrcweir				<parameter>
4473cdf0e10cSrcweir					<type>Single</type>
4474cdf0e10cSrcweir					<name>X</name>
4475cdf0e10cSrcweir				</parameter>
4476cdf0e10cSrcweir				<parameter>
4477cdf0e10cSrcweir					<type>Single</type>
4478cdf0e10cSrcweir					<name>Y</name>
4479cdf0e10cSrcweir				</parameter>
4480cdf0e10cSrcweir				<parameter>
4481cdf0e10cSrcweir					<type>ReturnEffect</type>
4482cdf0e10cSrcweir					<name>Effect</name>
4483cdf0e10cSrcweir				</parameter>
4484cdf0e10cSrcweir				<parameter>
4485cdf0e10cSrcweir					<type>short</type>
4486cdf0e10cSrcweir					<name>Shift</name>
4487cdf0e10cSrcweir				</parameter>
4488cdf0e10cSrcweir			</parameter-list>
4489cdf0e10cSrcweir		</source>
4490cdf0e10cSrcweir	</element>
4491cdf0e10cSrcweir	<!--property::Frame.BorderColor-->
4492cdf0e10cSrcweir	<element type="property">
4493cdf0e10cSrcweir		<source id="MSForms.Frame.BorderColor">
4494cdf0e10cSrcweir			<context kind="class">Frame</context>
4495cdf0e10cSrcweir			<name>BorderColor</name>
4496cdf0e10cSrcweir			<type>Integer</type>
4497cdf0e10cSrcweir		</source>
4498cdf0e10cSrcweir	</element>
4499cdf0e10cSrcweir	<!--property::Frame.BorderStyle-->
4500cdf0e10cSrcweir	<element type="property">
4501cdf0e10cSrcweir		<source id="MSForms.Frame.BorderStyle">
4502cdf0e10cSrcweir			<context kind="class">Frame</context>
4503cdf0e10cSrcweir			<name>BorderStyle</name>
4504cdf0e10cSrcweir			<type>Integer</type>
4505cdf0e10cSrcweir		</source>
4506cdf0e10cSrcweir	</element>
4507cdf0e10cSrcweir	<!--property::Frame.CanPaste {ReadOnly}-->
4508cdf0e10cSrcweir	<element type="property">
4509cdf0e10cSrcweir		<source id="MSForms.Frame.CanPaste">
4510cdf0e10cSrcweir			<context kind="class">Frame</context>
4511cdf0e10cSrcweir			<name>CanPaste</name>
4512cdf0e10cSrcweir			<type>boolean</type>
4513cdf0e10cSrcweir		</source>
4514cdf0e10cSrcweir	</element>
4515cdf0e10cSrcweir	<!--property::Frame.CanRedo {ReadOnly}-->
4516cdf0e10cSrcweir	<element type="property">
4517cdf0e10cSrcweir		<source id="MSForms.Frame.CanRedo">
4518cdf0e10cSrcweir			<context kind="class">Frame</context>
4519cdf0e10cSrcweir			<name>CanRedo</name>
4520cdf0e10cSrcweir			<type>boolean</type>
4521cdf0e10cSrcweir		</source>
4522cdf0e10cSrcweir	</element>
4523cdf0e10cSrcweir	<!--property::Frame.CanUndo {ReadOnly}-->
4524cdf0e10cSrcweir	<element type="property">
4525cdf0e10cSrcweir		<source id="MSForms.Frame.CanUndo">
4526cdf0e10cSrcweir			<context kind="class">Frame</context>
4527cdf0e10cSrcweir			<name>CanUndo</name>
4528cdf0e10cSrcweir			<type>boolean</type>
4529cdf0e10cSrcweir		</source>
4530cdf0e10cSrcweir	</element>
4531cdf0e10cSrcweir	<!--property::Frame.Caption-->
4532cdf0e10cSrcweir	<element type="property">
4533cdf0e10cSrcweir		<source id="MSForms.Frame.Caption">
4534cdf0e10cSrcweir			<context kind="class">Frame</context>
4535cdf0e10cSrcweir			<name>Caption</name>
4536cdf0e10cSrcweir			<type>String</type>
4537cdf0e10cSrcweir		</source>
4538cdf0e10cSrcweir	</element>
4539cdf0e10cSrcweir	<!--method::Frame.Click-->
4540cdf0e10cSrcweir	<element type="method">
4541cdf0e10cSrcweir		<source id="MSForms.Frame.Click">
4542cdf0e10cSrcweir			<context kind="class">Frame</context>
4543cdf0e10cSrcweir			<name>Click</name>
4544cdf0e10cSrcweir			<type>void</type>
4545cdf0e10cSrcweir		</source>
4546cdf0e10cSrcweir	</element>
4547cdf0e10cSrcweir	<!--property::Frame.Controls {Default} {ReadOnly}-->
4548cdf0e10cSrcweir	<element type="property">
4549cdf0e10cSrcweir		<source id="MSForms.Frame.Controls">
4550cdf0e10cSrcweir			<context kind="class">Frame</context>
4551cdf0e10cSrcweir			<name default="true">Controls</name>
4552cdf0e10cSrcweir			<type>Controls</type>
4553cdf0e10cSrcweir		</source>
4554cdf0e10cSrcweir	</element>
4555cdf0e10cSrcweir	<!--method::Frame.Copy-->
4556cdf0e10cSrcweir	<element type="method">
4557cdf0e10cSrcweir		<source id="MSForms.Frame.Copy">
4558cdf0e10cSrcweir			<context kind="class">Frame</context>
4559cdf0e10cSrcweir			<name>Copy</name>
4560cdf0e10cSrcweir			<type>void</type>
4561cdf0e10cSrcweir		</source>
4562cdf0e10cSrcweir	</element>
4563cdf0e10cSrcweir	<!--method::Frame.Cut-->
4564cdf0e10cSrcweir	<element type="method">
4565cdf0e10cSrcweir		<source id="MSForms.Frame.Cut">
4566cdf0e10cSrcweir			<context kind="class">Frame</context>
4567cdf0e10cSrcweir			<name>Cut</name>
4568cdf0e10cSrcweir			<type>void</type>
4569cdf0e10cSrcweir		</source>
4570cdf0e10cSrcweir	</element>
4571cdf0e10cSrcweir	<!--property::Frame.Cycle-->
4572cdf0e10cSrcweir	<element type="property">
4573cdf0e10cSrcweir		<source id="MSForms.Frame.Cycle">
4574cdf0e10cSrcweir			<context kind="class">Frame</context>
4575cdf0e10cSrcweir			<name>Cycle</name>
4576cdf0e10cSrcweir			<type>Integer</type>
4577cdf0e10cSrcweir		</source>
4578cdf0e10cSrcweir	</element>
4579cdf0e10cSrcweir	<!--method::Frame.DblClick-->
4580cdf0e10cSrcweir	<element type="method">
4581cdf0e10cSrcweir		<source id="MSForms.Frame.DblClick">
4582cdf0e10cSrcweir			<context kind="class">Frame</context>
4583cdf0e10cSrcweir			<name>DblClick</name>
4584cdf0e10cSrcweir			<type>void</type>
4585cdf0e10cSrcweir			<parameter-list>
4586cdf0e10cSrcweir				<parameter>
4587cdf0e10cSrcweir					<type>ReturnBoolean</type>
4588cdf0e10cSrcweir					<name>Cancel</name>
4589cdf0e10cSrcweir				</parameter>
4590cdf0e10cSrcweir			</parameter-list>
4591cdf0e10cSrcweir		</source>
4592cdf0e10cSrcweir	</element>
4593cdf0e10cSrcweir	<!--property::Frame.DesignMode-->
4594cdf0e10cSrcweir	<element type="property">
4595cdf0e10cSrcweir		<source id="MSForms.Frame.DesignMode">
4596cdf0e10cSrcweir			<context kind="class">Frame</context>
4597cdf0e10cSrcweir			<name>DesignMode</name>
4598cdf0e10cSrcweir			<type>Integer</type>
4599cdf0e10cSrcweir		</source>
4600cdf0e10cSrcweir	</element>
4601cdf0e10cSrcweir	<!--property::Frame.Enabled-->
4602cdf0e10cSrcweir	<element type="property">
4603cdf0e10cSrcweir		<source id="MSForms.Frame.Enabled">
4604cdf0e10cSrcweir			<context kind="class">Frame</context>
4605cdf0e10cSrcweir			<name>Enabled</name>
4606cdf0e10cSrcweir			<type>boolean</type>
4607cdf0e10cSrcweir		</source>
4608cdf0e10cSrcweir	</element>
4609cdf0e10cSrcweir	<!--method::Frame.Error-->
4610cdf0e10cSrcweir	<element type="method">
4611cdf0e10cSrcweir		<source id="MSForms.Frame.Error">
4612cdf0e10cSrcweir			<context kind="class">Frame</context>
4613cdf0e10cSrcweir			<name>Error</name>
4614cdf0e10cSrcweir			<type>void</type>
4615cdf0e10cSrcweir			<parameter-list>
4616cdf0e10cSrcweir				<parameter>
4617cdf0e10cSrcweir					<type>short</type>
4618cdf0e10cSrcweir					<name>Number</name>
4619cdf0e10cSrcweir				</parameter>
4620cdf0e10cSrcweir				<parameter>
4621cdf0e10cSrcweir					<type>ReturnString</type>
4622cdf0e10cSrcweir					<name>Description</name>
4623cdf0e10cSrcweir				</parameter>
4624cdf0e10cSrcweir				<parameter>
4625cdf0e10cSrcweir					<type>Integer</type>
4626cdf0e10cSrcweir					<name>SCode</name>
4627cdf0e10cSrcweir				</parameter>
4628cdf0e10cSrcweir				<parameter>
4629cdf0e10cSrcweir					<type>String</type>
4630cdf0e10cSrcweir					<name>Source</name>
4631cdf0e10cSrcweir				</parameter>
4632cdf0e10cSrcweir				<parameter>
4633cdf0e10cSrcweir					<type>String</type>
4634cdf0e10cSrcweir					<name>HelpFile</name>
4635cdf0e10cSrcweir				</parameter>
4636cdf0e10cSrcweir				<parameter>
4637cdf0e10cSrcweir					<type>Integer</type>
4638cdf0e10cSrcweir					<name>HelpContext</name>
4639cdf0e10cSrcweir				</parameter>
4640cdf0e10cSrcweir				<parameter>
4641cdf0e10cSrcweir					<type>ReturnBoolean</type>
4642cdf0e10cSrcweir					<name>CancelDisplay</name>
4643cdf0e10cSrcweir				</parameter>
4644cdf0e10cSrcweir			</parameter-list>
4645cdf0e10cSrcweir		</source>
4646cdf0e10cSrcweir	</element>
4647cdf0e10cSrcweir	<!--property::Frame.Font {ReadOnly}-->
4648cdf0e10cSrcweir	<element type="property">
4649cdf0e10cSrcweir		<source id="MSForms.Frame.Font">
4650cdf0e10cSrcweir			<context kind="class">Frame</context>
4651cdf0e10cSrcweir			<name>Font</name>
4652cdf0e10cSrcweir			<type>Font</type>
4653cdf0e10cSrcweir		</source>
4654cdf0e10cSrcweir	</element>
4655cdf0e10cSrcweir	<!--property::Frame.ForeColor-->
4656cdf0e10cSrcweir	<element type="property">
4657cdf0e10cSrcweir		<source id="MSForms.Frame.ForeColor">
4658cdf0e10cSrcweir			<context kind="class">Frame</context>
4659cdf0e10cSrcweir			<name>ForeColor</name>
4660cdf0e10cSrcweir			<type>Integer</type>
4661cdf0e10cSrcweir		</source>
4662cdf0e10cSrcweir	</element>
4663cdf0e10cSrcweir	<!--property::Frame.GridX-->
4664cdf0e10cSrcweir	<element type="property">
4665cdf0e10cSrcweir		<source id="MSForms.Frame.GridX">
4666cdf0e10cSrcweir			<context kind="class">Frame</context>
4667cdf0e10cSrcweir			<name>GridX</name>
4668cdf0e10cSrcweir			<type>Single</type>
4669cdf0e10cSrcweir		</source>
4670cdf0e10cSrcweir	</element>
4671cdf0e10cSrcweir	<!--property::Frame.GridY-->
4672cdf0e10cSrcweir	<element type="property">
4673cdf0e10cSrcweir		<source id="MSForms.Frame.GridY">
4674cdf0e10cSrcweir			<context kind="class">Frame</context>
4675cdf0e10cSrcweir			<name>GridY</name>
4676cdf0e10cSrcweir			<type>Single</type>
4677cdf0e10cSrcweir		</source>
4678cdf0e10cSrcweir	</element>
4679cdf0e10cSrcweir	<!--property::Frame.InsideHeight {ReadOnly}-->
4680cdf0e10cSrcweir	<element type="property">
4681cdf0e10cSrcweir		<source id="MSForms.Frame.InsideHeight">
4682cdf0e10cSrcweir			<context kind="class">Frame</context>
4683cdf0e10cSrcweir			<name>InsideHeight</name>
4684cdf0e10cSrcweir			<type>Single</type>
4685cdf0e10cSrcweir		</source>
4686cdf0e10cSrcweir	</element>
4687cdf0e10cSrcweir	<!--property::Frame.InsideWidth {ReadOnly}-->
4688cdf0e10cSrcweir	<element type="property">
4689cdf0e10cSrcweir		<source id="MSForms.Frame.InsideWidth">
4690cdf0e10cSrcweir			<context kind="class">Frame</context>
4691cdf0e10cSrcweir			<name>InsideWidth</name>
4692cdf0e10cSrcweir			<type>Single</type>
4693cdf0e10cSrcweir		</source>
4694cdf0e10cSrcweir	</element>
4695cdf0e10cSrcweir	<!--property::Frame.KeepScrollBarsVisible-->
4696cdf0e10cSrcweir	<element type="property">
4697cdf0e10cSrcweir		<source id="MSForms.Frame.KeepScrollBarsVisible">
4698cdf0e10cSrcweir			<context kind="class">Frame</context>
4699cdf0e10cSrcweir			<name>KeepScrollBarsVisible</name>
4700cdf0e10cSrcweir			<type>Integer</type>
4701cdf0e10cSrcweir		</source>
4702cdf0e10cSrcweir	</element>
4703cdf0e10cSrcweir	<!--method::Frame.KeyDown-->
4704cdf0e10cSrcweir	<element type="method">
4705cdf0e10cSrcweir		<source id="MSForms.Frame.KeyDown">
4706cdf0e10cSrcweir			<context kind="class">Frame</context>
4707cdf0e10cSrcweir			<name>KeyDown</name>
4708cdf0e10cSrcweir			<type>void</type>
4709cdf0e10cSrcweir			<parameter-list>
4710cdf0e10cSrcweir				<parameter>
4711cdf0e10cSrcweir					<type>ReturnInteger</type>
4712cdf0e10cSrcweir					<name>KeyCode</name>
4713cdf0e10cSrcweir				</parameter>
4714cdf0e10cSrcweir				<parameter>
4715cdf0e10cSrcweir					<type>short</type>
4716cdf0e10cSrcweir					<name>Shift</name>
4717cdf0e10cSrcweir				</parameter>
4718cdf0e10cSrcweir			</parameter-list>
4719cdf0e10cSrcweir		</source>
4720cdf0e10cSrcweir	</element>
4721cdf0e10cSrcweir	<!--method::Frame.KeyPress-->
4722cdf0e10cSrcweir	<element type="method">
4723cdf0e10cSrcweir		<source id="MSForms.Frame.KeyPress">
4724cdf0e10cSrcweir			<context kind="class">Frame</context>
4725cdf0e10cSrcweir			<name>KeyPress</name>
4726cdf0e10cSrcweir			<type>void</type>
4727cdf0e10cSrcweir			<parameter-list>
4728cdf0e10cSrcweir				<parameter>
4729cdf0e10cSrcweir					<type>ReturnInteger</type>
4730cdf0e10cSrcweir					<name>KeyAscii</name>
4731cdf0e10cSrcweir				</parameter>
4732cdf0e10cSrcweir			</parameter-list>
4733cdf0e10cSrcweir		</source>
4734cdf0e10cSrcweir	</element>
4735cdf0e10cSrcweir	<!--method::Frame.KeyUp-->
4736cdf0e10cSrcweir	<element type="method">
4737cdf0e10cSrcweir		<source id="MSForms.Frame.KeyUp">
4738cdf0e10cSrcweir			<context kind="class">Frame</context>
4739cdf0e10cSrcweir			<name>KeyUp</name>
4740cdf0e10cSrcweir			<type>void</type>
4741cdf0e10cSrcweir			<parameter-list>
4742cdf0e10cSrcweir				<parameter>
4743cdf0e10cSrcweir					<type>ReturnInteger</type>
4744cdf0e10cSrcweir					<name>KeyCode</name>
4745cdf0e10cSrcweir				</parameter>
4746cdf0e10cSrcweir				<parameter>
4747cdf0e10cSrcweir					<type>short</type>
4748cdf0e10cSrcweir					<name>Shift</name>
4749cdf0e10cSrcweir				</parameter>
4750cdf0e10cSrcweir			</parameter-list>
4751cdf0e10cSrcweir		</source>
4752cdf0e10cSrcweir	</element>
4753cdf0e10cSrcweir	<!--method::Frame.Layout-->
4754cdf0e10cSrcweir	<element type="method">
4755cdf0e10cSrcweir		<source id="MSForms.Frame.Layout">
4756cdf0e10cSrcweir			<context kind="class">Frame</context>
4757cdf0e10cSrcweir			<name>Layout</name>
4758cdf0e10cSrcweir			<type>void</type>
4759cdf0e10cSrcweir		</source>
4760cdf0e10cSrcweir	</element>
4761cdf0e10cSrcweir	<!--method::Frame.MouseDown-->
4762cdf0e10cSrcweir	<element type="method">
4763cdf0e10cSrcweir		<source id="MSForms.Frame.MouseDown">
4764cdf0e10cSrcweir			<context kind="class">Frame</context>
4765cdf0e10cSrcweir			<name>MouseDown</name>
4766cdf0e10cSrcweir			<type>void</type>
4767cdf0e10cSrcweir			<parameter-list>
4768cdf0e10cSrcweir				<parameter>
4769cdf0e10cSrcweir					<type>short</type>
4770cdf0e10cSrcweir					<name>Button</name>
4771cdf0e10cSrcweir				</parameter>
4772cdf0e10cSrcweir				<parameter>
4773cdf0e10cSrcweir					<type>short</type>
4774cdf0e10cSrcweir					<name>Shift</name>
4775cdf0e10cSrcweir				</parameter>
4776cdf0e10cSrcweir				<parameter>
4777cdf0e10cSrcweir					<type>Single</type>
4778cdf0e10cSrcweir					<name>X</name>
4779cdf0e10cSrcweir				</parameter>
4780cdf0e10cSrcweir				<parameter>
4781cdf0e10cSrcweir					<type>Single</type>
4782cdf0e10cSrcweir					<name>Y</name>
4783cdf0e10cSrcweir				</parameter>
4784cdf0e10cSrcweir			</parameter-list>
4785cdf0e10cSrcweir		</source>
4786cdf0e10cSrcweir	</element>
4787cdf0e10cSrcweir	<!--property::Frame.MouseIcon-->
4788cdf0e10cSrcweir	<element type="property">
4789cdf0e10cSrcweir		<source id="MSForms.Frame.MouseIcon">
4790cdf0e10cSrcweir			<context kind="class">Frame</context>
4791cdf0e10cSrcweir			<name>MouseIcon</name>
4792cdf0e10cSrcweir			<type>Picture</type>
4793cdf0e10cSrcweir		</source>
4794cdf0e10cSrcweir	</element>
4795cdf0e10cSrcweir	<!--method::Frame.MouseMove-->
4796cdf0e10cSrcweir	<element type="method">
4797cdf0e10cSrcweir		<source id="MSForms.Frame.MouseMove">
4798cdf0e10cSrcweir			<context kind="class">Frame</context>
4799cdf0e10cSrcweir			<name>MouseMove</name>
4800cdf0e10cSrcweir			<type>void</type>
4801cdf0e10cSrcweir			<parameter-list>
4802cdf0e10cSrcweir				<parameter>
4803cdf0e10cSrcweir					<type>short</type>
4804cdf0e10cSrcweir					<name>Button</name>
4805cdf0e10cSrcweir				</parameter>
4806cdf0e10cSrcweir				<parameter>
4807cdf0e10cSrcweir					<type>short</type>
4808cdf0e10cSrcweir					<name>Shift</name>
4809cdf0e10cSrcweir				</parameter>
4810cdf0e10cSrcweir				<parameter>
4811cdf0e10cSrcweir					<type>Single</type>
4812cdf0e10cSrcweir					<name>X</name>
4813cdf0e10cSrcweir				</parameter>
4814cdf0e10cSrcweir				<parameter>
4815cdf0e10cSrcweir					<type>Single</type>
4816cdf0e10cSrcweir					<name>Y</name>
4817cdf0e10cSrcweir				</parameter>
4818cdf0e10cSrcweir			</parameter-list>
4819cdf0e10cSrcweir		</source>
4820cdf0e10cSrcweir	</element>
4821cdf0e10cSrcweir	<!--property::Frame.MousePointer-->
4822cdf0e10cSrcweir	<element type="property">
4823cdf0e10cSrcweir		<source id="MSForms.Frame.MousePointer">
4824cdf0e10cSrcweir			<context kind="class">Frame</context>
4825cdf0e10cSrcweir			<name>MousePointer</name>
4826cdf0e10cSrcweir			<type>Integer</type>
4827cdf0e10cSrcweir		</source>
4828cdf0e10cSrcweir	</element>
4829cdf0e10cSrcweir	<!--method::Frame.MouseUp-->
4830cdf0e10cSrcweir	<element type="method">
4831cdf0e10cSrcweir		<source id="MSForms.Frame.MouseUp">
4832cdf0e10cSrcweir			<context kind="class">Frame</context>
4833cdf0e10cSrcweir			<name>MouseUp</name>
4834cdf0e10cSrcweir			<type>void</type>
4835cdf0e10cSrcweir			<parameter-list>
4836cdf0e10cSrcweir				<parameter>
4837cdf0e10cSrcweir					<type>short</type>
4838cdf0e10cSrcweir					<name>Button</name>
4839cdf0e10cSrcweir				</parameter>
4840cdf0e10cSrcweir				<parameter>
4841cdf0e10cSrcweir					<type>short</type>
4842cdf0e10cSrcweir					<name>Shift</name>
4843cdf0e10cSrcweir				</parameter>
4844cdf0e10cSrcweir				<parameter>
4845cdf0e10cSrcweir					<type>Single</type>
4846cdf0e10cSrcweir					<name>X</name>
4847cdf0e10cSrcweir				</parameter>
4848cdf0e10cSrcweir				<parameter>
4849cdf0e10cSrcweir					<type>Single</type>
4850cdf0e10cSrcweir					<name>Y</name>
4851cdf0e10cSrcweir				</parameter>
4852cdf0e10cSrcweir			</parameter-list>
4853cdf0e10cSrcweir		</source>
4854cdf0e10cSrcweir	</element>
4855cdf0e10cSrcweir	<!--method::Frame.Paste-->
4856cdf0e10cSrcweir	<element type="method">
4857cdf0e10cSrcweir		<source id="MSForms.Frame.Paste">
4858cdf0e10cSrcweir			<context kind="class">Frame</context>
4859cdf0e10cSrcweir			<name>Paste</name>
4860cdf0e10cSrcweir			<type>void</type>
4861cdf0e10cSrcweir		</source>
4862cdf0e10cSrcweir	</element>
4863cdf0e10cSrcweir	<!--property::Frame.Picture-->
4864cdf0e10cSrcweir	<element type="property">
4865cdf0e10cSrcweir		<source id="MSForms.Frame.Picture">
4866cdf0e10cSrcweir			<context kind="class">Frame</context>
4867cdf0e10cSrcweir			<name>Picture</name>
4868cdf0e10cSrcweir			<type>Picture</type>
4869cdf0e10cSrcweir		</source>
4870cdf0e10cSrcweir	</element>
4871cdf0e10cSrcweir	<!--property::Frame.PictureAlignment-->
4872cdf0e10cSrcweir	<element type="property">
4873cdf0e10cSrcweir		<source id="MSForms.Frame.PictureAlignment">
4874cdf0e10cSrcweir			<context kind="class">Frame</context>
4875cdf0e10cSrcweir			<name>PictureAlignment</name>
4876cdf0e10cSrcweir			<type>Integer</type>
4877cdf0e10cSrcweir		</source>
4878cdf0e10cSrcweir	</element>
4879cdf0e10cSrcweir	<!--property::Frame.PictureSizeMode-->
4880cdf0e10cSrcweir	<element type="property">
4881cdf0e10cSrcweir		<source id="MSForms.Frame.PictureSizeMode">
4882cdf0e10cSrcweir			<context kind="class">Frame</context>
4883cdf0e10cSrcweir			<name>PictureSizeMode</name>
4884cdf0e10cSrcweir			<type>Integer</type>
4885cdf0e10cSrcweir		</source>
4886cdf0e10cSrcweir	</element>
4887cdf0e10cSrcweir	<!--property::Frame.PictureTiling-->
4888cdf0e10cSrcweir	<element type="property">
4889cdf0e10cSrcweir		<source id="MSForms.Frame.PictureTiling">
4890cdf0e10cSrcweir			<context kind="class">Frame</context>
4891cdf0e10cSrcweir			<name>PictureTiling</name>
4892cdf0e10cSrcweir			<type>boolean</type>
4893cdf0e10cSrcweir		</source>
4894cdf0e10cSrcweir	</element>
4895cdf0e10cSrcweir	<!--method::Frame.RedoAction-->
4896cdf0e10cSrcweir	<element type="method">
4897cdf0e10cSrcweir		<source id="MSForms.Frame.RedoAction">
4898cdf0e10cSrcweir			<context kind="class">Frame</context>
4899cdf0e10cSrcweir			<name>RedoAction</name>
4900cdf0e10cSrcweir			<type>void</type>
4901cdf0e10cSrcweir		</source>
4902cdf0e10cSrcweir	</element>
4903cdf0e10cSrcweir	<!--method::Frame.RemoveControl-->
4904cdf0e10cSrcweir	<element type="method">
4905cdf0e10cSrcweir		<source id="MSForms.Frame.RemoveControl">
4906cdf0e10cSrcweir			<context kind="class">Frame</context>
4907cdf0e10cSrcweir			<name>RemoveControl</name>
4908cdf0e10cSrcweir			<type>void</type>
4909cdf0e10cSrcweir			<parameter-list>
4910cdf0e10cSrcweir				<parameter>
4911cdf0e10cSrcweir					<type>Control</type>
4912cdf0e10cSrcweir					<name>Control</name>
4913cdf0e10cSrcweir				</parameter>
4914cdf0e10cSrcweir			</parameter-list>
4915cdf0e10cSrcweir		</source>
4916cdf0e10cSrcweir	</element>
4917cdf0e10cSrcweir	<!--method::Frame.Repaint-->
4918cdf0e10cSrcweir	<element type="method">
4919cdf0e10cSrcweir		<source id="MSForms.Frame.Repaint">
4920cdf0e10cSrcweir			<context kind="class">Frame</context>
4921cdf0e10cSrcweir			<name>Repaint</name>
4922cdf0e10cSrcweir			<type>void</type>
4923cdf0e10cSrcweir		</source>
4924cdf0e10cSrcweir	</element>
4925cdf0e10cSrcweir	<!--method::Frame.Scroll-->
4926cdf0e10cSrcweir	<element type="method">
4927cdf0e10cSrcweir		<source id="MSForms.Frame.Scroll">
4928cdf0e10cSrcweir			<context kind="class">Frame</context>
4929cdf0e10cSrcweir			<name>Scroll</name>
4930cdf0e10cSrcweir			<type>void</type>
4931cdf0e10cSrcweir			<parameter-list>
4932cdf0e10cSrcweir				<parameter optional="true">
4933cdf0e10cSrcweir					<type>Variant</type>
4934cdf0e10cSrcweir					<name>xAction</name>
4935cdf0e10cSrcweir				</parameter>
4936cdf0e10cSrcweir				<parameter optional="true">
4937cdf0e10cSrcweir					<type>Variant</type>
4938cdf0e10cSrcweir					<name>yAction</name>
4939cdf0e10cSrcweir				</parameter>
4940cdf0e10cSrcweir			</parameter-list>
4941cdf0e10cSrcweir		</source>
4942cdf0e10cSrcweir	</element>
4943cdf0e10cSrcweir	<!--property::Frame.ScrollBars-->
4944cdf0e10cSrcweir	<element type="property">
4945cdf0e10cSrcweir		<source id="MSForms.Frame.ScrollBars">
4946cdf0e10cSrcweir			<context kind="class">Frame</context>
4947cdf0e10cSrcweir			<name>ScrollBars</name>
4948cdf0e10cSrcweir			<type>Integer</type>
4949cdf0e10cSrcweir		</source>
4950cdf0e10cSrcweir	</element>
4951cdf0e10cSrcweir	<!--property::Frame.ScrollHeight-->
4952cdf0e10cSrcweir	<element type="property">
4953cdf0e10cSrcweir		<source id="MSForms.Frame.ScrollHeight">
4954cdf0e10cSrcweir			<context kind="class">Frame</context>
4955cdf0e10cSrcweir			<name>ScrollHeight</name>
4956cdf0e10cSrcweir			<type>Single</type>
4957cdf0e10cSrcweir		</source>
4958cdf0e10cSrcweir	</element>
4959cdf0e10cSrcweir	<!--property::Frame.ScrollLeft-->
4960cdf0e10cSrcweir	<element type="property">
4961cdf0e10cSrcweir		<source id="MSForms.Frame.ScrollLeft">
4962cdf0e10cSrcweir			<context kind="class">Frame</context>
4963cdf0e10cSrcweir			<name>ScrollLeft</name>
4964cdf0e10cSrcweir			<type>Single</type>
4965cdf0e10cSrcweir		</source>
4966cdf0e10cSrcweir	</element>
4967cdf0e10cSrcweir	<!--property::Frame.ScrollTop-->
4968cdf0e10cSrcweir	<element type="property">
4969cdf0e10cSrcweir		<source id="MSForms.Frame.ScrollTop">
4970cdf0e10cSrcweir			<context kind="class">Frame</context>
4971cdf0e10cSrcweir			<name>ScrollTop</name>
4972cdf0e10cSrcweir			<type>Single</type>
4973cdf0e10cSrcweir		</source>
4974cdf0e10cSrcweir	</element>
4975cdf0e10cSrcweir	<!--property::Frame.ScrollWidth-->
4976cdf0e10cSrcweir	<element type="property">
4977cdf0e10cSrcweir		<source id="MSForms.Frame.ScrollWidth">
4978cdf0e10cSrcweir			<context kind="class">Frame</context>
4979cdf0e10cSrcweir			<name>ScrollWidth</name>
4980cdf0e10cSrcweir			<type>Single</type>
4981cdf0e10cSrcweir		</source>
4982cdf0e10cSrcweir	</element>
4983cdf0e10cSrcweir	<!--property::Frame.Selected {ReadOnly}-->
4984cdf0e10cSrcweir	<element type="property">
4985cdf0e10cSrcweir		<source id="MSForms.Frame.Selected">
4986cdf0e10cSrcweir			<context kind="class">Frame</context>
4987cdf0e10cSrcweir			<name>Selected</name>
4988cdf0e10cSrcweir			<type>Controls</type>
4989cdf0e10cSrcweir		</source>
4990cdf0e10cSrcweir	</element>
4991cdf0e10cSrcweir	<!--method::Frame.SetDefaultTabOrder-->
4992cdf0e10cSrcweir	<element type="method">
4993cdf0e10cSrcweir		<source id="MSForms.Frame.SetDefaultTabOrder">
4994cdf0e10cSrcweir			<context kind="class">Frame</context>
4995cdf0e10cSrcweir			<name>SetDefaultTabOrder</name>
4996cdf0e10cSrcweir			<type>void</type>
4997cdf0e10cSrcweir		</source>
4998cdf0e10cSrcweir	</element>
4999cdf0e10cSrcweir	<!--property::Frame.ShowGridDots-->
5000cdf0e10cSrcweir	<element type="property">
5001cdf0e10cSrcweir		<source id="MSForms.Frame.ShowGridDots">
5002cdf0e10cSrcweir			<context kind="class">Frame</context>
5003cdf0e10cSrcweir			<name>ShowGridDots</name>
5004cdf0e10cSrcweir			<type>Integer</type>
5005cdf0e10cSrcweir		</source>
5006cdf0e10cSrcweir	</element>
5007cdf0e10cSrcweir	<!--property::Frame.ShowToolbox-->
5008cdf0e10cSrcweir	<element type="property">
5009cdf0e10cSrcweir		<source id="MSForms.Frame.ShowToolbox">
5010cdf0e10cSrcweir			<context kind="class">Frame</context>
5011cdf0e10cSrcweir			<name>ShowToolbox</name>
5012cdf0e10cSrcweir			<type>Integer</type>
5013cdf0e10cSrcweir		</source>
5014cdf0e10cSrcweir	</element>
5015cdf0e10cSrcweir	<!--property::Frame.SnapToGrid-->
5016cdf0e10cSrcweir	<element type="property">
5017cdf0e10cSrcweir		<source id="MSForms.Frame.SnapToGrid">
5018cdf0e10cSrcweir			<context kind="class">Frame</context>
5019cdf0e10cSrcweir			<name>SnapToGrid</name>
5020cdf0e10cSrcweir			<type>Integer</type>
5021cdf0e10cSrcweir		</source>
5022cdf0e10cSrcweir	</element>
5023cdf0e10cSrcweir	<!--property::Frame.SpecialEffect-->
5024cdf0e10cSrcweir	<element type="property">
5025cdf0e10cSrcweir		<source id="MSForms.Frame.SpecialEffect">
5026cdf0e10cSrcweir			<context kind="class">Frame</context>
5027cdf0e10cSrcweir			<name>SpecialEffect</name>
5028cdf0e10cSrcweir			<type>Integer</type>
5029cdf0e10cSrcweir		</source>
5030cdf0e10cSrcweir	</element>
5031cdf0e10cSrcweir	<!--method::Frame.UndoAction-->
5032cdf0e10cSrcweir	<element type="method">
5033cdf0e10cSrcweir		<source id="MSForms.Frame.UndoAction">
5034cdf0e10cSrcweir			<context kind="class">Frame</context>
5035cdf0e10cSrcweir			<name>UndoAction</name>
5036cdf0e10cSrcweir			<type>void</type>
5037cdf0e10cSrcweir		</source>
5038cdf0e10cSrcweir	</element>
5039cdf0e10cSrcweir	<!--property::Frame.VerticalScrollBarSide-->
5040cdf0e10cSrcweir	<element type="property">
5041cdf0e10cSrcweir		<source id="MSForms.Frame.VerticalScrollBarSide">
5042cdf0e10cSrcweir			<context kind="class">Frame</context>
5043cdf0e10cSrcweir			<name>VerticalScrollBarSide</name>
5044cdf0e10cSrcweir			<type>Integer</type>
5045cdf0e10cSrcweir		</source>
5046cdf0e10cSrcweir	</element>
5047cdf0e10cSrcweir	<!--property::Frame.Zoom-->
5048cdf0e10cSrcweir	<element type="property">
5049cdf0e10cSrcweir		<source id="MSForms.Frame.Zoom">
5050cdf0e10cSrcweir			<context kind="class">Frame</context>
5051cdf0e10cSrcweir			<name>Zoom</name>
5052cdf0e10cSrcweir			<type>short</type>
5053cdf0e10cSrcweir		</source>
5054cdf0e10cSrcweir	</element>
5055cdf0e10cSrcweir	<!--Class::HTMLCheckbox-->
5056cdf0e10cSrcweir	<element type="class">
5057cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox">
5058cdf0e10cSrcweir			<name>HTMLCheckbox</name>
5059cdf0e10cSrcweir		</source>
5060cdf0e10cSrcweir		<destination designation="identity" />
5061cdf0e10cSrcweir	</element>
5062cdf0e10cSrcweir	<!--property::HTMLCheckbox.Checked {Default}-->
5063cdf0e10cSrcweir	<element type="property">
5064cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox.Checked">
5065cdf0e10cSrcweir			<context kind="class">HTMLCheckbox</context>
5066cdf0e10cSrcweir			<name default="true">Checked</name>
5067cdf0e10cSrcweir			<type>boolean</type>
5068cdf0e10cSrcweir		</source>
5069cdf0e10cSrcweir	</element>
5070cdf0e10cSrcweir	<!--method::HTMLCheckbox.Click-->
5071cdf0e10cSrcweir	<element type="method">
5072cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox.Click">
5073cdf0e10cSrcweir			<context kind="class">HTMLCheckbox</context>
5074cdf0e10cSrcweir			<name>Click</name>
5075cdf0e10cSrcweir			<type>void</type>
5076cdf0e10cSrcweir		</source>
5077cdf0e10cSrcweir	</element>
5078cdf0e10cSrcweir	<!--property::HTMLCheckbox.HTMLName-->
5079cdf0e10cSrcweir	<element type="property">
5080cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox.HTMLName">
5081cdf0e10cSrcweir			<context kind="class">HTMLCheckbox</context>
5082cdf0e10cSrcweir			<name>HTMLName</name>
5083cdf0e10cSrcweir			<type>String</type>
5084cdf0e10cSrcweir		</source>
5085cdf0e10cSrcweir	</element>
5086cdf0e10cSrcweir	<!--property::HTMLCheckbox.HTMLType-->
5087cdf0e10cSrcweir	<element type="property">
5088cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox.HTMLType">
5089cdf0e10cSrcweir			<context kind="class">HTMLCheckbox</context>
5090cdf0e10cSrcweir			<name>HTMLType</name>
5091cdf0e10cSrcweir			<type>String</type>
5092cdf0e10cSrcweir		</source>
5093cdf0e10cSrcweir	</element>
5094cdf0e10cSrcweir	<!--property::HTMLCheckbox.Value-->
5095cdf0e10cSrcweir	<element type="property">
5096cdf0e10cSrcweir		<source id="MSForms.HTMLCheckbox.Value">
5097cdf0e10cSrcweir			<context kind="class">HTMLCheckbox</context>
5098cdf0e10cSrcweir			<name>Value</name>
5099cdf0e10cSrcweir			<type>String</type>
5100cdf0e10cSrcweir		</source>
5101cdf0e10cSrcweir	</element>
5102cdf0e10cSrcweir	<!--Class::HTMLHidden-->
5103cdf0e10cSrcweir	<element type="class">
5104cdf0e10cSrcweir		<source id="MSForms.HTMLHidden">
5105cdf0e10cSrcweir			<name>HTMLHidden</name>
5106cdf0e10cSrcweir		</source>
5107cdf0e10cSrcweir		<destination designation="identity" />
5108cdf0e10cSrcweir	</element>
5109cdf0e10cSrcweir	<!--method::HTMLHidden.Click-->
5110cdf0e10cSrcweir	<element type="method">
5111cdf0e10cSrcweir		<source id="MSForms.HTMLHidden.Click">
5112cdf0e10cSrcweir			<context kind="class">HTMLHidden</context>
5113cdf0e10cSrcweir			<name>Click</name>
5114cdf0e10cSrcweir			<type>void</type>
5115cdf0e10cSrcweir		</source>
5116cdf0e10cSrcweir	</element>
5117cdf0e10cSrcweir	<!--property::HTMLHidden.HTMLName-->
5118cdf0e10cSrcweir	<element type="property">
5119cdf0e10cSrcweir		<source id="MSForms.HTMLHidden.HTMLName">
5120cdf0e10cSrcweir			<context kind="class">HTMLHidden</context>
5121cdf0e10cSrcweir			<name>HTMLName</name>
5122cdf0e10cSrcweir			<type>String</type>
5123cdf0e10cSrcweir		</source>
5124cdf0e10cSrcweir	</element>
5125cdf0e10cSrcweir	<!--property::HTMLHidden.HTMLType-->
5126cdf0e10cSrcweir	<element type="property">
5127cdf0e10cSrcweir		<source id="MSForms.HTMLHidden.HTMLType">
5128cdf0e10cSrcweir			<context kind="class">HTMLHidden</context>
5129cdf0e10cSrcweir			<name>HTMLType</name>
5130cdf0e10cSrcweir			<type>String</type>
5131cdf0e10cSrcweir		</source>
5132cdf0e10cSrcweir	</element>
5133cdf0e10cSrcweir	<!--property::HTMLHidden.Value {Default}-->
5134cdf0e10cSrcweir	<element type="property">
5135cdf0e10cSrcweir		<source id="MSForms.HTMLHidden.Value">
5136cdf0e10cSrcweir			<context kind="class">HTMLHidden</context>
5137cdf0e10cSrcweir			<name default="true">Value</name>
5138cdf0e10cSrcweir			<type>String</type>
5139cdf0e10cSrcweir		</source>
5140cdf0e10cSrcweir	</element>
5141cdf0e10cSrcweir	<!--Class::HTMLImage-->
5142cdf0e10cSrcweir	<element type="class">
5143cdf0e10cSrcweir		<source id="MSForms.HTMLImage">
5144cdf0e10cSrcweir			<name>HTMLImage</name>
5145cdf0e10cSrcweir		</source>
5146cdf0e10cSrcweir		<destination designation="identity" />
5147cdf0e10cSrcweir	</element>
5148cdf0e10cSrcweir	<!--property::HTMLImage.Action-->
5149cdf0e10cSrcweir	<element type="property">
5150cdf0e10cSrcweir		<source id="MSForms.HTMLImage.Action">
5151cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5152cdf0e10cSrcweir			<name>Action</name>
5153cdf0e10cSrcweir			<type>String</type>
5154cdf0e10cSrcweir		</source>
5155cdf0e10cSrcweir	</element>
5156cdf0e10cSrcweir	<!--method::HTMLImage.Click-->
5157cdf0e10cSrcweir	<element type="method">
5158cdf0e10cSrcweir		<source id="MSForms.HTMLImage.Click">
5159cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5160cdf0e10cSrcweir			<name>Click</name>
5161cdf0e10cSrcweir			<type>void</type>
5162cdf0e10cSrcweir		</source>
5163cdf0e10cSrcweir	</element>
5164cdf0e10cSrcweir	<!--property::HTMLImage.Encoding-->
5165cdf0e10cSrcweir	<element type="property">
5166cdf0e10cSrcweir		<source id="MSForms.HTMLImage.Encoding">
5167cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5168cdf0e10cSrcweir			<name>Encoding</name>
5169cdf0e10cSrcweir			<type>String</type>
5170cdf0e10cSrcweir		</source>
5171cdf0e10cSrcweir	</element>
5172cdf0e10cSrcweir	<!--property::HTMLImage.HTMLName-->
5173cdf0e10cSrcweir	<element type="property">
5174cdf0e10cSrcweir		<source id="MSForms.HTMLImage.HTMLName">
5175cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5176cdf0e10cSrcweir			<name>HTMLName</name>
5177cdf0e10cSrcweir			<type>String</type>
5178cdf0e10cSrcweir		</source>
5179cdf0e10cSrcweir	</element>
5180cdf0e10cSrcweir	<!--property::HTMLImage.HTMLType-->
5181cdf0e10cSrcweir	<element type="property">
5182cdf0e10cSrcweir		<source id="MSForms.HTMLImage.HTMLType">
5183cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5184cdf0e10cSrcweir			<name>HTMLType</name>
5185cdf0e10cSrcweir			<type>String</type>
5186cdf0e10cSrcweir		</source>
5187cdf0e10cSrcweir	</element>
5188cdf0e10cSrcweir	<!--property::HTMLImage.Method-->
5189cdf0e10cSrcweir	<element type="property">
5190cdf0e10cSrcweir		<source id="MSForms.HTMLImage.Method">
5191cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5192cdf0e10cSrcweir			<name>Method</name>
5193cdf0e10cSrcweir			<type>String</type>
5194cdf0e10cSrcweir		</source>
5195cdf0e10cSrcweir	</element>
5196cdf0e10cSrcweir	<!--property::HTMLImage.Source-->
5197cdf0e10cSrcweir	<element type="property">
5198cdf0e10cSrcweir		<source id="MSForms.HTMLImage.Source">
5199cdf0e10cSrcweir			<context kind="class">HTMLImage</context>
5200cdf0e10cSrcweir			<name>Source</name>
5201cdf0e10cSrcweir			<type>String</type>
5202cdf0e10cSrcweir		</source>
5203cdf0e10cSrcweir	</element>
5204cdf0e10cSrcweir	<!--Class::HTMLOption-->
5205cdf0e10cSrcweir	<element type="class">
5206cdf0e10cSrcweir		<source id="MSForms.HTMLOption">
5207cdf0e10cSrcweir			<name>HTMLOption</name>
5208cdf0e10cSrcweir		</source>
5209cdf0e10cSrcweir		<destination designation="identity" />
5210cdf0e10cSrcweir	</element>
5211cdf0e10cSrcweir	<!--property::HTMLOption.Checked {Default}-->
5212cdf0e10cSrcweir	<element type="property">
5213cdf0e10cSrcweir		<source id="MSForms.HTMLOption.Checked">
5214cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5215cdf0e10cSrcweir			<name default="true">Checked</name>
5216cdf0e10cSrcweir			<type>boolean</type>
5217cdf0e10cSrcweir		</source>
5218cdf0e10cSrcweir	</element>
5219cdf0e10cSrcweir	<!--method::HTMLOption.Click-->
5220cdf0e10cSrcweir	<element type="method">
5221cdf0e10cSrcweir		<source id="MSForms.HTMLOption.Click">
5222cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5223cdf0e10cSrcweir			<name>Click</name>
5224cdf0e10cSrcweir			<type>void</type>
5225cdf0e10cSrcweir		</source>
5226cdf0e10cSrcweir	</element>
5227cdf0e10cSrcweir	<!--property::HTMLOption.DisplayStyle {ReadOnly}-->
5228cdf0e10cSrcweir	<element type="property">
5229cdf0e10cSrcweir		<source id="MSForms.HTMLOption.DisplayStyle">
5230cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5231cdf0e10cSrcweir			<name>DisplayStyle</name>
5232cdf0e10cSrcweir			<type>Integer</type>
5233cdf0e10cSrcweir		</source>
5234cdf0e10cSrcweir	</element>
5235cdf0e10cSrcweir	<!--property::HTMLOption.HTMLName-->
5236cdf0e10cSrcweir	<element type="property">
5237cdf0e10cSrcweir		<source id="MSForms.HTMLOption.HTMLName">
5238cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5239cdf0e10cSrcweir			<name>HTMLName</name>
5240cdf0e10cSrcweir			<type>String</type>
5241cdf0e10cSrcweir		</source>
5242cdf0e10cSrcweir	</element>
5243cdf0e10cSrcweir	<!--property::HTMLOption.HTMLType-->
5244cdf0e10cSrcweir	<element type="property">
5245cdf0e10cSrcweir		<source id="MSForms.HTMLOption.HTMLType">
5246cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5247cdf0e10cSrcweir			<name>HTMLType</name>
5248cdf0e10cSrcweir			<type>String</type>
5249cdf0e10cSrcweir		</source>
5250cdf0e10cSrcweir	</element>
5251cdf0e10cSrcweir	<!--property::HTMLOption.Value-->
5252cdf0e10cSrcweir	<element type="property">
5253cdf0e10cSrcweir		<source id="MSForms.HTMLOption.Value">
5254cdf0e10cSrcweir			<context kind="class">HTMLOption</context>
5255cdf0e10cSrcweir			<name>Value</name>
5256cdf0e10cSrcweir			<type>String</type>
5257cdf0e10cSrcweir		</source>
5258cdf0e10cSrcweir	</element>
5259cdf0e10cSrcweir	<!--Class::HTMLPassword-->
5260cdf0e10cSrcweir	<element type="class">
5261cdf0e10cSrcweir		<source id="MSForms.HTMLPassword">
5262cdf0e10cSrcweir			<name>HTMLPassword</name>
5263cdf0e10cSrcweir		</source>
5264cdf0e10cSrcweir		<destination designation="identity" />
5265cdf0e10cSrcweir	</element>
5266cdf0e10cSrcweir	<!--method::HTMLPassword.Click-->
5267cdf0e10cSrcweir	<element type="method">
5268cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.Click">
5269cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5270cdf0e10cSrcweir			<name>Click</name>
5271cdf0e10cSrcweir			<type>void</type>
5272cdf0e10cSrcweir		</source>
5273cdf0e10cSrcweir	</element>
5274cdf0e10cSrcweir	<!--property::HTMLPassword.HTMLName-->
5275cdf0e10cSrcweir	<element type="property">
5276cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.HTMLName">
5277cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5278cdf0e10cSrcweir			<name>HTMLName</name>
5279cdf0e10cSrcweir			<type>String</type>
5280cdf0e10cSrcweir		</source>
5281cdf0e10cSrcweir	</element>
5282cdf0e10cSrcweir	<!--property::HTMLPassword.HTMLType-->
5283cdf0e10cSrcweir	<element type="property">
5284cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.HTMLType">
5285cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5286cdf0e10cSrcweir			<name>HTMLType</name>
5287cdf0e10cSrcweir			<type>String</type>
5288cdf0e10cSrcweir		</source>
5289cdf0e10cSrcweir	</element>
5290cdf0e10cSrcweir	<!--property::HTMLPassword.MaxLength-->
5291cdf0e10cSrcweir	<element type="property">
5292cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.MaxLength">
5293cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5294cdf0e10cSrcweir			<name>MaxLength</name>
5295cdf0e10cSrcweir			<type>Integer</type>
5296cdf0e10cSrcweir		</source>
5297cdf0e10cSrcweir	</element>
5298cdf0e10cSrcweir	<!--property::HTMLPassword.Value {Default}-->
5299cdf0e10cSrcweir	<element type="property">
5300cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.Value">
5301cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5302cdf0e10cSrcweir			<name default="true">Value</name>
5303cdf0e10cSrcweir			<type>String</type>
5304cdf0e10cSrcweir		</source>
5305cdf0e10cSrcweir	</element>
5306cdf0e10cSrcweir	<!--property::HTMLPassword.Width-->
5307cdf0e10cSrcweir	<element type="property">
5308cdf0e10cSrcweir		<source id="MSForms.HTMLPassword.Width">
5309cdf0e10cSrcweir			<context kind="class">HTMLPassword</context>
5310cdf0e10cSrcweir			<name>Width</name>
5311cdf0e10cSrcweir			<type>Integer</type>
5312cdf0e10cSrcweir		</source>
5313cdf0e10cSrcweir	</element>
5314cdf0e10cSrcweir	<!--Class::HTMLReset-->
5315cdf0e10cSrcweir	<element type="class">
5316cdf0e10cSrcweir		<source id="MSForms.HTMLReset">
5317cdf0e10cSrcweir			<name>HTMLReset</name>
5318cdf0e10cSrcweir		</source>
5319cdf0e10cSrcweir		<destination designation="identity" />
5320cdf0e10cSrcweir	</element>
5321cdf0e10cSrcweir	<!--property::HTMLReset.Caption-->
5322cdf0e10cSrcweir	<element type="property">
5323cdf0e10cSrcweir		<source id="MSForms.HTMLReset.Caption">
5324cdf0e10cSrcweir			<context kind="class">HTMLReset</context>
5325cdf0e10cSrcweir			<name>Caption</name>
5326cdf0e10cSrcweir			<type>String</type>
5327cdf0e10cSrcweir		</source>
5328cdf0e10cSrcweir	</element>
5329cdf0e10cSrcweir	<!--method::HTMLReset.Click-->
5330cdf0e10cSrcweir	<element type="method">
5331cdf0e10cSrcweir		<source id="MSForms.HTMLReset.Click">
5332cdf0e10cSrcweir			<context kind="class">HTMLReset</context>
5333cdf0e10cSrcweir			<name>Click</name>
5334cdf0e10cSrcweir			<type>void</type>
5335cdf0e10cSrcweir		</source>
5336cdf0e10cSrcweir	</element>
5337cdf0e10cSrcweir	<!--property::HTMLReset.HTMLName-->
5338cdf0e10cSrcweir	<element type="property">
5339cdf0e10cSrcweir		<source id="MSForms.HTMLReset.HTMLName">
5340cdf0e10cSrcweir			<context kind="class">HTMLReset</context>
5341cdf0e10cSrcweir			<name>HTMLName</name>
5342cdf0e10cSrcweir			<type>String</type>
5343cdf0e10cSrcweir		</source>
5344cdf0e10cSrcweir	</element>
5345cdf0e10cSrcweir	<!--property::HTMLReset.HTMLType-->
5346cdf0e10cSrcweir	<element type="property">
5347cdf0e10cSrcweir		<source id="MSForms.HTMLReset.HTMLType">
5348cdf0e10cSrcweir			<context kind="class">HTMLReset</context>
5349cdf0e10cSrcweir			<name>HTMLType</name>
5350cdf0e10cSrcweir			<type>String</type>
5351cdf0e10cSrcweir		</source>
5352cdf0e10cSrcweir	</element>
5353cdf0e10cSrcweir	<!--Class::HTMLSelect-->
5354cdf0e10cSrcweir	<element type="class">
5355cdf0e10cSrcweir		<source id="MSForms.HTMLSelect">
5356cdf0e10cSrcweir			<name>HTMLSelect</name>
5357cdf0e10cSrcweir		</source>
5358cdf0e10cSrcweir		<destination designation="identity" />
5359cdf0e10cSrcweir	</element>
5360cdf0e10cSrcweir	<!--method::HTMLSelect.Click-->
5361cdf0e10cSrcweir	<element type="method">
5362cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.Click">
5363cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5364cdf0e10cSrcweir			<name>Click</name>
5365cdf0e10cSrcweir			<type>void</type>
5366cdf0e10cSrcweir		</source>
5367cdf0e10cSrcweir	</element>
5368cdf0e10cSrcweir	<!--property::HTMLSelect.DisplayValues-->
5369cdf0e10cSrcweir	<element type="property">
5370cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.DisplayValues">
5371cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5372cdf0e10cSrcweir			<name>DisplayValues</name>
5373cdf0e10cSrcweir			<type>Variant</type>
5374cdf0e10cSrcweir		</source>
5375cdf0e10cSrcweir	</element>
5376cdf0e10cSrcweir	<!--property::HTMLSelect.HTMLName-->
5377cdf0e10cSrcweir	<element type="property">
5378cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.HTMLName">
5379cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5380cdf0e10cSrcweir			<name>HTMLName</name>
5381cdf0e10cSrcweir			<type>String</type>
5382cdf0e10cSrcweir		</source>
5383cdf0e10cSrcweir	</element>
5384cdf0e10cSrcweir	<!--property::HTMLSelect.MultiSelect-->
5385cdf0e10cSrcweir	<element type="property">
5386cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.MultiSelect">
5387cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5388cdf0e10cSrcweir			<name>MultiSelect</name>
5389cdf0e10cSrcweir			<type>boolean</type>
5390cdf0e10cSrcweir		</source>
5391cdf0e10cSrcweir	</element>
5392cdf0e10cSrcweir	<!--property::HTMLSelect.Selected-->
5393cdf0e10cSrcweir	<element type="property">
5394cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.Selected">
5395cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5396cdf0e10cSrcweir			<name>Selected</name>
5397cdf0e10cSrcweir			<type>String</type>
5398cdf0e10cSrcweir		</source>
5399cdf0e10cSrcweir	</element>
5400cdf0e10cSrcweir	<!--property::HTMLSelect.Size-->
5401cdf0e10cSrcweir	<element type="property">
5402cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.Size">
5403cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5404cdf0e10cSrcweir			<name>Size</name>
5405cdf0e10cSrcweir			<type>Integer</type>
5406cdf0e10cSrcweir		</source>
5407cdf0e10cSrcweir	</element>
5408cdf0e10cSrcweir	<!--property::HTMLSelect.Values-->
5409cdf0e10cSrcweir	<element type="property">
5410cdf0e10cSrcweir		<source id="MSForms.HTMLSelect.Values">
5411cdf0e10cSrcweir			<context kind="class">HTMLSelect</context>
5412cdf0e10cSrcweir			<name>Values</name>
5413cdf0e10cSrcweir			<type>Variant</type>
5414cdf0e10cSrcweir		</source>
5415cdf0e10cSrcweir	</element>
5416cdf0e10cSrcweir	<!--Class::HTMLSubmit-->
5417cdf0e10cSrcweir	<element type="class">
5418cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit">
5419cdf0e10cSrcweir			<name>HTMLSubmit</name>
5420cdf0e10cSrcweir		</source>
5421cdf0e10cSrcweir		<destination designation="identity" />
5422cdf0e10cSrcweir	</element>
5423cdf0e10cSrcweir	<!--property::HTMLSubmit.Action-->
5424cdf0e10cSrcweir	<element type="property">
5425cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.Action">
5426cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5427cdf0e10cSrcweir			<name>Action</name>
5428cdf0e10cSrcweir			<type>String</type>
5429cdf0e10cSrcweir		</source>
5430cdf0e10cSrcweir	</element>
5431cdf0e10cSrcweir	<!--property::HTMLSubmit.Caption-->
5432cdf0e10cSrcweir	<element type="property">
5433cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.Caption">
5434cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5435cdf0e10cSrcweir			<name>Caption</name>
5436cdf0e10cSrcweir			<type>String</type>
5437cdf0e10cSrcweir		</source>
5438cdf0e10cSrcweir	</element>
5439cdf0e10cSrcweir	<!--method::HTMLSubmit.Click-->
5440cdf0e10cSrcweir	<element type="method">
5441cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.Click">
5442cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5443cdf0e10cSrcweir			<name>Click</name>
5444cdf0e10cSrcweir			<type>void</type>
5445cdf0e10cSrcweir		</source>
5446cdf0e10cSrcweir	</element>
5447cdf0e10cSrcweir	<!--property::HTMLSubmit.Encoding-->
5448cdf0e10cSrcweir	<element type="property">
5449cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.Encoding">
5450cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5451cdf0e10cSrcweir			<name>Encoding</name>
5452cdf0e10cSrcweir			<type>String</type>
5453cdf0e10cSrcweir		</source>
5454cdf0e10cSrcweir	</element>
5455cdf0e10cSrcweir	<!--property::HTMLSubmit.HTMLName-->
5456cdf0e10cSrcweir	<element type="property">
5457cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.HTMLName">
5458cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5459cdf0e10cSrcweir			<name>HTMLName</name>
5460cdf0e10cSrcweir			<type>String</type>
5461cdf0e10cSrcweir		</source>
5462cdf0e10cSrcweir	</element>
5463cdf0e10cSrcweir	<!--property::HTMLSubmit.HTMLType-->
5464cdf0e10cSrcweir	<element type="property">
5465cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.HTMLType">
5466cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5467cdf0e10cSrcweir			<name>HTMLType</name>
5468cdf0e10cSrcweir			<type>String</type>
5469cdf0e10cSrcweir		</source>
5470cdf0e10cSrcweir	</element>
5471cdf0e10cSrcweir	<!--property::HTMLSubmit.Method-->
5472cdf0e10cSrcweir	<element type="property">
5473cdf0e10cSrcweir		<source id="MSForms.HTMLSubmit.Method">
5474cdf0e10cSrcweir			<context kind="class">HTMLSubmit</context>
5475cdf0e10cSrcweir			<name>Method</name>
5476cdf0e10cSrcweir			<type>String</type>
5477cdf0e10cSrcweir		</source>
5478cdf0e10cSrcweir	</element>
5479cdf0e10cSrcweir	<!--Class::HTMLText-->
5480cdf0e10cSrcweir	<element type="class">
5481cdf0e10cSrcweir		<source id="MSForms.HTMLText">
5482cdf0e10cSrcweir			<name>HTMLText</name>
5483cdf0e10cSrcweir		</source>
5484cdf0e10cSrcweir		<destination designation="identity" />
5485cdf0e10cSrcweir	</element>
5486cdf0e10cSrcweir	<!--method::HTMLText.Click-->
5487cdf0e10cSrcweir	<element type="method">
5488cdf0e10cSrcweir		<source id="MSForms.HTMLText.Click">
5489cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5490cdf0e10cSrcweir			<name>Click</name>
5491cdf0e10cSrcweir			<type>void</type>
5492cdf0e10cSrcweir		</source>
5493cdf0e10cSrcweir	</element>
5494cdf0e10cSrcweir	<!--property::HTMLText.HTMLName-->
5495cdf0e10cSrcweir	<element type="property">
5496cdf0e10cSrcweir		<source id="MSForms.HTMLText.HTMLName">
5497cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5498cdf0e10cSrcweir			<name>HTMLName</name>
5499cdf0e10cSrcweir			<type>String</type>
5500cdf0e10cSrcweir		</source>
5501cdf0e10cSrcweir	</element>
5502cdf0e10cSrcweir	<!--property::HTMLText.HTMLType-->
5503cdf0e10cSrcweir	<element type="property">
5504cdf0e10cSrcweir		<source id="MSForms.HTMLText.HTMLType">
5505cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5506cdf0e10cSrcweir			<name>HTMLType</name>
5507cdf0e10cSrcweir			<type>String</type>
5508cdf0e10cSrcweir		</source>
5509cdf0e10cSrcweir	</element>
5510cdf0e10cSrcweir	<!--property::HTMLText.MaxLength-->
5511cdf0e10cSrcweir	<element type="property">
5512cdf0e10cSrcweir		<source id="MSForms.HTMLText.MaxLength">
5513cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5514cdf0e10cSrcweir			<name>MaxLength</name>
5515cdf0e10cSrcweir			<type>Integer</type>
5516cdf0e10cSrcweir		</source>
5517cdf0e10cSrcweir	</element>
5518cdf0e10cSrcweir	<!--property::HTMLText.Value {Default}-->
5519cdf0e10cSrcweir	<element type="property">
5520cdf0e10cSrcweir		<source id="MSForms.HTMLText.Value">
5521cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5522cdf0e10cSrcweir			<name default="true">Value</name>
5523cdf0e10cSrcweir			<type>String</type>
5524cdf0e10cSrcweir		</source>
5525cdf0e10cSrcweir	</element>
5526cdf0e10cSrcweir	<!--property::HTMLText.Width-->
5527cdf0e10cSrcweir	<element type="property">
5528cdf0e10cSrcweir		<source id="MSForms.HTMLText.Width">
5529cdf0e10cSrcweir			<context kind="class">HTMLText</context>
5530cdf0e10cSrcweir			<name>Width</name>
5531cdf0e10cSrcweir			<type>Integer</type>
5532cdf0e10cSrcweir		</source>
5533cdf0e10cSrcweir	</element>
5534cdf0e10cSrcweir	<!--Class::HTMLTextArea-->
5535cdf0e10cSrcweir	<element type="class">
5536cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea">
5537cdf0e10cSrcweir			<name>HTMLTextArea</name>
5538cdf0e10cSrcweir		</source>
5539cdf0e10cSrcweir		<destination designation="identity" />
5540cdf0e10cSrcweir	</element>
5541cdf0e10cSrcweir	<!--method::HTMLTextArea.Click-->
5542cdf0e10cSrcweir	<element type="method">
5543cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.Click">
5544cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5545cdf0e10cSrcweir			<name>Click</name>
5546cdf0e10cSrcweir			<type>void</type>
5547cdf0e10cSrcweir		</source>
5548cdf0e10cSrcweir	</element>
5549cdf0e10cSrcweir	<!--property::HTMLTextArea.Columns-->
5550cdf0e10cSrcweir	<element type="property">
5551cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.Columns">
5552cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5553cdf0e10cSrcweir			<name>Columns</name>
5554cdf0e10cSrcweir			<type>Integer</type>
5555cdf0e10cSrcweir		</source>
5556cdf0e10cSrcweir	</element>
5557cdf0e10cSrcweir	<!--property::HTMLTextArea.HTMLName-->
5558cdf0e10cSrcweir	<element type="property">
5559cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.HTMLName">
5560cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5561cdf0e10cSrcweir			<name>HTMLName</name>
5562cdf0e10cSrcweir			<type>String</type>
5563cdf0e10cSrcweir		</source>
5564cdf0e10cSrcweir	</element>
5565cdf0e10cSrcweir	<!--property::HTMLTextArea.Rows-->
5566cdf0e10cSrcweir	<element type="property">
5567cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.Rows">
5568cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5569cdf0e10cSrcweir			<name>Rows</name>
5570cdf0e10cSrcweir			<type>Integer</type>
5571cdf0e10cSrcweir		</source>
5572cdf0e10cSrcweir	</element>
5573cdf0e10cSrcweir	<!--property::HTMLTextArea.Value {Default}-->
5574cdf0e10cSrcweir	<element type="property">
5575cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.Value">
5576cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5577cdf0e10cSrcweir			<name default="true">Value</name>
5578cdf0e10cSrcweir			<type>String</type>
5579cdf0e10cSrcweir		</source>
5580cdf0e10cSrcweir	</element>
5581cdf0e10cSrcweir	<!--property::HTMLTextArea.WordWrap-->
5582cdf0e10cSrcweir	<element type="property">
5583cdf0e10cSrcweir		<source id="MSForms.HTMLTextArea.WordWrap">
5584cdf0e10cSrcweir			<context kind="class">HTMLTextArea</context>
5585cdf0e10cSrcweir			<name>WordWrap</name>
5586cdf0e10cSrcweir			<type>String</type>
5587cdf0e10cSrcweir		</source>
5588cdf0e10cSrcweir	</element>
5589cdf0e10cSrcweir	<!--Class::Image-->
5590cdf0e10cSrcweir	<element type="class">
5591cdf0e10cSrcweir		<source id="MSForms.Image">
5592cdf0e10cSrcweir			<name>Image</name>
5593cdf0e10cSrcweir		</source>
5594cdf0e10cSrcweir		<destination designation="identity" />
5595cdf0e10cSrcweir	</element>
5596cdf0e10cSrcweir	<!--property::Image.AutoSize-->
5597cdf0e10cSrcweir	<element type="property">
5598cdf0e10cSrcweir		<source id="MSForms.Image.AutoSize">
5599cdf0e10cSrcweir			<context kind="class">Image</context>
5600cdf0e10cSrcweir			<name>AutoSize</name>
5601cdf0e10cSrcweir			<type>boolean</type>
5602cdf0e10cSrcweir		</source>
5603cdf0e10cSrcweir	</element>
5604cdf0e10cSrcweir	<!--property::Image.BackColor-->
5605cdf0e10cSrcweir	<element type="property">
5606cdf0e10cSrcweir		<source id="MSForms.Image.BackColor">
5607cdf0e10cSrcweir			<context kind="class">Image</context>
5608cdf0e10cSrcweir			<name>BackColor</name>
5609cdf0e10cSrcweir			<type>Integer</type>
5610cdf0e10cSrcweir		</source>
5611cdf0e10cSrcweir	</element>
5612cdf0e10cSrcweir	<!--property::Image.BackStyle-->
5613cdf0e10cSrcweir	<element type="property">
5614cdf0e10cSrcweir		<source id="MSForms.Image.BackStyle">
5615cdf0e10cSrcweir			<context kind="class">Image</context>
5616cdf0e10cSrcweir			<name>BackStyle</name>
5617cdf0e10cSrcweir			<type>Integer</type>
5618cdf0e10cSrcweir		</source>
5619cdf0e10cSrcweir	</element>
5620cdf0e10cSrcweir	<!--method::Image.BeforeDragOver-->
5621cdf0e10cSrcweir	<element type="method">
5622cdf0e10cSrcweir		<source id="MSForms.Image.BeforeDragOver">
5623cdf0e10cSrcweir			<context kind="class">Image</context>
5624cdf0e10cSrcweir			<name>BeforeDragOver</name>
5625cdf0e10cSrcweir			<type>void</type>
5626cdf0e10cSrcweir			<parameter-list>
5627cdf0e10cSrcweir				<parameter>
5628cdf0e10cSrcweir					<type>ReturnBoolean</type>
5629cdf0e10cSrcweir					<name>Cancel</name>
5630cdf0e10cSrcweir				</parameter>
5631cdf0e10cSrcweir				<parameter>
5632cdf0e10cSrcweir					<type>DataObject</type>
5633cdf0e10cSrcweir					<name>Data</name>
5634cdf0e10cSrcweir				</parameter>
5635cdf0e10cSrcweir				<parameter>
5636cdf0e10cSrcweir					<type>Single</type>
5637cdf0e10cSrcweir					<name>X</name>
5638cdf0e10cSrcweir				</parameter>
5639cdf0e10cSrcweir				<parameter>
5640cdf0e10cSrcweir					<type>Single</type>
5641cdf0e10cSrcweir					<name>Y</name>
5642cdf0e10cSrcweir				</parameter>
5643cdf0e10cSrcweir				<parameter>
5644cdf0e10cSrcweir					<type>Integer</type>
5645cdf0e10cSrcweir					<name>DragState</name>
5646cdf0e10cSrcweir				</parameter>
5647cdf0e10cSrcweir				<parameter>
5648cdf0e10cSrcweir					<type>ReturnEffect</type>
5649cdf0e10cSrcweir					<name>Effect</name>
5650cdf0e10cSrcweir				</parameter>
5651cdf0e10cSrcweir				<parameter>
5652cdf0e10cSrcweir					<type>short</type>
5653cdf0e10cSrcweir					<name>Shift</name>
5654cdf0e10cSrcweir				</parameter>
5655cdf0e10cSrcweir			</parameter-list>
5656cdf0e10cSrcweir		</source>
5657cdf0e10cSrcweir	</element>
5658cdf0e10cSrcweir	<!--method::Image.BeforeDropOrPaste-->
5659cdf0e10cSrcweir	<element type="method">
5660cdf0e10cSrcweir		<source id="MSForms.Image.BeforeDropOrPaste">
5661cdf0e10cSrcweir			<context kind="class">Image</context>
5662cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
5663cdf0e10cSrcweir			<type>void</type>
5664cdf0e10cSrcweir			<parameter-list>
5665cdf0e10cSrcweir				<parameter>
5666cdf0e10cSrcweir					<type>ReturnBoolean</type>
5667cdf0e10cSrcweir					<name>Cancel</name>
5668cdf0e10cSrcweir				</parameter>
5669cdf0e10cSrcweir				<parameter>
5670cdf0e10cSrcweir					<type>Integer</type>
5671cdf0e10cSrcweir					<name>Action</name>
5672cdf0e10cSrcweir				</parameter>
5673cdf0e10cSrcweir				<parameter>
5674cdf0e10cSrcweir					<type>DataObject</type>
5675cdf0e10cSrcweir					<name>Data</name>
5676cdf0e10cSrcweir				</parameter>
5677cdf0e10cSrcweir				<parameter>
5678cdf0e10cSrcweir					<type>Single</type>
5679cdf0e10cSrcweir					<name>X</name>
5680cdf0e10cSrcweir				</parameter>
5681cdf0e10cSrcweir				<parameter>
5682cdf0e10cSrcweir					<type>Single</type>
5683cdf0e10cSrcweir					<name>Y</name>
5684cdf0e10cSrcweir				</parameter>
5685cdf0e10cSrcweir				<parameter>
5686cdf0e10cSrcweir					<type>ReturnEffect</type>
5687cdf0e10cSrcweir					<name>Effect</name>
5688cdf0e10cSrcweir				</parameter>
5689cdf0e10cSrcweir				<parameter>
5690cdf0e10cSrcweir					<type>short</type>
5691cdf0e10cSrcweir					<name>Shift</name>
5692cdf0e10cSrcweir				</parameter>
5693cdf0e10cSrcweir			</parameter-list>
5694cdf0e10cSrcweir		</source>
5695cdf0e10cSrcweir	</element>
5696cdf0e10cSrcweir	<!--property::Image.BorderColor-->
5697cdf0e10cSrcweir	<element type="property">
5698cdf0e10cSrcweir		<source id="MSForms.Image.BorderColor">
5699cdf0e10cSrcweir			<context kind="class">Image</context>
5700cdf0e10cSrcweir			<name>BorderColor</name>
5701cdf0e10cSrcweir			<type>Integer</type>
5702cdf0e10cSrcweir		</source>
5703cdf0e10cSrcweir	</element>
5704cdf0e10cSrcweir	<!--property::Image.BorderStyle-->
5705cdf0e10cSrcweir	<element type="property">
5706cdf0e10cSrcweir		<source id="MSForms.Image.BorderStyle">
5707cdf0e10cSrcweir			<context kind="class">Image</context>
5708cdf0e10cSrcweir			<name>BorderStyle</name>
5709cdf0e10cSrcweir			<type>Integer</type>
5710cdf0e10cSrcweir		</source>
5711cdf0e10cSrcweir	</element>
5712cdf0e10cSrcweir	<!--method::Image.Click-->
5713cdf0e10cSrcweir	<element type="method">
5714cdf0e10cSrcweir		<source id="MSForms.Image.Click">
5715cdf0e10cSrcweir			<context kind="class">Image</context>
5716cdf0e10cSrcweir			<name>Click</name>
5717cdf0e10cSrcweir			<type>void</type>
5718cdf0e10cSrcweir		</source>
5719cdf0e10cSrcweir	</element>
5720cdf0e10cSrcweir	<!--method::Image.DblClick-->
5721cdf0e10cSrcweir	<element type="method">
5722cdf0e10cSrcweir		<source id="MSForms.Image.DblClick">
5723cdf0e10cSrcweir			<context kind="class">Image</context>
5724cdf0e10cSrcweir			<name>DblClick</name>
5725cdf0e10cSrcweir			<type>void</type>
5726cdf0e10cSrcweir			<parameter-list>
5727cdf0e10cSrcweir				<parameter>
5728cdf0e10cSrcweir					<type>ReturnBoolean</type>
5729cdf0e10cSrcweir					<name>Cancel</name>
5730cdf0e10cSrcweir				</parameter>
5731cdf0e10cSrcweir			</parameter-list>
5732cdf0e10cSrcweir		</source>
5733cdf0e10cSrcweir	</element>
5734cdf0e10cSrcweir	<!--property::Image.Enabled-->
5735cdf0e10cSrcweir	<element type="property">
5736cdf0e10cSrcweir		<source id="MSForms.Image.Enabled">
5737cdf0e10cSrcweir			<context kind="class">Image</context>
5738cdf0e10cSrcweir			<name>Enabled</name>
5739cdf0e10cSrcweir			<type>boolean</type>
5740cdf0e10cSrcweir		</source>
5741cdf0e10cSrcweir	</element>
5742cdf0e10cSrcweir	<!--method::Image.Error-->
5743cdf0e10cSrcweir	<element type="method">
5744cdf0e10cSrcweir		<source id="MSForms.Image.Error">
5745cdf0e10cSrcweir			<context kind="class">Image</context>
5746cdf0e10cSrcweir			<name>Error</name>
5747cdf0e10cSrcweir			<type>void</type>
5748cdf0e10cSrcweir			<parameter-list>
5749cdf0e10cSrcweir				<parameter>
5750cdf0e10cSrcweir					<type>short</type>
5751cdf0e10cSrcweir					<name>Number</name>
5752cdf0e10cSrcweir				</parameter>
5753cdf0e10cSrcweir				<parameter>
5754cdf0e10cSrcweir					<type>ReturnString</type>
5755cdf0e10cSrcweir					<name>Description</name>
5756cdf0e10cSrcweir				</parameter>
5757cdf0e10cSrcweir				<parameter>
5758cdf0e10cSrcweir					<type>Integer</type>
5759cdf0e10cSrcweir					<name>SCode</name>
5760cdf0e10cSrcweir				</parameter>
5761cdf0e10cSrcweir				<parameter>
5762cdf0e10cSrcweir					<type>String</type>
5763cdf0e10cSrcweir					<name>Source</name>
5764cdf0e10cSrcweir				</parameter>
5765cdf0e10cSrcweir				<parameter>
5766cdf0e10cSrcweir					<type>String</type>
5767cdf0e10cSrcweir					<name>HelpFile</name>
5768cdf0e10cSrcweir				</parameter>
5769cdf0e10cSrcweir				<parameter>
5770cdf0e10cSrcweir					<type>Integer</type>
5771cdf0e10cSrcweir					<name>HelpContext</name>
5772cdf0e10cSrcweir				</parameter>
5773cdf0e10cSrcweir				<parameter>
5774cdf0e10cSrcweir					<type>ReturnBoolean</type>
5775cdf0e10cSrcweir					<name>CancelDisplay</name>
5776cdf0e10cSrcweir				</parameter>
5777cdf0e10cSrcweir			</parameter-list>
5778cdf0e10cSrcweir		</source>
5779cdf0e10cSrcweir	</element>
5780cdf0e10cSrcweir	<!--method::Image.MouseDown-->
5781cdf0e10cSrcweir	<element type="method">
5782cdf0e10cSrcweir		<source id="MSForms.Image.MouseDown">
5783cdf0e10cSrcweir			<context kind="class">Image</context>
5784cdf0e10cSrcweir			<name>MouseDown</name>
5785cdf0e10cSrcweir			<type>void</type>
5786cdf0e10cSrcweir			<parameter-list>
5787cdf0e10cSrcweir				<parameter>
5788cdf0e10cSrcweir					<type>short</type>
5789cdf0e10cSrcweir					<name>Button</name>
5790cdf0e10cSrcweir				</parameter>
5791cdf0e10cSrcweir				<parameter>
5792cdf0e10cSrcweir					<type>short</type>
5793cdf0e10cSrcweir					<name>Shift</name>
5794cdf0e10cSrcweir				</parameter>
5795cdf0e10cSrcweir				<parameter>
5796cdf0e10cSrcweir					<type>Single</type>
5797cdf0e10cSrcweir					<name>X</name>
5798cdf0e10cSrcweir				</parameter>
5799cdf0e10cSrcweir				<parameter>
5800cdf0e10cSrcweir					<type>Single</type>
5801cdf0e10cSrcweir					<name>Y</name>
5802cdf0e10cSrcweir				</parameter>
5803cdf0e10cSrcweir			</parameter-list>
5804cdf0e10cSrcweir		</source>
5805cdf0e10cSrcweir	</element>
5806cdf0e10cSrcweir	<!--property::Image.MouseIcon-->
5807cdf0e10cSrcweir	<element type="property">
5808cdf0e10cSrcweir		<source id="MSForms.Image.MouseIcon">
5809cdf0e10cSrcweir			<context kind="class">Image</context>
5810cdf0e10cSrcweir			<name>MouseIcon</name>
5811cdf0e10cSrcweir			<type>Picture</type>
5812cdf0e10cSrcweir		</source>
5813cdf0e10cSrcweir	</element>
5814cdf0e10cSrcweir	<!--method::Image.MouseMove-->
5815cdf0e10cSrcweir	<element type="method">
5816cdf0e10cSrcweir		<source id="MSForms.Image.MouseMove">
5817cdf0e10cSrcweir			<context kind="class">Image</context>
5818cdf0e10cSrcweir			<name>MouseMove</name>
5819cdf0e10cSrcweir			<type>void</type>
5820cdf0e10cSrcweir			<parameter-list>
5821cdf0e10cSrcweir				<parameter>
5822cdf0e10cSrcweir					<type>short</type>
5823cdf0e10cSrcweir					<name>Button</name>
5824cdf0e10cSrcweir				</parameter>
5825cdf0e10cSrcweir				<parameter>
5826cdf0e10cSrcweir					<type>short</type>
5827cdf0e10cSrcweir					<name>Shift</name>
5828cdf0e10cSrcweir				</parameter>
5829cdf0e10cSrcweir				<parameter>
5830cdf0e10cSrcweir					<type>Single</type>
5831cdf0e10cSrcweir					<name>X</name>
5832cdf0e10cSrcweir				</parameter>
5833cdf0e10cSrcweir				<parameter>
5834cdf0e10cSrcweir					<type>Single</type>
5835cdf0e10cSrcweir					<name>Y</name>
5836cdf0e10cSrcweir				</parameter>
5837cdf0e10cSrcweir			</parameter-list>
5838cdf0e10cSrcweir		</source>
5839cdf0e10cSrcweir	</element>
5840cdf0e10cSrcweir	<!--property::Image.MousePointer-->
5841cdf0e10cSrcweir	<element type="property">
5842cdf0e10cSrcweir		<source id="MSForms.Image.MousePointer">
5843cdf0e10cSrcweir			<context kind="class">Image</context>
5844cdf0e10cSrcweir			<name>MousePointer</name>
5845cdf0e10cSrcweir			<type>Integer</type>
5846cdf0e10cSrcweir		</source>
5847cdf0e10cSrcweir	</element>
5848cdf0e10cSrcweir	<!--method::Image.MouseUp-->
5849cdf0e10cSrcweir	<element type="method">
5850cdf0e10cSrcweir		<source id="MSForms.Image.MouseUp">
5851cdf0e10cSrcweir			<context kind="class">Image</context>
5852cdf0e10cSrcweir			<name>MouseUp</name>
5853cdf0e10cSrcweir			<type>void</type>
5854cdf0e10cSrcweir			<parameter-list>
5855cdf0e10cSrcweir				<parameter>
5856cdf0e10cSrcweir					<type>short</type>
5857cdf0e10cSrcweir					<name>Button</name>
5858cdf0e10cSrcweir				</parameter>
5859cdf0e10cSrcweir				<parameter>
5860cdf0e10cSrcweir					<type>short</type>
5861cdf0e10cSrcweir					<name>Shift</name>
5862cdf0e10cSrcweir				</parameter>
5863cdf0e10cSrcweir				<parameter>
5864cdf0e10cSrcweir					<type>Single</type>
5865cdf0e10cSrcweir					<name>X</name>
5866cdf0e10cSrcweir				</parameter>
5867cdf0e10cSrcweir				<parameter>
5868cdf0e10cSrcweir					<type>Single</type>
5869cdf0e10cSrcweir					<name>Y</name>
5870cdf0e10cSrcweir				</parameter>
5871cdf0e10cSrcweir			</parameter-list>
5872cdf0e10cSrcweir		</source>
5873cdf0e10cSrcweir	</element>
5874cdf0e10cSrcweir	<!--property::Image.Picture-->
5875cdf0e10cSrcweir	<element type="property">
5876cdf0e10cSrcweir		<source id="MSForms.Image.Picture">
5877cdf0e10cSrcweir			<context kind="class">Image</context>
5878cdf0e10cSrcweir			<name>Picture</name>
5879cdf0e10cSrcweir			<type>Picture</type>
5880cdf0e10cSrcweir		</source>
5881cdf0e10cSrcweir	</element>
5882cdf0e10cSrcweir	<!--property::Image.PictureAlignment-->
5883cdf0e10cSrcweir	<element type="property">
5884cdf0e10cSrcweir		<source id="MSForms.Image.PictureAlignment">
5885cdf0e10cSrcweir			<context kind="class">Image</context>
5886cdf0e10cSrcweir			<name>PictureAlignment</name>
5887cdf0e10cSrcweir			<type>Integer</type>
5888cdf0e10cSrcweir		</source>
5889cdf0e10cSrcweir	</element>
5890cdf0e10cSrcweir	<!--property::Image.PictureSizeMode-->
5891cdf0e10cSrcweir	<element type="property">
5892cdf0e10cSrcweir		<source id="MSForms.Image.PictureSizeMode">
5893cdf0e10cSrcweir			<context kind="class">Image</context>
5894cdf0e10cSrcweir			<name>PictureSizeMode</name>
5895cdf0e10cSrcweir			<type>Integer</type>
5896cdf0e10cSrcweir		</source>
5897cdf0e10cSrcweir	</element>
5898cdf0e10cSrcweir	<!--property::Image.PictureTiling-->
5899cdf0e10cSrcweir	<element type="property">
5900cdf0e10cSrcweir		<source id="MSForms.Image.PictureTiling">
5901cdf0e10cSrcweir			<context kind="class">Image</context>
5902cdf0e10cSrcweir			<name>PictureTiling</name>
5903cdf0e10cSrcweir			<type>boolean</type>
5904cdf0e10cSrcweir		</source>
5905cdf0e10cSrcweir	</element>
5906cdf0e10cSrcweir	<!--property::Image.SpecialEffect-->
5907cdf0e10cSrcweir	<element type="property">
5908cdf0e10cSrcweir		<source id="MSForms.Image.SpecialEffect">
5909cdf0e10cSrcweir			<context kind="class">Image</context>
5910cdf0e10cSrcweir			<name>SpecialEffect</name>
5911cdf0e10cSrcweir			<type>Integer</type>
5912cdf0e10cSrcweir		</source>
5913cdf0e10cSrcweir	</element>
5914cdf0e10cSrcweir	<!--Class::Label-->
5915cdf0e10cSrcweir	<element type="class">
5916cdf0e10cSrcweir		<source id="MSForms.Label">
5917cdf0e10cSrcweir			<name>Label</name>
5918cdf0e10cSrcweir		</source>
5919cdf0e10cSrcweir		<destination designation="identity" />
5920cdf0e10cSrcweir	</element>
5921cdf0e10cSrcweir	<!--property::Label.Accelerator-->
5922cdf0e10cSrcweir	<element type="property">
5923cdf0e10cSrcweir		<source id="MSForms.Label.Accelerator">
5924cdf0e10cSrcweir			<context kind="class">Label</context>
5925cdf0e10cSrcweir			<name>Accelerator</name>
5926cdf0e10cSrcweir			<type>String</type>
5927cdf0e10cSrcweir		</source>
5928cdf0e10cSrcweir	</element>
5929cdf0e10cSrcweir	<!--property::Label.AutoSize-->
5930cdf0e10cSrcweir	<element type="property">
5931cdf0e10cSrcweir		<source id="MSForms.Label.AutoSize">
5932cdf0e10cSrcweir			<context kind="class">Label</context>
5933cdf0e10cSrcweir			<name>AutoSize</name>
5934cdf0e10cSrcweir			<type>boolean</type>
5935cdf0e10cSrcweir		</source>
5936cdf0e10cSrcweir	</element>
5937cdf0e10cSrcweir	<!--property::Label.BackColor-->
5938cdf0e10cSrcweir	<element type="property">
5939cdf0e10cSrcweir		<source id="MSForms.Label.BackColor">
5940cdf0e10cSrcweir			<context kind="class">Label</context>
5941cdf0e10cSrcweir			<name>BackColor</name>
5942cdf0e10cSrcweir			<type>Integer</type>
5943cdf0e10cSrcweir		</source>
5944cdf0e10cSrcweir	</element>
5945cdf0e10cSrcweir	<!--property::Label.BackStyle-->
5946cdf0e10cSrcweir	<element type="property">
5947cdf0e10cSrcweir		<source id="MSForms.Label.BackStyle">
5948cdf0e10cSrcweir			<context kind="class">Label</context>
5949cdf0e10cSrcweir			<name>BackStyle</name>
5950cdf0e10cSrcweir			<type>Integer</type>
5951cdf0e10cSrcweir		</source>
5952cdf0e10cSrcweir	</element>
5953cdf0e10cSrcweir	<!--method::Label.BeforeDragOver-->
5954cdf0e10cSrcweir	<element type="method">
5955cdf0e10cSrcweir		<source id="MSForms.Label.BeforeDragOver">
5956cdf0e10cSrcweir			<context kind="class">Label</context>
5957cdf0e10cSrcweir			<name>BeforeDragOver</name>
5958cdf0e10cSrcweir			<type>void</type>
5959cdf0e10cSrcweir			<parameter-list>
5960cdf0e10cSrcweir				<parameter>
5961cdf0e10cSrcweir					<type>ReturnBoolean</type>
5962cdf0e10cSrcweir					<name>Cancel</name>
5963cdf0e10cSrcweir				</parameter>
5964cdf0e10cSrcweir				<parameter>
5965cdf0e10cSrcweir					<type>DataObject</type>
5966cdf0e10cSrcweir					<name>Data</name>
5967cdf0e10cSrcweir				</parameter>
5968cdf0e10cSrcweir				<parameter>
5969cdf0e10cSrcweir					<type>Single</type>
5970cdf0e10cSrcweir					<name>X</name>
5971cdf0e10cSrcweir				</parameter>
5972cdf0e10cSrcweir				<parameter>
5973cdf0e10cSrcweir					<type>Single</type>
5974cdf0e10cSrcweir					<name>Y</name>
5975cdf0e10cSrcweir				</parameter>
5976cdf0e10cSrcweir				<parameter>
5977cdf0e10cSrcweir					<type>Integer</type>
5978cdf0e10cSrcweir					<name>DragState</name>
5979cdf0e10cSrcweir				</parameter>
5980cdf0e10cSrcweir				<parameter>
5981cdf0e10cSrcweir					<type>ReturnEffect</type>
5982cdf0e10cSrcweir					<name>Effect</name>
5983cdf0e10cSrcweir				</parameter>
5984cdf0e10cSrcweir				<parameter>
5985cdf0e10cSrcweir					<type>short</type>
5986cdf0e10cSrcweir					<name>Shift</name>
5987cdf0e10cSrcweir				</parameter>
5988cdf0e10cSrcweir			</parameter-list>
5989cdf0e10cSrcweir		</source>
5990cdf0e10cSrcweir	</element>
5991cdf0e10cSrcweir	<!--method::Label.BeforeDropOrPaste-->
5992cdf0e10cSrcweir	<element type="method">
5993cdf0e10cSrcweir		<source id="MSForms.Label.BeforeDropOrPaste">
5994cdf0e10cSrcweir			<context kind="class">Label</context>
5995cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
5996cdf0e10cSrcweir			<type>void</type>
5997cdf0e10cSrcweir			<parameter-list>
5998cdf0e10cSrcweir				<parameter>
5999cdf0e10cSrcweir					<type>ReturnBoolean</type>
6000cdf0e10cSrcweir					<name>Cancel</name>
6001cdf0e10cSrcweir				</parameter>
6002cdf0e10cSrcweir				<parameter>
6003cdf0e10cSrcweir					<type>Integer</type>
6004cdf0e10cSrcweir					<name>Action</name>
6005cdf0e10cSrcweir				</parameter>
6006cdf0e10cSrcweir				<parameter>
6007cdf0e10cSrcweir					<type>DataObject</type>
6008cdf0e10cSrcweir					<name>Data</name>
6009cdf0e10cSrcweir				</parameter>
6010cdf0e10cSrcweir				<parameter>
6011cdf0e10cSrcweir					<type>Single</type>
6012cdf0e10cSrcweir					<name>X</name>
6013cdf0e10cSrcweir				</parameter>
6014cdf0e10cSrcweir				<parameter>
6015cdf0e10cSrcweir					<type>Single</type>
6016cdf0e10cSrcweir					<name>Y</name>
6017cdf0e10cSrcweir				</parameter>
6018cdf0e10cSrcweir				<parameter>
6019cdf0e10cSrcweir					<type>ReturnEffect</type>
6020cdf0e10cSrcweir					<name>Effect</name>
6021cdf0e10cSrcweir				</parameter>
6022cdf0e10cSrcweir				<parameter>
6023cdf0e10cSrcweir					<type>short</type>
6024cdf0e10cSrcweir					<name>Shift</name>
6025cdf0e10cSrcweir				</parameter>
6026cdf0e10cSrcweir			</parameter-list>
6027cdf0e10cSrcweir		</source>
6028cdf0e10cSrcweir	</element>
6029cdf0e10cSrcweir	<!--property::Label.BorderColor-->
6030cdf0e10cSrcweir	<element type="property">
6031cdf0e10cSrcweir		<source id="MSForms.Label.BorderColor">
6032cdf0e10cSrcweir			<context kind="class">Label</context>
6033cdf0e10cSrcweir			<name>BorderColor</name>
6034cdf0e10cSrcweir			<type>Integer</type>
6035cdf0e10cSrcweir		</source>
6036cdf0e10cSrcweir	</element>
6037cdf0e10cSrcweir	<!--property::Label.BorderStyle-->
6038cdf0e10cSrcweir	<element type="property">
6039cdf0e10cSrcweir		<source id="MSForms.Label.BorderStyle">
6040cdf0e10cSrcweir			<context kind="class">Label</context>
6041cdf0e10cSrcweir			<name>BorderStyle</name>
6042cdf0e10cSrcweir			<type>Integer</type>
6043cdf0e10cSrcweir		</source>
6044cdf0e10cSrcweir	</element>
6045cdf0e10cSrcweir	<!--property::Label.Caption {Default}-->
6046cdf0e10cSrcweir	<element type="property">
6047cdf0e10cSrcweir		<source id="MSForms.Label.Caption">
6048cdf0e10cSrcweir			<context kind="class">Label</context>
6049cdf0e10cSrcweir			<name default="true">Caption</name>
6050cdf0e10cSrcweir			<type>String</type>
6051cdf0e10cSrcweir		</source>
6052cdf0e10cSrcweir	</element>
6053cdf0e10cSrcweir	<!--method::Label.Click-->
6054cdf0e10cSrcweir	<element type="method">
6055cdf0e10cSrcweir		<source id="MSForms.Label.Click">
6056cdf0e10cSrcweir			<context kind="class">Label</context>
6057cdf0e10cSrcweir			<name>Click</name>
6058cdf0e10cSrcweir			<type>void</type>
6059cdf0e10cSrcweir		</source>
6060cdf0e10cSrcweir	</element>
6061cdf0e10cSrcweir	<!--method::Label.DblClick-->
6062cdf0e10cSrcweir	<element type="method">
6063cdf0e10cSrcweir		<source id="MSForms.Label.DblClick">
6064cdf0e10cSrcweir			<context kind="class">Label</context>
6065cdf0e10cSrcweir			<name>DblClick</name>
6066cdf0e10cSrcweir			<type>void</type>
6067cdf0e10cSrcweir			<parameter-list>
6068cdf0e10cSrcweir				<parameter>
6069cdf0e10cSrcweir					<type>ReturnBoolean</type>
6070cdf0e10cSrcweir					<name>Cancel</name>
6071cdf0e10cSrcweir				</parameter>
6072cdf0e10cSrcweir			</parameter-list>
6073cdf0e10cSrcweir		</source>
6074cdf0e10cSrcweir	</element>
6075cdf0e10cSrcweir	<!--property::Label.Enabled-->
6076cdf0e10cSrcweir	<element type="property">
6077cdf0e10cSrcweir		<source id="MSForms.Label.Enabled">
6078cdf0e10cSrcweir			<context kind="class">Label</context>
6079cdf0e10cSrcweir			<name>Enabled</name>
6080cdf0e10cSrcweir			<type>boolean</type>
6081cdf0e10cSrcweir		</source>
6082cdf0e10cSrcweir	</element>
6083cdf0e10cSrcweir	<!--method::Label.Error-->
6084cdf0e10cSrcweir	<element type="method">
6085cdf0e10cSrcweir		<source id="MSForms.Label.Error">
6086cdf0e10cSrcweir			<context kind="class">Label</context>
6087cdf0e10cSrcweir			<name>Error</name>
6088cdf0e10cSrcweir			<type>void</type>
6089cdf0e10cSrcweir			<parameter-list>
6090cdf0e10cSrcweir				<parameter>
6091cdf0e10cSrcweir					<type>short</type>
6092cdf0e10cSrcweir					<name>Number</name>
6093cdf0e10cSrcweir				</parameter>
6094cdf0e10cSrcweir				<parameter>
6095cdf0e10cSrcweir					<type>ReturnString</type>
6096cdf0e10cSrcweir					<name>Description</name>
6097cdf0e10cSrcweir				</parameter>
6098cdf0e10cSrcweir				<parameter>
6099cdf0e10cSrcweir					<type>Integer</type>
6100cdf0e10cSrcweir					<name>SCode</name>
6101cdf0e10cSrcweir				</parameter>
6102cdf0e10cSrcweir				<parameter>
6103cdf0e10cSrcweir					<type>String</type>
6104cdf0e10cSrcweir					<name>Source</name>
6105cdf0e10cSrcweir				</parameter>
6106cdf0e10cSrcweir				<parameter>
6107cdf0e10cSrcweir					<type>String</type>
6108cdf0e10cSrcweir					<name>HelpFile</name>
6109cdf0e10cSrcweir				</parameter>
6110cdf0e10cSrcweir				<parameter>
6111cdf0e10cSrcweir					<type>Integer</type>
6112cdf0e10cSrcweir					<name>HelpContext</name>
6113cdf0e10cSrcweir				</parameter>
6114cdf0e10cSrcweir				<parameter>
6115cdf0e10cSrcweir					<type>ReturnBoolean</type>
6116cdf0e10cSrcweir					<name>CancelDisplay</name>
6117cdf0e10cSrcweir				</parameter>
6118cdf0e10cSrcweir			</parameter-list>
6119cdf0e10cSrcweir		</source>
6120cdf0e10cSrcweir	</element>
6121cdf0e10cSrcweir	<!--property::Label.Font {ReadOnly}-->
6122cdf0e10cSrcweir	<element type="property">
6123cdf0e10cSrcweir		<source id="MSForms.Label.Font">
6124cdf0e10cSrcweir			<context kind="class">Label</context>
6125cdf0e10cSrcweir			<name>Font</name>
6126cdf0e10cSrcweir			<type>Font</type>
6127cdf0e10cSrcweir		</source>
6128cdf0e10cSrcweir	</element>
6129cdf0e10cSrcweir	<!--property::Label.FontBold-->
6130cdf0e10cSrcweir	<element type="property">
6131cdf0e10cSrcweir		<source id="MSForms.Label.FontBold">
6132cdf0e10cSrcweir			<context kind="class">Label</context>
6133cdf0e10cSrcweir			<name>FontBold</name>
6134cdf0e10cSrcweir			<type>boolean</type>
6135cdf0e10cSrcweir		</source>
6136cdf0e10cSrcweir	</element>
6137cdf0e10cSrcweir	<!--property::Label.FontItalic-->
6138cdf0e10cSrcweir	<element type="property">
6139cdf0e10cSrcweir		<source id="MSForms.Label.FontItalic">
6140cdf0e10cSrcweir			<context kind="class">Label</context>
6141cdf0e10cSrcweir			<name>FontItalic</name>
6142cdf0e10cSrcweir			<type>boolean</type>
6143cdf0e10cSrcweir		</source>
6144cdf0e10cSrcweir	</element>
6145cdf0e10cSrcweir	<!--property::Label.FontName-->
6146cdf0e10cSrcweir	<element type="property">
6147cdf0e10cSrcweir		<source id="MSForms.Label.FontName">
6148cdf0e10cSrcweir			<context kind="class">Label</context>
6149cdf0e10cSrcweir			<name>FontName</name>
6150cdf0e10cSrcweir			<type>String</type>
6151cdf0e10cSrcweir		</source>
6152cdf0e10cSrcweir	</element>
6153cdf0e10cSrcweir	<!--property::Label.FontSize-->
6154cdf0e10cSrcweir	<element type="property">
6155cdf0e10cSrcweir		<source id="MSForms.Label.FontSize">
6156cdf0e10cSrcweir			<context kind="class">Label</context>
6157cdf0e10cSrcweir			<name>FontSize</name>
6158cdf0e10cSrcweir			<type>VT_CY</type>
6159cdf0e10cSrcweir		</source>
6160cdf0e10cSrcweir	</element>
6161cdf0e10cSrcweir	<!--property::Label.FontStrikethru-->
6162cdf0e10cSrcweir	<element type="property">
6163cdf0e10cSrcweir		<source id="MSForms.Label.FontStrikethru">
6164cdf0e10cSrcweir			<context kind="class">Label</context>
6165cdf0e10cSrcweir			<name>FontStrikethru</name>
6166cdf0e10cSrcweir			<type>boolean</type>
6167cdf0e10cSrcweir		</source>
6168cdf0e10cSrcweir	</element>
6169cdf0e10cSrcweir	<!--property::Label.FontUnderline-->
6170cdf0e10cSrcweir	<element type="property">
6171cdf0e10cSrcweir		<source id="MSForms.Label.FontUnderline">
6172cdf0e10cSrcweir			<context kind="class">Label</context>
6173cdf0e10cSrcweir			<name>FontUnderline</name>
6174cdf0e10cSrcweir			<type>boolean</type>
6175cdf0e10cSrcweir		</source>
6176cdf0e10cSrcweir	</element>
6177cdf0e10cSrcweir	<!--property::Label.FontWeight-->
6178cdf0e10cSrcweir	<element type="property">
6179cdf0e10cSrcweir		<source id="MSForms.Label.FontWeight">
6180cdf0e10cSrcweir			<context kind="class">Label</context>
6181cdf0e10cSrcweir			<name>FontWeight</name>
6182cdf0e10cSrcweir			<type>short</type>
6183cdf0e10cSrcweir		</source>
6184cdf0e10cSrcweir	</element>
6185cdf0e10cSrcweir	<!--property::Label.ForeColor-->
6186cdf0e10cSrcweir	<element type="property">
6187cdf0e10cSrcweir		<source id="MSForms.Label.ForeColor">
6188cdf0e10cSrcweir			<context kind="class">Label</context>
6189cdf0e10cSrcweir			<name>ForeColor</name>
6190cdf0e10cSrcweir			<type>Integer</type>
6191cdf0e10cSrcweir		</source>
6192cdf0e10cSrcweir	</element>
6193cdf0e10cSrcweir	<!--method::Label.MouseDown-->
6194cdf0e10cSrcweir	<element type="method">
6195cdf0e10cSrcweir		<source id="MSForms.Label.MouseDown">
6196cdf0e10cSrcweir			<context kind="class">Label</context>
6197cdf0e10cSrcweir			<name>MouseDown</name>
6198cdf0e10cSrcweir			<type>void</type>
6199cdf0e10cSrcweir			<parameter-list>
6200cdf0e10cSrcweir				<parameter>
6201cdf0e10cSrcweir					<type>short</type>
6202cdf0e10cSrcweir					<name>Button</name>
6203cdf0e10cSrcweir				</parameter>
6204cdf0e10cSrcweir				<parameter>
6205cdf0e10cSrcweir					<type>short</type>
6206cdf0e10cSrcweir					<name>Shift</name>
6207cdf0e10cSrcweir				</parameter>
6208cdf0e10cSrcweir				<parameter>
6209cdf0e10cSrcweir					<type>Single</type>
6210cdf0e10cSrcweir					<name>X</name>
6211cdf0e10cSrcweir				</parameter>
6212cdf0e10cSrcweir				<parameter>
6213cdf0e10cSrcweir					<type>Single</type>
6214cdf0e10cSrcweir					<name>Y</name>
6215cdf0e10cSrcweir				</parameter>
6216cdf0e10cSrcweir			</parameter-list>
6217cdf0e10cSrcweir		</source>
6218cdf0e10cSrcweir	</element>
6219cdf0e10cSrcweir	<!--property::Label.MouseIcon-->
6220cdf0e10cSrcweir	<element type="property">
6221cdf0e10cSrcweir		<source id="MSForms.Label.MouseIcon">
6222cdf0e10cSrcweir			<context kind="class">Label</context>
6223cdf0e10cSrcweir			<name>MouseIcon</name>
6224cdf0e10cSrcweir			<type>Picture</type>
6225cdf0e10cSrcweir		</source>
6226cdf0e10cSrcweir	</element>
6227cdf0e10cSrcweir	<!--method::Label.MouseMove-->
6228cdf0e10cSrcweir	<element type="method">
6229cdf0e10cSrcweir		<source id="MSForms.Label.MouseMove">
6230cdf0e10cSrcweir			<context kind="class">Label</context>
6231cdf0e10cSrcweir			<name>MouseMove</name>
6232cdf0e10cSrcweir			<type>void</type>
6233cdf0e10cSrcweir			<parameter-list>
6234cdf0e10cSrcweir				<parameter>
6235cdf0e10cSrcweir					<type>short</type>
6236cdf0e10cSrcweir					<name>Button</name>
6237cdf0e10cSrcweir				</parameter>
6238cdf0e10cSrcweir				<parameter>
6239cdf0e10cSrcweir					<type>short</type>
6240cdf0e10cSrcweir					<name>Shift</name>
6241cdf0e10cSrcweir				</parameter>
6242cdf0e10cSrcweir				<parameter>
6243cdf0e10cSrcweir					<type>Single</type>
6244cdf0e10cSrcweir					<name>X</name>
6245cdf0e10cSrcweir				</parameter>
6246cdf0e10cSrcweir				<parameter>
6247cdf0e10cSrcweir					<type>Single</type>
6248cdf0e10cSrcweir					<name>Y</name>
6249cdf0e10cSrcweir				</parameter>
6250cdf0e10cSrcweir			</parameter-list>
6251cdf0e10cSrcweir		</source>
6252cdf0e10cSrcweir	</element>
6253cdf0e10cSrcweir	<!--property::Label.MousePointer-->
6254cdf0e10cSrcweir	<element type="property">
6255cdf0e10cSrcweir		<source id="MSForms.Label.MousePointer">
6256cdf0e10cSrcweir			<context kind="class">Label</context>
6257cdf0e10cSrcweir			<name>MousePointer</name>
6258cdf0e10cSrcweir			<type>Integer</type>
6259cdf0e10cSrcweir		</source>
6260cdf0e10cSrcweir	</element>
6261cdf0e10cSrcweir	<!--method::Label.MouseUp-->
6262cdf0e10cSrcweir	<element type="method">
6263cdf0e10cSrcweir		<source id="MSForms.Label.MouseUp">
6264cdf0e10cSrcweir			<context kind="class">Label</context>
6265cdf0e10cSrcweir			<name>MouseUp</name>
6266cdf0e10cSrcweir			<type>void</type>
6267cdf0e10cSrcweir			<parameter-list>
6268cdf0e10cSrcweir				<parameter>
6269cdf0e10cSrcweir					<type>short</type>
6270cdf0e10cSrcweir					<name>Button</name>
6271cdf0e10cSrcweir				</parameter>
6272cdf0e10cSrcweir				<parameter>
6273cdf0e10cSrcweir					<type>short</type>
6274cdf0e10cSrcweir					<name>Shift</name>
6275cdf0e10cSrcweir				</parameter>
6276cdf0e10cSrcweir				<parameter>
6277cdf0e10cSrcweir					<type>Single</type>
6278cdf0e10cSrcweir					<name>X</name>
6279cdf0e10cSrcweir				</parameter>
6280cdf0e10cSrcweir				<parameter>
6281cdf0e10cSrcweir					<type>Single</type>
6282cdf0e10cSrcweir					<name>Y</name>
6283cdf0e10cSrcweir				</parameter>
6284cdf0e10cSrcweir			</parameter-list>
6285cdf0e10cSrcweir		</source>
6286cdf0e10cSrcweir	</element>
6287cdf0e10cSrcweir	<!--property::Label.Picture-->
6288cdf0e10cSrcweir	<element type="property">
6289cdf0e10cSrcweir		<source id="MSForms.Label.Picture">
6290cdf0e10cSrcweir			<context kind="class">Label</context>
6291cdf0e10cSrcweir			<name>Picture</name>
6292cdf0e10cSrcweir			<type>Picture</type>
6293cdf0e10cSrcweir		</source>
6294cdf0e10cSrcweir	</element>
6295cdf0e10cSrcweir	<!--property::Label.PicturePosition-->
6296cdf0e10cSrcweir	<element type="property">
6297cdf0e10cSrcweir		<source id="MSForms.Label.PicturePosition">
6298cdf0e10cSrcweir			<context kind="class">Label</context>
6299cdf0e10cSrcweir			<name>PicturePosition</name>
6300cdf0e10cSrcweir			<type>Integer</type>
6301cdf0e10cSrcweir		</source>
6302cdf0e10cSrcweir	</element>
6303cdf0e10cSrcweir	<!--property::Label.SpecialEffect-->
6304cdf0e10cSrcweir	<element type="property">
6305cdf0e10cSrcweir		<source id="MSForms.Label.SpecialEffect">
6306cdf0e10cSrcweir			<context kind="class">Label</context>
6307cdf0e10cSrcweir			<name>SpecialEffect</name>
6308cdf0e10cSrcweir			<type>Integer</type>
6309cdf0e10cSrcweir		</source>
6310cdf0e10cSrcweir	</element>
6311cdf0e10cSrcweir	<!--property::Label.TextAlign-->
6312cdf0e10cSrcweir	<element type="property">
6313cdf0e10cSrcweir		<source id="MSForms.Label.TextAlign">
6314cdf0e10cSrcweir			<context kind="class">Label</context>
6315cdf0e10cSrcweir			<name>TextAlign</name>
6316cdf0e10cSrcweir			<type>Integer</type>
6317cdf0e10cSrcweir		</source>
6318cdf0e10cSrcweir	</element>
6319cdf0e10cSrcweir	<!--property::Label.WordWrap-->
6320cdf0e10cSrcweir	<element type="property">
6321cdf0e10cSrcweir		<source id="MSForms.Label.WordWrap">
6322cdf0e10cSrcweir			<context kind="class">Label</context>
6323cdf0e10cSrcweir			<name>WordWrap</name>
6324cdf0e10cSrcweir			<type>boolean</type>
6325cdf0e10cSrcweir		</source>
6326cdf0e10cSrcweir	</element>
6327cdf0e10cSrcweir	<!--Class::ListBox-->
6328cdf0e10cSrcweir	<element type="class">
6329cdf0e10cSrcweir		<source id="MSForms.ListBox">
6330cdf0e10cSrcweir			<name>ListBox</name>
6331cdf0e10cSrcweir		</source>
6332cdf0e10cSrcweir		<destination designation="identity" />
6333cdf0e10cSrcweir	</element>
6334cdf0e10cSrcweir	<!--method::ListBox.AddItem-->
6335cdf0e10cSrcweir	<element type="method">
6336cdf0e10cSrcweir		<source id="MSForms.ListBox.AddItem">
6337cdf0e10cSrcweir			<context kind="class">ListBox</context>
6338cdf0e10cSrcweir			<name>AddItem</name>
6339cdf0e10cSrcweir			<type>void</type>
6340cdf0e10cSrcweir			<parameter-list>
6341cdf0e10cSrcweir				<parameter optional="true">
6342cdf0e10cSrcweir					<type>Variant</type>
6343cdf0e10cSrcweir					<name>pvargItem</name>
6344cdf0e10cSrcweir				</parameter>
6345cdf0e10cSrcweir				<parameter optional="true">
6346cdf0e10cSrcweir					<type>Variant</type>
6347cdf0e10cSrcweir					<name>pvargIndex</name>
6348cdf0e10cSrcweir				</parameter>
6349cdf0e10cSrcweir			</parameter-list>
6350cdf0e10cSrcweir		</source>
6351cdf0e10cSrcweir	</element>
6352cdf0e10cSrcweir	<!--property::ListBox.BackColor-->
6353cdf0e10cSrcweir	<element type="property">
6354cdf0e10cSrcweir		<source id="MSForms.ListBox.BackColor">
6355cdf0e10cSrcweir			<context kind="class">ListBox</context>
6356cdf0e10cSrcweir			<name>BackColor</name>
6357cdf0e10cSrcweir			<type>Integer</type>
6358cdf0e10cSrcweir		</source>
6359cdf0e10cSrcweir	</element>
6360cdf0e10cSrcweir	<!--method::ListBox.BeforeDragOver-->
6361cdf0e10cSrcweir	<element type="method">
6362cdf0e10cSrcweir		<source id="MSForms.ListBox.BeforeDragOver">
6363cdf0e10cSrcweir			<context kind="class">ListBox</context>
6364cdf0e10cSrcweir			<name>BeforeDragOver</name>
6365cdf0e10cSrcweir			<type>void</type>
6366cdf0e10cSrcweir			<parameter-list>
6367cdf0e10cSrcweir				<parameter>
6368cdf0e10cSrcweir					<type>ReturnBoolean</type>
6369cdf0e10cSrcweir					<name>Cancel</name>
6370cdf0e10cSrcweir				</parameter>
6371cdf0e10cSrcweir				<parameter>
6372cdf0e10cSrcweir					<type>DataObject</type>
6373cdf0e10cSrcweir					<name>Data</name>
6374cdf0e10cSrcweir				</parameter>
6375cdf0e10cSrcweir				<parameter>
6376cdf0e10cSrcweir					<type>Single</type>
6377cdf0e10cSrcweir					<name>X</name>
6378cdf0e10cSrcweir				</parameter>
6379cdf0e10cSrcweir				<parameter>
6380cdf0e10cSrcweir					<type>Single</type>
6381cdf0e10cSrcweir					<name>Y</name>
6382cdf0e10cSrcweir				</parameter>
6383cdf0e10cSrcweir				<parameter>
6384cdf0e10cSrcweir					<type>Integer</type>
6385cdf0e10cSrcweir					<name>DragState</name>
6386cdf0e10cSrcweir				</parameter>
6387cdf0e10cSrcweir				<parameter>
6388cdf0e10cSrcweir					<type>ReturnEffect</type>
6389cdf0e10cSrcweir					<name>Effect</name>
6390cdf0e10cSrcweir				</parameter>
6391cdf0e10cSrcweir				<parameter>
6392cdf0e10cSrcweir					<type>short</type>
6393cdf0e10cSrcweir					<name>Shift</name>
6394cdf0e10cSrcweir				</parameter>
6395cdf0e10cSrcweir			</parameter-list>
6396cdf0e10cSrcweir		</source>
6397cdf0e10cSrcweir	</element>
6398cdf0e10cSrcweir	<!--method::ListBox.BeforeDropOrPaste-->
6399cdf0e10cSrcweir	<element type="method">
6400cdf0e10cSrcweir		<source id="MSForms.ListBox.BeforeDropOrPaste">
6401cdf0e10cSrcweir			<context kind="class">ListBox</context>
6402cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
6403cdf0e10cSrcweir			<type>void</type>
6404cdf0e10cSrcweir			<parameter-list>
6405cdf0e10cSrcweir				<parameter>
6406cdf0e10cSrcweir					<type>ReturnBoolean</type>
6407cdf0e10cSrcweir					<name>Cancel</name>
6408cdf0e10cSrcweir				</parameter>
6409cdf0e10cSrcweir				<parameter>
6410cdf0e10cSrcweir					<type>Integer</type>
6411cdf0e10cSrcweir					<name>Action</name>
6412cdf0e10cSrcweir				</parameter>
6413cdf0e10cSrcweir				<parameter>
6414cdf0e10cSrcweir					<type>DataObject</type>
6415cdf0e10cSrcweir					<name>Data</name>
6416cdf0e10cSrcweir				</parameter>
6417cdf0e10cSrcweir				<parameter>
6418cdf0e10cSrcweir					<type>Single</type>
6419cdf0e10cSrcweir					<name>X</name>
6420cdf0e10cSrcweir				</parameter>
6421cdf0e10cSrcweir				<parameter>
6422cdf0e10cSrcweir					<type>Single</type>
6423cdf0e10cSrcweir					<name>Y</name>
6424cdf0e10cSrcweir				</parameter>
6425cdf0e10cSrcweir				<parameter>
6426cdf0e10cSrcweir					<type>ReturnEffect</type>
6427cdf0e10cSrcweir					<name>Effect</name>
6428cdf0e10cSrcweir				</parameter>
6429cdf0e10cSrcweir				<parameter>
6430cdf0e10cSrcweir					<type>short</type>
6431cdf0e10cSrcweir					<name>Shift</name>
6432cdf0e10cSrcweir				</parameter>
6433cdf0e10cSrcweir			</parameter-list>
6434cdf0e10cSrcweir		</source>
6435cdf0e10cSrcweir	</element>
6436cdf0e10cSrcweir	<!--property::ListBox.BorderColor-->
6437cdf0e10cSrcweir	<element type="property">
6438cdf0e10cSrcweir		<source id="MSForms.ListBox.BorderColor">
6439cdf0e10cSrcweir			<context kind="class">ListBox</context>
6440cdf0e10cSrcweir			<name>BorderColor</name>
6441cdf0e10cSrcweir			<type>Integer</type>
6442cdf0e10cSrcweir		</source>
6443cdf0e10cSrcweir	</element>
6444cdf0e10cSrcweir	<!--property::ListBox.BordersSuppress-->
6445cdf0e10cSrcweir	<element type="property">
6446cdf0e10cSrcweir		<source id="MSForms.ListBox.BordersSuppress">
6447cdf0e10cSrcweir			<context kind="class">ListBox</context>
6448cdf0e10cSrcweir			<name>BordersSuppress</name>
6449cdf0e10cSrcweir			<type>boolean</type>
6450cdf0e10cSrcweir		</source>
6451cdf0e10cSrcweir	</element>
6452cdf0e10cSrcweir	<!--property::ListBox.BorderStyle-->
6453cdf0e10cSrcweir	<element type="property">
6454cdf0e10cSrcweir		<source id="MSForms.ListBox.BorderStyle">
6455cdf0e10cSrcweir			<context kind="class">ListBox</context>
6456cdf0e10cSrcweir			<name>BorderStyle</name>
6457cdf0e10cSrcweir			<type>Integer</type>
6458cdf0e10cSrcweir		</source>
6459cdf0e10cSrcweir	</element>
6460cdf0e10cSrcweir	<!--property::ListBox.BoundColumn-->
6461cdf0e10cSrcweir	<element type="property">
6462cdf0e10cSrcweir		<source id="MSForms.ListBox.BoundColumn">
6463cdf0e10cSrcweir			<context kind="class">ListBox</context>
6464cdf0e10cSrcweir			<name>BoundColumn</name>
6465cdf0e10cSrcweir			<type>Variant</type>
6466cdf0e10cSrcweir		</source>
6467cdf0e10cSrcweir	</element>
6468cdf0e10cSrcweir	<!--method::ListBox.Change-->
6469cdf0e10cSrcweir	<element type="method">
6470cdf0e10cSrcweir		<source id="MSForms.ListBox.Change">
6471cdf0e10cSrcweir			<context kind="class">ListBox</context>
6472cdf0e10cSrcweir			<name>Change</name>
6473cdf0e10cSrcweir			<type>void</type>
6474cdf0e10cSrcweir		</source>
6475cdf0e10cSrcweir	</element>
6476cdf0e10cSrcweir	<!--method::ListBox.Clear-->
6477cdf0e10cSrcweir	<element type="method">
6478cdf0e10cSrcweir		<source id="MSForms.ListBox.Clear">
6479cdf0e10cSrcweir			<context kind="class">ListBox</context>
6480cdf0e10cSrcweir			<name>Clear</name>
6481cdf0e10cSrcweir			<type>void</type>
6482cdf0e10cSrcweir		</source>
6483cdf0e10cSrcweir	</element>
6484cdf0e10cSrcweir	<!--method::ListBox.Click-->
6485cdf0e10cSrcweir	<element type="method">
6486cdf0e10cSrcweir		<source id="MSForms.ListBox.Click">
6487cdf0e10cSrcweir			<context kind="class">ListBox</context>
6488cdf0e10cSrcweir			<name>Click</name>
6489cdf0e10cSrcweir			<type>void</type>
6490cdf0e10cSrcweir		</source>
6491cdf0e10cSrcweir	</element>
6492cdf0e10cSrcweir	<!--property::ListBox.Column-->
6493cdf0e10cSrcweir	<element type="property">
6494cdf0e10cSrcweir		<source id="MSForms.ListBox.Column">
6495cdf0e10cSrcweir			<context kind="class">ListBox</context>
6496cdf0e10cSrcweir			<name>Column</name>
6497cdf0e10cSrcweir			<type>Variant</type>
6498cdf0e10cSrcweir			<parameter-list>
6499cdf0e10cSrcweir				<parameter optional="true">
6500cdf0e10cSrcweir					<type>Variant</type>
6501cdf0e10cSrcweir					<name>pvargColumn</name>
6502cdf0e10cSrcweir				</parameter>
6503cdf0e10cSrcweir				<parameter optional="true">
6504cdf0e10cSrcweir					<type>Variant</type>
6505cdf0e10cSrcweir					<name>pvargIndex</name>
6506cdf0e10cSrcweir				</parameter>
6507cdf0e10cSrcweir			</parameter-list>
6508cdf0e10cSrcweir		</source>
6509cdf0e10cSrcweir	</element>
6510cdf0e10cSrcweir	<!--property::ListBox.ColumnCount-->
6511cdf0e10cSrcweir	<element type="property">
6512cdf0e10cSrcweir		<source id="MSForms.ListBox.ColumnCount">
6513cdf0e10cSrcweir			<context kind="class">ListBox</context>
6514cdf0e10cSrcweir			<name>ColumnCount</name>
6515cdf0e10cSrcweir			<type>Integer</type>
6516cdf0e10cSrcweir		</source>
6517cdf0e10cSrcweir	</element>
6518cdf0e10cSrcweir	<!--property::ListBox.ColumnHeads-->
6519cdf0e10cSrcweir	<element type="property">
6520cdf0e10cSrcweir		<source id="MSForms.ListBox.ColumnHeads">
6521cdf0e10cSrcweir			<context kind="class">ListBox</context>
6522cdf0e10cSrcweir			<name>ColumnHeads</name>
6523cdf0e10cSrcweir			<type>boolean</type>
6524cdf0e10cSrcweir		</source>
6525cdf0e10cSrcweir	</element>
6526cdf0e10cSrcweir	<!--property::ListBox.ColumnWidths-->
6527cdf0e10cSrcweir	<element type="property">
6528cdf0e10cSrcweir		<source id="MSForms.ListBox.ColumnWidths">
6529cdf0e10cSrcweir			<context kind="class">ListBox</context>
6530cdf0e10cSrcweir			<name>ColumnWidths</name>
6531cdf0e10cSrcweir			<type>String</type>
6532cdf0e10cSrcweir		</source>
6533cdf0e10cSrcweir	</element>
6534cdf0e10cSrcweir	<!--method::ListBox.DblClick-->
6535cdf0e10cSrcweir	<element type="method">
6536cdf0e10cSrcweir		<source id="MSForms.ListBox.DblClick">
6537cdf0e10cSrcweir			<context kind="class">ListBox</context>
6538cdf0e10cSrcweir			<name>DblClick</name>
6539cdf0e10cSrcweir			<type>void</type>
6540cdf0e10cSrcweir			<parameter-list>
6541cdf0e10cSrcweir				<parameter>
6542cdf0e10cSrcweir					<type>ReturnBoolean</type>
6543cdf0e10cSrcweir					<name>Cancel</name>
6544cdf0e10cSrcweir				</parameter>
6545cdf0e10cSrcweir			</parameter-list>
6546cdf0e10cSrcweir		</source>
6547cdf0e10cSrcweir	</element>
6548cdf0e10cSrcweir	<!--property::ListBox.DisplayStyle {ReadOnly}-->
6549cdf0e10cSrcweir	<element type="property">
6550cdf0e10cSrcweir		<source id="MSForms.ListBox.DisplayStyle">
6551cdf0e10cSrcweir			<context kind="class">ListBox</context>
6552cdf0e10cSrcweir			<name>DisplayStyle</name>
6553cdf0e10cSrcweir			<type>Integer</type>
6554cdf0e10cSrcweir		</source>
6555cdf0e10cSrcweir	</element>
6556cdf0e10cSrcweir	<!--property::ListBox.Enabled-->
6557cdf0e10cSrcweir	<element type="property">
6558cdf0e10cSrcweir		<source id="MSForms.ListBox.Enabled">
6559cdf0e10cSrcweir			<context kind="class">ListBox</context>
6560cdf0e10cSrcweir			<name>Enabled</name>
6561cdf0e10cSrcweir			<type>boolean</type>
6562cdf0e10cSrcweir		</source>
6563cdf0e10cSrcweir	</element>
6564cdf0e10cSrcweir	<!--method::ListBox.Error-->
6565cdf0e10cSrcweir	<element type="method">
6566cdf0e10cSrcweir		<source id="MSForms.ListBox.Error">
6567cdf0e10cSrcweir			<context kind="class">ListBox</context>
6568cdf0e10cSrcweir			<name>Error</name>
6569cdf0e10cSrcweir			<type>void</type>
6570cdf0e10cSrcweir			<parameter-list>
6571cdf0e10cSrcweir				<parameter>
6572cdf0e10cSrcweir					<type>short</type>
6573cdf0e10cSrcweir					<name>Number</name>
6574cdf0e10cSrcweir				</parameter>
6575cdf0e10cSrcweir				<parameter>
6576cdf0e10cSrcweir					<type>ReturnString</type>
6577cdf0e10cSrcweir					<name>Description</name>
6578cdf0e10cSrcweir				</parameter>
6579cdf0e10cSrcweir				<parameter>
6580cdf0e10cSrcweir					<type>Integer</type>
6581cdf0e10cSrcweir					<name>SCode</name>
6582cdf0e10cSrcweir				</parameter>
6583cdf0e10cSrcweir				<parameter>
6584cdf0e10cSrcweir					<type>String</type>
6585cdf0e10cSrcweir					<name>Source</name>
6586cdf0e10cSrcweir				</parameter>
6587cdf0e10cSrcweir				<parameter>
6588cdf0e10cSrcweir					<type>String</type>
6589cdf0e10cSrcweir					<name>HelpFile</name>
6590cdf0e10cSrcweir				</parameter>
6591cdf0e10cSrcweir				<parameter>
6592cdf0e10cSrcweir					<type>Integer</type>
6593cdf0e10cSrcweir					<name>HelpContext</name>
6594cdf0e10cSrcweir				</parameter>
6595cdf0e10cSrcweir				<parameter>
6596cdf0e10cSrcweir					<type>ReturnBoolean</type>
6597cdf0e10cSrcweir					<name>CancelDisplay</name>
6598cdf0e10cSrcweir				</parameter>
6599cdf0e10cSrcweir			</parameter-list>
6600cdf0e10cSrcweir		</source>
6601cdf0e10cSrcweir	</element>
6602cdf0e10cSrcweir	<!--property::ListBox.Font {ReadOnly}-->
6603cdf0e10cSrcweir	<element type="property">
6604cdf0e10cSrcweir		<source id="MSForms.ListBox.Font">
6605cdf0e10cSrcweir			<context kind="class">ListBox</context>
6606cdf0e10cSrcweir			<name>Font</name>
6607cdf0e10cSrcweir			<type>Font</type>
6608cdf0e10cSrcweir		</source>
6609cdf0e10cSrcweir	</element>
6610cdf0e10cSrcweir	<!--property::ListBox.FontBold-->
6611cdf0e10cSrcweir	<element type="property">
6612cdf0e10cSrcweir		<source id="MSForms.ListBox.FontBold">
6613cdf0e10cSrcweir			<context kind="class">ListBox</context>
6614cdf0e10cSrcweir			<name>FontBold</name>
6615cdf0e10cSrcweir			<type>boolean</type>
6616cdf0e10cSrcweir		</source>
6617cdf0e10cSrcweir	</element>
6618cdf0e10cSrcweir	<!--property::ListBox.FontItalic-->
6619cdf0e10cSrcweir	<element type="property">
6620cdf0e10cSrcweir		<source id="MSForms.ListBox.FontItalic">
6621cdf0e10cSrcweir			<context kind="class">ListBox</context>
6622cdf0e10cSrcweir			<name>FontItalic</name>
6623cdf0e10cSrcweir			<type>boolean</type>
6624cdf0e10cSrcweir		</source>
6625cdf0e10cSrcweir	</element>
6626cdf0e10cSrcweir	<!--property::ListBox.FontName-->
6627cdf0e10cSrcweir	<element type="property">
6628cdf0e10cSrcweir		<source id="MSForms.ListBox.FontName">
6629cdf0e10cSrcweir			<context kind="class">ListBox</context>
6630cdf0e10cSrcweir			<name>FontName</name>
6631cdf0e10cSrcweir			<type>String</type>
6632cdf0e10cSrcweir		</source>
6633cdf0e10cSrcweir	</element>
6634cdf0e10cSrcweir	<!--property::ListBox.FontSize-->
6635cdf0e10cSrcweir	<element type="property">
6636cdf0e10cSrcweir		<source id="MSForms.ListBox.FontSize">
6637cdf0e10cSrcweir			<context kind="class">ListBox</context>
6638cdf0e10cSrcweir			<name>FontSize</name>
6639cdf0e10cSrcweir			<type>VT_CY</type>
6640cdf0e10cSrcweir		</source>
6641cdf0e10cSrcweir	</element>
6642cdf0e10cSrcweir	<!--property::ListBox.FontStrikethru-->
6643cdf0e10cSrcweir	<element type="property">
6644cdf0e10cSrcweir		<source id="MSForms.ListBox.FontStrikethru">
6645cdf0e10cSrcweir			<context kind="class">ListBox</context>
6646cdf0e10cSrcweir			<name>FontStrikethru</name>
6647cdf0e10cSrcweir			<type>boolean</type>
6648cdf0e10cSrcweir		</source>
6649cdf0e10cSrcweir	</element>
6650cdf0e10cSrcweir	<!--property::ListBox.FontUnderline-->
6651cdf0e10cSrcweir	<element type="property">
6652cdf0e10cSrcweir		<source id="MSForms.ListBox.FontUnderline">
6653cdf0e10cSrcweir			<context kind="class">ListBox</context>
6654cdf0e10cSrcweir			<name>FontUnderline</name>
6655cdf0e10cSrcweir			<type>boolean</type>
6656cdf0e10cSrcweir		</source>
6657cdf0e10cSrcweir	</element>
6658cdf0e10cSrcweir	<!--property::ListBox.FontWeight-->
6659cdf0e10cSrcweir	<element type="property">
6660cdf0e10cSrcweir		<source id="MSForms.ListBox.FontWeight">
6661cdf0e10cSrcweir			<context kind="class">ListBox</context>
6662cdf0e10cSrcweir			<name>FontWeight</name>
6663cdf0e10cSrcweir			<type>short</type>
6664cdf0e10cSrcweir		</source>
6665cdf0e10cSrcweir	</element>
6666cdf0e10cSrcweir	<!--property::ListBox.ForeColor-->
6667cdf0e10cSrcweir	<element type="property">
6668cdf0e10cSrcweir		<source id="MSForms.ListBox.ForeColor">
6669cdf0e10cSrcweir			<context kind="class">ListBox</context>
6670cdf0e10cSrcweir			<name>ForeColor</name>
6671cdf0e10cSrcweir			<type>Integer</type>
6672cdf0e10cSrcweir		</source>
6673cdf0e10cSrcweir	</element>
6674cdf0e10cSrcweir	<!--property::ListBox.IMEMode-->
6675cdf0e10cSrcweir	<element type="property">
6676cdf0e10cSrcweir		<source id="MSForms.ListBox.IMEMode">
6677cdf0e10cSrcweir			<context kind="class">ListBox</context>
6678cdf0e10cSrcweir			<name>IMEMode</name>
6679cdf0e10cSrcweir			<type>Integer</type>
6680cdf0e10cSrcweir		</source>
6681cdf0e10cSrcweir	</element>
6682cdf0e10cSrcweir	<!--property::ListBox.IntegralHeight-->
6683cdf0e10cSrcweir	<element type="property">
6684cdf0e10cSrcweir		<source id="MSForms.ListBox.IntegralHeight">
6685cdf0e10cSrcweir			<context kind="class">ListBox</context>
6686cdf0e10cSrcweir			<name>IntegralHeight</name>
6687cdf0e10cSrcweir			<type>boolean</type>
6688cdf0e10cSrcweir		</source>
6689cdf0e10cSrcweir	</element>
6690cdf0e10cSrcweir	<!--method::ListBox.KeyDown-->
6691cdf0e10cSrcweir	<element type="method">
6692cdf0e10cSrcweir		<source id="MSForms.ListBox.KeyDown">
6693cdf0e10cSrcweir			<context kind="class">ListBox</context>
6694cdf0e10cSrcweir			<name>KeyDown</name>
6695cdf0e10cSrcweir			<type>void</type>
6696cdf0e10cSrcweir			<parameter-list>
6697cdf0e10cSrcweir				<parameter>
6698cdf0e10cSrcweir					<type>ReturnInteger</type>
6699cdf0e10cSrcweir					<name>KeyCode</name>
6700cdf0e10cSrcweir				</parameter>
6701cdf0e10cSrcweir				<parameter>
6702cdf0e10cSrcweir					<type>short</type>
6703cdf0e10cSrcweir					<name>Shift</name>
6704cdf0e10cSrcweir				</parameter>
6705cdf0e10cSrcweir			</parameter-list>
6706cdf0e10cSrcweir		</source>
6707cdf0e10cSrcweir	</element>
6708cdf0e10cSrcweir	<!--method::ListBox.KeyPress-->
6709cdf0e10cSrcweir	<element type="method">
6710cdf0e10cSrcweir		<source id="MSForms.ListBox.KeyPress">
6711cdf0e10cSrcweir			<context kind="class">ListBox</context>
6712cdf0e10cSrcweir			<name>KeyPress</name>
6713cdf0e10cSrcweir			<type>void</type>
6714cdf0e10cSrcweir			<parameter-list>
6715cdf0e10cSrcweir				<parameter>
6716cdf0e10cSrcweir					<type>ReturnInteger</type>
6717cdf0e10cSrcweir					<name>KeyAscii</name>
6718cdf0e10cSrcweir				</parameter>
6719cdf0e10cSrcweir			</parameter-list>
6720cdf0e10cSrcweir		</source>
6721cdf0e10cSrcweir	</element>
6722cdf0e10cSrcweir	<!--method::ListBox.KeyUp-->
6723cdf0e10cSrcweir	<element type="method">
6724cdf0e10cSrcweir		<source id="MSForms.ListBox.KeyUp">
6725cdf0e10cSrcweir			<context kind="class">ListBox</context>
6726cdf0e10cSrcweir			<name>KeyUp</name>
6727cdf0e10cSrcweir			<type>void</type>
6728cdf0e10cSrcweir			<parameter-list>
6729cdf0e10cSrcweir				<parameter>
6730cdf0e10cSrcweir					<type>ReturnInteger</type>
6731cdf0e10cSrcweir					<name>KeyCode</name>
6732cdf0e10cSrcweir				</parameter>
6733cdf0e10cSrcweir				<parameter>
6734cdf0e10cSrcweir					<type>short</type>
6735cdf0e10cSrcweir					<name>Shift</name>
6736cdf0e10cSrcweir				</parameter>
6737cdf0e10cSrcweir			</parameter-list>
6738cdf0e10cSrcweir		</source>
6739cdf0e10cSrcweir	</element>
6740cdf0e10cSrcweir	<!--property::ListBox.List-->
6741cdf0e10cSrcweir	<element type="property">
6742cdf0e10cSrcweir		<source id="MSForms.ListBox.List">
6743cdf0e10cSrcweir			<context kind="class">ListBox</context>
6744cdf0e10cSrcweir			<name>List</name>
6745cdf0e10cSrcweir			<type>Variant</type>
6746cdf0e10cSrcweir			<parameter-list>
6747cdf0e10cSrcweir				<parameter optional="true">
6748cdf0e10cSrcweir					<type>Variant</type>
6749cdf0e10cSrcweir					<name>pvargIndex</name>
6750cdf0e10cSrcweir				</parameter>
6751cdf0e10cSrcweir				<parameter optional="true">
6752cdf0e10cSrcweir					<type>Variant</type>
6753cdf0e10cSrcweir					<name>pvargColumn</name>
6754cdf0e10cSrcweir				</parameter>
6755cdf0e10cSrcweir			</parameter-list>
6756cdf0e10cSrcweir		</source>
6757cdf0e10cSrcweir	</element>
6758cdf0e10cSrcweir	<!--property::ListBox.ListCount {ReadOnly}-->
6759cdf0e10cSrcweir	<element type="property">
6760cdf0e10cSrcweir		<source id="MSForms.ListBox.ListCount">
6761cdf0e10cSrcweir			<context kind="class">ListBox</context>
6762cdf0e10cSrcweir			<name>ListCount</name>
6763cdf0e10cSrcweir			<type>Integer</type>
6764cdf0e10cSrcweir		</source>
6765cdf0e10cSrcweir	</element>
6766cdf0e10cSrcweir	<!--property::ListBox.ListCursor-->
6767cdf0e10cSrcweir	<element type="property">
6768cdf0e10cSrcweir		<source id="MSForms.ListBox.ListCursor">
6769cdf0e10cSrcweir			<context kind="class">ListBox</context>
6770cdf0e10cSrcweir			<name>ListCursor</name>
6771cdf0e10cSrcweir			<type>Integer</type>
6772cdf0e10cSrcweir		</source>
6773cdf0e10cSrcweir	</element>
6774cdf0e10cSrcweir	<!--property::ListBox.ListIndex-->
6775cdf0e10cSrcweir	<element type="property">
6776cdf0e10cSrcweir		<source id="MSForms.ListBox.ListIndex">
6777cdf0e10cSrcweir			<context kind="class">ListBox</context>
6778cdf0e10cSrcweir			<name>ListIndex</name>
6779cdf0e10cSrcweir			<type>Variant</type>
6780cdf0e10cSrcweir		</source>
6781cdf0e10cSrcweir	</element>
6782cdf0e10cSrcweir	<!--property::ListBox.ListStyle-->
6783cdf0e10cSrcweir	<element type="property">
6784cdf0e10cSrcweir		<source id="MSForms.ListBox.ListStyle">
6785cdf0e10cSrcweir			<context kind="class">ListBox</context>
6786cdf0e10cSrcweir			<name>ListStyle</name>
6787cdf0e10cSrcweir			<type>Integer</type>
6788cdf0e10cSrcweir		</source>
6789cdf0e10cSrcweir	</element>
6790cdf0e10cSrcweir	<!--property::ListBox.ListWidth-->
6791cdf0e10cSrcweir	<element type="property">
6792cdf0e10cSrcweir		<source id="MSForms.ListBox.ListWidth">
6793cdf0e10cSrcweir			<context kind="class">ListBox</context>
6794cdf0e10cSrcweir			<name>ListWidth</name>
6795cdf0e10cSrcweir			<type>Variant</type>
6796cdf0e10cSrcweir		</source>
6797cdf0e10cSrcweir	</element>
6798cdf0e10cSrcweir	<!--property::ListBox.Locked-->
6799cdf0e10cSrcweir	<element type="property">
6800cdf0e10cSrcweir		<source id="MSForms.ListBox.Locked">
6801cdf0e10cSrcweir			<context kind="class">ListBox</context>
6802cdf0e10cSrcweir			<name>Locked</name>
6803cdf0e10cSrcweir			<type>boolean</type>
6804cdf0e10cSrcweir		</source>
6805cdf0e10cSrcweir	</element>
6806cdf0e10cSrcweir	<!--property::ListBox.MatchEntry-->
6807cdf0e10cSrcweir	<element type="property">
6808cdf0e10cSrcweir		<source id="MSForms.ListBox.MatchEntry">
6809cdf0e10cSrcweir			<context kind="class">ListBox</context>
6810cdf0e10cSrcweir			<name>MatchEntry</name>
6811cdf0e10cSrcweir			<type>Integer</type>
6812cdf0e10cSrcweir		</source>
6813cdf0e10cSrcweir	</element>
6814cdf0e10cSrcweir	<!--method::ListBox.MouseDown-->
6815cdf0e10cSrcweir	<element type="method">
6816cdf0e10cSrcweir		<source id="MSForms.ListBox.MouseDown">
6817cdf0e10cSrcweir			<context kind="class">ListBox</context>
6818cdf0e10cSrcweir			<name>MouseDown</name>
6819cdf0e10cSrcweir			<type>void</type>
6820cdf0e10cSrcweir			<parameter-list>
6821cdf0e10cSrcweir				<parameter>
6822cdf0e10cSrcweir					<type>short</type>
6823cdf0e10cSrcweir					<name>Button</name>
6824cdf0e10cSrcweir				</parameter>
6825cdf0e10cSrcweir				<parameter>
6826cdf0e10cSrcweir					<type>short</type>
6827cdf0e10cSrcweir					<name>Shift</name>
6828cdf0e10cSrcweir				</parameter>
6829cdf0e10cSrcweir				<parameter>
6830cdf0e10cSrcweir					<type>Single</type>
6831cdf0e10cSrcweir					<name>X</name>
6832cdf0e10cSrcweir				</parameter>
6833cdf0e10cSrcweir				<parameter>
6834cdf0e10cSrcweir					<type>Single</type>
6835cdf0e10cSrcweir					<name>Y</name>
6836cdf0e10cSrcweir				</parameter>
6837cdf0e10cSrcweir			</parameter-list>
6838cdf0e10cSrcweir		</source>
6839cdf0e10cSrcweir	</element>
6840cdf0e10cSrcweir	<!--property::ListBox.MouseIcon-->
6841cdf0e10cSrcweir	<element type="property">
6842cdf0e10cSrcweir		<source id="MSForms.ListBox.MouseIcon">
6843cdf0e10cSrcweir			<context kind="class">ListBox</context>
6844cdf0e10cSrcweir			<name>MouseIcon</name>
6845cdf0e10cSrcweir			<type>Picture</type>
6846cdf0e10cSrcweir		</source>
6847cdf0e10cSrcweir	</element>
6848cdf0e10cSrcweir	<!--method::ListBox.MouseMove-->
6849cdf0e10cSrcweir	<element type="method">
6850cdf0e10cSrcweir		<source id="MSForms.ListBox.MouseMove">
6851cdf0e10cSrcweir			<context kind="class">ListBox</context>
6852cdf0e10cSrcweir			<name>MouseMove</name>
6853cdf0e10cSrcweir			<type>void</type>
6854cdf0e10cSrcweir			<parameter-list>
6855cdf0e10cSrcweir				<parameter>
6856cdf0e10cSrcweir					<type>short</type>
6857cdf0e10cSrcweir					<name>Button</name>
6858cdf0e10cSrcweir				</parameter>
6859cdf0e10cSrcweir				<parameter>
6860cdf0e10cSrcweir					<type>short</type>
6861cdf0e10cSrcweir					<name>Shift</name>
6862cdf0e10cSrcweir				</parameter>
6863cdf0e10cSrcweir				<parameter>
6864cdf0e10cSrcweir					<type>Single</type>
6865cdf0e10cSrcweir					<name>X</name>
6866cdf0e10cSrcweir				</parameter>
6867cdf0e10cSrcweir				<parameter>
6868cdf0e10cSrcweir					<type>Single</type>
6869cdf0e10cSrcweir					<name>Y</name>
6870cdf0e10cSrcweir				</parameter>
6871cdf0e10cSrcweir			</parameter-list>
6872cdf0e10cSrcweir		</source>
6873cdf0e10cSrcweir	</element>
6874cdf0e10cSrcweir	<!--property::ListBox.MousePointer-->
6875cdf0e10cSrcweir	<element type="property">
6876cdf0e10cSrcweir		<source id="MSForms.ListBox.MousePointer">
6877cdf0e10cSrcweir			<context kind="class">ListBox</context>
6878cdf0e10cSrcweir			<name>MousePointer</name>
6879cdf0e10cSrcweir			<type>Integer</type>
6880cdf0e10cSrcweir		</source>
6881cdf0e10cSrcweir	</element>
6882cdf0e10cSrcweir	<!--method::ListBox.MouseUp-->
6883cdf0e10cSrcweir	<element type="method">
6884cdf0e10cSrcweir		<source id="MSForms.ListBox.MouseUp">
6885cdf0e10cSrcweir			<context kind="class">ListBox</context>
6886cdf0e10cSrcweir			<name>MouseUp</name>
6887cdf0e10cSrcweir			<type>void</type>
6888cdf0e10cSrcweir			<parameter-list>
6889cdf0e10cSrcweir				<parameter>
6890cdf0e10cSrcweir					<type>short</type>
6891cdf0e10cSrcweir					<name>Button</name>
6892cdf0e10cSrcweir				</parameter>
6893cdf0e10cSrcweir				<parameter>
6894cdf0e10cSrcweir					<type>short</type>
6895cdf0e10cSrcweir					<name>Shift</name>
6896cdf0e10cSrcweir				</parameter>
6897cdf0e10cSrcweir				<parameter>
6898cdf0e10cSrcweir					<type>Single</type>
6899cdf0e10cSrcweir					<name>X</name>
6900cdf0e10cSrcweir				</parameter>
6901cdf0e10cSrcweir				<parameter>
6902cdf0e10cSrcweir					<type>Single</type>
6903cdf0e10cSrcweir					<name>Y</name>
6904cdf0e10cSrcweir				</parameter>
6905cdf0e10cSrcweir			</parameter-list>
6906cdf0e10cSrcweir		</source>
6907cdf0e10cSrcweir	</element>
6908cdf0e10cSrcweir	<!--property::ListBox.MultiSelect-->
6909cdf0e10cSrcweir	<element type="property">
6910cdf0e10cSrcweir		<source id="MSForms.ListBox.MultiSelect">
6911cdf0e10cSrcweir			<context kind="class">ListBox</context>
6912cdf0e10cSrcweir			<name>MultiSelect</name>
6913cdf0e10cSrcweir			<type>Integer</type>
6914cdf0e10cSrcweir		</source>
6915cdf0e10cSrcweir	</element>
6916cdf0e10cSrcweir	<!--method::ListBox.RemoveItem-->
6917cdf0e10cSrcweir	<element type="method">
6918cdf0e10cSrcweir		<source id="MSForms.ListBox.RemoveItem">
6919cdf0e10cSrcweir			<context kind="class">ListBox</context>
6920cdf0e10cSrcweir			<name>RemoveItem</name>
6921cdf0e10cSrcweir			<type>void</type>
6922cdf0e10cSrcweir			<parameter-list>
6923cdf0e10cSrcweir				<parameter>
6924cdf0e10cSrcweir					<type>Variant</type>
6925cdf0e10cSrcweir					<name>pvargIndex</name>
6926cdf0e10cSrcweir				</parameter>
6927cdf0e10cSrcweir			</parameter-list>
6928cdf0e10cSrcweir		</source>
6929cdf0e10cSrcweir	</element>
6930cdf0e10cSrcweir	<!--property::ListBox.Selected-->
6931cdf0e10cSrcweir	<element type="property">
6932cdf0e10cSrcweir		<source id="MSForms.ListBox.Selected">
6933cdf0e10cSrcweir			<context kind="class">ListBox</context>
6934cdf0e10cSrcweir			<name>Selected</name>
6935cdf0e10cSrcweir			<type>boolean</type>
6936cdf0e10cSrcweir			<parameter-list>
6937cdf0e10cSrcweir				<parameter>
6938cdf0e10cSrcweir					<type>Variant</type>
6939cdf0e10cSrcweir					<name>pvargIndex</name>
6940cdf0e10cSrcweir				</parameter>
6941cdf0e10cSrcweir			</parameter-list>
6942cdf0e10cSrcweir		</source>
6943cdf0e10cSrcweir	</element>
6944cdf0e10cSrcweir	<!--property::ListBox.SpecialEffect-->
6945cdf0e10cSrcweir	<element type="property">
6946cdf0e10cSrcweir		<source id="MSForms.ListBox.SpecialEffect">
6947cdf0e10cSrcweir			<context kind="class">ListBox</context>
6948cdf0e10cSrcweir			<name>SpecialEffect</name>
6949cdf0e10cSrcweir			<type>Integer</type>
6950cdf0e10cSrcweir		</source>
6951cdf0e10cSrcweir	</element>
6952cdf0e10cSrcweir	<!--property::ListBox.Text-->
6953cdf0e10cSrcweir	<element type="property">
6954cdf0e10cSrcweir		<source id="MSForms.ListBox.Text">
6955cdf0e10cSrcweir			<context kind="class">ListBox</context>
6956cdf0e10cSrcweir			<name>Text</name>
6957cdf0e10cSrcweir			<type>String</type>
6958cdf0e10cSrcweir		</source>
6959cdf0e10cSrcweir	</element>
6960cdf0e10cSrcweir	<!--property::ListBox.TextAlign-->
6961cdf0e10cSrcweir	<element type="property">
6962cdf0e10cSrcweir		<source id="MSForms.ListBox.TextAlign">
6963cdf0e10cSrcweir			<context kind="class">ListBox</context>
6964cdf0e10cSrcweir			<name>TextAlign</name>
6965cdf0e10cSrcweir			<type>Integer</type>
6966cdf0e10cSrcweir		</source>
6967cdf0e10cSrcweir	</element>
6968cdf0e10cSrcweir	<!--property::ListBox.TextColumn-->
6969cdf0e10cSrcweir	<element type="property">
6970cdf0e10cSrcweir		<source id="MSForms.ListBox.TextColumn">
6971cdf0e10cSrcweir			<context kind="class">ListBox</context>
6972cdf0e10cSrcweir			<name>TextColumn</name>
6973cdf0e10cSrcweir			<type>Variant</type>
6974cdf0e10cSrcweir		</source>
6975cdf0e10cSrcweir	</element>
6976cdf0e10cSrcweir	<!--property::ListBox.TopIndex-->
6977cdf0e10cSrcweir	<element type="property">
6978cdf0e10cSrcweir		<source id="MSForms.ListBox.TopIndex">
6979cdf0e10cSrcweir			<context kind="class">ListBox</context>
6980cdf0e10cSrcweir			<name>TopIndex</name>
6981cdf0e10cSrcweir			<type>Variant</type>
6982cdf0e10cSrcweir		</source>
6983cdf0e10cSrcweir	</element>
6984cdf0e10cSrcweir	<!--property::ListBox.Valid {ReadOnly}-->
6985cdf0e10cSrcweir	<element type="property">
6986cdf0e10cSrcweir		<source id="MSForms.ListBox.Valid">
6987cdf0e10cSrcweir			<context kind="class">ListBox</context>
6988cdf0e10cSrcweir			<name>Valid</name>
6989cdf0e10cSrcweir			<type>boolean</type>
6990cdf0e10cSrcweir		</source>
6991cdf0e10cSrcweir	</element>
6992cdf0e10cSrcweir	<!--property::ListBox.Value {Default}-->
6993cdf0e10cSrcweir	<element type="property">
6994cdf0e10cSrcweir		<source id="MSForms.ListBox.Value">
6995cdf0e10cSrcweir			<context kind="class">ListBox</context>
6996cdf0e10cSrcweir			<name default="true">Value</name>
6997cdf0e10cSrcweir			<type>Variant</type>
6998cdf0e10cSrcweir		</source>
6999cdf0e10cSrcweir	</element>
7000cdf0e10cSrcweir	<!--Class::MultiPage-->
7001cdf0e10cSrcweir	<element type="class">
7002cdf0e10cSrcweir		<source id="MSForms.MultiPage">
7003cdf0e10cSrcweir			<name>MultiPage</name>
7004cdf0e10cSrcweir		</source>
7005cdf0e10cSrcweir		<destination designation="identity" />
7006cdf0e10cSrcweir	</element>
7007cdf0e10cSrcweir	<!--method::MultiPage.AddControl-->
7008cdf0e10cSrcweir	<element type="method">
7009cdf0e10cSrcweir		<source id="MSForms.MultiPage.AddControl">
7010cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7011cdf0e10cSrcweir			<name>AddControl</name>
7012cdf0e10cSrcweir			<type>void</type>
7013cdf0e10cSrcweir			<parameter-list>
7014cdf0e10cSrcweir				<parameter>
7015cdf0e10cSrcweir					<type>Integer</type>
7016cdf0e10cSrcweir					<name>Index</name>
7017cdf0e10cSrcweir				</parameter>
7018cdf0e10cSrcweir				<parameter>
7019cdf0e10cSrcweir					<type>Control</type>
7020cdf0e10cSrcweir					<name>Control</name>
7021cdf0e10cSrcweir				</parameter>
7022cdf0e10cSrcweir			</parameter-list>
7023cdf0e10cSrcweir		</source>
7024cdf0e10cSrcweir	</element>
7025cdf0e10cSrcweir	<!--property::MultiPage.BackColor-->
7026cdf0e10cSrcweir	<element type="property">
7027cdf0e10cSrcweir		<source id="MSForms.MultiPage.BackColor">
7028cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7029cdf0e10cSrcweir			<name>BackColor</name>
7030cdf0e10cSrcweir			<type>Integer</type>
7031cdf0e10cSrcweir		</source>
7032cdf0e10cSrcweir	</element>
7033cdf0e10cSrcweir	<!--method::MultiPage.BeforeDragOver-->
7034cdf0e10cSrcweir	<element type="method">
7035cdf0e10cSrcweir		<source id="MSForms.MultiPage.BeforeDragOver">
7036cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7037cdf0e10cSrcweir			<name>BeforeDragOver</name>
7038cdf0e10cSrcweir			<type>void</type>
7039cdf0e10cSrcweir			<parameter-list>
7040cdf0e10cSrcweir				<parameter>
7041cdf0e10cSrcweir					<type>Integer</type>
7042cdf0e10cSrcweir					<name>Index</name>
7043cdf0e10cSrcweir				</parameter>
7044cdf0e10cSrcweir				<parameter>
7045cdf0e10cSrcweir					<type>ReturnBoolean</type>
7046cdf0e10cSrcweir					<name>Cancel</name>
7047cdf0e10cSrcweir				</parameter>
7048cdf0e10cSrcweir				<parameter>
7049cdf0e10cSrcweir					<type>Control</type>
7050cdf0e10cSrcweir					<name>Control</name>
7051cdf0e10cSrcweir				</parameter>
7052cdf0e10cSrcweir				<parameter>
7053cdf0e10cSrcweir					<type>DataObject</type>
7054cdf0e10cSrcweir					<name>Data</name>
7055cdf0e10cSrcweir				</parameter>
7056cdf0e10cSrcweir				<parameter>
7057cdf0e10cSrcweir					<type>Single</type>
7058cdf0e10cSrcweir					<name>X</name>
7059cdf0e10cSrcweir				</parameter>
7060cdf0e10cSrcweir				<parameter>
7061cdf0e10cSrcweir					<type>Single</type>
7062cdf0e10cSrcweir					<name>Y</name>
7063cdf0e10cSrcweir				</parameter>
7064cdf0e10cSrcweir				<parameter>
7065cdf0e10cSrcweir					<type>Integer</type>
7066cdf0e10cSrcweir					<name>State</name>
7067cdf0e10cSrcweir				</parameter>
7068cdf0e10cSrcweir				<parameter>
7069cdf0e10cSrcweir					<type>ReturnEffect</type>
7070cdf0e10cSrcweir					<name>Effect</name>
7071cdf0e10cSrcweir				</parameter>
7072cdf0e10cSrcweir				<parameter>
7073cdf0e10cSrcweir					<type>short</type>
7074cdf0e10cSrcweir					<name>Shift</name>
7075cdf0e10cSrcweir				</parameter>
7076cdf0e10cSrcweir			</parameter-list>
7077cdf0e10cSrcweir		</source>
7078cdf0e10cSrcweir	</element>
7079cdf0e10cSrcweir	<!--method::MultiPage.BeforeDropOrPaste-->
7080cdf0e10cSrcweir	<element type="method">
7081cdf0e10cSrcweir		<source id="MSForms.MultiPage.BeforeDropOrPaste">
7082cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7083cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
7084cdf0e10cSrcweir			<type>void</type>
7085cdf0e10cSrcweir			<parameter-list>
7086cdf0e10cSrcweir				<parameter>
7087cdf0e10cSrcweir					<type>Integer</type>
7088cdf0e10cSrcweir					<name>Index</name>
7089cdf0e10cSrcweir				</parameter>
7090cdf0e10cSrcweir				<parameter>
7091cdf0e10cSrcweir					<type>ReturnBoolean</type>
7092cdf0e10cSrcweir					<name>Cancel</name>
7093cdf0e10cSrcweir				</parameter>
7094cdf0e10cSrcweir				<parameter>
7095cdf0e10cSrcweir					<type>Control</type>
7096cdf0e10cSrcweir					<name>Control</name>
7097cdf0e10cSrcweir				</parameter>
7098cdf0e10cSrcweir				<parameter>
7099cdf0e10cSrcweir					<type>Integer</type>
7100cdf0e10cSrcweir					<name>Action</name>
7101cdf0e10cSrcweir				</parameter>
7102cdf0e10cSrcweir				<parameter>
7103cdf0e10cSrcweir					<type>DataObject</type>
7104cdf0e10cSrcweir					<name>Data</name>
7105cdf0e10cSrcweir				</parameter>
7106cdf0e10cSrcweir				<parameter>
7107cdf0e10cSrcweir					<type>Single</type>
7108cdf0e10cSrcweir					<name>X</name>
7109cdf0e10cSrcweir				</parameter>
7110cdf0e10cSrcweir				<parameter>
7111cdf0e10cSrcweir					<type>Single</type>
7112cdf0e10cSrcweir					<name>Y</name>
7113cdf0e10cSrcweir				</parameter>
7114cdf0e10cSrcweir				<parameter>
7115cdf0e10cSrcweir					<type>ReturnEffect</type>
7116cdf0e10cSrcweir					<name>Effect</name>
7117cdf0e10cSrcweir				</parameter>
7118cdf0e10cSrcweir				<parameter>
7119cdf0e10cSrcweir					<type>short</type>
7120cdf0e10cSrcweir					<name>Shift</name>
7121cdf0e10cSrcweir				</parameter>
7122cdf0e10cSrcweir			</parameter-list>
7123cdf0e10cSrcweir		</source>
7124cdf0e10cSrcweir	</element>
7125cdf0e10cSrcweir	<!--method::MultiPage.Change-->
7126cdf0e10cSrcweir	<element type="method">
7127cdf0e10cSrcweir		<source id="MSForms.MultiPage.Change">
7128cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7129cdf0e10cSrcweir			<name>Change</name>
7130cdf0e10cSrcweir			<type>void</type>
7131cdf0e10cSrcweir		</source>
7132cdf0e10cSrcweir	</element>
7133cdf0e10cSrcweir	<!--method::MultiPage.Click-->
7134cdf0e10cSrcweir	<element type="method">
7135cdf0e10cSrcweir		<source id="MSForms.MultiPage.Click">
7136cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7137cdf0e10cSrcweir			<name>Click</name>
7138cdf0e10cSrcweir			<type>void</type>
7139cdf0e10cSrcweir			<parameter-list>
7140cdf0e10cSrcweir				<parameter>
7141cdf0e10cSrcweir					<type>Integer</type>
7142cdf0e10cSrcweir					<name>Index</name>
7143cdf0e10cSrcweir				</parameter>
7144cdf0e10cSrcweir			</parameter-list>
7145cdf0e10cSrcweir		</source>
7146cdf0e10cSrcweir	</element>
7147cdf0e10cSrcweir	<!--method::MultiPage.DblClick-->
7148cdf0e10cSrcweir	<element type="method">
7149cdf0e10cSrcweir		<source id="MSForms.MultiPage.DblClick">
7150cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7151cdf0e10cSrcweir			<name>DblClick</name>
7152cdf0e10cSrcweir			<type>void</type>
7153cdf0e10cSrcweir			<parameter-list>
7154cdf0e10cSrcweir				<parameter>
7155cdf0e10cSrcweir					<type>Integer</type>
7156cdf0e10cSrcweir					<name>Index</name>
7157cdf0e10cSrcweir				</parameter>
7158cdf0e10cSrcweir				<parameter>
7159cdf0e10cSrcweir					<type>ReturnBoolean</type>
7160cdf0e10cSrcweir					<name>Cancel</name>
7161cdf0e10cSrcweir				</parameter>
7162cdf0e10cSrcweir			</parameter-list>
7163cdf0e10cSrcweir		</source>
7164cdf0e10cSrcweir	</element>
7165cdf0e10cSrcweir	<!--property::MultiPage.Enabled-->
7166cdf0e10cSrcweir	<element type="property">
7167cdf0e10cSrcweir		<source id="MSForms.MultiPage.Enabled">
7168cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7169cdf0e10cSrcweir			<name>Enabled</name>
7170cdf0e10cSrcweir			<type>boolean</type>
7171cdf0e10cSrcweir		</source>
7172cdf0e10cSrcweir	</element>
7173cdf0e10cSrcweir	<!--method::MultiPage.Error-->
7174cdf0e10cSrcweir	<element type="method">
7175cdf0e10cSrcweir		<source id="MSForms.MultiPage.Error">
7176cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7177cdf0e10cSrcweir			<name>Error</name>
7178cdf0e10cSrcweir			<type>void</type>
7179cdf0e10cSrcweir			<parameter-list>
7180cdf0e10cSrcweir				<parameter>
7181cdf0e10cSrcweir					<type>Integer</type>
7182cdf0e10cSrcweir					<name>Index</name>
7183cdf0e10cSrcweir				</parameter>
7184cdf0e10cSrcweir				<parameter>
7185cdf0e10cSrcweir					<type>short</type>
7186cdf0e10cSrcweir					<name>Number</name>
7187cdf0e10cSrcweir				</parameter>
7188cdf0e10cSrcweir				<parameter>
7189cdf0e10cSrcweir					<type>ReturnString</type>
7190cdf0e10cSrcweir					<name>Description</name>
7191cdf0e10cSrcweir				</parameter>
7192cdf0e10cSrcweir				<parameter>
7193cdf0e10cSrcweir					<type>Integer</type>
7194cdf0e10cSrcweir					<name>SCode</name>
7195cdf0e10cSrcweir				</parameter>
7196cdf0e10cSrcweir				<parameter>
7197cdf0e10cSrcweir					<type>String</type>
7198cdf0e10cSrcweir					<name>Source</name>
7199cdf0e10cSrcweir				</parameter>
7200cdf0e10cSrcweir				<parameter>
7201cdf0e10cSrcweir					<type>String</type>
7202cdf0e10cSrcweir					<name>HelpFile</name>
7203cdf0e10cSrcweir				</parameter>
7204cdf0e10cSrcweir				<parameter>
7205cdf0e10cSrcweir					<type>Integer</type>
7206cdf0e10cSrcweir					<name>HelpContext</name>
7207cdf0e10cSrcweir				</parameter>
7208cdf0e10cSrcweir				<parameter>
7209cdf0e10cSrcweir					<type>ReturnBoolean</type>
7210cdf0e10cSrcweir					<name>CancelDisplay</name>
7211cdf0e10cSrcweir				</parameter>
7212cdf0e10cSrcweir			</parameter-list>
7213cdf0e10cSrcweir		</source>
7214cdf0e10cSrcweir	</element>
7215cdf0e10cSrcweir	<!--property::MultiPage.Font {ReadOnly}-->
7216cdf0e10cSrcweir	<element type="property">
7217cdf0e10cSrcweir		<source id="MSForms.MultiPage.Font">
7218cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7219cdf0e10cSrcweir			<name>Font</name>
7220cdf0e10cSrcweir			<type>Font</type>
7221cdf0e10cSrcweir		</source>
7222cdf0e10cSrcweir	</element>
7223cdf0e10cSrcweir	<!--property::MultiPage.FontBold-->
7224cdf0e10cSrcweir	<element type="property">
7225cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontBold">
7226cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7227cdf0e10cSrcweir			<name>FontBold</name>
7228cdf0e10cSrcweir			<type>boolean</type>
7229cdf0e10cSrcweir		</source>
7230cdf0e10cSrcweir	</element>
7231cdf0e10cSrcweir	<!--property::MultiPage.FontItalic-->
7232cdf0e10cSrcweir	<element type="property">
7233cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontItalic">
7234cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7235cdf0e10cSrcweir			<name>FontItalic</name>
7236cdf0e10cSrcweir			<type>boolean</type>
7237cdf0e10cSrcweir		</source>
7238cdf0e10cSrcweir	</element>
7239cdf0e10cSrcweir	<!--property::MultiPage.FontName-->
7240cdf0e10cSrcweir	<element type="property">
7241cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontName">
7242cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7243cdf0e10cSrcweir			<name>FontName</name>
7244cdf0e10cSrcweir			<type>String</type>
7245cdf0e10cSrcweir		</source>
7246cdf0e10cSrcweir	</element>
7247cdf0e10cSrcweir	<!--property::MultiPage.FontSize-->
7248cdf0e10cSrcweir	<element type="property">
7249cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontSize">
7250cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7251cdf0e10cSrcweir			<name>FontSize</name>
7252cdf0e10cSrcweir			<type>VT_CY</type>
7253cdf0e10cSrcweir		</source>
7254cdf0e10cSrcweir	</element>
7255cdf0e10cSrcweir	<!--property::MultiPage.FontStrikethru-->
7256cdf0e10cSrcweir	<element type="property">
7257cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontStrikethru">
7258cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7259cdf0e10cSrcweir			<name>FontStrikethru</name>
7260cdf0e10cSrcweir			<type>boolean</type>
7261cdf0e10cSrcweir		</source>
7262cdf0e10cSrcweir	</element>
7263cdf0e10cSrcweir	<!--property::MultiPage.FontUnderline-->
7264cdf0e10cSrcweir	<element type="property">
7265cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontUnderline">
7266cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7267cdf0e10cSrcweir			<name>FontUnderline</name>
7268cdf0e10cSrcweir			<type>boolean</type>
7269cdf0e10cSrcweir		</source>
7270cdf0e10cSrcweir	</element>
7271cdf0e10cSrcweir	<!--property::MultiPage.FontWeight-->
7272cdf0e10cSrcweir	<element type="property">
7273cdf0e10cSrcweir		<source id="MSForms.MultiPage.FontWeight">
7274cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7275cdf0e10cSrcweir			<name>FontWeight</name>
7276cdf0e10cSrcweir			<type>short</type>
7277cdf0e10cSrcweir		</source>
7278cdf0e10cSrcweir	</element>
7279cdf0e10cSrcweir	<!--property::MultiPage.ForeColor-->
7280cdf0e10cSrcweir	<element type="property">
7281cdf0e10cSrcweir		<source id="MSForms.MultiPage.ForeColor">
7282cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7283cdf0e10cSrcweir			<name>ForeColor</name>
7284cdf0e10cSrcweir			<type>Integer</type>
7285cdf0e10cSrcweir		</source>
7286cdf0e10cSrcweir	</element>
7287cdf0e10cSrcweir	<!--method::MultiPage.KeyDown-->
7288cdf0e10cSrcweir	<element type="method">
7289cdf0e10cSrcweir		<source id="MSForms.MultiPage.KeyDown">
7290cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7291cdf0e10cSrcweir			<name>KeyDown</name>
7292cdf0e10cSrcweir			<type>void</type>
7293cdf0e10cSrcweir			<parameter-list>
7294cdf0e10cSrcweir				<parameter>
7295cdf0e10cSrcweir					<type>ReturnInteger</type>
7296cdf0e10cSrcweir					<name>KeyCode</name>
7297cdf0e10cSrcweir				</parameter>
7298cdf0e10cSrcweir				<parameter>
7299cdf0e10cSrcweir					<type>short</type>
7300cdf0e10cSrcweir					<name>Shift</name>
7301cdf0e10cSrcweir				</parameter>
7302cdf0e10cSrcweir			</parameter-list>
7303cdf0e10cSrcweir		</source>
7304cdf0e10cSrcweir	</element>
7305cdf0e10cSrcweir	<!--method::MultiPage.KeyPress-->
7306cdf0e10cSrcweir	<element type="method">
7307cdf0e10cSrcweir		<source id="MSForms.MultiPage.KeyPress">
7308cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7309cdf0e10cSrcweir			<name>KeyPress</name>
7310cdf0e10cSrcweir			<type>void</type>
7311cdf0e10cSrcweir			<parameter-list>
7312cdf0e10cSrcweir				<parameter>
7313cdf0e10cSrcweir					<type>ReturnInteger</type>
7314cdf0e10cSrcweir					<name>KeyAscii</name>
7315cdf0e10cSrcweir				</parameter>
7316cdf0e10cSrcweir			</parameter-list>
7317cdf0e10cSrcweir		</source>
7318cdf0e10cSrcweir	</element>
7319cdf0e10cSrcweir	<!--method::MultiPage.KeyUp-->
7320cdf0e10cSrcweir	<element type="method">
7321cdf0e10cSrcweir		<source id="MSForms.MultiPage.KeyUp">
7322cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7323cdf0e10cSrcweir			<name>KeyUp</name>
7324cdf0e10cSrcweir			<type>void</type>
7325cdf0e10cSrcweir			<parameter-list>
7326cdf0e10cSrcweir				<parameter>
7327cdf0e10cSrcweir					<type>ReturnInteger</type>
7328cdf0e10cSrcweir					<name>KeyCode</name>
7329cdf0e10cSrcweir				</parameter>
7330cdf0e10cSrcweir				<parameter>
7331cdf0e10cSrcweir					<type>short</type>
7332cdf0e10cSrcweir					<name>Shift</name>
7333cdf0e10cSrcweir				</parameter>
7334cdf0e10cSrcweir			</parameter-list>
7335cdf0e10cSrcweir		</source>
7336cdf0e10cSrcweir	</element>
7337cdf0e10cSrcweir	<!--method::MultiPage.Layout-->
7338cdf0e10cSrcweir	<element type="method">
7339cdf0e10cSrcweir		<source id="MSForms.MultiPage.Layout">
7340cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7341cdf0e10cSrcweir			<name>Layout</name>
7342cdf0e10cSrcweir			<type>void</type>
7343cdf0e10cSrcweir			<parameter-list>
7344cdf0e10cSrcweir				<parameter>
7345cdf0e10cSrcweir					<type>Integer</type>
7346cdf0e10cSrcweir					<name>Index</name>
7347cdf0e10cSrcweir				</parameter>
7348cdf0e10cSrcweir			</parameter-list>
7349cdf0e10cSrcweir		</source>
7350cdf0e10cSrcweir	</element>
7351cdf0e10cSrcweir	<!--method::MultiPage.MouseDown-->
7352cdf0e10cSrcweir	<element type="method">
7353cdf0e10cSrcweir		<source id="MSForms.MultiPage.MouseDown">
7354cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7355cdf0e10cSrcweir			<name>MouseDown</name>
7356cdf0e10cSrcweir			<type>void</type>
7357cdf0e10cSrcweir			<parameter-list>
7358cdf0e10cSrcweir				<parameter>
7359cdf0e10cSrcweir					<type>Integer</type>
7360cdf0e10cSrcweir					<name>Index</name>
7361cdf0e10cSrcweir				</parameter>
7362cdf0e10cSrcweir				<parameter>
7363cdf0e10cSrcweir					<type>short</type>
7364cdf0e10cSrcweir					<name>Button</name>
7365cdf0e10cSrcweir				</parameter>
7366cdf0e10cSrcweir				<parameter>
7367cdf0e10cSrcweir					<type>short</type>
7368cdf0e10cSrcweir					<name>Shift</name>
7369cdf0e10cSrcweir				</parameter>
7370cdf0e10cSrcweir				<parameter>
7371cdf0e10cSrcweir					<type>Single</type>
7372cdf0e10cSrcweir					<name>X</name>
7373cdf0e10cSrcweir				</parameter>
7374cdf0e10cSrcweir				<parameter>
7375cdf0e10cSrcweir					<type>Single</type>
7376cdf0e10cSrcweir					<name>Y</name>
7377cdf0e10cSrcweir				</parameter>
7378cdf0e10cSrcweir			</parameter-list>
7379cdf0e10cSrcweir		</source>
7380cdf0e10cSrcweir	</element>
7381cdf0e10cSrcweir	<!--method::MultiPage.MouseMove-->
7382cdf0e10cSrcweir	<element type="method">
7383cdf0e10cSrcweir		<source id="MSForms.MultiPage.MouseMove">
7384cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7385cdf0e10cSrcweir			<name>MouseMove</name>
7386cdf0e10cSrcweir			<type>void</type>
7387cdf0e10cSrcweir			<parameter-list>
7388cdf0e10cSrcweir				<parameter>
7389cdf0e10cSrcweir					<type>Integer</type>
7390cdf0e10cSrcweir					<name>Index</name>
7391cdf0e10cSrcweir				</parameter>
7392cdf0e10cSrcweir				<parameter>
7393cdf0e10cSrcweir					<type>short</type>
7394cdf0e10cSrcweir					<name>Button</name>
7395cdf0e10cSrcweir				</parameter>
7396cdf0e10cSrcweir				<parameter>
7397cdf0e10cSrcweir					<type>short</type>
7398cdf0e10cSrcweir					<name>Shift</name>
7399cdf0e10cSrcweir				</parameter>
7400cdf0e10cSrcweir				<parameter>
7401cdf0e10cSrcweir					<type>Single</type>
7402cdf0e10cSrcweir					<name>X</name>
7403cdf0e10cSrcweir				</parameter>
7404cdf0e10cSrcweir				<parameter>
7405cdf0e10cSrcweir					<type>Single</type>
7406cdf0e10cSrcweir					<name>Y</name>
7407cdf0e10cSrcweir				</parameter>
7408cdf0e10cSrcweir			</parameter-list>
7409cdf0e10cSrcweir		</source>
7410cdf0e10cSrcweir	</element>
7411cdf0e10cSrcweir	<!--method::MultiPage.MouseUp-->
7412cdf0e10cSrcweir	<element type="method">
7413cdf0e10cSrcweir		<source id="MSForms.MultiPage.MouseUp">
7414cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7415cdf0e10cSrcweir			<name>MouseUp</name>
7416cdf0e10cSrcweir			<type>void</type>
7417cdf0e10cSrcweir			<parameter-list>
7418cdf0e10cSrcweir				<parameter>
7419cdf0e10cSrcweir					<type>Integer</type>
7420cdf0e10cSrcweir					<name>Index</name>
7421cdf0e10cSrcweir				</parameter>
7422cdf0e10cSrcweir				<parameter>
7423cdf0e10cSrcweir					<type>short</type>
7424cdf0e10cSrcweir					<name>Button</name>
7425cdf0e10cSrcweir				</parameter>
7426cdf0e10cSrcweir				<parameter>
7427cdf0e10cSrcweir					<type>short</type>
7428cdf0e10cSrcweir					<name>Shift</name>
7429cdf0e10cSrcweir				</parameter>
7430cdf0e10cSrcweir				<parameter>
7431cdf0e10cSrcweir					<type>Single</type>
7432cdf0e10cSrcweir					<name>X</name>
7433cdf0e10cSrcweir				</parameter>
7434cdf0e10cSrcweir				<parameter>
7435cdf0e10cSrcweir					<type>Single</type>
7436cdf0e10cSrcweir					<name>Y</name>
7437cdf0e10cSrcweir				</parameter>
7438cdf0e10cSrcweir			</parameter-list>
7439cdf0e10cSrcweir		</source>
7440cdf0e10cSrcweir	</element>
7441cdf0e10cSrcweir	<!--property::MultiPage.MultiRow-->
7442cdf0e10cSrcweir	<element type="property">
7443cdf0e10cSrcweir		<source id="MSForms.MultiPage.MultiRow">
7444cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7445cdf0e10cSrcweir			<name>MultiRow</name>
7446cdf0e10cSrcweir			<type>boolean</type>
7447cdf0e10cSrcweir		</source>
7448cdf0e10cSrcweir	</element>
7449cdf0e10cSrcweir	<!--property::MultiPage.Pages {Default} {ReadOnly}-->
7450cdf0e10cSrcweir	<element type="property">
7451cdf0e10cSrcweir		<source id="MSForms.MultiPage.Pages">
7452cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7453cdf0e10cSrcweir			<name default="true">Pages</name>
7454cdf0e10cSrcweir			<type>Pages</type>
7455cdf0e10cSrcweir		</source>
7456cdf0e10cSrcweir	</element>
7457cdf0e10cSrcweir	<!--method::MultiPage.RemoveControl-->
7458cdf0e10cSrcweir	<element type="method">
7459cdf0e10cSrcweir		<source id="MSForms.MultiPage.RemoveControl">
7460cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7461cdf0e10cSrcweir			<name>RemoveControl</name>
7462cdf0e10cSrcweir			<type>void</type>
7463cdf0e10cSrcweir			<parameter-list>
7464cdf0e10cSrcweir				<parameter>
7465cdf0e10cSrcweir					<type>Integer</type>
7466cdf0e10cSrcweir					<name>Index</name>
7467cdf0e10cSrcweir				</parameter>
7468cdf0e10cSrcweir				<parameter>
7469cdf0e10cSrcweir					<type>Control</type>
7470cdf0e10cSrcweir					<name>Control</name>
7471cdf0e10cSrcweir				</parameter>
7472cdf0e10cSrcweir			</parameter-list>
7473cdf0e10cSrcweir		</source>
7474cdf0e10cSrcweir	</element>
7475cdf0e10cSrcweir	<!--method::MultiPage.Scroll-->
7476cdf0e10cSrcweir	<element type="method">
7477cdf0e10cSrcweir		<source id="MSForms.MultiPage.Scroll">
7478cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7479cdf0e10cSrcweir			<name>Scroll</name>
7480cdf0e10cSrcweir			<type>void</type>
7481cdf0e10cSrcweir			<parameter-list>
7482cdf0e10cSrcweir				<parameter>
7483cdf0e10cSrcweir					<type>Integer</type>
7484cdf0e10cSrcweir					<name>Index</name>
7485cdf0e10cSrcweir				</parameter>
7486cdf0e10cSrcweir				<parameter>
7487cdf0e10cSrcweir					<type>Integer</type>
7488cdf0e10cSrcweir					<name>ActionX</name>
7489cdf0e10cSrcweir				</parameter>
7490cdf0e10cSrcweir				<parameter>
7491cdf0e10cSrcweir					<type>Integer</type>
7492cdf0e10cSrcweir					<name>ActionY</name>
7493cdf0e10cSrcweir				</parameter>
7494cdf0e10cSrcweir				<parameter>
7495cdf0e10cSrcweir					<type>Single</type>
7496cdf0e10cSrcweir					<name>RequestDx</name>
7497cdf0e10cSrcweir				</parameter>
7498cdf0e10cSrcweir				<parameter>
7499cdf0e10cSrcweir					<type>Single</type>
7500cdf0e10cSrcweir					<name>RequestDy</name>
7501cdf0e10cSrcweir				</parameter>
7502cdf0e10cSrcweir				<parameter>
7503cdf0e10cSrcweir					<type>ReturnSingle</type>
7504cdf0e10cSrcweir					<name>ActualDx</name>
7505cdf0e10cSrcweir				</parameter>
7506cdf0e10cSrcweir				<parameter>
7507cdf0e10cSrcweir					<type>ReturnSingle</type>
7508cdf0e10cSrcweir					<name>ActualDy</name>
7509cdf0e10cSrcweir				</parameter>
7510cdf0e10cSrcweir			</parameter-list>
7511cdf0e10cSrcweir		</source>
7512cdf0e10cSrcweir	</element>
7513cdf0e10cSrcweir	<!--property::MultiPage.SelectedItem {ReadOnly}-->
7514cdf0e10cSrcweir	<element type="property">
7515cdf0e10cSrcweir		<source id="MSForms.MultiPage.SelectedItem">
7516cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7517cdf0e10cSrcweir			<name>SelectedItem</name>
7518cdf0e10cSrcweir			<type>Page</type>
7519cdf0e10cSrcweir		</source>
7520cdf0e10cSrcweir	</element>
7521cdf0e10cSrcweir	<!--property::MultiPage.Style-->
7522cdf0e10cSrcweir	<element type="property">
7523cdf0e10cSrcweir		<source id="MSForms.MultiPage.Style">
7524cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7525cdf0e10cSrcweir			<name>Style</name>
7526cdf0e10cSrcweir			<type>Integer</type>
7527cdf0e10cSrcweir		</source>
7528cdf0e10cSrcweir	</element>
7529cdf0e10cSrcweir	<!--property::MultiPage.TabFixedHeight-->
7530cdf0e10cSrcweir	<element type="property">
7531cdf0e10cSrcweir		<source id="MSForms.MultiPage.TabFixedHeight">
7532cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7533cdf0e10cSrcweir			<name>TabFixedHeight</name>
7534cdf0e10cSrcweir			<type>Single</type>
7535cdf0e10cSrcweir		</source>
7536cdf0e10cSrcweir	</element>
7537cdf0e10cSrcweir	<!--property::MultiPage.TabFixedWidth-->
7538cdf0e10cSrcweir	<element type="property">
7539cdf0e10cSrcweir		<source id="MSForms.MultiPage.TabFixedWidth">
7540cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7541cdf0e10cSrcweir			<name>TabFixedWidth</name>
7542cdf0e10cSrcweir			<type>Single</type>
7543cdf0e10cSrcweir		</source>
7544cdf0e10cSrcweir	</element>
7545cdf0e10cSrcweir	<!--property::MultiPage.TabOrientation-->
7546cdf0e10cSrcweir	<element type="property">
7547cdf0e10cSrcweir		<source id="MSForms.MultiPage.TabOrientation">
7548cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7549cdf0e10cSrcweir			<name>TabOrientation</name>
7550cdf0e10cSrcweir			<type>Integer</type>
7551cdf0e10cSrcweir		</source>
7552cdf0e10cSrcweir	</element>
7553cdf0e10cSrcweir	<!--property::MultiPage.Value-->
7554cdf0e10cSrcweir	<element type="property">
7555cdf0e10cSrcweir		<source id="MSForms.MultiPage.Value">
7556cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7557cdf0e10cSrcweir			<name>Value</name>
7558cdf0e10cSrcweir			<type>Integer</type>
7559cdf0e10cSrcweir		</source>
7560cdf0e10cSrcweir	</element>
7561cdf0e10cSrcweir	<!--method::MultiPage.Zoom-->
7562cdf0e10cSrcweir	<element type="method">
7563cdf0e10cSrcweir		<source id="MSForms.MultiPage.Zoom">
7564cdf0e10cSrcweir			<context kind="class">MultiPage</context>
7565cdf0e10cSrcweir			<name>Zoom</name>
7566cdf0e10cSrcweir			<type>void</type>
7567cdf0e10cSrcweir			<parameter-list>
7568cdf0e10cSrcweir				<parameter>
7569cdf0e10cSrcweir					<type>Integer</type>
7570cdf0e10cSrcweir					<name>Index</name>
7571cdf0e10cSrcweir				</parameter>
7572cdf0e10cSrcweir				<parameter>
7573cdf0e10cSrcweir					<type>VT_PTR+VT_I2</type>
7574cdf0e10cSrcweir					<name>Percent</name>
7575cdf0e10cSrcweir				</parameter>
7576cdf0e10cSrcweir			</parameter-list>
7577cdf0e10cSrcweir		</source>
7578cdf0e10cSrcweir	</element>
7579cdf0e10cSrcweir	<!--Class::NewFont-->
7580cdf0e10cSrcweir	<element type="class">
7581cdf0e10cSrcweir		<source id="MSForms.NewFont">
7582cdf0e10cSrcweir			<name>NewFont</name>
7583cdf0e10cSrcweir		</source>
7584cdf0e10cSrcweir		<destination designation="identity" />
7585cdf0e10cSrcweir	</element>
7586cdf0e10cSrcweir	<!--Class::OptionButton-->
7587cdf0e10cSrcweir	<element type="class">
7588cdf0e10cSrcweir		<source id="MSForms.OptionButton">
7589cdf0e10cSrcweir			<name>OptionButton</name>
7590cdf0e10cSrcweir		</source>
7591cdf0e10cSrcweir		<destination designation="identity" />
7592cdf0e10cSrcweir	</element>
7593cdf0e10cSrcweir	<!--property::OptionButton.Accelerator-->
7594cdf0e10cSrcweir	<element type="property">
7595cdf0e10cSrcweir		<source id="MSForms.OptionButton.Accelerator">
7596cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7597cdf0e10cSrcweir			<name>Accelerator</name>
7598cdf0e10cSrcweir			<type>String</type>
7599cdf0e10cSrcweir		</source>
7600cdf0e10cSrcweir	</element>
7601cdf0e10cSrcweir	<!--property::OptionButton.Alignment-->
7602cdf0e10cSrcweir	<element type="property">
7603cdf0e10cSrcweir		<source id="MSForms.OptionButton.Alignment">
7604cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7605cdf0e10cSrcweir			<name>Alignment</name>
7606cdf0e10cSrcweir			<type>Integer</type>
7607cdf0e10cSrcweir		</source>
7608cdf0e10cSrcweir	</element>
7609cdf0e10cSrcweir	<!--property::OptionButton.AutoSize-->
7610cdf0e10cSrcweir	<element type="property">
7611cdf0e10cSrcweir		<source id="MSForms.OptionButton.AutoSize">
7612cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7613cdf0e10cSrcweir			<name>AutoSize</name>
7614cdf0e10cSrcweir			<type>boolean</type>
7615cdf0e10cSrcweir		</source>
7616cdf0e10cSrcweir	</element>
7617cdf0e10cSrcweir	<!--property::OptionButton.BackColor-->
7618cdf0e10cSrcweir	<element type="property">
7619cdf0e10cSrcweir		<source id="MSForms.OptionButton.BackColor">
7620cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7621cdf0e10cSrcweir			<name>BackColor</name>
7622cdf0e10cSrcweir			<type>Integer</type>
7623cdf0e10cSrcweir		</source>
7624cdf0e10cSrcweir	</element>
7625cdf0e10cSrcweir	<!--property::OptionButton.BackStyle-->
7626cdf0e10cSrcweir	<element type="property">
7627cdf0e10cSrcweir		<source id="MSForms.OptionButton.BackStyle">
7628cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7629cdf0e10cSrcweir			<name>BackStyle</name>
7630cdf0e10cSrcweir			<type>Integer</type>
7631cdf0e10cSrcweir		</source>
7632cdf0e10cSrcweir	</element>
7633cdf0e10cSrcweir	<!--method::OptionButton.BeforeDragOver-->
7634cdf0e10cSrcweir	<element type="method">
7635cdf0e10cSrcweir		<source id="MSForms.OptionButton.BeforeDragOver">
7636cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7637cdf0e10cSrcweir			<name>BeforeDragOver</name>
7638cdf0e10cSrcweir			<type>void</type>
7639cdf0e10cSrcweir			<parameter-list>
7640cdf0e10cSrcweir				<parameter>
7641cdf0e10cSrcweir					<type>ReturnBoolean</type>
7642cdf0e10cSrcweir					<name>Cancel</name>
7643cdf0e10cSrcweir				</parameter>
7644cdf0e10cSrcweir				<parameter>
7645cdf0e10cSrcweir					<type>DataObject</type>
7646cdf0e10cSrcweir					<name>Data</name>
7647cdf0e10cSrcweir				</parameter>
7648cdf0e10cSrcweir				<parameter>
7649cdf0e10cSrcweir					<type>Single</type>
7650cdf0e10cSrcweir					<name>X</name>
7651cdf0e10cSrcweir				</parameter>
7652cdf0e10cSrcweir				<parameter>
7653cdf0e10cSrcweir					<type>Single</type>
7654cdf0e10cSrcweir					<name>Y</name>
7655cdf0e10cSrcweir				</parameter>
7656cdf0e10cSrcweir				<parameter>
7657cdf0e10cSrcweir					<type>Integer</type>
7658cdf0e10cSrcweir					<name>DragState</name>
7659cdf0e10cSrcweir				</parameter>
7660cdf0e10cSrcweir				<parameter>
7661cdf0e10cSrcweir					<type>ReturnEffect</type>
7662cdf0e10cSrcweir					<name>Effect</name>
7663cdf0e10cSrcweir				</parameter>
7664cdf0e10cSrcweir				<parameter>
7665cdf0e10cSrcweir					<type>short</type>
7666cdf0e10cSrcweir					<name>Shift</name>
7667cdf0e10cSrcweir				</parameter>
7668cdf0e10cSrcweir			</parameter-list>
7669cdf0e10cSrcweir		</source>
7670cdf0e10cSrcweir	</element>
7671cdf0e10cSrcweir	<!--method::OptionButton.BeforeDropOrPaste-->
7672cdf0e10cSrcweir	<element type="method">
7673cdf0e10cSrcweir		<source id="MSForms.OptionButton.BeforeDropOrPaste">
7674cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7675cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
7676cdf0e10cSrcweir			<type>void</type>
7677cdf0e10cSrcweir			<parameter-list>
7678cdf0e10cSrcweir				<parameter>
7679cdf0e10cSrcweir					<type>ReturnBoolean</type>
7680cdf0e10cSrcweir					<name>Cancel</name>
7681cdf0e10cSrcweir				</parameter>
7682cdf0e10cSrcweir				<parameter>
7683cdf0e10cSrcweir					<type>Integer</type>
7684cdf0e10cSrcweir					<name>Action</name>
7685cdf0e10cSrcweir				</parameter>
7686cdf0e10cSrcweir				<parameter>
7687cdf0e10cSrcweir					<type>DataObject</type>
7688cdf0e10cSrcweir					<name>Data</name>
7689cdf0e10cSrcweir				</parameter>
7690cdf0e10cSrcweir				<parameter>
7691cdf0e10cSrcweir					<type>Single</type>
7692cdf0e10cSrcweir					<name>X</name>
7693cdf0e10cSrcweir				</parameter>
7694cdf0e10cSrcweir				<parameter>
7695cdf0e10cSrcweir					<type>Single</type>
7696cdf0e10cSrcweir					<name>Y</name>
7697cdf0e10cSrcweir				</parameter>
7698cdf0e10cSrcweir				<parameter>
7699cdf0e10cSrcweir					<type>ReturnEffect</type>
7700cdf0e10cSrcweir					<name>Effect</name>
7701cdf0e10cSrcweir				</parameter>
7702cdf0e10cSrcweir				<parameter>
7703cdf0e10cSrcweir					<type>short</type>
7704cdf0e10cSrcweir					<name>Shift</name>
7705cdf0e10cSrcweir				</parameter>
7706cdf0e10cSrcweir			</parameter-list>
7707cdf0e10cSrcweir		</source>
7708cdf0e10cSrcweir	</element>
7709cdf0e10cSrcweir	<!--property::OptionButton.BordersSuppress-->
7710cdf0e10cSrcweir	<element type="property">
7711cdf0e10cSrcweir		<source id="MSForms.OptionButton.BordersSuppress">
7712cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7713cdf0e10cSrcweir			<name>BordersSuppress</name>
7714cdf0e10cSrcweir			<type>boolean</type>
7715cdf0e10cSrcweir		</source>
7716cdf0e10cSrcweir	</element>
7717cdf0e10cSrcweir	<!--property::OptionButton.Caption-->
7718cdf0e10cSrcweir	<element type="property">
7719cdf0e10cSrcweir		<source id="MSForms.OptionButton.Caption">
7720cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7721cdf0e10cSrcweir			<name>Caption</name>
7722cdf0e10cSrcweir			<type>String</type>
7723cdf0e10cSrcweir		</source>
7724cdf0e10cSrcweir	</element>
7725cdf0e10cSrcweir	<!--method::OptionButton.Change-->
7726cdf0e10cSrcweir	<element type="method">
7727cdf0e10cSrcweir		<source id="MSForms.OptionButton.Change">
7728cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7729cdf0e10cSrcweir			<name>Change</name>
7730cdf0e10cSrcweir			<type>void</type>
7731cdf0e10cSrcweir		</source>
7732cdf0e10cSrcweir	</element>
7733cdf0e10cSrcweir	<!--method::OptionButton.Click-->
7734cdf0e10cSrcweir	<element type="method">
7735cdf0e10cSrcweir		<source id="MSForms.OptionButton.Click">
7736cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7737cdf0e10cSrcweir			<name>Click</name>
7738cdf0e10cSrcweir			<type>void</type>
7739cdf0e10cSrcweir		</source>
7740cdf0e10cSrcweir	</element>
7741cdf0e10cSrcweir	<!--method::OptionButton.DblClick-->
7742cdf0e10cSrcweir	<element type="method">
7743cdf0e10cSrcweir		<source id="MSForms.OptionButton.DblClick">
7744cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7745cdf0e10cSrcweir			<name>DblClick</name>
7746cdf0e10cSrcweir			<type>void</type>
7747cdf0e10cSrcweir			<parameter-list>
7748cdf0e10cSrcweir				<parameter>
7749cdf0e10cSrcweir					<type>ReturnBoolean</type>
7750cdf0e10cSrcweir					<name>Cancel</name>
7751cdf0e10cSrcweir				</parameter>
7752cdf0e10cSrcweir			</parameter-list>
7753cdf0e10cSrcweir		</source>
7754cdf0e10cSrcweir	</element>
7755cdf0e10cSrcweir	<!--property::OptionButton.DisplayStyle {ReadOnly}-->
7756cdf0e10cSrcweir	<element type="property">
7757cdf0e10cSrcweir		<source id="MSForms.OptionButton.DisplayStyle">
7758cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7759cdf0e10cSrcweir			<name>DisplayStyle</name>
7760cdf0e10cSrcweir			<type>Integer</type>
7761cdf0e10cSrcweir		</source>
7762cdf0e10cSrcweir	</element>
7763cdf0e10cSrcweir	<!--property::OptionButton.Enabled-->
7764cdf0e10cSrcweir	<element type="property">
7765cdf0e10cSrcweir		<source id="MSForms.OptionButton.Enabled">
7766cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7767cdf0e10cSrcweir			<name>Enabled</name>
7768cdf0e10cSrcweir			<type>boolean</type>
7769cdf0e10cSrcweir		</source>
7770cdf0e10cSrcweir	</element>
7771cdf0e10cSrcweir	<!--method::OptionButton.Error-->
7772cdf0e10cSrcweir	<element type="method">
7773cdf0e10cSrcweir		<source id="MSForms.OptionButton.Error">
7774cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7775cdf0e10cSrcweir			<name>Error</name>
7776cdf0e10cSrcweir			<type>void</type>
7777cdf0e10cSrcweir			<parameter-list>
7778cdf0e10cSrcweir				<parameter>
7779cdf0e10cSrcweir					<type>short</type>
7780cdf0e10cSrcweir					<name>Number</name>
7781cdf0e10cSrcweir				</parameter>
7782cdf0e10cSrcweir				<parameter>
7783cdf0e10cSrcweir					<type>ReturnString</type>
7784cdf0e10cSrcweir					<name>Description</name>
7785cdf0e10cSrcweir				</parameter>
7786cdf0e10cSrcweir				<parameter>
7787cdf0e10cSrcweir					<type>Integer</type>
7788cdf0e10cSrcweir					<name>SCode</name>
7789cdf0e10cSrcweir				</parameter>
7790cdf0e10cSrcweir				<parameter>
7791cdf0e10cSrcweir					<type>String</type>
7792cdf0e10cSrcweir					<name>Source</name>
7793cdf0e10cSrcweir				</parameter>
7794cdf0e10cSrcweir				<parameter>
7795cdf0e10cSrcweir					<type>String</type>
7796cdf0e10cSrcweir					<name>HelpFile</name>
7797cdf0e10cSrcweir				</parameter>
7798cdf0e10cSrcweir				<parameter>
7799cdf0e10cSrcweir					<type>Integer</type>
7800cdf0e10cSrcweir					<name>HelpContext</name>
7801cdf0e10cSrcweir				</parameter>
7802cdf0e10cSrcweir				<parameter>
7803cdf0e10cSrcweir					<type>ReturnBoolean</type>
7804cdf0e10cSrcweir					<name>CancelDisplay</name>
7805cdf0e10cSrcweir				</parameter>
7806cdf0e10cSrcweir			</parameter-list>
7807cdf0e10cSrcweir		</source>
7808cdf0e10cSrcweir	</element>
7809cdf0e10cSrcweir	<!--property::OptionButton.Font {ReadOnly}-->
7810cdf0e10cSrcweir	<element type="property">
7811cdf0e10cSrcweir		<source id="MSForms.OptionButton.Font">
7812cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7813cdf0e10cSrcweir			<name>Font</name>
7814cdf0e10cSrcweir			<type>Font</type>
7815cdf0e10cSrcweir		</source>
7816cdf0e10cSrcweir	</element>
7817cdf0e10cSrcweir	<!--property::OptionButton.FontBold-->
7818cdf0e10cSrcweir	<element type="property">
7819cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontBold">
7820cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7821cdf0e10cSrcweir			<name>FontBold</name>
7822cdf0e10cSrcweir			<type>boolean</type>
7823cdf0e10cSrcweir		</source>
7824cdf0e10cSrcweir	</element>
7825cdf0e10cSrcweir	<!--property::OptionButton.FontItalic-->
7826cdf0e10cSrcweir	<element type="property">
7827cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontItalic">
7828cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7829cdf0e10cSrcweir			<name>FontItalic</name>
7830cdf0e10cSrcweir			<type>boolean</type>
7831cdf0e10cSrcweir		</source>
7832cdf0e10cSrcweir	</element>
7833cdf0e10cSrcweir	<!--property::OptionButton.FontName-->
7834cdf0e10cSrcweir	<element type="property">
7835cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontName">
7836cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7837cdf0e10cSrcweir			<name>FontName</name>
7838cdf0e10cSrcweir			<type>String</type>
7839cdf0e10cSrcweir		</source>
7840cdf0e10cSrcweir	</element>
7841cdf0e10cSrcweir	<!--property::OptionButton.FontSize-->
7842cdf0e10cSrcweir	<element type="property">
7843cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontSize">
7844cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7845cdf0e10cSrcweir			<name>FontSize</name>
7846cdf0e10cSrcweir			<type>VT_CY</type>
7847cdf0e10cSrcweir		</source>
7848cdf0e10cSrcweir	</element>
7849cdf0e10cSrcweir	<!--property::OptionButton.FontStrikethru-->
7850cdf0e10cSrcweir	<element type="property">
7851cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontStrikethru">
7852cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7853cdf0e10cSrcweir			<name>FontStrikethru</name>
7854cdf0e10cSrcweir			<type>boolean</type>
7855cdf0e10cSrcweir		</source>
7856cdf0e10cSrcweir	</element>
7857cdf0e10cSrcweir	<!--property::OptionButton.FontUnderline-->
7858cdf0e10cSrcweir	<element type="property">
7859cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontUnderline">
7860cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7861cdf0e10cSrcweir			<name>FontUnderline</name>
7862cdf0e10cSrcweir			<type>boolean</type>
7863cdf0e10cSrcweir		</source>
7864cdf0e10cSrcweir	</element>
7865cdf0e10cSrcweir	<!--property::OptionButton.FontWeight-->
7866cdf0e10cSrcweir	<element type="property">
7867cdf0e10cSrcweir		<source id="MSForms.OptionButton.FontWeight">
7868cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7869cdf0e10cSrcweir			<name>FontWeight</name>
7870cdf0e10cSrcweir			<type>short</type>
7871cdf0e10cSrcweir		</source>
7872cdf0e10cSrcweir	</element>
7873cdf0e10cSrcweir	<!--property::OptionButton.ForeColor-->
7874cdf0e10cSrcweir	<element type="property">
7875cdf0e10cSrcweir		<source id="MSForms.OptionButton.ForeColor">
7876cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7877cdf0e10cSrcweir			<name>ForeColor</name>
7878cdf0e10cSrcweir			<type>Integer</type>
7879cdf0e10cSrcweir		</source>
7880cdf0e10cSrcweir	</element>
7881cdf0e10cSrcweir	<!--property::OptionButton.GroupName-->
7882cdf0e10cSrcweir	<element type="property">
7883cdf0e10cSrcweir		<source id="MSForms.OptionButton.GroupName">
7884cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7885cdf0e10cSrcweir			<name>GroupName</name>
7886cdf0e10cSrcweir			<type>String</type>
7887cdf0e10cSrcweir		</source>
7888cdf0e10cSrcweir	</element>
7889cdf0e10cSrcweir	<!--method::OptionButton.KeyDown-->
7890cdf0e10cSrcweir	<element type="method">
7891cdf0e10cSrcweir		<source id="MSForms.OptionButton.KeyDown">
7892cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7893cdf0e10cSrcweir			<name>KeyDown</name>
7894cdf0e10cSrcweir			<type>void</type>
7895cdf0e10cSrcweir			<parameter-list>
7896cdf0e10cSrcweir				<parameter>
7897cdf0e10cSrcweir					<type>ReturnInteger</type>
7898cdf0e10cSrcweir					<name>KeyCode</name>
7899cdf0e10cSrcweir				</parameter>
7900cdf0e10cSrcweir				<parameter>
7901cdf0e10cSrcweir					<type>short</type>
7902cdf0e10cSrcweir					<name>Shift</name>
7903cdf0e10cSrcweir				</parameter>
7904cdf0e10cSrcweir			</parameter-list>
7905cdf0e10cSrcweir		</source>
7906cdf0e10cSrcweir	</element>
7907cdf0e10cSrcweir	<!--method::OptionButton.KeyPress-->
7908cdf0e10cSrcweir	<element type="method">
7909cdf0e10cSrcweir		<source id="MSForms.OptionButton.KeyPress">
7910cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7911cdf0e10cSrcweir			<name>KeyPress</name>
7912cdf0e10cSrcweir			<type>void</type>
7913cdf0e10cSrcweir			<parameter-list>
7914cdf0e10cSrcweir				<parameter>
7915cdf0e10cSrcweir					<type>ReturnInteger</type>
7916cdf0e10cSrcweir					<name>KeyAscii</name>
7917cdf0e10cSrcweir				</parameter>
7918cdf0e10cSrcweir			</parameter-list>
7919cdf0e10cSrcweir		</source>
7920cdf0e10cSrcweir	</element>
7921cdf0e10cSrcweir	<!--method::OptionButton.KeyUp-->
7922cdf0e10cSrcweir	<element type="method">
7923cdf0e10cSrcweir		<source id="MSForms.OptionButton.KeyUp">
7924cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7925cdf0e10cSrcweir			<name>KeyUp</name>
7926cdf0e10cSrcweir			<type>void</type>
7927cdf0e10cSrcweir			<parameter-list>
7928cdf0e10cSrcweir				<parameter>
7929cdf0e10cSrcweir					<type>ReturnInteger</type>
7930cdf0e10cSrcweir					<name>KeyCode</name>
7931cdf0e10cSrcweir				</parameter>
7932cdf0e10cSrcweir				<parameter>
7933cdf0e10cSrcweir					<type>short</type>
7934cdf0e10cSrcweir					<name>Shift</name>
7935cdf0e10cSrcweir				</parameter>
7936cdf0e10cSrcweir			</parameter-list>
7937cdf0e10cSrcweir		</source>
7938cdf0e10cSrcweir	</element>
7939cdf0e10cSrcweir	<!--property::OptionButton.Locked-->
7940cdf0e10cSrcweir	<element type="property">
7941cdf0e10cSrcweir		<source id="MSForms.OptionButton.Locked">
7942cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7943cdf0e10cSrcweir			<name>Locked</name>
7944cdf0e10cSrcweir			<type>boolean</type>
7945cdf0e10cSrcweir		</source>
7946cdf0e10cSrcweir	</element>
7947cdf0e10cSrcweir	<!--method::OptionButton.MouseDown-->
7948cdf0e10cSrcweir	<element type="method">
7949cdf0e10cSrcweir		<source id="MSForms.OptionButton.MouseDown">
7950cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7951cdf0e10cSrcweir			<name>MouseDown</name>
7952cdf0e10cSrcweir			<type>void</type>
7953cdf0e10cSrcweir			<parameter-list>
7954cdf0e10cSrcweir				<parameter>
7955cdf0e10cSrcweir					<type>short</type>
7956cdf0e10cSrcweir					<name>Button</name>
7957cdf0e10cSrcweir				</parameter>
7958cdf0e10cSrcweir				<parameter>
7959cdf0e10cSrcweir					<type>short</type>
7960cdf0e10cSrcweir					<name>Shift</name>
7961cdf0e10cSrcweir				</parameter>
7962cdf0e10cSrcweir				<parameter>
7963cdf0e10cSrcweir					<type>Single</type>
7964cdf0e10cSrcweir					<name>X</name>
7965cdf0e10cSrcweir				</parameter>
7966cdf0e10cSrcweir				<parameter>
7967cdf0e10cSrcweir					<type>Single</type>
7968cdf0e10cSrcweir					<name>Y</name>
7969cdf0e10cSrcweir				</parameter>
7970cdf0e10cSrcweir			</parameter-list>
7971cdf0e10cSrcweir		</source>
7972cdf0e10cSrcweir	</element>
7973cdf0e10cSrcweir	<!--property::OptionButton.MouseIcon-->
7974cdf0e10cSrcweir	<element type="property">
7975cdf0e10cSrcweir		<source id="MSForms.OptionButton.MouseIcon">
7976cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7977cdf0e10cSrcweir			<name>MouseIcon</name>
7978cdf0e10cSrcweir			<type>Picture</type>
7979cdf0e10cSrcweir		</source>
7980cdf0e10cSrcweir	</element>
7981cdf0e10cSrcweir	<!--method::OptionButton.MouseMove-->
7982cdf0e10cSrcweir	<element type="method">
7983cdf0e10cSrcweir		<source id="MSForms.OptionButton.MouseMove">
7984cdf0e10cSrcweir			<context kind="class">OptionButton</context>
7985cdf0e10cSrcweir			<name>MouseMove</name>
7986cdf0e10cSrcweir			<type>void</type>
7987cdf0e10cSrcweir			<parameter-list>
7988cdf0e10cSrcweir				<parameter>
7989cdf0e10cSrcweir					<type>short</type>
7990cdf0e10cSrcweir					<name>Button</name>
7991cdf0e10cSrcweir				</parameter>
7992cdf0e10cSrcweir				<parameter>
7993cdf0e10cSrcweir					<type>short</type>
7994cdf0e10cSrcweir					<name>Shift</name>
7995cdf0e10cSrcweir				</parameter>
7996cdf0e10cSrcweir				<parameter>
7997cdf0e10cSrcweir					<type>Single</type>
7998cdf0e10cSrcweir					<name>X</name>
7999cdf0e10cSrcweir				</parameter>
8000cdf0e10cSrcweir				<parameter>
8001cdf0e10cSrcweir					<type>Single</type>
8002cdf0e10cSrcweir					<name>Y</name>
8003cdf0e10cSrcweir				</parameter>
8004cdf0e10cSrcweir			</parameter-list>
8005cdf0e10cSrcweir		</source>
8006cdf0e10cSrcweir	</element>
8007cdf0e10cSrcweir	<!--property::OptionButton.MousePointer-->
8008cdf0e10cSrcweir	<element type="property">
8009cdf0e10cSrcweir		<source id="MSForms.OptionButton.MousePointer">
8010cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8011cdf0e10cSrcweir			<name>MousePointer</name>
8012cdf0e10cSrcweir			<type>Integer</type>
8013cdf0e10cSrcweir		</source>
8014cdf0e10cSrcweir	</element>
8015cdf0e10cSrcweir	<!--method::OptionButton.MouseUp-->
8016cdf0e10cSrcweir	<element type="method">
8017cdf0e10cSrcweir		<source id="MSForms.OptionButton.MouseUp">
8018cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8019cdf0e10cSrcweir			<name>MouseUp</name>
8020cdf0e10cSrcweir			<type>void</type>
8021cdf0e10cSrcweir			<parameter-list>
8022cdf0e10cSrcweir				<parameter>
8023cdf0e10cSrcweir					<type>short</type>
8024cdf0e10cSrcweir					<name>Button</name>
8025cdf0e10cSrcweir				</parameter>
8026cdf0e10cSrcweir				<parameter>
8027cdf0e10cSrcweir					<type>short</type>
8028cdf0e10cSrcweir					<name>Shift</name>
8029cdf0e10cSrcweir				</parameter>
8030cdf0e10cSrcweir				<parameter>
8031cdf0e10cSrcweir					<type>Single</type>
8032cdf0e10cSrcweir					<name>X</name>
8033cdf0e10cSrcweir				</parameter>
8034cdf0e10cSrcweir				<parameter>
8035cdf0e10cSrcweir					<type>Single</type>
8036cdf0e10cSrcweir					<name>Y</name>
8037cdf0e10cSrcweir				</parameter>
8038cdf0e10cSrcweir			</parameter-list>
8039cdf0e10cSrcweir		</source>
8040cdf0e10cSrcweir	</element>
8041cdf0e10cSrcweir	<!--property::OptionButton.MultiSelect-->
8042cdf0e10cSrcweir	<element type="property">
8043cdf0e10cSrcweir		<source id="MSForms.OptionButton.MultiSelect">
8044cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8045cdf0e10cSrcweir			<name>MultiSelect</name>
8046cdf0e10cSrcweir			<type>Integer</type>
8047cdf0e10cSrcweir		</source>
8048cdf0e10cSrcweir	</element>
8049cdf0e10cSrcweir	<!--property::OptionButton.Picture-->
8050cdf0e10cSrcweir	<element type="property">
8051cdf0e10cSrcweir		<source id="MSForms.OptionButton.Picture">
8052cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8053cdf0e10cSrcweir			<name>Picture</name>
8054cdf0e10cSrcweir			<type>Picture</type>
8055cdf0e10cSrcweir		</source>
8056cdf0e10cSrcweir	</element>
8057cdf0e10cSrcweir	<!--property::OptionButton.PicturePosition-->
8058cdf0e10cSrcweir	<element type="property">
8059cdf0e10cSrcweir		<source id="MSForms.OptionButton.PicturePosition">
8060cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8061cdf0e10cSrcweir			<name>PicturePosition</name>
8062cdf0e10cSrcweir			<type>Integer</type>
8063cdf0e10cSrcweir		</source>
8064cdf0e10cSrcweir	</element>
8065cdf0e10cSrcweir	<!--property::OptionButton.SpecialEffect-->
8066cdf0e10cSrcweir	<element type="property">
8067cdf0e10cSrcweir		<source id="MSForms.OptionButton.SpecialEffect">
8068cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8069cdf0e10cSrcweir			<name>SpecialEffect</name>
8070cdf0e10cSrcweir			<type>Integer</type>
8071cdf0e10cSrcweir		</source>
8072cdf0e10cSrcweir	</element>
8073cdf0e10cSrcweir	<!--property::OptionButton.TextAlign-->
8074cdf0e10cSrcweir	<element type="property">
8075cdf0e10cSrcweir		<source id="MSForms.OptionButton.TextAlign">
8076cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8077cdf0e10cSrcweir			<name>TextAlign</name>
8078cdf0e10cSrcweir			<type>Integer</type>
8079cdf0e10cSrcweir		</source>
8080cdf0e10cSrcweir	</element>
8081cdf0e10cSrcweir	<!--property::OptionButton.TripleState-->
8082cdf0e10cSrcweir	<element type="property">
8083cdf0e10cSrcweir		<source id="MSForms.OptionButton.TripleState">
8084cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8085cdf0e10cSrcweir			<name>TripleState</name>
8086cdf0e10cSrcweir			<type>boolean</type>
8087cdf0e10cSrcweir		</source>
8088cdf0e10cSrcweir	</element>
8089cdf0e10cSrcweir	<!--property::OptionButton.Valid {ReadOnly}-->
8090cdf0e10cSrcweir	<element type="property">
8091cdf0e10cSrcweir		<source id="MSForms.OptionButton.Valid">
8092cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8093cdf0e10cSrcweir			<name>Valid</name>
8094cdf0e10cSrcweir			<type>boolean</type>
8095cdf0e10cSrcweir		</source>
8096cdf0e10cSrcweir	</element>
8097cdf0e10cSrcweir	<!--property::OptionButton.Value {Default}-->
8098cdf0e10cSrcweir	<element type="property">
8099cdf0e10cSrcweir		<source id="MSForms.OptionButton.Value">
8100cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8101cdf0e10cSrcweir			<name default="true">Value</name>
8102cdf0e10cSrcweir			<type>Variant</type>
8103cdf0e10cSrcweir		</source>
8104cdf0e10cSrcweir	</element>
8105cdf0e10cSrcweir	<!--property::OptionButton.WordWrap-->
8106cdf0e10cSrcweir	<element type="property">
8107cdf0e10cSrcweir		<source id="MSForms.OptionButton.WordWrap">
8108cdf0e10cSrcweir			<context kind="class">OptionButton</context>
8109cdf0e10cSrcweir			<name>WordWrap</name>
8110cdf0e10cSrcweir			<type>boolean</type>
8111cdf0e10cSrcweir		</source>
8112cdf0e10cSrcweir	</element>
8113cdf0e10cSrcweir	<!--Class::Page-->
8114cdf0e10cSrcweir	<element type="class">
8115cdf0e10cSrcweir		<source id="MSForms.Page">
8116cdf0e10cSrcweir			<name>Page</name>
8117cdf0e10cSrcweir		</source>
8118cdf0e10cSrcweir		<destination designation="identity" />
8119cdf0e10cSrcweir	</element>
8120cdf0e10cSrcweir	<!--property::Page.Accelerator-->
8121cdf0e10cSrcweir	<element type="property">
8122cdf0e10cSrcweir		<source id="MSForms.Page.Accelerator">
8123cdf0e10cSrcweir			<context kind="class">Page</context>
8124cdf0e10cSrcweir			<name>Accelerator</name>
8125cdf0e10cSrcweir			<type>String</type>
8126cdf0e10cSrcweir		</source>
8127cdf0e10cSrcweir	</element>
8128cdf0e10cSrcweir	<!--property::Page.ActiveControl {ReadOnly}-->
8129cdf0e10cSrcweir	<element type="property">
8130cdf0e10cSrcweir		<source id="MSForms.Page.ActiveControl">
8131cdf0e10cSrcweir			<context kind="class">Page</context>
8132cdf0e10cSrcweir			<name>ActiveControl</name>
8133cdf0e10cSrcweir			<type>Control</type>
8134cdf0e10cSrcweir		</source>
8135cdf0e10cSrcweir	</element>
8136cdf0e10cSrcweir	<!--property::Page.CanPaste {ReadOnly}-->
8137cdf0e10cSrcweir	<element type="property">
8138cdf0e10cSrcweir		<source id="MSForms.Page.CanPaste">
8139cdf0e10cSrcweir			<context kind="class">Page</context>
8140cdf0e10cSrcweir			<name>CanPaste</name>
8141cdf0e10cSrcweir			<type>boolean</type>
8142cdf0e10cSrcweir		</source>
8143cdf0e10cSrcweir	</element>
8144cdf0e10cSrcweir	<!--property::Page.CanRedo {ReadOnly}-->
8145cdf0e10cSrcweir	<element type="property">
8146cdf0e10cSrcweir		<source id="MSForms.Page.CanRedo">
8147cdf0e10cSrcweir			<context kind="class">Page</context>
8148cdf0e10cSrcweir			<name>CanRedo</name>
8149cdf0e10cSrcweir			<type>boolean</type>
8150cdf0e10cSrcweir		</source>
8151cdf0e10cSrcweir	</element>
8152cdf0e10cSrcweir	<!--property::Page.CanUndo {ReadOnly}-->
8153cdf0e10cSrcweir	<element type="property">
8154cdf0e10cSrcweir		<source id="MSForms.Page.CanUndo">
8155cdf0e10cSrcweir			<context kind="class">Page</context>
8156cdf0e10cSrcweir			<name>CanUndo</name>
8157cdf0e10cSrcweir			<type>boolean</type>
8158cdf0e10cSrcweir		</source>
8159cdf0e10cSrcweir	</element>
8160cdf0e10cSrcweir	<!--property::Page.Caption-->
8161cdf0e10cSrcweir	<element type="property">
8162cdf0e10cSrcweir		<source id="MSForms.Page.Caption">
8163cdf0e10cSrcweir			<context kind="class">Page</context>
8164cdf0e10cSrcweir			<name>Caption</name>
8165cdf0e10cSrcweir			<type>String</type>
8166cdf0e10cSrcweir		</source>
8167cdf0e10cSrcweir	</element>
8168cdf0e10cSrcweir	<!--property::Page.Controls {Default} {ReadOnly}-->
8169cdf0e10cSrcweir	<element type="property">
8170cdf0e10cSrcweir		<source id="MSForms.Page.Controls">
8171cdf0e10cSrcweir			<context kind="class">Page</context>
8172cdf0e10cSrcweir			<name default="true">Controls</name>
8173cdf0e10cSrcweir			<type>Controls</type>
8174cdf0e10cSrcweir		</source>
8175cdf0e10cSrcweir	</element>
8176cdf0e10cSrcweir	<!--property::Page.ControlTipText-->
8177cdf0e10cSrcweir	<element type="property">
8178cdf0e10cSrcweir		<source id="MSForms.Page.ControlTipText">
8179cdf0e10cSrcweir			<context kind="class">Page</context>
8180cdf0e10cSrcweir			<name>ControlTipText</name>
8181cdf0e10cSrcweir			<type>String</type>
8182cdf0e10cSrcweir		</source>
8183cdf0e10cSrcweir	</element>
8184cdf0e10cSrcweir	<!--method::Page.Copy-->
8185cdf0e10cSrcweir	<element type="method">
8186cdf0e10cSrcweir		<source id="MSForms.Page.Copy">
8187cdf0e10cSrcweir			<context kind="class">Page</context>
8188cdf0e10cSrcweir			<name>Copy</name>
8189cdf0e10cSrcweir			<type>void</type>
8190cdf0e10cSrcweir		</source>
8191cdf0e10cSrcweir	</element>
8192cdf0e10cSrcweir	<!--method::Page.Cut-->
8193cdf0e10cSrcweir	<element type="method">
8194cdf0e10cSrcweir		<source id="MSForms.Page.Cut">
8195cdf0e10cSrcweir			<context kind="class">Page</context>
8196cdf0e10cSrcweir			<name>Cut</name>
8197cdf0e10cSrcweir			<type>void</type>
8198cdf0e10cSrcweir		</source>
8199cdf0e10cSrcweir	</element>
8200cdf0e10cSrcweir	<!--property::Page.Cycle-->
8201cdf0e10cSrcweir	<element type="property">
8202cdf0e10cSrcweir		<source id="MSForms.Page.Cycle">
8203cdf0e10cSrcweir			<context kind="class">Page</context>
8204cdf0e10cSrcweir			<name>Cycle</name>
8205cdf0e10cSrcweir			<type>Integer</type>
8206cdf0e10cSrcweir		</source>
8207cdf0e10cSrcweir	</element>
8208cdf0e10cSrcweir	<!--property::Page.DesignMode-->
8209cdf0e10cSrcweir	<element type="property">
8210cdf0e10cSrcweir		<source id="MSForms.Page.DesignMode">
8211cdf0e10cSrcweir			<context kind="class">Page</context>
8212cdf0e10cSrcweir			<name>DesignMode</name>
8213cdf0e10cSrcweir			<type>Integer</type>
8214cdf0e10cSrcweir		</source>
8215cdf0e10cSrcweir	</element>
8216cdf0e10cSrcweir	<!--property::Page.Enabled-->
8217cdf0e10cSrcweir	<element type="property">
8218cdf0e10cSrcweir		<source id="MSForms.Page.Enabled">
8219cdf0e10cSrcweir			<context kind="class">Page</context>
8220cdf0e10cSrcweir			<name>Enabled</name>
8221cdf0e10cSrcweir			<type>boolean</type>
8222cdf0e10cSrcweir		</source>
8223cdf0e10cSrcweir	</element>
8224cdf0e10cSrcweir	<!--property::Page.GridX-->
8225cdf0e10cSrcweir	<element type="property">
8226cdf0e10cSrcweir		<source id="MSForms.Page.GridX">
8227cdf0e10cSrcweir			<context kind="class">Page</context>
8228cdf0e10cSrcweir			<name>GridX</name>
8229cdf0e10cSrcweir			<type>Single</type>
8230cdf0e10cSrcweir		</source>
8231cdf0e10cSrcweir	</element>
8232cdf0e10cSrcweir	<!--property::Page.GridY-->
8233cdf0e10cSrcweir	<element type="property">
8234cdf0e10cSrcweir		<source id="MSForms.Page.GridY">
8235cdf0e10cSrcweir			<context kind="class">Page</context>
8236cdf0e10cSrcweir			<name>GridY</name>
8237cdf0e10cSrcweir			<type>Single</type>
8238cdf0e10cSrcweir		</source>
8239cdf0e10cSrcweir	</element>
8240cdf0e10cSrcweir	<!--property::Page.Index-->
8241cdf0e10cSrcweir	<element type="property">
8242cdf0e10cSrcweir		<source id="MSForms.Page.Index">
8243cdf0e10cSrcweir			<context kind="class">Page</context>
8244cdf0e10cSrcweir			<name>Index</name>
8245cdf0e10cSrcweir			<type>Integer</type>
8246cdf0e10cSrcweir		</source>
8247cdf0e10cSrcweir	</element>
8248cdf0e10cSrcweir	<!--property::Page.InsideHeight {ReadOnly}-->
8249cdf0e10cSrcweir	<element type="property">
8250cdf0e10cSrcweir		<source id="MSForms.Page.InsideHeight">
8251cdf0e10cSrcweir			<context kind="class">Page</context>
8252cdf0e10cSrcweir			<name>InsideHeight</name>
8253cdf0e10cSrcweir			<type>Single</type>
8254cdf0e10cSrcweir		</source>
8255cdf0e10cSrcweir	</element>
8256cdf0e10cSrcweir	<!--property::Page.InsideWidth {ReadOnly}-->
8257cdf0e10cSrcweir	<element type="property">
8258cdf0e10cSrcweir		<source id="MSForms.Page.InsideWidth">
8259cdf0e10cSrcweir			<context kind="class">Page</context>
8260cdf0e10cSrcweir			<name>InsideWidth</name>
8261cdf0e10cSrcweir			<type>Single</type>
8262cdf0e10cSrcweir		</source>
8263cdf0e10cSrcweir	</element>
8264cdf0e10cSrcweir	<!--property::Page.KeepScrollBarsVisible-->
8265cdf0e10cSrcweir	<element type="property">
8266cdf0e10cSrcweir		<source id="MSForms.Page.KeepScrollBarsVisible">
8267cdf0e10cSrcweir			<context kind="class">Page</context>
8268cdf0e10cSrcweir			<name>KeepScrollBarsVisible</name>
8269cdf0e10cSrcweir			<type>Integer</type>
8270cdf0e10cSrcweir		</source>
8271cdf0e10cSrcweir	</element>
8272cdf0e10cSrcweir	<!--property::Page.Name-->
8273cdf0e10cSrcweir	<element type="property">
8274cdf0e10cSrcweir		<source id="MSForms.Page.Name">
8275cdf0e10cSrcweir			<context kind="class">Page</context>
8276cdf0e10cSrcweir			<name>Name</name>
8277cdf0e10cSrcweir			<type>String</type>
8278cdf0e10cSrcweir		</source>
8279cdf0e10cSrcweir	</element>
8280cdf0e10cSrcweir	<!--property::Page.Parent {ReadOnly}-->
8281cdf0e10cSrcweir	<element type="property">
8282cdf0e10cSrcweir		<source id="MSForms.Page.Parent">
8283cdf0e10cSrcweir			<context kind="class">Page</context>
8284cdf0e10cSrcweir			<name>Parent</name>
8285cdf0e10cSrcweir			<type>Object</type>
8286cdf0e10cSrcweir		</source>
8287cdf0e10cSrcweir	</element>
8288cdf0e10cSrcweir	<!--method::Page.Paste-->
8289cdf0e10cSrcweir	<element type="method">
8290cdf0e10cSrcweir		<source id="MSForms.Page.Paste">
8291cdf0e10cSrcweir			<context kind="class">Page</context>
8292cdf0e10cSrcweir			<name>Paste</name>
8293cdf0e10cSrcweir			<type>void</type>
8294cdf0e10cSrcweir		</source>
8295cdf0e10cSrcweir	</element>
8296cdf0e10cSrcweir	<!--property::Page.Picture-->
8297cdf0e10cSrcweir	<element type="property">
8298cdf0e10cSrcweir		<source id="MSForms.Page.Picture">
8299cdf0e10cSrcweir			<context kind="class">Page</context>
8300cdf0e10cSrcweir			<name>Picture</name>
8301cdf0e10cSrcweir			<type>Picture</type>
8302cdf0e10cSrcweir		</source>
8303cdf0e10cSrcweir	</element>
8304cdf0e10cSrcweir	<!--property::Page.PictureAlignment-->
8305cdf0e10cSrcweir	<element type="property">
8306cdf0e10cSrcweir		<source id="MSForms.Page.PictureAlignment">
8307cdf0e10cSrcweir			<context kind="class">Page</context>
8308cdf0e10cSrcweir			<name>PictureAlignment</name>
8309cdf0e10cSrcweir			<type>Integer</type>
8310cdf0e10cSrcweir		</source>
8311cdf0e10cSrcweir	</element>
8312cdf0e10cSrcweir	<!--property::Page.PictureSizeMode-->
8313cdf0e10cSrcweir	<element type="property">
8314cdf0e10cSrcweir		<source id="MSForms.Page.PictureSizeMode">
8315cdf0e10cSrcweir			<context kind="class">Page</context>
8316cdf0e10cSrcweir			<name>PictureSizeMode</name>
8317cdf0e10cSrcweir			<type>Integer</type>
8318cdf0e10cSrcweir		</source>
8319cdf0e10cSrcweir	</element>
8320cdf0e10cSrcweir	<!--property::Page.PictureTiling-->
8321cdf0e10cSrcweir	<element type="property">
8322cdf0e10cSrcweir		<source id="MSForms.Page.PictureTiling">
8323cdf0e10cSrcweir			<context kind="class">Page</context>
8324cdf0e10cSrcweir			<name>PictureTiling</name>
8325cdf0e10cSrcweir			<type>boolean</type>
8326cdf0e10cSrcweir		</source>
8327cdf0e10cSrcweir	</element>
8328cdf0e10cSrcweir	<!--method::Page.RedoAction-->
8329cdf0e10cSrcweir	<element type="method">
8330cdf0e10cSrcweir		<source id="MSForms.Page.RedoAction">
8331cdf0e10cSrcweir			<context kind="class">Page</context>
8332cdf0e10cSrcweir			<name>RedoAction</name>
8333cdf0e10cSrcweir			<type>void</type>
8334cdf0e10cSrcweir		</source>
8335cdf0e10cSrcweir	</element>
8336cdf0e10cSrcweir	<!--method::Page.Repaint-->
8337cdf0e10cSrcweir	<element type="method">
8338cdf0e10cSrcweir		<source id="MSForms.Page.Repaint">
8339cdf0e10cSrcweir			<context kind="class">Page</context>
8340cdf0e10cSrcweir			<name>Repaint</name>
8341cdf0e10cSrcweir			<type>void</type>
8342cdf0e10cSrcweir		</source>
8343cdf0e10cSrcweir	</element>
8344cdf0e10cSrcweir	<!--method::Page.Scroll-->
8345cdf0e10cSrcweir	<element type="method">
8346cdf0e10cSrcweir		<source id="MSForms.Page.Scroll">
8347cdf0e10cSrcweir			<context kind="class">Page</context>
8348cdf0e10cSrcweir			<name>Scroll</name>
8349cdf0e10cSrcweir			<type>void</type>
8350cdf0e10cSrcweir			<parameter-list>
8351cdf0e10cSrcweir				<parameter optional="true">
8352cdf0e10cSrcweir					<type>Variant</type>
8353cdf0e10cSrcweir					<name>xAction</name>
8354cdf0e10cSrcweir				</parameter>
8355cdf0e10cSrcweir				<parameter optional="true">
8356cdf0e10cSrcweir					<type>Variant</type>
8357cdf0e10cSrcweir					<name>yAction</name>
8358cdf0e10cSrcweir				</parameter>
8359cdf0e10cSrcweir			</parameter-list>
8360cdf0e10cSrcweir		</source>
8361cdf0e10cSrcweir	</element>
8362cdf0e10cSrcweir	<!--property::Page.ScrollBars-->
8363cdf0e10cSrcweir	<element type="property">
8364cdf0e10cSrcweir		<source id="MSForms.Page.ScrollBars">
8365cdf0e10cSrcweir			<context kind="class">Page</context>
8366cdf0e10cSrcweir			<name>ScrollBars</name>
8367cdf0e10cSrcweir			<type>Integer</type>
8368cdf0e10cSrcweir		</source>
8369cdf0e10cSrcweir	</element>
8370cdf0e10cSrcweir	<!--property::Page.ScrollHeight-->
8371cdf0e10cSrcweir	<element type="property">
8372cdf0e10cSrcweir		<source id="MSForms.Page.ScrollHeight">
8373cdf0e10cSrcweir			<context kind="class">Page</context>
8374cdf0e10cSrcweir			<name>ScrollHeight</name>
8375cdf0e10cSrcweir			<type>Single</type>
8376cdf0e10cSrcweir		</source>
8377cdf0e10cSrcweir	</element>
8378cdf0e10cSrcweir	<!--property::Page.ScrollLeft-->
8379cdf0e10cSrcweir	<element type="property">
8380cdf0e10cSrcweir		<source id="MSForms.Page.ScrollLeft">
8381cdf0e10cSrcweir			<context kind="class">Page</context>
8382cdf0e10cSrcweir			<name>ScrollLeft</name>
8383cdf0e10cSrcweir			<type>Single</type>
8384cdf0e10cSrcweir		</source>
8385cdf0e10cSrcweir	</element>
8386cdf0e10cSrcweir	<!--property::Page.ScrollTop-->
8387cdf0e10cSrcweir	<element type="property">
8388cdf0e10cSrcweir		<source id="MSForms.Page.ScrollTop">
8389cdf0e10cSrcweir			<context kind="class">Page</context>
8390cdf0e10cSrcweir			<name>ScrollTop</name>
8391cdf0e10cSrcweir			<type>Single</type>
8392cdf0e10cSrcweir		</source>
8393cdf0e10cSrcweir	</element>
8394cdf0e10cSrcweir	<!--property::Page.ScrollWidth-->
8395cdf0e10cSrcweir	<element type="property">
8396cdf0e10cSrcweir		<source id="MSForms.Page.ScrollWidth">
8397cdf0e10cSrcweir			<context kind="class">Page</context>
8398cdf0e10cSrcweir			<name>ScrollWidth</name>
8399cdf0e10cSrcweir			<type>Single</type>
8400cdf0e10cSrcweir		</source>
8401cdf0e10cSrcweir	</element>
8402cdf0e10cSrcweir	<!--property::Page.Selected {ReadOnly}-->
8403cdf0e10cSrcweir	<element type="property">
8404cdf0e10cSrcweir		<source id="MSForms.Page.Selected">
8405cdf0e10cSrcweir			<context kind="class">Page</context>
8406cdf0e10cSrcweir			<name>Selected</name>
8407cdf0e10cSrcweir			<type>Controls</type>
8408cdf0e10cSrcweir		</source>
8409cdf0e10cSrcweir	</element>
8410cdf0e10cSrcweir	<!--method::Page.SetDefaultTabOrder-->
8411cdf0e10cSrcweir	<element type="method">
8412cdf0e10cSrcweir		<source id="MSForms.Page.SetDefaultTabOrder">
8413cdf0e10cSrcweir			<context kind="class">Page</context>
8414cdf0e10cSrcweir			<name>SetDefaultTabOrder</name>
8415cdf0e10cSrcweir			<type>void</type>
8416cdf0e10cSrcweir		</source>
8417cdf0e10cSrcweir	</element>
8418cdf0e10cSrcweir	<!--property::Page.ShowGridDots-->
8419cdf0e10cSrcweir	<element type="property">
8420cdf0e10cSrcweir		<source id="MSForms.Page.ShowGridDots">
8421cdf0e10cSrcweir			<context kind="class">Page</context>
8422cdf0e10cSrcweir			<name>ShowGridDots</name>
8423cdf0e10cSrcweir			<type>Integer</type>
8424cdf0e10cSrcweir		</source>
8425cdf0e10cSrcweir	</element>
8426cdf0e10cSrcweir	<!--property::Page.ShowToolbox-->
8427cdf0e10cSrcweir	<element type="property">
8428cdf0e10cSrcweir		<source id="MSForms.Page.ShowToolbox">
8429cdf0e10cSrcweir			<context kind="class">Page</context>
8430cdf0e10cSrcweir			<name>ShowToolbox</name>
8431cdf0e10cSrcweir			<type>Integer</type>
8432cdf0e10cSrcweir		</source>
8433cdf0e10cSrcweir	</element>
8434cdf0e10cSrcweir	<!--property::Page.SnapToGrid-->
8435cdf0e10cSrcweir	<element type="property">
8436cdf0e10cSrcweir		<source id="MSForms.Page.SnapToGrid">
8437cdf0e10cSrcweir			<context kind="class">Page</context>
8438cdf0e10cSrcweir			<name>SnapToGrid</name>
8439cdf0e10cSrcweir			<type>Integer</type>
8440cdf0e10cSrcweir		</source>
8441cdf0e10cSrcweir	</element>
8442cdf0e10cSrcweir	<!--property::Page.Tag-->
8443cdf0e10cSrcweir	<element type="property">
8444cdf0e10cSrcweir		<source id="MSForms.Page.Tag">
8445cdf0e10cSrcweir			<context kind="class">Page</context>
8446cdf0e10cSrcweir			<name>Tag</name>
8447cdf0e10cSrcweir			<type>String</type>
8448cdf0e10cSrcweir		</source>
8449cdf0e10cSrcweir	</element>
8450cdf0e10cSrcweir	<!--property::Page.TransitionEffect-->
8451cdf0e10cSrcweir	<element type="property">
8452cdf0e10cSrcweir		<source id="MSForms.Page.TransitionEffect">
8453cdf0e10cSrcweir			<context kind="class">Page</context>
8454cdf0e10cSrcweir			<name>TransitionEffect</name>
8455cdf0e10cSrcweir			<type>Integer</type>
8456cdf0e10cSrcweir		</source>
8457cdf0e10cSrcweir	</element>
8458cdf0e10cSrcweir	<!--property::Page.TransitionPeriod-->
8459cdf0e10cSrcweir	<element type="property">
8460cdf0e10cSrcweir		<source id="MSForms.Page.TransitionPeriod">
8461cdf0e10cSrcweir			<context kind="class">Page</context>
8462cdf0e10cSrcweir			<name>TransitionPeriod</name>
8463cdf0e10cSrcweir			<type>Integer</type>
8464cdf0e10cSrcweir		</source>
8465cdf0e10cSrcweir	</element>
8466cdf0e10cSrcweir	<!--method::Page.UndoAction-->
8467cdf0e10cSrcweir	<element type="method">
8468cdf0e10cSrcweir		<source id="MSForms.Page.UndoAction">
8469cdf0e10cSrcweir			<context kind="class">Page</context>
8470cdf0e10cSrcweir			<name>UndoAction</name>
8471cdf0e10cSrcweir			<type>void</type>
8472cdf0e10cSrcweir		</source>
8473cdf0e10cSrcweir	</element>
8474cdf0e10cSrcweir	<!--property::Page.VerticalScrollBarSide-->
8475cdf0e10cSrcweir	<element type="property">
8476cdf0e10cSrcweir		<source id="MSForms.Page.VerticalScrollBarSide">
8477cdf0e10cSrcweir			<context kind="class">Page</context>
8478cdf0e10cSrcweir			<name>VerticalScrollBarSide</name>
8479cdf0e10cSrcweir			<type>Integer</type>
8480cdf0e10cSrcweir		</source>
8481cdf0e10cSrcweir	</element>
8482cdf0e10cSrcweir	<!--property::Page.Visible-->
8483cdf0e10cSrcweir	<element type="property">
8484cdf0e10cSrcweir		<source id="MSForms.Page.Visible">
8485cdf0e10cSrcweir			<context kind="class">Page</context>
8486cdf0e10cSrcweir			<name>Visible</name>
8487cdf0e10cSrcweir			<type>boolean</type>
8488cdf0e10cSrcweir		</source>
8489cdf0e10cSrcweir	</element>
8490cdf0e10cSrcweir	<!--property::Page.Zoom-->
8491cdf0e10cSrcweir	<element type="property">
8492cdf0e10cSrcweir		<source id="MSForms.Page.Zoom">
8493cdf0e10cSrcweir			<context kind="class">Page</context>
8494cdf0e10cSrcweir			<name>Zoom</name>
8495cdf0e10cSrcweir			<type>short</type>
8496cdf0e10cSrcweir		</source>
8497cdf0e10cSrcweir	</element>
8498cdf0e10cSrcweir	<!--Class::Pages-->
8499cdf0e10cSrcweir	<element type="class">
8500cdf0e10cSrcweir		<source id="MSForms.Pages">
8501cdf0e10cSrcweir			<name>Pages</name>
8502cdf0e10cSrcweir		</source>
8503cdf0e10cSrcweir		<destination designation="identity" />
8504cdf0e10cSrcweir	</element>
8505cdf0e10cSrcweir	<!--method::Pages.Add-->
8506cdf0e10cSrcweir	<element type="method">
8507cdf0e10cSrcweir		<source id="MSForms.Pages.Add">
8508cdf0e10cSrcweir			<context kind="class">Pages</context>
8509cdf0e10cSrcweir			<name>Add</name>
8510cdf0e10cSrcweir			<type>Page</type>
8511cdf0e10cSrcweir			<parameter-list>
8512cdf0e10cSrcweir				<parameter optional="true">
8513cdf0e10cSrcweir					<type>Variant</type>
8514cdf0e10cSrcweir					<name>bstrName</name>
8515cdf0e10cSrcweir				</parameter>
8516cdf0e10cSrcweir				<parameter optional="true">
8517cdf0e10cSrcweir					<type>Variant</type>
8518cdf0e10cSrcweir					<name>bstrCaption</name>
8519cdf0e10cSrcweir				</parameter>
8520cdf0e10cSrcweir				<parameter optional="true">
8521cdf0e10cSrcweir					<type>Variant</type>
8522cdf0e10cSrcweir					<name>lIndex</name>
8523cdf0e10cSrcweir				</parameter>
8524cdf0e10cSrcweir			</parameter-list>
8525cdf0e10cSrcweir		</source>
8526cdf0e10cSrcweir	</element>
8527cdf0e10cSrcweir	<!--method::Pages.Clear-->
8528cdf0e10cSrcweir	<element type="method">
8529cdf0e10cSrcweir		<source id="MSForms.Pages.Clear">
8530cdf0e10cSrcweir			<context kind="class">Pages</context>
8531cdf0e10cSrcweir			<name>Clear</name>
8532cdf0e10cSrcweir			<type>void</type>
8533cdf0e10cSrcweir		</source>
8534cdf0e10cSrcweir	</element>
8535cdf0e10cSrcweir	<!--property::Pages.Count {ReadOnly}-->
8536cdf0e10cSrcweir	<element type="property">
8537cdf0e10cSrcweir		<source id="MSForms.Pages.Count">
8538cdf0e10cSrcweir			<context kind="class">Pages</context>
8539cdf0e10cSrcweir			<name>Count</name>
8540cdf0e10cSrcweir			<type>Integer</type>
8541cdf0e10cSrcweir		</source>
8542cdf0e10cSrcweir	</element>
8543cdf0e10cSrcweir	<!--method::Pages.Enum-->
8544cdf0e10cSrcweir	<element type="method">
8545cdf0e10cSrcweir		<source id="MSForms.Pages.Enum">
8546cdf0e10cSrcweir			<context kind="class">Pages</context>
8547cdf0e10cSrcweir			<name>Enum</name>
8548cdf0e10cSrcweir			<type>IUnknown</type>
8549cdf0e10cSrcweir		</source>
8550cdf0e10cSrcweir	</element>
8551cdf0e10cSrcweir	<!--method::Pages.Item {Default}-->
8552cdf0e10cSrcweir	<element type="method">
8553cdf0e10cSrcweir		<source id="MSForms.Pages.Item">
8554cdf0e10cSrcweir			<context kind="class">Pages</context>
8555cdf0e10cSrcweir			<name default="true">Item</name>
8556cdf0e10cSrcweir			<type>Page</type>
8557cdf0e10cSrcweir			<parameter-list>
8558cdf0e10cSrcweir				<parameter>
8559cdf0e10cSrcweir					<type>Variant</type>
8560cdf0e10cSrcweir					<name>varg</name>
8561cdf0e10cSrcweir				</parameter>
8562cdf0e10cSrcweir			</parameter-list>
8563cdf0e10cSrcweir		</source>
8564cdf0e10cSrcweir	</element>
8565cdf0e10cSrcweir	<!--method::Pages.Remove-->
8566cdf0e10cSrcweir	<element type="method">
8567cdf0e10cSrcweir		<source id="MSForms.Pages.Remove">
8568cdf0e10cSrcweir			<context kind="class">Pages</context>
8569cdf0e10cSrcweir			<name>Remove</name>
8570cdf0e10cSrcweir			<type>void</type>
8571cdf0e10cSrcweir			<parameter-list>
8572cdf0e10cSrcweir				<parameter>
8573cdf0e10cSrcweir					<type>Variant</type>
8574cdf0e10cSrcweir					<name>varg</name>
8575cdf0e10cSrcweir				</parameter>
8576cdf0e10cSrcweir			</parameter-list>
8577cdf0e10cSrcweir		</source>
8578cdf0e10cSrcweir	</element>
8579cdf0e10cSrcweir	<!--Class::ReturnBoolean-->
8580cdf0e10cSrcweir	<element type="class">
8581cdf0e10cSrcweir		<source id="MSForms.ReturnBoolean">
8582cdf0e10cSrcweir			<name>ReturnBoolean</name>
8583cdf0e10cSrcweir		</source>
8584cdf0e10cSrcweir		<destination designation="identity" />
8585cdf0e10cSrcweir	</element>
8586cdf0e10cSrcweir	<!--property::ReturnBoolean.Value {Default}-->
8587cdf0e10cSrcweir	<element type="property">
8588cdf0e10cSrcweir		<source id="MSForms.ReturnBoolean.Value">
8589cdf0e10cSrcweir			<context kind="class">ReturnBoolean</context>
8590cdf0e10cSrcweir			<name default="true">Value</name>
8591cdf0e10cSrcweir			<type>boolean</type>
8592cdf0e10cSrcweir		</source>
8593cdf0e10cSrcweir	</element>
8594cdf0e10cSrcweir	<!--Class::ReturnEffect-->
8595cdf0e10cSrcweir	<element type="class">
8596cdf0e10cSrcweir		<source id="MSForms.ReturnEffect">
8597cdf0e10cSrcweir			<name>ReturnEffect</name>
8598cdf0e10cSrcweir		</source>
8599cdf0e10cSrcweir		<destination designation="identity" />
8600cdf0e10cSrcweir	</element>
8601cdf0e10cSrcweir	<!--property::ReturnEffect.Value {Default}-->
8602cdf0e10cSrcweir	<element type="property">
8603cdf0e10cSrcweir		<source id="MSForms.ReturnEffect.Value">
8604cdf0e10cSrcweir			<context kind="class">ReturnEffect</context>
8605cdf0e10cSrcweir			<name default="true">Value</name>
8606cdf0e10cSrcweir			<type>Integer</type>
8607cdf0e10cSrcweir		</source>
8608cdf0e10cSrcweir	</element>
8609cdf0e10cSrcweir	<!--Class::ReturnInteger-->
8610cdf0e10cSrcweir	<element type="class">
8611cdf0e10cSrcweir		<source id="MSForms.ReturnInteger">
8612cdf0e10cSrcweir			<name>ReturnInteger</name>
8613cdf0e10cSrcweir		</source>
8614cdf0e10cSrcweir		<destination designation="identity" />
8615cdf0e10cSrcweir	</element>
8616cdf0e10cSrcweir	<!--property::ReturnInteger.Value {Default}-->
8617cdf0e10cSrcweir	<element type="property">
8618cdf0e10cSrcweir		<source id="MSForms.ReturnInteger.Value">
8619cdf0e10cSrcweir			<context kind="class">ReturnInteger</context>
8620cdf0e10cSrcweir			<name default="true">Value</name>
8621cdf0e10cSrcweir			<type>Integer</type>
8622cdf0e10cSrcweir		</source>
8623cdf0e10cSrcweir	</element>
8624cdf0e10cSrcweir	<!--Class::ReturnSingle-->
8625cdf0e10cSrcweir	<element type="class">
8626cdf0e10cSrcweir		<source id="MSForms.ReturnSingle">
8627cdf0e10cSrcweir			<name>ReturnSingle</name>
8628cdf0e10cSrcweir		</source>
8629cdf0e10cSrcweir		<destination designation="identity" />
8630cdf0e10cSrcweir	</element>
8631cdf0e10cSrcweir	<!--property::ReturnSingle.Value {Default}-->
8632cdf0e10cSrcweir	<element type="property">
8633cdf0e10cSrcweir		<source id="MSForms.ReturnSingle.Value">
8634cdf0e10cSrcweir			<context kind="class">ReturnSingle</context>
8635cdf0e10cSrcweir			<name default="true">Value</name>
8636cdf0e10cSrcweir			<type>Single</type>
8637cdf0e10cSrcweir		</source>
8638cdf0e10cSrcweir	</element>
8639cdf0e10cSrcweir	<!--Class::ReturnString-->
8640cdf0e10cSrcweir	<element type="class">
8641cdf0e10cSrcweir		<source id="MSForms.ReturnString">
8642cdf0e10cSrcweir			<name>ReturnString</name>
8643cdf0e10cSrcweir		</source>
8644cdf0e10cSrcweir		<destination designation="identity" />
8645cdf0e10cSrcweir	</element>
8646cdf0e10cSrcweir	<!--property::ReturnString.Value {Default}-->
8647cdf0e10cSrcweir	<element type="property">
8648cdf0e10cSrcweir		<source id="MSForms.ReturnString.Value">
8649cdf0e10cSrcweir			<context kind="class">ReturnString</context>
8650cdf0e10cSrcweir			<name default="true">Value</name>
8651cdf0e10cSrcweir			<type>String</type>
8652cdf0e10cSrcweir		</source>
8653cdf0e10cSrcweir	</element>
8654cdf0e10cSrcweir	<!--Class::ScrollBar-->
8655cdf0e10cSrcweir	<element type="class">
8656cdf0e10cSrcweir		<source id="MSForms.ScrollBar">
8657cdf0e10cSrcweir			<name>ScrollBar</name>
8658cdf0e10cSrcweir		</source>
8659cdf0e10cSrcweir		<destination designation="identity" />
8660cdf0e10cSrcweir	</element>
8661cdf0e10cSrcweir	<!--property::ScrollBar.BackColor-->
8662cdf0e10cSrcweir	<element type="property">
8663cdf0e10cSrcweir		<source id="MSForms.ScrollBar.BackColor">
8664cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8665cdf0e10cSrcweir			<name>BackColor</name>
8666cdf0e10cSrcweir			<type>Integer</type>
8667cdf0e10cSrcweir		</source>
8668cdf0e10cSrcweir	</element>
8669cdf0e10cSrcweir	<!--method::ScrollBar.BeforeDragOver-->
8670cdf0e10cSrcweir	<element type="method">
8671cdf0e10cSrcweir		<source id="MSForms.ScrollBar.BeforeDragOver">
8672cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8673cdf0e10cSrcweir			<name>BeforeDragOver</name>
8674cdf0e10cSrcweir			<type>void</type>
8675cdf0e10cSrcweir			<parameter-list>
8676cdf0e10cSrcweir				<parameter>
8677cdf0e10cSrcweir					<type>ReturnBoolean</type>
8678cdf0e10cSrcweir					<name>Cancel</name>
8679cdf0e10cSrcweir				</parameter>
8680cdf0e10cSrcweir				<parameter>
8681cdf0e10cSrcweir					<type>DataObject</type>
8682cdf0e10cSrcweir					<name>Data</name>
8683cdf0e10cSrcweir				</parameter>
8684cdf0e10cSrcweir				<parameter>
8685cdf0e10cSrcweir					<type>Single</type>
8686cdf0e10cSrcweir					<name>X</name>
8687cdf0e10cSrcweir				</parameter>
8688cdf0e10cSrcweir				<parameter>
8689cdf0e10cSrcweir					<type>Single</type>
8690cdf0e10cSrcweir					<name>Y</name>
8691cdf0e10cSrcweir				</parameter>
8692cdf0e10cSrcweir				<parameter>
8693cdf0e10cSrcweir					<type>Integer</type>
8694cdf0e10cSrcweir					<name>DragState</name>
8695cdf0e10cSrcweir				</parameter>
8696cdf0e10cSrcweir				<parameter>
8697cdf0e10cSrcweir					<type>ReturnEffect</type>
8698cdf0e10cSrcweir					<name>Effect</name>
8699cdf0e10cSrcweir				</parameter>
8700cdf0e10cSrcweir				<parameter>
8701cdf0e10cSrcweir					<type>short</type>
8702cdf0e10cSrcweir					<name>Shift</name>
8703cdf0e10cSrcweir				</parameter>
8704cdf0e10cSrcweir			</parameter-list>
8705cdf0e10cSrcweir		</source>
8706cdf0e10cSrcweir	</element>
8707cdf0e10cSrcweir	<!--method::ScrollBar.BeforeDropOrPaste-->
8708cdf0e10cSrcweir	<element type="method">
8709cdf0e10cSrcweir		<source id="MSForms.ScrollBar.BeforeDropOrPaste">
8710cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8711cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
8712cdf0e10cSrcweir			<type>void</type>
8713cdf0e10cSrcweir			<parameter-list>
8714cdf0e10cSrcweir				<parameter>
8715cdf0e10cSrcweir					<type>ReturnBoolean</type>
8716cdf0e10cSrcweir					<name>Cancel</name>
8717cdf0e10cSrcweir				</parameter>
8718cdf0e10cSrcweir				<parameter>
8719cdf0e10cSrcweir					<type>Integer</type>
8720cdf0e10cSrcweir					<name>Action</name>
8721cdf0e10cSrcweir				</parameter>
8722cdf0e10cSrcweir				<parameter>
8723cdf0e10cSrcweir					<type>DataObject</type>
8724cdf0e10cSrcweir					<name>Data</name>
8725cdf0e10cSrcweir				</parameter>
8726cdf0e10cSrcweir				<parameter>
8727cdf0e10cSrcweir					<type>Single</type>
8728cdf0e10cSrcweir					<name>X</name>
8729cdf0e10cSrcweir				</parameter>
8730cdf0e10cSrcweir				<parameter>
8731cdf0e10cSrcweir					<type>Single</type>
8732cdf0e10cSrcweir					<name>Y</name>
8733cdf0e10cSrcweir				</parameter>
8734cdf0e10cSrcweir				<parameter>
8735cdf0e10cSrcweir					<type>ReturnEffect</type>
8736cdf0e10cSrcweir					<name>Effect</name>
8737cdf0e10cSrcweir				</parameter>
8738cdf0e10cSrcweir				<parameter>
8739cdf0e10cSrcweir					<type>short</type>
8740cdf0e10cSrcweir					<name>Shift</name>
8741cdf0e10cSrcweir				</parameter>
8742cdf0e10cSrcweir			</parameter-list>
8743cdf0e10cSrcweir		</source>
8744cdf0e10cSrcweir	</element>
8745cdf0e10cSrcweir	<!--method::ScrollBar.Change-->
8746cdf0e10cSrcweir	<element type="method">
8747cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Change">
8748cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8749cdf0e10cSrcweir			<name>Change</name>
8750cdf0e10cSrcweir			<type>void</type>
8751cdf0e10cSrcweir		</source>
8752cdf0e10cSrcweir	</element>
8753cdf0e10cSrcweir	<!--property::ScrollBar.Delay-->
8754cdf0e10cSrcweir	<element type="property">
8755cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Delay">
8756cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8757cdf0e10cSrcweir			<name>Delay</name>
8758cdf0e10cSrcweir			<type>Integer</type>
8759cdf0e10cSrcweir		</source>
8760cdf0e10cSrcweir	</element>
8761cdf0e10cSrcweir	<!--property::ScrollBar.Enabled-->
8762cdf0e10cSrcweir	<element type="property">
8763cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Enabled">
8764cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8765cdf0e10cSrcweir			<name>Enabled</name>
8766cdf0e10cSrcweir			<type>boolean</type>
8767cdf0e10cSrcweir		</source>
8768cdf0e10cSrcweir	</element>
8769cdf0e10cSrcweir	<!--method::ScrollBar.Error-->
8770cdf0e10cSrcweir	<element type="method">
8771cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Error">
8772cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8773cdf0e10cSrcweir			<name>Error</name>
8774cdf0e10cSrcweir			<type>void</type>
8775cdf0e10cSrcweir			<parameter-list>
8776cdf0e10cSrcweir				<parameter>
8777cdf0e10cSrcweir					<type>short</type>
8778cdf0e10cSrcweir					<name>Number</name>
8779cdf0e10cSrcweir				</parameter>
8780cdf0e10cSrcweir				<parameter>
8781cdf0e10cSrcweir					<type>ReturnString</type>
8782cdf0e10cSrcweir					<name>Description</name>
8783cdf0e10cSrcweir				</parameter>
8784cdf0e10cSrcweir				<parameter>
8785cdf0e10cSrcweir					<type>Integer</type>
8786cdf0e10cSrcweir					<name>SCode</name>
8787cdf0e10cSrcweir				</parameter>
8788cdf0e10cSrcweir				<parameter>
8789cdf0e10cSrcweir					<type>String</type>
8790cdf0e10cSrcweir					<name>Source</name>
8791cdf0e10cSrcweir				</parameter>
8792cdf0e10cSrcweir				<parameter>
8793cdf0e10cSrcweir					<type>String</type>
8794cdf0e10cSrcweir					<name>HelpFile</name>
8795cdf0e10cSrcweir				</parameter>
8796cdf0e10cSrcweir				<parameter>
8797cdf0e10cSrcweir					<type>Integer</type>
8798cdf0e10cSrcweir					<name>HelpContext</name>
8799cdf0e10cSrcweir				</parameter>
8800cdf0e10cSrcweir				<parameter>
8801cdf0e10cSrcweir					<type>ReturnBoolean</type>
8802cdf0e10cSrcweir					<name>CancelDisplay</name>
8803cdf0e10cSrcweir				</parameter>
8804cdf0e10cSrcweir			</parameter-list>
8805cdf0e10cSrcweir		</source>
8806cdf0e10cSrcweir	</element>
8807cdf0e10cSrcweir	<!--property::ScrollBar.ForeColor-->
8808cdf0e10cSrcweir	<element type="property">
8809cdf0e10cSrcweir		<source id="MSForms.ScrollBar.ForeColor">
8810cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8811cdf0e10cSrcweir			<name>ForeColor</name>
8812cdf0e10cSrcweir			<type>Integer</type>
8813cdf0e10cSrcweir		</source>
8814cdf0e10cSrcweir	</element>
8815cdf0e10cSrcweir	<!--method::ScrollBar.KeyDown-->
8816cdf0e10cSrcweir	<element type="method">
8817cdf0e10cSrcweir		<source id="MSForms.ScrollBar.KeyDown">
8818cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8819cdf0e10cSrcweir			<name>KeyDown</name>
8820cdf0e10cSrcweir			<type>void</type>
8821cdf0e10cSrcweir			<parameter-list>
8822cdf0e10cSrcweir				<parameter>
8823cdf0e10cSrcweir					<type>ReturnInteger</type>
8824cdf0e10cSrcweir					<name>KeyCode</name>
8825cdf0e10cSrcweir				</parameter>
8826cdf0e10cSrcweir				<parameter>
8827cdf0e10cSrcweir					<type>short</type>
8828cdf0e10cSrcweir					<name>Shift</name>
8829cdf0e10cSrcweir				</parameter>
8830cdf0e10cSrcweir			</parameter-list>
8831cdf0e10cSrcweir		</source>
8832cdf0e10cSrcweir	</element>
8833cdf0e10cSrcweir	<!--method::ScrollBar.KeyPress-->
8834cdf0e10cSrcweir	<element type="method">
8835cdf0e10cSrcweir		<source id="MSForms.ScrollBar.KeyPress">
8836cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8837cdf0e10cSrcweir			<name>KeyPress</name>
8838cdf0e10cSrcweir			<type>void</type>
8839cdf0e10cSrcweir			<parameter-list>
8840cdf0e10cSrcweir				<parameter>
8841cdf0e10cSrcweir					<type>ReturnInteger</type>
8842cdf0e10cSrcweir					<name>KeyAscii</name>
8843cdf0e10cSrcweir				</parameter>
8844cdf0e10cSrcweir			</parameter-list>
8845cdf0e10cSrcweir		</source>
8846cdf0e10cSrcweir	</element>
8847cdf0e10cSrcweir	<!--method::ScrollBar.KeyUp-->
8848cdf0e10cSrcweir	<element type="method">
8849cdf0e10cSrcweir		<source id="MSForms.ScrollBar.KeyUp">
8850cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8851cdf0e10cSrcweir			<name>KeyUp</name>
8852cdf0e10cSrcweir			<type>void</type>
8853cdf0e10cSrcweir			<parameter-list>
8854cdf0e10cSrcweir				<parameter>
8855cdf0e10cSrcweir					<type>ReturnInteger</type>
8856cdf0e10cSrcweir					<name>KeyCode</name>
8857cdf0e10cSrcweir				</parameter>
8858cdf0e10cSrcweir				<parameter>
8859cdf0e10cSrcweir					<type>short</type>
8860cdf0e10cSrcweir					<name>Shift</name>
8861cdf0e10cSrcweir				</parameter>
8862cdf0e10cSrcweir			</parameter-list>
8863cdf0e10cSrcweir		</source>
8864cdf0e10cSrcweir	</element>
8865cdf0e10cSrcweir	<!--property::ScrollBar.LargeChange-->
8866cdf0e10cSrcweir	<element type="property">
8867cdf0e10cSrcweir		<source id="MSForms.ScrollBar.LargeChange">
8868cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8869cdf0e10cSrcweir			<name>LargeChange</name>
8870cdf0e10cSrcweir			<type>Integer</type>
8871cdf0e10cSrcweir		</source>
8872cdf0e10cSrcweir	</element>
8873cdf0e10cSrcweir	<!--property::ScrollBar.Max-->
8874cdf0e10cSrcweir	<element type="property">
8875cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Max">
8876cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8877cdf0e10cSrcweir			<name>Max</name>
8878cdf0e10cSrcweir			<type>Integer</type>
8879cdf0e10cSrcweir		</source>
8880cdf0e10cSrcweir	</element>
8881cdf0e10cSrcweir	<!--property::ScrollBar.Min-->
8882cdf0e10cSrcweir	<element type="property">
8883cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Min">
8884cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8885cdf0e10cSrcweir			<name>Min</name>
8886cdf0e10cSrcweir			<type>Integer</type>
8887cdf0e10cSrcweir		</source>
8888cdf0e10cSrcweir	</element>
8889cdf0e10cSrcweir	<!--property::ScrollBar.MouseIcon-->
8890cdf0e10cSrcweir	<element type="property">
8891cdf0e10cSrcweir		<source id="MSForms.ScrollBar.MouseIcon">
8892cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8893cdf0e10cSrcweir			<name>MouseIcon</name>
8894cdf0e10cSrcweir			<type>Picture</type>
8895cdf0e10cSrcweir		</source>
8896cdf0e10cSrcweir	</element>
8897cdf0e10cSrcweir	<!--property::ScrollBar.MousePointer-->
8898cdf0e10cSrcweir	<element type="property">
8899cdf0e10cSrcweir		<source id="MSForms.ScrollBar.MousePointer">
8900cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8901cdf0e10cSrcweir			<name>MousePointer</name>
8902cdf0e10cSrcweir			<type>Integer</type>
8903cdf0e10cSrcweir		</source>
8904cdf0e10cSrcweir	</element>
8905cdf0e10cSrcweir	<!--property::ScrollBar.Orientation-->
8906cdf0e10cSrcweir	<element type="property">
8907cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Orientation">
8908cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8909cdf0e10cSrcweir			<name>Orientation</name>
8910cdf0e10cSrcweir			<type>Integer</type>
8911cdf0e10cSrcweir		</source>
8912cdf0e10cSrcweir	</element>
8913cdf0e10cSrcweir	<!--property::ScrollBar.ProportionalThumb-->
8914cdf0e10cSrcweir	<element type="property">
8915cdf0e10cSrcweir		<source id="MSForms.ScrollBar.ProportionalThumb">
8916cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8917cdf0e10cSrcweir			<name>ProportionalThumb</name>
8918cdf0e10cSrcweir			<type>boolean</type>
8919cdf0e10cSrcweir		</source>
8920cdf0e10cSrcweir	</element>
8921cdf0e10cSrcweir	<!--method::ScrollBar.Scroll-->
8922cdf0e10cSrcweir	<element type="method">
8923cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Scroll">
8924cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8925cdf0e10cSrcweir			<name>Scroll</name>
8926cdf0e10cSrcweir			<type>void</type>
8927cdf0e10cSrcweir		</source>
8928cdf0e10cSrcweir	</element>
8929cdf0e10cSrcweir	<!--property::ScrollBar.SmallChange-->
8930cdf0e10cSrcweir	<element type="property">
8931cdf0e10cSrcweir		<source id="MSForms.ScrollBar.SmallChange">
8932cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8933cdf0e10cSrcweir			<name>SmallChange</name>
8934cdf0e10cSrcweir			<type>Integer</type>
8935cdf0e10cSrcweir		</source>
8936cdf0e10cSrcweir	</element>
8937cdf0e10cSrcweir	<!--property::ScrollBar.Value {Default}-->
8938cdf0e10cSrcweir	<element type="property">
8939cdf0e10cSrcweir		<source id="MSForms.ScrollBar.Value">
8940cdf0e10cSrcweir			<context kind="class">ScrollBar</context>
8941cdf0e10cSrcweir			<name default="true">Value</name>
8942cdf0e10cSrcweir			<type>Integer</type>
8943cdf0e10cSrcweir		</source>
8944cdf0e10cSrcweir	</element>
8945cdf0e10cSrcweir	<!--Class::SpinButton-->
8946cdf0e10cSrcweir	<element type="class">
8947cdf0e10cSrcweir		<source id="MSForms.SpinButton">
8948cdf0e10cSrcweir			<name>SpinButton</name>
8949cdf0e10cSrcweir		</source>
8950cdf0e10cSrcweir		<destination designation="identity" />
8951cdf0e10cSrcweir	</element>
8952cdf0e10cSrcweir	<!--property::SpinButton.BackColor-->
8953cdf0e10cSrcweir	<element type="property">
8954cdf0e10cSrcweir		<source id="MSForms.SpinButton.BackColor">
8955cdf0e10cSrcweir			<context kind="class">SpinButton</context>
8956cdf0e10cSrcweir			<name>BackColor</name>
8957cdf0e10cSrcweir			<type>Integer</type>
8958cdf0e10cSrcweir		</source>
8959cdf0e10cSrcweir	</element>
8960cdf0e10cSrcweir	<!--method::SpinButton.BeforeDragOver-->
8961cdf0e10cSrcweir	<element type="method">
8962cdf0e10cSrcweir		<source id="MSForms.SpinButton.BeforeDragOver">
8963cdf0e10cSrcweir			<context kind="class">SpinButton</context>
8964cdf0e10cSrcweir			<name>BeforeDragOver</name>
8965cdf0e10cSrcweir			<type>void</type>
8966cdf0e10cSrcweir			<parameter-list>
8967cdf0e10cSrcweir				<parameter>
8968cdf0e10cSrcweir					<type>ReturnBoolean</type>
8969cdf0e10cSrcweir					<name>Cancel</name>
8970cdf0e10cSrcweir				</parameter>
8971cdf0e10cSrcweir				<parameter>
8972cdf0e10cSrcweir					<type>DataObject</type>
8973cdf0e10cSrcweir					<name>Data</name>
8974cdf0e10cSrcweir				</parameter>
8975cdf0e10cSrcweir				<parameter>
8976cdf0e10cSrcweir					<type>Single</type>
8977cdf0e10cSrcweir					<name>X</name>
8978cdf0e10cSrcweir				</parameter>
8979cdf0e10cSrcweir				<parameter>
8980cdf0e10cSrcweir					<type>Single</type>
8981cdf0e10cSrcweir					<name>Y</name>
8982cdf0e10cSrcweir				</parameter>
8983cdf0e10cSrcweir				<parameter>
8984cdf0e10cSrcweir					<type>Integer</type>
8985cdf0e10cSrcweir					<name>DragState</name>
8986cdf0e10cSrcweir				</parameter>
8987cdf0e10cSrcweir				<parameter>
8988cdf0e10cSrcweir					<type>ReturnEffect</type>
8989cdf0e10cSrcweir					<name>Effect</name>
8990cdf0e10cSrcweir				</parameter>
8991cdf0e10cSrcweir				<parameter>
8992cdf0e10cSrcweir					<type>short</type>
8993cdf0e10cSrcweir					<name>Shift</name>
8994cdf0e10cSrcweir				</parameter>
8995cdf0e10cSrcweir			</parameter-list>
8996cdf0e10cSrcweir		</source>
8997cdf0e10cSrcweir	</element>
8998cdf0e10cSrcweir	<!--method::SpinButton.BeforeDropOrPaste-->
8999cdf0e10cSrcweir	<element type="method">
9000cdf0e10cSrcweir		<source id="MSForms.SpinButton.BeforeDropOrPaste">
9001cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9002cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
9003cdf0e10cSrcweir			<type>void</type>
9004cdf0e10cSrcweir			<parameter-list>
9005cdf0e10cSrcweir				<parameter>
9006cdf0e10cSrcweir					<type>ReturnBoolean</type>
9007cdf0e10cSrcweir					<name>Cancel</name>
9008cdf0e10cSrcweir				</parameter>
9009cdf0e10cSrcweir				<parameter>
9010cdf0e10cSrcweir					<type>Integer</type>
9011cdf0e10cSrcweir					<name>Action</name>
9012cdf0e10cSrcweir				</parameter>
9013cdf0e10cSrcweir				<parameter>
9014cdf0e10cSrcweir					<type>DataObject</type>
9015cdf0e10cSrcweir					<name>Data</name>
9016cdf0e10cSrcweir				</parameter>
9017cdf0e10cSrcweir				<parameter>
9018cdf0e10cSrcweir					<type>Single</type>
9019cdf0e10cSrcweir					<name>X</name>
9020cdf0e10cSrcweir				</parameter>
9021cdf0e10cSrcweir				<parameter>
9022cdf0e10cSrcweir					<type>Single</type>
9023cdf0e10cSrcweir					<name>Y</name>
9024cdf0e10cSrcweir				</parameter>
9025cdf0e10cSrcweir				<parameter>
9026cdf0e10cSrcweir					<type>ReturnEffect</type>
9027cdf0e10cSrcweir					<name>Effect</name>
9028cdf0e10cSrcweir				</parameter>
9029cdf0e10cSrcweir				<parameter>
9030cdf0e10cSrcweir					<type>short</type>
9031cdf0e10cSrcweir					<name>Shift</name>
9032cdf0e10cSrcweir				</parameter>
9033cdf0e10cSrcweir			</parameter-list>
9034cdf0e10cSrcweir		</source>
9035cdf0e10cSrcweir	</element>
9036cdf0e10cSrcweir	<!--method::SpinButton.Change-->
9037cdf0e10cSrcweir	<element type="method">
9038cdf0e10cSrcweir		<source id="MSForms.SpinButton.Change">
9039cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9040cdf0e10cSrcweir			<name>Change</name>
9041cdf0e10cSrcweir			<type>void</type>
9042cdf0e10cSrcweir		</source>
9043cdf0e10cSrcweir	</element>
9044cdf0e10cSrcweir	<!--property::SpinButton.Delay-->
9045cdf0e10cSrcweir	<element type="property">
9046cdf0e10cSrcweir		<source id="MSForms.SpinButton.Delay">
9047cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9048cdf0e10cSrcweir			<name>Delay</name>
9049cdf0e10cSrcweir			<type>Integer</type>
9050cdf0e10cSrcweir		</source>
9051cdf0e10cSrcweir	</element>
9052cdf0e10cSrcweir	<!--property::SpinButton.Enabled-->
9053cdf0e10cSrcweir	<element type="property">
9054cdf0e10cSrcweir		<source id="MSForms.SpinButton.Enabled">
9055cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9056cdf0e10cSrcweir			<name>Enabled</name>
9057cdf0e10cSrcweir			<type>boolean</type>
9058cdf0e10cSrcweir		</source>
9059cdf0e10cSrcweir	</element>
9060cdf0e10cSrcweir	<!--method::SpinButton.Error-->
9061cdf0e10cSrcweir	<element type="method">
9062cdf0e10cSrcweir		<source id="MSForms.SpinButton.Error">
9063cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9064cdf0e10cSrcweir			<name>Error</name>
9065cdf0e10cSrcweir			<type>void</type>
9066cdf0e10cSrcweir			<parameter-list>
9067cdf0e10cSrcweir				<parameter>
9068cdf0e10cSrcweir					<type>short</type>
9069cdf0e10cSrcweir					<name>Number</name>
9070cdf0e10cSrcweir				</parameter>
9071cdf0e10cSrcweir				<parameter>
9072cdf0e10cSrcweir					<type>ReturnString</type>
9073cdf0e10cSrcweir					<name>Description</name>
9074cdf0e10cSrcweir				</parameter>
9075cdf0e10cSrcweir				<parameter>
9076cdf0e10cSrcweir					<type>Integer</type>
9077cdf0e10cSrcweir					<name>SCode</name>
9078cdf0e10cSrcweir				</parameter>
9079cdf0e10cSrcweir				<parameter>
9080cdf0e10cSrcweir					<type>String</type>
9081cdf0e10cSrcweir					<name>Source</name>
9082cdf0e10cSrcweir				</parameter>
9083cdf0e10cSrcweir				<parameter>
9084cdf0e10cSrcweir					<type>String</type>
9085cdf0e10cSrcweir					<name>HelpFile</name>
9086cdf0e10cSrcweir				</parameter>
9087cdf0e10cSrcweir				<parameter>
9088cdf0e10cSrcweir					<type>Integer</type>
9089cdf0e10cSrcweir					<name>HelpContext</name>
9090cdf0e10cSrcweir				</parameter>
9091cdf0e10cSrcweir				<parameter>
9092cdf0e10cSrcweir					<type>ReturnBoolean</type>
9093cdf0e10cSrcweir					<name>CancelDisplay</name>
9094cdf0e10cSrcweir				</parameter>
9095cdf0e10cSrcweir			</parameter-list>
9096cdf0e10cSrcweir		</source>
9097cdf0e10cSrcweir	</element>
9098cdf0e10cSrcweir	<!--property::SpinButton.ForeColor-->
9099cdf0e10cSrcweir	<element type="property">
9100cdf0e10cSrcweir		<source id="MSForms.SpinButton.ForeColor">
9101cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9102cdf0e10cSrcweir			<name>ForeColor</name>
9103cdf0e10cSrcweir			<type>Integer</type>
9104cdf0e10cSrcweir		</source>
9105cdf0e10cSrcweir	</element>
9106cdf0e10cSrcweir	<!--method::SpinButton.KeyDown-->
9107cdf0e10cSrcweir	<element type="method">
9108cdf0e10cSrcweir		<source id="MSForms.SpinButton.KeyDown">
9109cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9110cdf0e10cSrcweir			<name>KeyDown</name>
9111cdf0e10cSrcweir			<type>void</type>
9112cdf0e10cSrcweir			<parameter-list>
9113cdf0e10cSrcweir				<parameter>
9114cdf0e10cSrcweir					<type>ReturnInteger</type>
9115cdf0e10cSrcweir					<name>KeyCode</name>
9116cdf0e10cSrcweir				</parameter>
9117cdf0e10cSrcweir				<parameter>
9118cdf0e10cSrcweir					<type>short</type>
9119cdf0e10cSrcweir					<name>Shift</name>
9120cdf0e10cSrcweir				</parameter>
9121cdf0e10cSrcweir			</parameter-list>
9122cdf0e10cSrcweir		</source>
9123cdf0e10cSrcweir	</element>
9124cdf0e10cSrcweir	<!--method::SpinButton.KeyPress-->
9125cdf0e10cSrcweir	<element type="method">
9126cdf0e10cSrcweir		<source id="MSForms.SpinButton.KeyPress">
9127cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9128cdf0e10cSrcweir			<name>KeyPress</name>
9129cdf0e10cSrcweir			<type>void</type>
9130cdf0e10cSrcweir			<parameter-list>
9131cdf0e10cSrcweir				<parameter>
9132cdf0e10cSrcweir					<type>ReturnInteger</type>
9133cdf0e10cSrcweir					<name>KeyAscii</name>
9134cdf0e10cSrcweir				</parameter>
9135cdf0e10cSrcweir			</parameter-list>
9136cdf0e10cSrcweir		</source>
9137cdf0e10cSrcweir	</element>
9138cdf0e10cSrcweir	<!--method::SpinButton.KeyUp-->
9139cdf0e10cSrcweir	<element type="method">
9140cdf0e10cSrcweir		<source id="MSForms.SpinButton.KeyUp">
9141cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9142cdf0e10cSrcweir			<name>KeyUp</name>
9143cdf0e10cSrcweir			<type>void</type>
9144cdf0e10cSrcweir			<parameter-list>
9145cdf0e10cSrcweir				<parameter>
9146cdf0e10cSrcweir					<type>ReturnInteger</type>
9147cdf0e10cSrcweir					<name>KeyCode</name>
9148cdf0e10cSrcweir				</parameter>
9149cdf0e10cSrcweir				<parameter>
9150cdf0e10cSrcweir					<type>short</type>
9151cdf0e10cSrcweir					<name>Shift</name>
9152cdf0e10cSrcweir				</parameter>
9153cdf0e10cSrcweir			</parameter-list>
9154cdf0e10cSrcweir		</source>
9155cdf0e10cSrcweir	</element>
9156cdf0e10cSrcweir	<!--property::SpinButton.Max-->
9157cdf0e10cSrcweir	<element type="property">
9158cdf0e10cSrcweir		<source id="MSForms.SpinButton.Max">
9159cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9160cdf0e10cSrcweir			<name>Max</name>
9161cdf0e10cSrcweir			<type>Integer</type>
9162cdf0e10cSrcweir		</source>
9163cdf0e10cSrcweir	</element>
9164cdf0e10cSrcweir	<!--property::SpinButton.Min-->
9165cdf0e10cSrcweir	<element type="property">
9166cdf0e10cSrcweir		<source id="MSForms.SpinButton.Min">
9167cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9168cdf0e10cSrcweir			<name>Min</name>
9169cdf0e10cSrcweir			<type>Integer</type>
9170cdf0e10cSrcweir		</source>
9171cdf0e10cSrcweir	</element>
9172cdf0e10cSrcweir	<!--property::SpinButton.MouseIcon-->
9173cdf0e10cSrcweir	<element type="property">
9174cdf0e10cSrcweir		<source id="MSForms.SpinButton.MouseIcon">
9175cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9176cdf0e10cSrcweir			<name>MouseIcon</name>
9177cdf0e10cSrcweir			<type>Picture</type>
9178cdf0e10cSrcweir		</source>
9179cdf0e10cSrcweir	</element>
9180cdf0e10cSrcweir	<!--property::SpinButton.MousePointer-->
9181cdf0e10cSrcweir	<element type="property">
9182cdf0e10cSrcweir		<source id="MSForms.SpinButton.MousePointer">
9183cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9184cdf0e10cSrcweir			<name>MousePointer</name>
9185cdf0e10cSrcweir			<type>Integer</type>
9186cdf0e10cSrcweir		</source>
9187cdf0e10cSrcweir	</element>
9188cdf0e10cSrcweir	<!--property::SpinButton.Orientation-->
9189cdf0e10cSrcweir	<element type="property">
9190cdf0e10cSrcweir		<source id="MSForms.SpinButton.Orientation">
9191cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9192cdf0e10cSrcweir			<name>Orientation</name>
9193cdf0e10cSrcweir			<type>Integer</type>
9194cdf0e10cSrcweir		</source>
9195cdf0e10cSrcweir	</element>
9196cdf0e10cSrcweir	<!--property::SpinButton.SmallChange-->
9197cdf0e10cSrcweir	<element type="property">
9198cdf0e10cSrcweir		<source id="MSForms.SpinButton.SmallChange">
9199cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9200cdf0e10cSrcweir			<name>SmallChange</name>
9201cdf0e10cSrcweir			<type>Integer</type>
9202cdf0e10cSrcweir		</source>
9203cdf0e10cSrcweir	</element>
9204cdf0e10cSrcweir	<!--method::SpinButton.SpinDown-->
9205cdf0e10cSrcweir	<element type="method">
9206cdf0e10cSrcweir		<source id="MSForms.SpinButton.SpinDown">
9207cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9208cdf0e10cSrcweir			<name>SpinDown</name>
9209cdf0e10cSrcweir			<type>void</type>
9210cdf0e10cSrcweir		</source>
9211cdf0e10cSrcweir	</element>
9212cdf0e10cSrcweir	<!--method::SpinButton.SpinUp-->
9213cdf0e10cSrcweir	<element type="method">
9214cdf0e10cSrcweir		<source id="MSForms.SpinButton.SpinUp">
9215cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9216cdf0e10cSrcweir			<name>SpinUp</name>
9217cdf0e10cSrcweir			<type>void</type>
9218cdf0e10cSrcweir		</source>
9219cdf0e10cSrcweir	</element>
9220cdf0e10cSrcweir	<!--property::SpinButton.Value {Default}-->
9221cdf0e10cSrcweir	<element type="property">
9222cdf0e10cSrcweir		<source id="MSForms.SpinButton.Value">
9223cdf0e10cSrcweir			<context kind="class">SpinButton</context>
9224cdf0e10cSrcweir			<name default="true">Value</name>
9225cdf0e10cSrcweir			<type>Integer</type>
9226cdf0e10cSrcweir		</source>
9227cdf0e10cSrcweir	</element>
9228cdf0e10cSrcweir	<!--Class::Tab-->
9229cdf0e10cSrcweir	<element type="class">
9230cdf0e10cSrcweir		<source id="MSForms.Tab">
9231cdf0e10cSrcweir			<name>Tab</name>
9232cdf0e10cSrcweir		</source>
9233cdf0e10cSrcweir		<destination designation="identity" />
9234cdf0e10cSrcweir	</element>
9235cdf0e10cSrcweir	<!--property::Tab.Accelerator-->
9236cdf0e10cSrcweir	<element type="property">
9237cdf0e10cSrcweir		<source id="MSForms.Tab.Accelerator">
9238cdf0e10cSrcweir			<context kind="class">Tab</context>
9239cdf0e10cSrcweir			<name>Accelerator</name>
9240cdf0e10cSrcweir			<type>String</type>
9241cdf0e10cSrcweir		</source>
9242cdf0e10cSrcweir	</element>
9243cdf0e10cSrcweir	<!--property::Tab.Caption-->
9244cdf0e10cSrcweir	<element type="property">
9245cdf0e10cSrcweir		<source id="MSForms.Tab.Caption">
9246cdf0e10cSrcweir			<context kind="class">Tab</context>
9247cdf0e10cSrcweir			<name>Caption</name>
9248cdf0e10cSrcweir			<type>String</type>
9249cdf0e10cSrcweir		</source>
9250cdf0e10cSrcweir	</element>
9251cdf0e10cSrcweir	<!--property::Tab.ControlTipText-->
9252cdf0e10cSrcweir	<element type="property">
9253cdf0e10cSrcweir		<source id="MSForms.Tab.ControlTipText">
9254cdf0e10cSrcweir			<context kind="class">Tab</context>
9255cdf0e10cSrcweir			<name>ControlTipText</name>
9256cdf0e10cSrcweir			<type>String</type>
9257cdf0e10cSrcweir		</source>
9258cdf0e10cSrcweir	</element>
9259cdf0e10cSrcweir	<!--property::Tab.Enabled-->
9260cdf0e10cSrcweir	<element type="property">
9261cdf0e10cSrcweir		<source id="MSForms.Tab.Enabled">
9262cdf0e10cSrcweir			<context kind="class">Tab</context>
9263cdf0e10cSrcweir			<name>Enabled</name>
9264cdf0e10cSrcweir			<type>boolean</type>
9265cdf0e10cSrcweir		</source>
9266cdf0e10cSrcweir	</element>
9267cdf0e10cSrcweir	<!--property::Tab.Index-->
9268cdf0e10cSrcweir	<element type="property">
9269cdf0e10cSrcweir		<source id="MSForms.Tab.Index">
9270cdf0e10cSrcweir			<context kind="class">Tab</context>
9271cdf0e10cSrcweir			<name>Index</name>
9272cdf0e10cSrcweir			<type>Integer</type>
9273cdf0e10cSrcweir		</source>
9274cdf0e10cSrcweir	</element>
9275cdf0e10cSrcweir	<!--property::Tab.Name-->
9276cdf0e10cSrcweir	<element type="property">
9277cdf0e10cSrcweir		<source id="MSForms.Tab.Name">
9278cdf0e10cSrcweir			<context kind="class">Tab</context>
9279cdf0e10cSrcweir			<name>Name</name>
9280cdf0e10cSrcweir			<type>String</type>
9281cdf0e10cSrcweir		</source>
9282cdf0e10cSrcweir	</element>
9283cdf0e10cSrcweir	<!--property::Tab.Tag-->
9284cdf0e10cSrcweir	<element type="property">
9285cdf0e10cSrcweir		<source id="MSForms.Tab.Tag">
9286cdf0e10cSrcweir			<context kind="class">Tab</context>
9287cdf0e10cSrcweir			<name>Tag</name>
9288cdf0e10cSrcweir			<type>String</type>
9289cdf0e10cSrcweir		</source>
9290cdf0e10cSrcweir	</element>
9291cdf0e10cSrcweir	<!--property::Tab.Visible-->
9292cdf0e10cSrcweir	<element type="property">
9293cdf0e10cSrcweir		<source id="MSForms.Tab.Visible">
9294cdf0e10cSrcweir			<context kind="class">Tab</context>
9295cdf0e10cSrcweir			<name>Visible</name>
9296cdf0e10cSrcweir			<type>boolean</type>
9297cdf0e10cSrcweir		</source>
9298cdf0e10cSrcweir	</element>
9299cdf0e10cSrcweir	<!--Class::Tabs-->
9300cdf0e10cSrcweir	<element type="class">
9301cdf0e10cSrcweir		<source id="MSForms.Tabs">
9302cdf0e10cSrcweir			<name>Tabs</name>
9303cdf0e10cSrcweir		</source>
9304cdf0e10cSrcweir		<destination designation="identity" />
9305cdf0e10cSrcweir	</element>
9306cdf0e10cSrcweir	<!--method::Tabs.Add-->
9307cdf0e10cSrcweir	<element type="method">
9308cdf0e10cSrcweir		<source id="MSForms.Tabs.Add">
9309cdf0e10cSrcweir			<context kind="class">Tabs</context>
9310cdf0e10cSrcweir			<name>Add</name>
9311cdf0e10cSrcweir			<type>Tab</type>
9312cdf0e10cSrcweir			<parameter-list>
9313cdf0e10cSrcweir				<parameter optional="true">
9314cdf0e10cSrcweir					<type>Variant</type>
9315cdf0e10cSrcweir					<name>bstrName</name>
9316cdf0e10cSrcweir				</parameter>
9317cdf0e10cSrcweir				<parameter optional="true">
9318cdf0e10cSrcweir					<type>Variant</type>
9319cdf0e10cSrcweir					<name>bstrCaption</name>
9320cdf0e10cSrcweir				</parameter>
9321cdf0e10cSrcweir				<parameter optional="true">
9322cdf0e10cSrcweir					<type>Variant</type>
9323cdf0e10cSrcweir					<name>lIndex</name>
9324cdf0e10cSrcweir				</parameter>
9325cdf0e10cSrcweir			</parameter-list>
9326cdf0e10cSrcweir		</source>
9327cdf0e10cSrcweir	</element>
9328cdf0e10cSrcweir	<!--method::Tabs.Clear-->
9329cdf0e10cSrcweir	<element type="method">
9330cdf0e10cSrcweir		<source id="MSForms.Tabs.Clear">
9331cdf0e10cSrcweir			<context kind="class">Tabs</context>
9332cdf0e10cSrcweir			<name>Clear</name>
9333cdf0e10cSrcweir			<type>void</type>
9334cdf0e10cSrcweir		</source>
9335cdf0e10cSrcweir	</element>
9336cdf0e10cSrcweir	<!--property::Tabs.Count {ReadOnly}-->
9337cdf0e10cSrcweir	<element type="property">
9338cdf0e10cSrcweir		<source id="MSForms.Tabs.Count">
9339cdf0e10cSrcweir			<context kind="class">Tabs</context>
9340cdf0e10cSrcweir			<name>Count</name>
9341cdf0e10cSrcweir			<type>Integer</type>
9342cdf0e10cSrcweir		</source>
9343cdf0e10cSrcweir	</element>
9344cdf0e10cSrcweir	<!--method::Tabs.Enum-->
9345cdf0e10cSrcweir	<element type="method">
9346cdf0e10cSrcweir		<source id="MSForms.Tabs.Enum">
9347cdf0e10cSrcweir			<context kind="class">Tabs</context>
9348cdf0e10cSrcweir			<name>Enum</name>
9349cdf0e10cSrcweir			<type>IUnknown</type>
9350cdf0e10cSrcweir		</source>
9351cdf0e10cSrcweir	</element>
9352cdf0e10cSrcweir	<!--method::Tabs.Item {Default}-->
9353cdf0e10cSrcweir	<element type="method">
9354cdf0e10cSrcweir		<source id="MSForms.Tabs.Item">
9355cdf0e10cSrcweir			<context kind="class">Tabs</context>
9356cdf0e10cSrcweir			<name default="true">Item</name>
9357cdf0e10cSrcweir			<type>Tab</type>
9358cdf0e10cSrcweir			<parameter-list>
9359cdf0e10cSrcweir				<parameter>
9360cdf0e10cSrcweir					<type>Variant</type>
9361cdf0e10cSrcweir					<name>varg</name>
9362cdf0e10cSrcweir				</parameter>
9363cdf0e10cSrcweir			</parameter-list>
9364cdf0e10cSrcweir		</source>
9365cdf0e10cSrcweir	</element>
9366cdf0e10cSrcweir	<!--method::Tabs.Remove-->
9367cdf0e10cSrcweir	<element type="method">
9368cdf0e10cSrcweir		<source id="MSForms.Tabs.Remove">
9369cdf0e10cSrcweir			<context kind="class">Tabs</context>
9370cdf0e10cSrcweir			<name>Remove</name>
9371cdf0e10cSrcweir			<type>void</type>
9372cdf0e10cSrcweir			<parameter-list>
9373cdf0e10cSrcweir				<parameter>
9374cdf0e10cSrcweir					<type>Variant</type>
9375cdf0e10cSrcweir					<name>varg</name>
9376cdf0e10cSrcweir				</parameter>
9377cdf0e10cSrcweir			</parameter-list>
9378cdf0e10cSrcweir		</source>
9379cdf0e10cSrcweir	</element>
9380cdf0e10cSrcweir	<!--Class::TabStrip-->
9381cdf0e10cSrcweir	<element type="class">
9382cdf0e10cSrcweir		<source id="MSForms.TabStrip">
9383cdf0e10cSrcweir			<name>TabStrip</name>
9384cdf0e10cSrcweir		</source>
9385cdf0e10cSrcweir		<destination designation="identity" />
9386cdf0e10cSrcweir	</element>
9387cdf0e10cSrcweir	<!--property::TabStrip.BackColor-->
9388cdf0e10cSrcweir	<element type="property">
9389cdf0e10cSrcweir		<source id="MSForms.TabStrip.BackColor">
9390cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9391cdf0e10cSrcweir			<name>BackColor</name>
9392cdf0e10cSrcweir			<type>Integer</type>
9393cdf0e10cSrcweir		</source>
9394cdf0e10cSrcweir	</element>
9395cdf0e10cSrcweir	<!--method::TabStrip.BeforeDragOver-->
9396cdf0e10cSrcweir	<element type="method">
9397cdf0e10cSrcweir		<source id="MSForms.TabStrip.BeforeDragOver">
9398cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9399cdf0e10cSrcweir			<name>BeforeDragOver</name>
9400cdf0e10cSrcweir			<type>void</type>
9401cdf0e10cSrcweir			<parameter-list>
9402cdf0e10cSrcweir				<parameter>
9403cdf0e10cSrcweir					<type>Integer</type>
9404cdf0e10cSrcweir					<name>Index</name>
9405cdf0e10cSrcweir				</parameter>
9406cdf0e10cSrcweir				<parameter>
9407cdf0e10cSrcweir					<type>ReturnBoolean</type>
9408cdf0e10cSrcweir					<name>Cancel</name>
9409cdf0e10cSrcweir				</parameter>
9410cdf0e10cSrcweir				<parameter>
9411cdf0e10cSrcweir					<type>DataObject</type>
9412cdf0e10cSrcweir					<name>Data</name>
9413cdf0e10cSrcweir				</parameter>
9414cdf0e10cSrcweir				<parameter>
9415cdf0e10cSrcweir					<type>Single</type>
9416cdf0e10cSrcweir					<name>X</name>
9417cdf0e10cSrcweir				</parameter>
9418cdf0e10cSrcweir				<parameter>
9419cdf0e10cSrcweir					<type>Single</type>
9420cdf0e10cSrcweir					<name>Y</name>
9421cdf0e10cSrcweir				</parameter>
9422cdf0e10cSrcweir				<parameter>
9423cdf0e10cSrcweir					<type>Integer</type>
9424cdf0e10cSrcweir					<name>DragState</name>
9425cdf0e10cSrcweir				</parameter>
9426cdf0e10cSrcweir				<parameter>
9427cdf0e10cSrcweir					<type>ReturnEffect</type>
9428cdf0e10cSrcweir					<name>Effect</name>
9429cdf0e10cSrcweir				</parameter>
9430cdf0e10cSrcweir				<parameter>
9431cdf0e10cSrcweir					<type>short</type>
9432cdf0e10cSrcweir					<name>Shift</name>
9433cdf0e10cSrcweir				</parameter>
9434cdf0e10cSrcweir			</parameter-list>
9435cdf0e10cSrcweir		</source>
9436cdf0e10cSrcweir	</element>
9437cdf0e10cSrcweir	<!--method::TabStrip.BeforeDropOrPaste-->
9438cdf0e10cSrcweir	<element type="method">
9439cdf0e10cSrcweir		<source id="MSForms.TabStrip.BeforeDropOrPaste">
9440cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9441cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
9442cdf0e10cSrcweir			<type>void</type>
9443cdf0e10cSrcweir			<parameter-list>
9444cdf0e10cSrcweir				<parameter>
9445cdf0e10cSrcweir					<type>Integer</type>
9446cdf0e10cSrcweir					<name>Index</name>
9447cdf0e10cSrcweir				</parameter>
9448cdf0e10cSrcweir				<parameter>
9449cdf0e10cSrcweir					<type>ReturnBoolean</type>
9450cdf0e10cSrcweir					<name>Cancel</name>
9451cdf0e10cSrcweir				</parameter>
9452cdf0e10cSrcweir				<parameter>
9453cdf0e10cSrcweir					<type>Integer</type>
9454cdf0e10cSrcweir					<name>Action</name>
9455cdf0e10cSrcweir				</parameter>
9456cdf0e10cSrcweir				<parameter>
9457cdf0e10cSrcweir					<type>DataObject</type>
9458cdf0e10cSrcweir					<name>Data</name>
9459cdf0e10cSrcweir				</parameter>
9460cdf0e10cSrcweir				<parameter>
9461cdf0e10cSrcweir					<type>Single</type>
9462cdf0e10cSrcweir					<name>X</name>
9463cdf0e10cSrcweir				</parameter>
9464cdf0e10cSrcweir				<parameter>
9465cdf0e10cSrcweir					<type>Single</type>
9466cdf0e10cSrcweir					<name>Y</name>
9467cdf0e10cSrcweir				</parameter>
9468cdf0e10cSrcweir				<parameter>
9469cdf0e10cSrcweir					<type>ReturnEffect</type>
9470cdf0e10cSrcweir					<name>Effect</name>
9471cdf0e10cSrcweir				</parameter>
9472cdf0e10cSrcweir				<parameter>
9473cdf0e10cSrcweir					<type>short</type>
9474cdf0e10cSrcweir					<name>Shift</name>
9475cdf0e10cSrcweir				</parameter>
9476cdf0e10cSrcweir			</parameter-list>
9477cdf0e10cSrcweir		</source>
9478cdf0e10cSrcweir	</element>
9479cdf0e10cSrcweir	<!--method::TabStrip.Change-->
9480cdf0e10cSrcweir	<element type="method">
9481cdf0e10cSrcweir		<source id="MSForms.TabStrip.Change">
9482cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9483cdf0e10cSrcweir			<name>Change</name>
9484cdf0e10cSrcweir			<type>void</type>
9485cdf0e10cSrcweir		</source>
9486cdf0e10cSrcweir	</element>
9487cdf0e10cSrcweir	<!--method::TabStrip.Click-->
9488cdf0e10cSrcweir	<element type="method">
9489cdf0e10cSrcweir		<source id="MSForms.TabStrip.Click">
9490cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9491cdf0e10cSrcweir			<name>Click</name>
9492cdf0e10cSrcweir			<type>void</type>
9493cdf0e10cSrcweir			<parameter-list>
9494cdf0e10cSrcweir				<parameter>
9495cdf0e10cSrcweir					<type>Integer</type>
9496cdf0e10cSrcweir					<name>Index</name>
9497cdf0e10cSrcweir				</parameter>
9498cdf0e10cSrcweir			</parameter-list>
9499cdf0e10cSrcweir		</source>
9500cdf0e10cSrcweir	</element>
9501cdf0e10cSrcweir	<!--property::TabStrip.ClientHeight {ReadOnly}-->
9502cdf0e10cSrcweir	<element type="property">
9503cdf0e10cSrcweir		<source id="MSForms.TabStrip.ClientHeight">
9504cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9505cdf0e10cSrcweir			<name>ClientHeight</name>
9506cdf0e10cSrcweir			<type>Single</type>
9507cdf0e10cSrcweir		</source>
9508cdf0e10cSrcweir	</element>
9509cdf0e10cSrcweir	<!--property::TabStrip.ClientLeft {ReadOnly}-->
9510cdf0e10cSrcweir	<element type="property">
9511cdf0e10cSrcweir		<source id="MSForms.TabStrip.ClientLeft">
9512cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9513cdf0e10cSrcweir			<name>ClientLeft</name>
9514cdf0e10cSrcweir			<type>Single</type>
9515cdf0e10cSrcweir		</source>
9516cdf0e10cSrcweir	</element>
9517cdf0e10cSrcweir	<!--property::TabStrip.ClientTop {ReadOnly}-->
9518cdf0e10cSrcweir	<element type="property">
9519cdf0e10cSrcweir		<source id="MSForms.TabStrip.ClientTop">
9520cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9521cdf0e10cSrcweir			<name>ClientTop</name>
9522cdf0e10cSrcweir			<type>Single</type>
9523cdf0e10cSrcweir		</source>
9524cdf0e10cSrcweir	</element>
9525cdf0e10cSrcweir	<!--property::TabStrip.ClientWidth {ReadOnly}-->
9526cdf0e10cSrcweir	<element type="property">
9527cdf0e10cSrcweir		<source id="MSForms.TabStrip.ClientWidth">
9528cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9529cdf0e10cSrcweir			<name>ClientWidth</name>
9530cdf0e10cSrcweir			<type>Single</type>
9531cdf0e10cSrcweir		</source>
9532cdf0e10cSrcweir	</element>
9533cdf0e10cSrcweir	<!--method::TabStrip.DblClick-->
9534cdf0e10cSrcweir	<element type="method">
9535cdf0e10cSrcweir		<source id="MSForms.TabStrip.DblClick">
9536cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9537cdf0e10cSrcweir			<name>DblClick</name>
9538cdf0e10cSrcweir			<type>void</type>
9539cdf0e10cSrcweir			<parameter-list>
9540cdf0e10cSrcweir				<parameter>
9541cdf0e10cSrcweir					<type>Integer</type>
9542cdf0e10cSrcweir					<name>Index</name>
9543cdf0e10cSrcweir				</parameter>
9544cdf0e10cSrcweir				<parameter>
9545cdf0e10cSrcweir					<type>ReturnBoolean</type>
9546cdf0e10cSrcweir					<name>Cancel</name>
9547cdf0e10cSrcweir				</parameter>
9548cdf0e10cSrcweir			</parameter-list>
9549cdf0e10cSrcweir		</source>
9550cdf0e10cSrcweir	</element>
9551cdf0e10cSrcweir	<!--property::TabStrip.Enabled-->
9552cdf0e10cSrcweir	<element type="property">
9553cdf0e10cSrcweir		<source id="MSForms.TabStrip.Enabled">
9554cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9555cdf0e10cSrcweir			<name>Enabled</name>
9556cdf0e10cSrcweir			<type>boolean</type>
9557cdf0e10cSrcweir		</source>
9558cdf0e10cSrcweir	</element>
9559cdf0e10cSrcweir	<!--method::TabStrip.Error-->
9560cdf0e10cSrcweir	<element type="method">
9561cdf0e10cSrcweir		<source id="MSForms.TabStrip.Error">
9562cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9563cdf0e10cSrcweir			<name>Error</name>
9564cdf0e10cSrcweir			<type>void</type>
9565cdf0e10cSrcweir			<parameter-list>
9566cdf0e10cSrcweir				<parameter>
9567cdf0e10cSrcweir					<type>short</type>
9568cdf0e10cSrcweir					<name>Number</name>
9569cdf0e10cSrcweir				</parameter>
9570cdf0e10cSrcweir				<parameter>
9571cdf0e10cSrcweir					<type>ReturnString</type>
9572cdf0e10cSrcweir					<name>Description</name>
9573cdf0e10cSrcweir				</parameter>
9574cdf0e10cSrcweir				<parameter>
9575cdf0e10cSrcweir					<type>Integer</type>
9576cdf0e10cSrcweir					<name>SCode</name>
9577cdf0e10cSrcweir				</parameter>
9578cdf0e10cSrcweir				<parameter>
9579cdf0e10cSrcweir					<type>String</type>
9580cdf0e10cSrcweir					<name>Source</name>
9581cdf0e10cSrcweir				</parameter>
9582cdf0e10cSrcweir				<parameter>
9583cdf0e10cSrcweir					<type>String</type>
9584cdf0e10cSrcweir					<name>HelpFile</name>
9585cdf0e10cSrcweir				</parameter>
9586cdf0e10cSrcweir				<parameter>
9587cdf0e10cSrcweir					<type>Integer</type>
9588cdf0e10cSrcweir					<name>HelpContext</name>
9589cdf0e10cSrcweir				</parameter>
9590cdf0e10cSrcweir				<parameter>
9591cdf0e10cSrcweir					<type>ReturnBoolean</type>
9592cdf0e10cSrcweir					<name>CancelDisplay</name>
9593cdf0e10cSrcweir				</parameter>
9594cdf0e10cSrcweir			</parameter-list>
9595cdf0e10cSrcweir		</source>
9596cdf0e10cSrcweir	</element>
9597cdf0e10cSrcweir	<!--property::TabStrip.Font {ReadOnly}-->
9598cdf0e10cSrcweir	<element type="property">
9599cdf0e10cSrcweir		<source id="MSForms.TabStrip.Font">
9600cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9601cdf0e10cSrcweir			<name>Font</name>
9602cdf0e10cSrcweir			<type>Font</type>
9603cdf0e10cSrcweir		</source>
9604cdf0e10cSrcweir	</element>
9605cdf0e10cSrcweir	<!--property::TabStrip.FontBold-->
9606cdf0e10cSrcweir	<element type="property">
9607cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontBold">
9608cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9609cdf0e10cSrcweir			<name>FontBold</name>
9610cdf0e10cSrcweir			<type>boolean</type>
9611cdf0e10cSrcweir		</source>
9612cdf0e10cSrcweir	</element>
9613cdf0e10cSrcweir	<!--property::TabStrip.FontItalic-->
9614cdf0e10cSrcweir	<element type="property">
9615cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontItalic">
9616cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9617cdf0e10cSrcweir			<name>FontItalic</name>
9618cdf0e10cSrcweir			<type>boolean</type>
9619cdf0e10cSrcweir		</source>
9620cdf0e10cSrcweir	</element>
9621cdf0e10cSrcweir	<!--property::TabStrip.FontName-->
9622cdf0e10cSrcweir	<element type="property">
9623cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontName">
9624cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9625cdf0e10cSrcweir			<name>FontName</name>
9626cdf0e10cSrcweir			<type>String</type>
9627cdf0e10cSrcweir		</source>
9628cdf0e10cSrcweir	</element>
9629cdf0e10cSrcweir	<!--property::TabStrip.FontSize-->
9630cdf0e10cSrcweir	<element type="property">
9631cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontSize">
9632cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9633cdf0e10cSrcweir			<name>FontSize</name>
9634cdf0e10cSrcweir			<type>VT_CY</type>
9635cdf0e10cSrcweir		</source>
9636cdf0e10cSrcweir	</element>
9637cdf0e10cSrcweir	<!--property::TabStrip.FontStrikethru-->
9638cdf0e10cSrcweir	<element type="property">
9639cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontStrikethru">
9640cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9641cdf0e10cSrcweir			<name>FontStrikethru</name>
9642cdf0e10cSrcweir			<type>boolean</type>
9643cdf0e10cSrcweir		</source>
9644cdf0e10cSrcweir	</element>
9645cdf0e10cSrcweir	<!--property::TabStrip.FontUnderline-->
9646cdf0e10cSrcweir	<element type="property">
9647cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontUnderline">
9648cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9649cdf0e10cSrcweir			<name>FontUnderline</name>
9650cdf0e10cSrcweir			<type>boolean</type>
9651cdf0e10cSrcweir		</source>
9652cdf0e10cSrcweir	</element>
9653cdf0e10cSrcweir	<!--property::TabStrip.FontWeight-->
9654cdf0e10cSrcweir	<element type="property">
9655cdf0e10cSrcweir		<source id="MSForms.TabStrip.FontWeight">
9656cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9657cdf0e10cSrcweir			<name>FontWeight</name>
9658cdf0e10cSrcweir			<type>short</type>
9659cdf0e10cSrcweir		</source>
9660cdf0e10cSrcweir	</element>
9661cdf0e10cSrcweir	<!--property::TabStrip.ForeColor-->
9662cdf0e10cSrcweir	<element type="property">
9663cdf0e10cSrcweir		<source id="MSForms.TabStrip.ForeColor">
9664cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9665cdf0e10cSrcweir			<name>ForeColor</name>
9666cdf0e10cSrcweir			<type>Integer</type>
9667cdf0e10cSrcweir		</source>
9668cdf0e10cSrcweir	</element>
9669cdf0e10cSrcweir	<!--method::TabStrip.KeyDown-->
9670cdf0e10cSrcweir	<element type="method">
9671cdf0e10cSrcweir		<source id="MSForms.TabStrip.KeyDown">
9672cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9673cdf0e10cSrcweir			<name>KeyDown</name>
9674cdf0e10cSrcweir			<type>void</type>
9675cdf0e10cSrcweir			<parameter-list>
9676cdf0e10cSrcweir				<parameter>
9677cdf0e10cSrcweir					<type>ReturnInteger</type>
9678cdf0e10cSrcweir					<name>KeyCode</name>
9679cdf0e10cSrcweir				</parameter>
9680cdf0e10cSrcweir				<parameter>
9681cdf0e10cSrcweir					<type>short</type>
9682cdf0e10cSrcweir					<name>Shift</name>
9683cdf0e10cSrcweir				</parameter>
9684cdf0e10cSrcweir			</parameter-list>
9685cdf0e10cSrcweir		</source>
9686cdf0e10cSrcweir	</element>
9687cdf0e10cSrcweir	<!--method::TabStrip.KeyPress-->
9688cdf0e10cSrcweir	<element type="method">
9689cdf0e10cSrcweir		<source id="MSForms.TabStrip.KeyPress">
9690cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9691cdf0e10cSrcweir			<name>KeyPress</name>
9692cdf0e10cSrcweir			<type>void</type>
9693cdf0e10cSrcweir			<parameter-list>
9694cdf0e10cSrcweir				<parameter>
9695cdf0e10cSrcweir					<type>ReturnInteger</type>
9696cdf0e10cSrcweir					<name>KeyAscii</name>
9697cdf0e10cSrcweir				</parameter>
9698cdf0e10cSrcweir			</parameter-list>
9699cdf0e10cSrcweir		</source>
9700cdf0e10cSrcweir	</element>
9701cdf0e10cSrcweir	<!--method::TabStrip.KeyUp-->
9702cdf0e10cSrcweir	<element type="method">
9703cdf0e10cSrcweir		<source id="MSForms.TabStrip.KeyUp">
9704cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9705cdf0e10cSrcweir			<name>KeyUp</name>
9706cdf0e10cSrcweir			<type>void</type>
9707cdf0e10cSrcweir			<parameter-list>
9708cdf0e10cSrcweir				<parameter>
9709cdf0e10cSrcweir					<type>ReturnInteger</type>
9710cdf0e10cSrcweir					<name>KeyCode</name>
9711cdf0e10cSrcweir				</parameter>
9712cdf0e10cSrcweir				<parameter>
9713cdf0e10cSrcweir					<type>short</type>
9714cdf0e10cSrcweir					<name>Shift</name>
9715cdf0e10cSrcweir				</parameter>
9716cdf0e10cSrcweir			</parameter-list>
9717cdf0e10cSrcweir		</source>
9718cdf0e10cSrcweir	</element>
9719cdf0e10cSrcweir	<!--method::TabStrip.MouseDown-->
9720cdf0e10cSrcweir	<element type="method">
9721cdf0e10cSrcweir		<source id="MSForms.TabStrip.MouseDown">
9722cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9723cdf0e10cSrcweir			<name>MouseDown</name>
9724cdf0e10cSrcweir			<type>void</type>
9725cdf0e10cSrcweir			<parameter-list>
9726cdf0e10cSrcweir				<parameter>
9727cdf0e10cSrcweir					<type>Integer</type>
9728cdf0e10cSrcweir					<name>Index</name>
9729cdf0e10cSrcweir				</parameter>
9730cdf0e10cSrcweir				<parameter>
9731cdf0e10cSrcweir					<type>short</type>
9732cdf0e10cSrcweir					<name>Button</name>
9733cdf0e10cSrcweir				</parameter>
9734cdf0e10cSrcweir				<parameter>
9735cdf0e10cSrcweir					<type>short</type>
9736cdf0e10cSrcweir					<name>Shift</name>
9737cdf0e10cSrcweir				</parameter>
9738cdf0e10cSrcweir				<parameter>
9739cdf0e10cSrcweir					<type>Single</type>
9740cdf0e10cSrcweir					<name>X</name>
9741cdf0e10cSrcweir				</parameter>
9742cdf0e10cSrcweir				<parameter>
9743cdf0e10cSrcweir					<type>Single</type>
9744cdf0e10cSrcweir					<name>Y</name>
9745cdf0e10cSrcweir				</parameter>
9746cdf0e10cSrcweir			</parameter-list>
9747cdf0e10cSrcweir		</source>
9748cdf0e10cSrcweir	</element>
9749cdf0e10cSrcweir	<!--property::TabStrip.MouseIcon-->
9750cdf0e10cSrcweir	<element type="property">
9751cdf0e10cSrcweir		<source id="MSForms.TabStrip.MouseIcon">
9752cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9753cdf0e10cSrcweir			<name>MouseIcon</name>
9754cdf0e10cSrcweir			<type>Picture</type>
9755cdf0e10cSrcweir		</source>
9756cdf0e10cSrcweir	</element>
9757cdf0e10cSrcweir	<!--method::TabStrip.MouseMove-->
9758cdf0e10cSrcweir	<element type="method">
9759cdf0e10cSrcweir		<source id="MSForms.TabStrip.MouseMove">
9760cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9761cdf0e10cSrcweir			<name>MouseMove</name>
9762cdf0e10cSrcweir			<type>void</type>
9763cdf0e10cSrcweir			<parameter-list>
9764cdf0e10cSrcweir				<parameter>
9765cdf0e10cSrcweir					<type>Integer</type>
9766cdf0e10cSrcweir					<name>Index</name>
9767cdf0e10cSrcweir				</parameter>
9768cdf0e10cSrcweir				<parameter>
9769cdf0e10cSrcweir					<type>short</type>
9770cdf0e10cSrcweir					<name>Button</name>
9771cdf0e10cSrcweir				</parameter>
9772cdf0e10cSrcweir				<parameter>
9773cdf0e10cSrcweir					<type>short</type>
9774cdf0e10cSrcweir					<name>Shift</name>
9775cdf0e10cSrcweir				</parameter>
9776cdf0e10cSrcweir				<parameter>
9777cdf0e10cSrcweir					<type>Single</type>
9778cdf0e10cSrcweir					<name>X</name>
9779cdf0e10cSrcweir				</parameter>
9780cdf0e10cSrcweir				<parameter>
9781cdf0e10cSrcweir					<type>Single</type>
9782cdf0e10cSrcweir					<name>Y</name>
9783cdf0e10cSrcweir				</parameter>
9784cdf0e10cSrcweir			</parameter-list>
9785cdf0e10cSrcweir		</source>
9786cdf0e10cSrcweir	</element>
9787cdf0e10cSrcweir	<!--property::TabStrip.MousePointer-->
9788cdf0e10cSrcweir	<element type="property">
9789cdf0e10cSrcweir		<source id="MSForms.TabStrip.MousePointer">
9790cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9791cdf0e10cSrcweir			<name>MousePointer</name>
9792cdf0e10cSrcweir			<type>Integer</type>
9793cdf0e10cSrcweir		</source>
9794cdf0e10cSrcweir	</element>
9795cdf0e10cSrcweir	<!--method::TabStrip.MouseUp-->
9796cdf0e10cSrcweir	<element type="method">
9797cdf0e10cSrcweir		<source id="MSForms.TabStrip.MouseUp">
9798cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9799cdf0e10cSrcweir			<name>MouseUp</name>
9800cdf0e10cSrcweir			<type>void</type>
9801cdf0e10cSrcweir			<parameter-list>
9802cdf0e10cSrcweir				<parameter>
9803cdf0e10cSrcweir					<type>Integer</type>
9804cdf0e10cSrcweir					<name>Index</name>
9805cdf0e10cSrcweir				</parameter>
9806cdf0e10cSrcweir				<parameter>
9807cdf0e10cSrcweir					<type>short</type>
9808cdf0e10cSrcweir					<name>Button</name>
9809cdf0e10cSrcweir				</parameter>
9810cdf0e10cSrcweir				<parameter>
9811cdf0e10cSrcweir					<type>short</type>
9812cdf0e10cSrcweir					<name>Shift</name>
9813cdf0e10cSrcweir				</parameter>
9814cdf0e10cSrcweir				<parameter>
9815cdf0e10cSrcweir					<type>Single</type>
9816cdf0e10cSrcweir					<name>X</name>
9817cdf0e10cSrcweir				</parameter>
9818cdf0e10cSrcweir				<parameter>
9819cdf0e10cSrcweir					<type>Single</type>
9820cdf0e10cSrcweir					<name>Y</name>
9821cdf0e10cSrcweir				</parameter>
9822cdf0e10cSrcweir			</parameter-list>
9823cdf0e10cSrcweir		</source>
9824cdf0e10cSrcweir	</element>
9825cdf0e10cSrcweir	<!--property::TabStrip.MultiRow-->
9826cdf0e10cSrcweir	<element type="property">
9827cdf0e10cSrcweir		<source id="MSForms.TabStrip.MultiRow">
9828cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9829cdf0e10cSrcweir			<name>MultiRow</name>
9830cdf0e10cSrcweir			<type>boolean</type>
9831cdf0e10cSrcweir		</source>
9832cdf0e10cSrcweir	</element>
9833cdf0e10cSrcweir	<!--property::TabStrip.SelectedItem {ReadOnly}-->
9834cdf0e10cSrcweir	<element type="property">
9835cdf0e10cSrcweir		<source id="MSForms.TabStrip.SelectedItem">
9836cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9837cdf0e10cSrcweir			<name>SelectedItem</name>
9838cdf0e10cSrcweir			<type>Tab</type>
9839cdf0e10cSrcweir		</source>
9840cdf0e10cSrcweir	</element>
9841cdf0e10cSrcweir	<!--property::TabStrip.Style-->
9842cdf0e10cSrcweir	<element type="property">
9843cdf0e10cSrcweir		<source id="MSForms.TabStrip.Style">
9844cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9845cdf0e10cSrcweir			<name>Style</name>
9846cdf0e10cSrcweir			<type>Integer</type>
9847cdf0e10cSrcweir		</source>
9848cdf0e10cSrcweir	</element>
9849cdf0e10cSrcweir	<!--property::TabStrip.TabFixedHeight-->
9850cdf0e10cSrcweir	<element type="property">
9851cdf0e10cSrcweir		<source id="MSForms.TabStrip.TabFixedHeight">
9852cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9853cdf0e10cSrcweir			<name>TabFixedHeight</name>
9854cdf0e10cSrcweir			<type>Single</type>
9855cdf0e10cSrcweir		</source>
9856cdf0e10cSrcweir	</element>
9857cdf0e10cSrcweir	<!--property::TabStrip.TabFixedWidth-->
9858cdf0e10cSrcweir	<element type="property">
9859cdf0e10cSrcweir		<source id="MSForms.TabStrip.TabFixedWidth">
9860cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9861cdf0e10cSrcweir			<name>TabFixedWidth</name>
9862cdf0e10cSrcweir			<type>Single</type>
9863cdf0e10cSrcweir		</source>
9864cdf0e10cSrcweir	</element>
9865cdf0e10cSrcweir	<!--property::TabStrip.TabOrientation-->
9866cdf0e10cSrcweir	<element type="property">
9867cdf0e10cSrcweir		<source id="MSForms.TabStrip.TabOrientation">
9868cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9869cdf0e10cSrcweir			<name>TabOrientation</name>
9870cdf0e10cSrcweir			<type>Integer</type>
9871cdf0e10cSrcweir		</source>
9872cdf0e10cSrcweir	</element>
9873cdf0e10cSrcweir	<!--property::TabStrip.Tabs {Default} {ReadOnly}-->
9874cdf0e10cSrcweir	<element type="property">
9875cdf0e10cSrcweir		<source id="MSForms.TabStrip.Tabs">
9876cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9877cdf0e10cSrcweir			<name default="true">Tabs</name>
9878cdf0e10cSrcweir			<type>Tabs</type>
9879cdf0e10cSrcweir		</source>
9880cdf0e10cSrcweir	</element>
9881cdf0e10cSrcweir	<!--property::TabStrip.Value-->
9882cdf0e10cSrcweir	<element type="property">
9883cdf0e10cSrcweir		<source id="MSForms.TabStrip.Value">
9884cdf0e10cSrcweir			<context kind="class">TabStrip</context>
9885cdf0e10cSrcweir			<name>Value</name>
9886cdf0e10cSrcweir			<type>Integer</type>
9887cdf0e10cSrcweir		</source>
9888cdf0e10cSrcweir	</element>
9889cdf0e10cSrcweir	<!--Class::TextBox-->
9890cdf0e10cSrcweir	<element type="class">
9891cdf0e10cSrcweir		<source id="MSForms.TextBox">
9892cdf0e10cSrcweir			<name>TextBox</name>
9893cdf0e10cSrcweir		</source>
9894cdf0e10cSrcweir		<destination designation="identity" />
9895cdf0e10cSrcweir	</element>
9896cdf0e10cSrcweir	<!--property::TextBox.AutoSize-->
9897cdf0e10cSrcweir	<element type="property">
9898cdf0e10cSrcweir		<source id="MSForms.TextBox.AutoSize">
9899cdf0e10cSrcweir			<context kind="class">TextBox</context>
9900cdf0e10cSrcweir			<name>AutoSize</name>
9901cdf0e10cSrcweir			<type>boolean</type>
9902cdf0e10cSrcweir		</source>
9903cdf0e10cSrcweir	</element>
9904cdf0e10cSrcweir	<!--property::TextBox.AutoTab-->
9905cdf0e10cSrcweir	<element type="property">
9906cdf0e10cSrcweir		<source id="MSForms.TextBox.AutoTab">
9907cdf0e10cSrcweir			<context kind="class">TextBox</context>
9908cdf0e10cSrcweir			<name>AutoTab</name>
9909cdf0e10cSrcweir			<type>boolean</type>
9910cdf0e10cSrcweir		</source>
9911cdf0e10cSrcweir	</element>
9912cdf0e10cSrcweir	<!--property::TextBox.AutoWordSelect-->
9913cdf0e10cSrcweir	<element type="property">
9914cdf0e10cSrcweir		<source id="MSForms.TextBox.AutoWordSelect">
9915cdf0e10cSrcweir			<context kind="class">TextBox</context>
9916cdf0e10cSrcweir			<name>AutoWordSelect</name>
9917cdf0e10cSrcweir			<type>boolean</type>
9918cdf0e10cSrcweir		</source>
9919cdf0e10cSrcweir	</element>
9920cdf0e10cSrcweir	<!--property::TextBox.BackColor-->
9921cdf0e10cSrcweir	<element type="property">
9922cdf0e10cSrcweir		<source id="MSForms.TextBox.BackColor">
9923cdf0e10cSrcweir			<context kind="class">TextBox</context>
9924cdf0e10cSrcweir			<name>BackColor</name>
9925cdf0e10cSrcweir			<type>Integer</type>
9926cdf0e10cSrcweir		</source>
9927cdf0e10cSrcweir	</element>
9928cdf0e10cSrcweir	<!--property::TextBox.BackStyle-->
9929cdf0e10cSrcweir	<element type="property">
9930cdf0e10cSrcweir		<source id="MSForms.TextBox.BackStyle">
9931cdf0e10cSrcweir			<context kind="class">TextBox</context>
9932cdf0e10cSrcweir			<name>BackStyle</name>
9933cdf0e10cSrcweir			<type>Integer</type>
9934cdf0e10cSrcweir		</source>
9935cdf0e10cSrcweir	</element>
9936cdf0e10cSrcweir	<!--method::TextBox.BeforeDragOver-->
9937cdf0e10cSrcweir	<element type="method">
9938cdf0e10cSrcweir		<source id="MSForms.TextBox.BeforeDragOver">
9939cdf0e10cSrcweir			<context kind="class">TextBox</context>
9940cdf0e10cSrcweir			<name>BeforeDragOver</name>
9941cdf0e10cSrcweir			<type>void</type>
9942cdf0e10cSrcweir			<parameter-list>
9943cdf0e10cSrcweir				<parameter>
9944cdf0e10cSrcweir					<type>ReturnBoolean</type>
9945cdf0e10cSrcweir					<name>Cancel</name>
9946cdf0e10cSrcweir				</parameter>
9947cdf0e10cSrcweir				<parameter>
9948cdf0e10cSrcweir					<type>DataObject</type>
9949cdf0e10cSrcweir					<name>Data</name>
9950cdf0e10cSrcweir				</parameter>
9951cdf0e10cSrcweir				<parameter>
9952cdf0e10cSrcweir					<type>Single</type>
9953cdf0e10cSrcweir					<name>X</name>
9954cdf0e10cSrcweir				</parameter>
9955cdf0e10cSrcweir				<parameter>
9956cdf0e10cSrcweir					<type>Single</type>
9957cdf0e10cSrcweir					<name>Y</name>
9958cdf0e10cSrcweir				</parameter>
9959cdf0e10cSrcweir				<parameter>
9960cdf0e10cSrcweir					<type>Integer</type>
9961cdf0e10cSrcweir					<name>DragState</name>
9962cdf0e10cSrcweir				</parameter>
9963cdf0e10cSrcweir				<parameter>
9964cdf0e10cSrcweir					<type>ReturnEffect</type>
9965cdf0e10cSrcweir					<name>Effect</name>
9966cdf0e10cSrcweir				</parameter>
9967cdf0e10cSrcweir				<parameter>
9968cdf0e10cSrcweir					<type>short</type>
9969cdf0e10cSrcweir					<name>Shift</name>
9970cdf0e10cSrcweir				</parameter>
9971cdf0e10cSrcweir			</parameter-list>
9972cdf0e10cSrcweir		</source>
9973cdf0e10cSrcweir	</element>
9974cdf0e10cSrcweir	<!--method::TextBox.BeforeDropOrPaste-->
9975cdf0e10cSrcweir	<element type="method">
9976cdf0e10cSrcweir		<source id="MSForms.TextBox.BeforeDropOrPaste">
9977cdf0e10cSrcweir			<context kind="class">TextBox</context>
9978cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
9979cdf0e10cSrcweir			<type>void</type>
9980cdf0e10cSrcweir			<parameter-list>
9981cdf0e10cSrcweir				<parameter>
9982cdf0e10cSrcweir					<type>ReturnBoolean</type>
9983cdf0e10cSrcweir					<name>Cancel</name>
9984cdf0e10cSrcweir				</parameter>
9985cdf0e10cSrcweir				<parameter>
9986cdf0e10cSrcweir					<type>Integer</type>
9987cdf0e10cSrcweir					<name>Action</name>
9988cdf0e10cSrcweir				</parameter>
9989cdf0e10cSrcweir				<parameter>
9990cdf0e10cSrcweir					<type>DataObject</type>
9991cdf0e10cSrcweir					<name>Data</name>
9992cdf0e10cSrcweir				</parameter>
9993cdf0e10cSrcweir				<parameter>
9994cdf0e10cSrcweir					<type>Single</type>
9995cdf0e10cSrcweir					<name>X</name>
9996cdf0e10cSrcweir				</parameter>
9997cdf0e10cSrcweir				<parameter>
9998cdf0e10cSrcweir					<type>Single</type>
9999cdf0e10cSrcweir					<name>Y</name>
10000cdf0e10cSrcweir				</parameter>
10001cdf0e10cSrcweir				<parameter>
10002cdf0e10cSrcweir					<type>ReturnEffect</type>
10003cdf0e10cSrcweir					<name>Effect</name>
10004cdf0e10cSrcweir				</parameter>
10005cdf0e10cSrcweir				<parameter>
10006cdf0e10cSrcweir					<type>short</type>
10007cdf0e10cSrcweir					<name>Shift</name>
10008cdf0e10cSrcweir				</parameter>
10009cdf0e10cSrcweir			</parameter-list>
10010cdf0e10cSrcweir		</source>
10011cdf0e10cSrcweir	</element>
10012cdf0e10cSrcweir	<!--property::TextBox.BorderColor-->
10013cdf0e10cSrcweir	<element type="property">
10014cdf0e10cSrcweir		<source id="MSForms.TextBox.BorderColor">
10015cdf0e10cSrcweir			<context kind="class">TextBox</context>
10016cdf0e10cSrcweir			<name>BorderColor</name>
10017cdf0e10cSrcweir			<type>Integer</type>
10018cdf0e10cSrcweir		</source>
10019cdf0e10cSrcweir	</element>
10020cdf0e10cSrcweir	<!--property::TextBox.BordersSuppress-->
10021cdf0e10cSrcweir	<element type="property">
10022cdf0e10cSrcweir		<source id="MSForms.TextBox.BordersSuppress">
10023cdf0e10cSrcweir			<context kind="class">TextBox</context>
10024cdf0e10cSrcweir			<name>BordersSuppress</name>
10025cdf0e10cSrcweir			<type>boolean</type>
10026cdf0e10cSrcweir		</source>
10027cdf0e10cSrcweir	</element>
10028cdf0e10cSrcweir	<!--property::TextBox.BorderStyle-->
10029cdf0e10cSrcweir	<element type="property">
10030cdf0e10cSrcweir		<source id="MSForms.TextBox.BorderStyle">
10031cdf0e10cSrcweir			<context kind="class">TextBox</context>
10032cdf0e10cSrcweir			<name>BorderStyle</name>
10033cdf0e10cSrcweir			<type>Integer</type>
10034cdf0e10cSrcweir		</source>
10035cdf0e10cSrcweir	</element>
10036cdf0e10cSrcweir	<!--property::TextBox.CanPaste {ReadOnly}-->
10037cdf0e10cSrcweir	<element type="property">
10038cdf0e10cSrcweir		<source id="MSForms.TextBox.CanPaste">
10039cdf0e10cSrcweir			<context kind="class">TextBox</context>
10040cdf0e10cSrcweir			<name>CanPaste</name>
10041cdf0e10cSrcweir			<type>boolean</type>
10042cdf0e10cSrcweir		</source>
10043cdf0e10cSrcweir	</element>
10044cdf0e10cSrcweir	<!--method::TextBox.Change-->
10045cdf0e10cSrcweir	<element type="method">
10046cdf0e10cSrcweir		<source id="MSForms.TextBox.Change">
10047cdf0e10cSrcweir			<context kind="class">TextBox</context>
10048cdf0e10cSrcweir			<name>Change</name>
10049cdf0e10cSrcweir			<type>void</type>
10050cdf0e10cSrcweir		</source>
10051cdf0e10cSrcweir	</element>
10052cdf0e10cSrcweir	<!--method::TextBox.Copy-->
10053cdf0e10cSrcweir	<element type="method">
10054cdf0e10cSrcweir		<source id="MSForms.TextBox.Copy">
10055cdf0e10cSrcweir			<context kind="class">TextBox</context>
10056cdf0e10cSrcweir			<name>Copy</name>
10057cdf0e10cSrcweir			<type>void</type>
10058cdf0e10cSrcweir		</source>
10059cdf0e10cSrcweir	</element>
10060cdf0e10cSrcweir	<!--property::TextBox.CurLine-->
10061cdf0e10cSrcweir	<element type="property">
10062cdf0e10cSrcweir		<source id="MSForms.TextBox.CurLine">
10063cdf0e10cSrcweir			<context kind="class">TextBox</context>
10064cdf0e10cSrcweir			<name>CurLine</name>
10065cdf0e10cSrcweir			<type>Integer</type>
10066cdf0e10cSrcweir		</source>
10067cdf0e10cSrcweir	</element>
10068cdf0e10cSrcweir	<!--property::TextBox.CurTargetX {ReadOnly}-->
10069cdf0e10cSrcweir	<element type="property">
10070cdf0e10cSrcweir		<source id="MSForms.TextBox.CurTargetX">
10071cdf0e10cSrcweir			<context kind="class">TextBox</context>
10072cdf0e10cSrcweir			<name>CurTargetX</name>
10073cdf0e10cSrcweir			<type>Integer</type>
10074cdf0e10cSrcweir		</source>
10075cdf0e10cSrcweir	</element>
10076cdf0e10cSrcweir	<!--property::TextBox.CurTargetY {ReadOnly}-->
10077cdf0e10cSrcweir	<element type="property">
10078cdf0e10cSrcweir		<source id="MSForms.TextBox.CurTargetY">
10079cdf0e10cSrcweir			<context kind="class">TextBox</context>
10080cdf0e10cSrcweir			<name>CurTargetY</name>
10081cdf0e10cSrcweir			<type>Integer</type>
10082cdf0e10cSrcweir		</source>
10083cdf0e10cSrcweir	</element>
10084cdf0e10cSrcweir	<!--property::TextBox.CurX-->
10085cdf0e10cSrcweir	<element type="property">
10086cdf0e10cSrcweir		<source id="MSForms.TextBox.CurX">
10087cdf0e10cSrcweir			<context kind="class">TextBox</context>
10088cdf0e10cSrcweir			<name>CurX</name>
10089cdf0e10cSrcweir			<type>Integer</type>
10090cdf0e10cSrcweir		</source>
10091cdf0e10cSrcweir	</element>
10092cdf0e10cSrcweir	<!--property::TextBox.CurY-->
10093cdf0e10cSrcweir	<element type="property">
10094cdf0e10cSrcweir		<source id="MSForms.TextBox.CurY">
10095cdf0e10cSrcweir			<context kind="class">TextBox</context>
10096cdf0e10cSrcweir			<name>CurY</name>
10097cdf0e10cSrcweir			<type>Integer</type>
10098cdf0e10cSrcweir		</source>
10099cdf0e10cSrcweir	</element>
10100cdf0e10cSrcweir	<!--method::TextBox.Cut-->
10101cdf0e10cSrcweir	<element type="method">
10102cdf0e10cSrcweir		<source id="MSForms.TextBox.Cut">
10103cdf0e10cSrcweir			<context kind="class">TextBox</context>
10104cdf0e10cSrcweir			<name>Cut</name>
10105cdf0e10cSrcweir			<type>void</type>
10106cdf0e10cSrcweir		</source>
10107cdf0e10cSrcweir	</element>
10108cdf0e10cSrcweir	<!--method::TextBox.DblClick-->
10109cdf0e10cSrcweir	<element type="method">
10110cdf0e10cSrcweir		<source id="MSForms.TextBox.DblClick">
10111cdf0e10cSrcweir			<context kind="class">TextBox</context>
10112cdf0e10cSrcweir			<name>DblClick</name>
10113cdf0e10cSrcweir			<type>void</type>
10114cdf0e10cSrcweir			<parameter-list>
10115cdf0e10cSrcweir				<parameter>
10116cdf0e10cSrcweir					<type>ReturnBoolean</type>
10117cdf0e10cSrcweir					<name>Cancel</name>
10118cdf0e10cSrcweir				</parameter>
10119cdf0e10cSrcweir			</parameter-list>
10120cdf0e10cSrcweir		</source>
10121cdf0e10cSrcweir	</element>
10122cdf0e10cSrcweir	<!--property::TextBox.DisplayStyle {ReadOnly}-->
10123cdf0e10cSrcweir	<element type="property">
10124cdf0e10cSrcweir		<source id="MSForms.TextBox.DisplayStyle">
10125cdf0e10cSrcweir			<context kind="class">TextBox</context>
10126cdf0e10cSrcweir			<name>DisplayStyle</name>
10127cdf0e10cSrcweir			<type>Integer</type>
10128cdf0e10cSrcweir		</source>
10129cdf0e10cSrcweir	</element>
10130cdf0e10cSrcweir	<!--property::TextBox.DragBehavior-->
10131cdf0e10cSrcweir	<element type="property">
10132cdf0e10cSrcweir		<source id="MSForms.TextBox.DragBehavior">
10133cdf0e10cSrcweir			<context kind="class">TextBox</context>
10134cdf0e10cSrcweir			<name>DragBehavior</name>
10135cdf0e10cSrcweir			<type>Integer</type>
10136cdf0e10cSrcweir		</source>
10137cdf0e10cSrcweir	</element>
10138cdf0e10cSrcweir	<!--method::TextBox.DropButtonClick-->
10139cdf0e10cSrcweir	<element type="method">
10140cdf0e10cSrcweir		<source id="MSForms.TextBox.DropButtonClick">
10141cdf0e10cSrcweir			<context kind="class">TextBox</context>
10142cdf0e10cSrcweir			<name>DropButtonClick</name>
10143cdf0e10cSrcweir			<type>void</type>
10144cdf0e10cSrcweir		</source>
10145cdf0e10cSrcweir	</element>
10146cdf0e10cSrcweir	<!--property::TextBox.DropButtonStyle-->
10147cdf0e10cSrcweir	<element type="property">
10148cdf0e10cSrcweir		<source id="MSForms.TextBox.DropButtonStyle">
10149cdf0e10cSrcweir			<context kind="class">TextBox</context>
10150cdf0e10cSrcweir			<name>DropButtonStyle</name>
10151cdf0e10cSrcweir			<type>Integer</type>
10152cdf0e10cSrcweir		</source>
10153cdf0e10cSrcweir	</element>
10154cdf0e10cSrcweir	<!--property::TextBox.Enabled-->
10155cdf0e10cSrcweir	<element type="property">
10156cdf0e10cSrcweir		<source id="MSForms.TextBox.Enabled">
10157cdf0e10cSrcweir			<context kind="class">TextBox</context>
10158cdf0e10cSrcweir			<name>Enabled</name>
10159cdf0e10cSrcweir			<type>boolean</type>
10160cdf0e10cSrcweir		</source>
10161cdf0e10cSrcweir	</element>
10162cdf0e10cSrcweir	<!--property::TextBox.EnterFieldBehavior-->
10163cdf0e10cSrcweir	<element type="property">
10164cdf0e10cSrcweir		<source id="MSForms.TextBox.EnterFieldBehavior">
10165cdf0e10cSrcweir			<context kind="class">TextBox</context>
10166cdf0e10cSrcweir			<name>EnterFieldBehavior</name>
10167cdf0e10cSrcweir			<type>Integer</type>
10168cdf0e10cSrcweir		</source>
10169cdf0e10cSrcweir	</element>
10170cdf0e10cSrcweir	<!--property::TextBox.EnterKeyBehavior-->
10171cdf0e10cSrcweir	<element type="property">
10172cdf0e10cSrcweir		<source id="MSForms.TextBox.EnterKeyBehavior">
10173cdf0e10cSrcweir			<context kind="class">TextBox</context>
10174cdf0e10cSrcweir			<name>EnterKeyBehavior</name>
10175cdf0e10cSrcweir			<type>boolean</type>
10176cdf0e10cSrcweir		</source>
10177cdf0e10cSrcweir	</element>
10178cdf0e10cSrcweir	<!--method::TextBox.Error-->
10179cdf0e10cSrcweir	<element type="method">
10180cdf0e10cSrcweir		<source id="MSForms.TextBox.Error">
10181cdf0e10cSrcweir			<context kind="class">TextBox</context>
10182cdf0e10cSrcweir			<name>Error</name>
10183cdf0e10cSrcweir			<type>void</type>
10184cdf0e10cSrcweir			<parameter-list>
10185cdf0e10cSrcweir				<parameter>
10186cdf0e10cSrcweir					<type>short</type>
10187cdf0e10cSrcweir					<name>Number</name>
10188cdf0e10cSrcweir				</parameter>
10189cdf0e10cSrcweir				<parameter>
10190cdf0e10cSrcweir					<type>ReturnString</type>
10191cdf0e10cSrcweir					<name>Description</name>
10192cdf0e10cSrcweir				</parameter>
10193cdf0e10cSrcweir				<parameter>
10194cdf0e10cSrcweir					<type>Integer</type>
10195cdf0e10cSrcweir					<name>SCode</name>
10196cdf0e10cSrcweir				</parameter>
10197cdf0e10cSrcweir				<parameter>
10198cdf0e10cSrcweir					<type>String</type>
10199cdf0e10cSrcweir					<name>Source</name>
10200cdf0e10cSrcweir				</parameter>
10201cdf0e10cSrcweir				<parameter>
10202cdf0e10cSrcweir					<type>String</type>
10203cdf0e10cSrcweir					<name>HelpFile</name>
10204cdf0e10cSrcweir				</parameter>
10205cdf0e10cSrcweir				<parameter>
10206cdf0e10cSrcweir					<type>Integer</type>
10207cdf0e10cSrcweir					<name>HelpContext</name>
10208cdf0e10cSrcweir				</parameter>
10209cdf0e10cSrcweir				<parameter>
10210cdf0e10cSrcweir					<type>ReturnBoolean</type>
10211cdf0e10cSrcweir					<name>CancelDisplay</name>
10212cdf0e10cSrcweir				</parameter>
10213cdf0e10cSrcweir			</parameter-list>
10214cdf0e10cSrcweir		</source>
10215cdf0e10cSrcweir	</element>
10216cdf0e10cSrcweir	<!--property::TextBox.Font {ReadOnly}-->
10217cdf0e10cSrcweir	<element type="property">
10218cdf0e10cSrcweir		<source id="MSForms.TextBox.Font">
10219cdf0e10cSrcweir			<context kind="class">TextBox</context>
10220cdf0e10cSrcweir			<name>Font</name>
10221cdf0e10cSrcweir			<type>Font</type>
10222cdf0e10cSrcweir		</source>
10223cdf0e10cSrcweir	</element>
10224cdf0e10cSrcweir	<!--property::TextBox.FontBold-->
10225cdf0e10cSrcweir	<element type="property">
10226cdf0e10cSrcweir		<source id="MSForms.TextBox.FontBold">
10227cdf0e10cSrcweir			<context kind="class">TextBox</context>
10228cdf0e10cSrcweir			<name>FontBold</name>
10229cdf0e10cSrcweir			<type>boolean</type>
10230cdf0e10cSrcweir		</source>
10231cdf0e10cSrcweir	</element>
10232cdf0e10cSrcweir	<!--property::TextBox.FontItalic-->
10233cdf0e10cSrcweir	<element type="property">
10234cdf0e10cSrcweir		<source id="MSForms.TextBox.FontItalic">
10235cdf0e10cSrcweir			<context kind="class">TextBox</context>
10236cdf0e10cSrcweir			<name>FontItalic</name>
10237cdf0e10cSrcweir			<type>boolean</type>
10238cdf0e10cSrcweir		</source>
10239cdf0e10cSrcweir	</element>
10240cdf0e10cSrcweir	<!--property::TextBox.FontName-->
10241cdf0e10cSrcweir	<element type="property">
10242cdf0e10cSrcweir		<source id="MSForms.TextBox.FontName">
10243cdf0e10cSrcweir			<context kind="class">TextBox</context>
10244cdf0e10cSrcweir			<name>FontName</name>
10245cdf0e10cSrcweir			<type>String</type>
10246cdf0e10cSrcweir		</source>
10247cdf0e10cSrcweir	</element>
10248cdf0e10cSrcweir	<!--property::TextBox.FontSize-->
10249cdf0e10cSrcweir	<element type="property">
10250cdf0e10cSrcweir		<source id="MSForms.TextBox.FontSize">
10251cdf0e10cSrcweir			<context kind="class">TextBox</context>
10252cdf0e10cSrcweir			<name>FontSize</name>
10253cdf0e10cSrcweir			<type>VT_CY</type>
10254cdf0e10cSrcweir		</source>
10255cdf0e10cSrcweir	</element>
10256cdf0e10cSrcweir	<!--property::TextBox.FontStrikethru-->
10257cdf0e10cSrcweir	<element type="property">
10258cdf0e10cSrcweir		<source id="MSForms.TextBox.FontStrikethru">
10259cdf0e10cSrcweir			<context kind="class">TextBox</context>
10260cdf0e10cSrcweir			<name>FontStrikethru</name>
10261cdf0e10cSrcweir			<type>boolean</type>
10262cdf0e10cSrcweir		</source>
10263cdf0e10cSrcweir	</element>
10264cdf0e10cSrcweir	<!--property::TextBox.FontUnderline-->
10265cdf0e10cSrcweir	<element type="property">
10266cdf0e10cSrcweir		<source id="MSForms.TextBox.FontUnderline">
10267cdf0e10cSrcweir			<context kind="class">TextBox</context>
10268cdf0e10cSrcweir			<name>FontUnderline</name>
10269cdf0e10cSrcweir			<type>boolean</type>
10270cdf0e10cSrcweir		</source>
10271cdf0e10cSrcweir	</element>
10272cdf0e10cSrcweir	<!--property::TextBox.FontWeight-->
10273cdf0e10cSrcweir	<element type="property">
10274cdf0e10cSrcweir		<source id="MSForms.TextBox.FontWeight">
10275cdf0e10cSrcweir			<context kind="class">TextBox</context>
10276cdf0e10cSrcweir			<name>FontWeight</name>
10277cdf0e10cSrcweir			<type>short</type>
10278cdf0e10cSrcweir		</source>
10279cdf0e10cSrcweir	</element>
10280cdf0e10cSrcweir	<!--property::TextBox.ForeColor-->
10281cdf0e10cSrcweir	<element type="property">
10282cdf0e10cSrcweir		<source id="MSForms.TextBox.ForeColor">
10283cdf0e10cSrcweir			<context kind="class">TextBox</context>
10284cdf0e10cSrcweir			<name>ForeColor</name>
10285cdf0e10cSrcweir			<type>Integer</type>
10286cdf0e10cSrcweir		</source>
10287cdf0e10cSrcweir	</element>
10288cdf0e10cSrcweir	<!--property::TextBox.HideSelection-->
10289cdf0e10cSrcweir	<element type="property">
10290cdf0e10cSrcweir		<source id="MSForms.TextBox.HideSelection">
10291cdf0e10cSrcweir			<context kind="class">TextBox</context>
10292cdf0e10cSrcweir			<name>HideSelection</name>
10293cdf0e10cSrcweir			<type>boolean</type>
10294cdf0e10cSrcweir		</source>
10295cdf0e10cSrcweir	</element>
10296cdf0e10cSrcweir	<!--property::TextBox.IMEMode-->
10297cdf0e10cSrcweir	<element type="property">
10298cdf0e10cSrcweir		<source id="MSForms.TextBox.IMEMode">
10299cdf0e10cSrcweir			<context kind="class">TextBox</context>
10300cdf0e10cSrcweir			<name>IMEMode</name>
10301cdf0e10cSrcweir			<type>Integer</type>
10302cdf0e10cSrcweir		</source>
10303cdf0e10cSrcweir	</element>
10304cdf0e10cSrcweir	<!--property::TextBox.IntegralHeight-->
10305cdf0e10cSrcweir	<element type="property">
10306cdf0e10cSrcweir		<source id="MSForms.TextBox.IntegralHeight">
10307cdf0e10cSrcweir			<context kind="class">TextBox</context>
10308cdf0e10cSrcweir			<name>IntegralHeight</name>
10309cdf0e10cSrcweir			<type>boolean</type>
10310cdf0e10cSrcweir		</source>
10311cdf0e10cSrcweir	</element>
10312cdf0e10cSrcweir	<!--method::TextBox.KeyDown-->
10313cdf0e10cSrcweir	<element type="method">
10314cdf0e10cSrcweir		<source id="MSForms.TextBox.KeyDown">
10315cdf0e10cSrcweir			<context kind="class">TextBox</context>
10316cdf0e10cSrcweir			<name>KeyDown</name>
10317cdf0e10cSrcweir			<type>void</type>
10318cdf0e10cSrcweir			<parameter-list>
10319cdf0e10cSrcweir				<parameter>
10320cdf0e10cSrcweir					<type>ReturnInteger</type>
10321cdf0e10cSrcweir					<name>KeyCode</name>
10322cdf0e10cSrcweir				</parameter>
10323cdf0e10cSrcweir				<parameter>
10324cdf0e10cSrcweir					<type>short</type>
10325cdf0e10cSrcweir					<name>Shift</name>
10326cdf0e10cSrcweir				</parameter>
10327cdf0e10cSrcweir			</parameter-list>
10328cdf0e10cSrcweir		</source>
10329cdf0e10cSrcweir	</element>
10330cdf0e10cSrcweir	<!--method::TextBox.KeyPress-->
10331cdf0e10cSrcweir	<element type="method">
10332cdf0e10cSrcweir		<source id="MSForms.TextBox.KeyPress">
10333cdf0e10cSrcweir			<context kind="class">TextBox</context>
10334cdf0e10cSrcweir			<name>KeyPress</name>
10335cdf0e10cSrcweir			<type>void</type>
10336cdf0e10cSrcweir			<parameter-list>
10337cdf0e10cSrcweir				<parameter>
10338cdf0e10cSrcweir					<type>ReturnInteger</type>
10339cdf0e10cSrcweir					<name>KeyAscii</name>
10340cdf0e10cSrcweir				</parameter>
10341cdf0e10cSrcweir			</parameter-list>
10342cdf0e10cSrcweir		</source>
10343cdf0e10cSrcweir	</element>
10344cdf0e10cSrcweir	<!--method::TextBox.KeyUp-->
10345cdf0e10cSrcweir	<element type="method">
10346cdf0e10cSrcweir		<source id="MSForms.TextBox.KeyUp">
10347cdf0e10cSrcweir			<context kind="class">TextBox</context>
10348cdf0e10cSrcweir			<name>KeyUp</name>
10349cdf0e10cSrcweir			<type>void</type>
10350cdf0e10cSrcweir			<parameter-list>
10351cdf0e10cSrcweir				<parameter>
10352cdf0e10cSrcweir					<type>ReturnInteger</type>
10353cdf0e10cSrcweir					<name>KeyCode</name>
10354cdf0e10cSrcweir				</parameter>
10355cdf0e10cSrcweir				<parameter>
10356cdf0e10cSrcweir					<type>short</type>
10357cdf0e10cSrcweir					<name>Shift</name>
10358cdf0e10cSrcweir				</parameter>
10359cdf0e10cSrcweir			</parameter-list>
10360cdf0e10cSrcweir		</source>
10361cdf0e10cSrcweir	</element>
10362cdf0e10cSrcweir	<!--property::TextBox.LineCount {ReadOnly}-->
10363cdf0e10cSrcweir	<element type="property">
10364cdf0e10cSrcweir		<source id="MSForms.TextBox.LineCount">
10365cdf0e10cSrcweir			<context kind="class">TextBox</context>
10366cdf0e10cSrcweir			<name>LineCount</name>
10367cdf0e10cSrcweir			<type>Integer</type>
10368cdf0e10cSrcweir		</source>
10369cdf0e10cSrcweir	</element>
10370cdf0e10cSrcweir	<!--property::TextBox.Locked-->
10371cdf0e10cSrcweir	<element type="property">
10372cdf0e10cSrcweir		<source id="MSForms.TextBox.Locked">
10373cdf0e10cSrcweir			<context kind="class">TextBox</context>
10374cdf0e10cSrcweir			<name>Locked</name>
10375cdf0e10cSrcweir			<type>boolean</type>
10376cdf0e10cSrcweir		</source>
10377cdf0e10cSrcweir	</element>
10378cdf0e10cSrcweir	<!--property::TextBox.MaxLength-->
10379cdf0e10cSrcweir	<element type="property">
10380cdf0e10cSrcweir		<source id="MSForms.TextBox.MaxLength">
10381cdf0e10cSrcweir			<context kind="class">TextBox</context>
10382cdf0e10cSrcweir			<name>MaxLength</name>
10383cdf0e10cSrcweir			<type>Integer</type>
10384cdf0e10cSrcweir		</source>
10385cdf0e10cSrcweir	</element>
10386cdf0e10cSrcweir	<!--method::TextBox.MouseDown-->
10387cdf0e10cSrcweir	<element type="method">
10388cdf0e10cSrcweir		<source id="MSForms.TextBox.MouseDown">
10389cdf0e10cSrcweir			<context kind="class">TextBox</context>
10390cdf0e10cSrcweir			<name>MouseDown</name>
10391cdf0e10cSrcweir			<type>void</type>
10392cdf0e10cSrcweir			<parameter-list>
10393cdf0e10cSrcweir				<parameter>
10394cdf0e10cSrcweir					<type>short</type>
10395cdf0e10cSrcweir					<name>Button</name>
10396cdf0e10cSrcweir				</parameter>
10397cdf0e10cSrcweir				<parameter>
10398cdf0e10cSrcweir					<type>short</type>
10399cdf0e10cSrcweir					<name>Shift</name>
10400cdf0e10cSrcweir				</parameter>
10401cdf0e10cSrcweir				<parameter>
10402cdf0e10cSrcweir					<type>Single</type>
10403cdf0e10cSrcweir					<name>X</name>
10404cdf0e10cSrcweir				</parameter>
10405cdf0e10cSrcweir				<parameter>
10406cdf0e10cSrcweir					<type>Single</type>
10407cdf0e10cSrcweir					<name>Y</name>
10408cdf0e10cSrcweir				</parameter>
10409cdf0e10cSrcweir			</parameter-list>
10410cdf0e10cSrcweir		</source>
10411cdf0e10cSrcweir	</element>
10412cdf0e10cSrcweir	<!--property::TextBox.MouseIcon-->
10413cdf0e10cSrcweir	<element type="property">
10414cdf0e10cSrcweir		<source id="MSForms.TextBox.MouseIcon">
10415cdf0e10cSrcweir			<context kind="class">TextBox</context>
10416cdf0e10cSrcweir			<name>MouseIcon</name>
10417cdf0e10cSrcweir			<type>Picture</type>
10418cdf0e10cSrcweir		</source>
10419cdf0e10cSrcweir	</element>
10420cdf0e10cSrcweir	<!--method::TextBox.MouseMove-->
10421cdf0e10cSrcweir	<element type="method">
10422cdf0e10cSrcweir		<source id="MSForms.TextBox.MouseMove">
10423cdf0e10cSrcweir			<context kind="class">TextBox</context>
10424cdf0e10cSrcweir			<name>MouseMove</name>
10425cdf0e10cSrcweir			<type>void</type>
10426cdf0e10cSrcweir			<parameter-list>
10427cdf0e10cSrcweir				<parameter>
10428cdf0e10cSrcweir					<type>short</type>
10429cdf0e10cSrcweir					<name>Button</name>
10430cdf0e10cSrcweir				</parameter>
10431cdf0e10cSrcweir				<parameter>
10432cdf0e10cSrcweir					<type>short</type>
10433cdf0e10cSrcweir					<name>Shift</name>
10434cdf0e10cSrcweir				</parameter>
10435cdf0e10cSrcweir				<parameter>
10436cdf0e10cSrcweir					<type>Single</type>
10437cdf0e10cSrcweir					<name>X</name>
10438cdf0e10cSrcweir				</parameter>
10439cdf0e10cSrcweir				<parameter>
10440cdf0e10cSrcweir					<type>Single</type>
10441cdf0e10cSrcweir					<name>Y</name>
10442cdf0e10cSrcweir				</parameter>
10443cdf0e10cSrcweir			</parameter-list>
10444cdf0e10cSrcweir		</source>
10445cdf0e10cSrcweir	</element>
10446cdf0e10cSrcweir	<!--property::TextBox.MousePointer-->
10447cdf0e10cSrcweir	<element type="property">
10448cdf0e10cSrcweir		<source id="MSForms.TextBox.MousePointer">
10449cdf0e10cSrcweir			<context kind="class">TextBox</context>
10450cdf0e10cSrcweir			<name>MousePointer</name>
10451cdf0e10cSrcweir			<type>Integer</type>
10452cdf0e10cSrcweir		</source>
10453cdf0e10cSrcweir	</element>
10454cdf0e10cSrcweir	<!--method::TextBox.MouseUp-->
10455cdf0e10cSrcweir	<element type="method">
10456cdf0e10cSrcweir		<source id="MSForms.TextBox.MouseUp">
10457cdf0e10cSrcweir			<context kind="class">TextBox</context>
10458cdf0e10cSrcweir			<name>MouseUp</name>
10459cdf0e10cSrcweir			<type>void</type>
10460cdf0e10cSrcweir			<parameter-list>
10461cdf0e10cSrcweir				<parameter>
10462cdf0e10cSrcweir					<type>short</type>
10463cdf0e10cSrcweir					<name>Button</name>
10464cdf0e10cSrcweir				</parameter>
10465cdf0e10cSrcweir				<parameter>
10466cdf0e10cSrcweir					<type>short</type>
10467cdf0e10cSrcweir					<name>Shift</name>
10468cdf0e10cSrcweir				</parameter>
10469cdf0e10cSrcweir				<parameter>
10470cdf0e10cSrcweir					<type>Single</type>
10471cdf0e10cSrcweir					<name>X</name>
10472cdf0e10cSrcweir				</parameter>
10473cdf0e10cSrcweir				<parameter>
10474cdf0e10cSrcweir					<type>Single</type>
10475cdf0e10cSrcweir					<name>Y</name>
10476cdf0e10cSrcweir				</parameter>
10477cdf0e10cSrcweir			</parameter-list>
10478cdf0e10cSrcweir		</source>
10479cdf0e10cSrcweir	</element>
10480cdf0e10cSrcweir	<!--property::TextBox.MultiLine-->
10481cdf0e10cSrcweir	<element type="property">
10482cdf0e10cSrcweir		<source id="MSForms.TextBox.MultiLine">
10483cdf0e10cSrcweir			<context kind="class">TextBox</context>
10484cdf0e10cSrcweir			<name>MultiLine</name>
10485cdf0e10cSrcweir			<type>boolean</type>
10486cdf0e10cSrcweir		</source>
10487cdf0e10cSrcweir	</element>
10488cdf0e10cSrcweir	<!--property::TextBox.PasswordChar-->
10489cdf0e10cSrcweir	<element type="property">
10490cdf0e10cSrcweir		<source id="MSForms.TextBox.PasswordChar">
10491cdf0e10cSrcweir			<context kind="class">TextBox</context>
10492cdf0e10cSrcweir			<name>PasswordChar</name>
10493cdf0e10cSrcweir			<type>String</type>
10494cdf0e10cSrcweir		</source>
10495cdf0e10cSrcweir	</element>
10496cdf0e10cSrcweir	<!--method::TextBox.Paste-->
10497cdf0e10cSrcweir	<element type="method">
10498cdf0e10cSrcweir		<source id="MSForms.TextBox.Paste">
10499cdf0e10cSrcweir			<context kind="class">TextBox</context>
10500cdf0e10cSrcweir			<name>Paste</name>
10501cdf0e10cSrcweir			<type>void</type>
10502cdf0e10cSrcweir		</source>
10503cdf0e10cSrcweir	</element>
10504cdf0e10cSrcweir	<!--property::TextBox.ScrollBars-->
10505cdf0e10cSrcweir	<element type="property">
10506cdf0e10cSrcweir		<source id="MSForms.TextBox.ScrollBars">
10507cdf0e10cSrcweir			<context kind="class">TextBox</context>
10508cdf0e10cSrcweir			<name>ScrollBars</name>
10509cdf0e10cSrcweir			<type>Integer</type>
10510cdf0e10cSrcweir		</source>
10511cdf0e10cSrcweir	</element>
10512cdf0e10cSrcweir	<!--property::TextBox.SelectionMargin-->
10513cdf0e10cSrcweir	<element type="property">
10514cdf0e10cSrcweir		<source id="MSForms.TextBox.SelectionMargin">
10515cdf0e10cSrcweir			<context kind="class">TextBox</context>
10516cdf0e10cSrcweir			<name>SelectionMargin</name>
10517cdf0e10cSrcweir			<type>boolean</type>
10518cdf0e10cSrcweir		</source>
10519cdf0e10cSrcweir	</element>
10520cdf0e10cSrcweir	<!--property::TextBox.SelLength-->
10521cdf0e10cSrcweir	<element type="property">
10522cdf0e10cSrcweir		<source id="MSForms.TextBox.SelLength">
10523cdf0e10cSrcweir			<context kind="class">TextBox</context>
10524cdf0e10cSrcweir			<name>SelLength</name>
10525cdf0e10cSrcweir			<type>Integer</type>
10526cdf0e10cSrcweir		</source>
10527cdf0e10cSrcweir	</element>
10528cdf0e10cSrcweir	<!--property::TextBox.SelStart-->
10529cdf0e10cSrcweir	<element type="property">
10530cdf0e10cSrcweir		<source id="MSForms.TextBox.SelStart">
10531cdf0e10cSrcweir			<context kind="class">TextBox</context>
10532cdf0e10cSrcweir			<name>SelStart</name>
10533cdf0e10cSrcweir			<type>Integer</type>
10534cdf0e10cSrcweir		</source>
10535cdf0e10cSrcweir	</element>
10536cdf0e10cSrcweir	<!--property::TextBox.SelText-->
10537cdf0e10cSrcweir	<element type="property">
10538cdf0e10cSrcweir		<source id="MSForms.TextBox.SelText">
10539cdf0e10cSrcweir			<context kind="class">TextBox</context>
10540cdf0e10cSrcweir			<name>SelText</name>
10541cdf0e10cSrcweir			<type>String</type>
10542cdf0e10cSrcweir		</source>
10543cdf0e10cSrcweir	</element>
10544cdf0e10cSrcweir	<!--property::TextBox.ShowDropButtonWhen-->
10545cdf0e10cSrcweir	<element type="property">
10546cdf0e10cSrcweir		<source id="MSForms.TextBox.ShowDropButtonWhen">
10547cdf0e10cSrcweir			<context kind="class">TextBox</context>
10548cdf0e10cSrcweir			<name>ShowDropButtonWhen</name>
10549cdf0e10cSrcweir			<type>Integer</type>
10550cdf0e10cSrcweir		</source>
10551cdf0e10cSrcweir	</element>
10552cdf0e10cSrcweir	<!--property::TextBox.SpecialEffect-->
10553cdf0e10cSrcweir	<element type="property">
10554cdf0e10cSrcweir		<source id="MSForms.TextBox.SpecialEffect">
10555cdf0e10cSrcweir			<context kind="class">TextBox</context>
10556cdf0e10cSrcweir			<name>SpecialEffect</name>
10557cdf0e10cSrcweir			<type>Integer</type>
10558cdf0e10cSrcweir		</source>
10559cdf0e10cSrcweir	</element>
10560cdf0e10cSrcweir	<!--property::TextBox.TabKeyBehavior-->
10561cdf0e10cSrcweir	<element type="property">
10562cdf0e10cSrcweir		<source id="MSForms.TextBox.TabKeyBehavior">
10563cdf0e10cSrcweir			<context kind="class">TextBox</context>
10564cdf0e10cSrcweir			<name>TabKeyBehavior</name>
10565cdf0e10cSrcweir			<type>boolean</type>
10566cdf0e10cSrcweir		</source>
10567cdf0e10cSrcweir	</element>
10568cdf0e10cSrcweir	<!--property::TextBox.Text-->
10569cdf0e10cSrcweir	<element type="property">
10570cdf0e10cSrcweir		<source id="MSForms.TextBox.Text">
10571cdf0e10cSrcweir			<context kind="class">TextBox</context>
10572cdf0e10cSrcweir			<name>Text</name>
10573cdf0e10cSrcweir			<type>String</type>
10574cdf0e10cSrcweir		</source>
10575cdf0e10cSrcweir	</element>
10576cdf0e10cSrcweir	<!--property::TextBox.TextAlign-->
10577cdf0e10cSrcweir	<element type="property">
10578cdf0e10cSrcweir		<source id="MSForms.TextBox.TextAlign">
10579cdf0e10cSrcweir			<context kind="class">TextBox</context>
10580cdf0e10cSrcweir			<name>TextAlign</name>
10581cdf0e10cSrcweir			<type>Integer</type>
10582cdf0e10cSrcweir		</source>
10583cdf0e10cSrcweir	</element>
10584cdf0e10cSrcweir	<!--property::TextBox.TextLength {ReadOnly}-->
10585cdf0e10cSrcweir	<element type="property">
10586cdf0e10cSrcweir		<source id="MSForms.TextBox.TextLength">
10587cdf0e10cSrcweir			<context kind="class">TextBox</context>
10588cdf0e10cSrcweir			<name>TextLength</name>
10589cdf0e10cSrcweir			<type>Integer</type>
10590cdf0e10cSrcweir		</source>
10591cdf0e10cSrcweir	</element>
10592cdf0e10cSrcweir	<!--property::TextBox.Valid {ReadOnly}-->
10593cdf0e10cSrcweir	<element type="property">
10594cdf0e10cSrcweir		<source id="MSForms.TextBox.Valid">
10595cdf0e10cSrcweir			<context kind="class">TextBox</context>
10596cdf0e10cSrcweir			<name>Valid</name>
10597cdf0e10cSrcweir			<type>boolean</type>
10598cdf0e10cSrcweir		</source>
10599cdf0e10cSrcweir	</element>
10600cdf0e10cSrcweir	<!--property::TextBox.Value {Default}-->
10601cdf0e10cSrcweir	<element type="property">
10602cdf0e10cSrcweir		<source id="MSForms.TextBox.Value">
10603cdf0e10cSrcweir			<context kind="class">TextBox</context>
10604cdf0e10cSrcweir			<name default="true">Value</name>
10605cdf0e10cSrcweir			<type>Variant</type>
10606cdf0e10cSrcweir		</source>
10607cdf0e10cSrcweir	</element>
10608cdf0e10cSrcweir	<!--property::TextBox.WordWrap-->
10609cdf0e10cSrcweir	<element type="property">
10610cdf0e10cSrcweir		<source id="MSForms.TextBox.WordWrap">
10611cdf0e10cSrcweir			<context kind="class">TextBox</context>
10612cdf0e10cSrcweir			<name>WordWrap</name>
10613cdf0e10cSrcweir			<type>boolean</type>
10614cdf0e10cSrcweir		</source>
10615cdf0e10cSrcweir	</element>
10616cdf0e10cSrcweir	<!--Class::ToggleButton-->
10617cdf0e10cSrcweir	<element type="class">
10618cdf0e10cSrcweir		<source id="MSForms.ToggleButton">
10619cdf0e10cSrcweir			<name>ToggleButton</name>
10620cdf0e10cSrcweir		</source>
10621cdf0e10cSrcweir		<destination designation="identity" />
10622cdf0e10cSrcweir	</element>
10623cdf0e10cSrcweir	<!--property::ToggleButton.Accelerator-->
10624cdf0e10cSrcweir	<element type="property">
10625cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Accelerator">
10626cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10627cdf0e10cSrcweir			<name>Accelerator</name>
10628cdf0e10cSrcweir			<type>String</type>
10629cdf0e10cSrcweir		</source>
10630cdf0e10cSrcweir	</element>
10631cdf0e10cSrcweir	<!--property::ToggleButton.Alignment-->
10632cdf0e10cSrcweir	<element type="property">
10633cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Alignment">
10634cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10635cdf0e10cSrcweir			<name>Alignment</name>
10636cdf0e10cSrcweir			<type>Integer</type>
10637cdf0e10cSrcweir		</source>
10638cdf0e10cSrcweir	</element>
10639cdf0e10cSrcweir	<!--property::ToggleButton.AutoSize-->
10640cdf0e10cSrcweir	<element type="property">
10641cdf0e10cSrcweir		<source id="MSForms.ToggleButton.AutoSize">
10642cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10643cdf0e10cSrcweir			<name>AutoSize</name>
10644cdf0e10cSrcweir			<type>boolean</type>
10645cdf0e10cSrcweir		</source>
10646cdf0e10cSrcweir	</element>
10647cdf0e10cSrcweir	<!--property::ToggleButton.BackColor-->
10648cdf0e10cSrcweir	<element type="property">
10649cdf0e10cSrcweir		<source id="MSForms.ToggleButton.BackColor">
10650cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10651cdf0e10cSrcweir			<name>BackColor</name>
10652cdf0e10cSrcweir			<type>Integer</type>
10653cdf0e10cSrcweir		</source>
10654cdf0e10cSrcweir	</element>
10655cdf0e10cSrcweir	<!--property::ToggleButton.BackStyle-->
10656cdf0e10cSrcweir	<element type="property">
10657cdf0e10cSrcweir		<source id="MSForms.ToggleButton.BackStyle">
10658cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10659cdf0e10cSrcweir			<name>BackStyle</name>
10660cdf0e10cSrcweir			<type>Integer</type>
10661cdf0e10cSrcweir		</source>
10662cdf0e10cSrcweir	</element>
10663cdf0e10cSrcweir	<!--method::ToggleButton.BeforeDragOver-->
10664cdf0e10cSrcweir	<element type="method">
10665cdf0e10cSrcweir		<source id="MSForms.ToggleButton.BeforeDragOver">
10666cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10667cdf0e10cSrcweir			<name>BeforeDragOver</name>
10668cdf0e10cSrcweir			<type>void</type>
10669cdf0e10cSrcweir			<parameter-list>
10670cdf0e10cSrcweir				<parameter>
10671cdf0e10cSrcweir					<type>ReturnBoolean</type>
10672cdf0e10cSrcweir					<name>Cancel</name>
10673cdf0e10cSrcweir				</parameter>
10674cdf0e10cSrcweir				<parameter>
10675cdf0e10cSrcweir					<type>DataObject</type>
10676cdf0e10cSrcweir					<name>Data</name>
10677cdf0e10cSrcweir				</parameter>
10678cdf0e10cSrcweir				<parameter>
10679cdf0e10cSrcweir					<type>Single</type>
10680cdf0e10cSrcweir					<name>X</name>
10681cdf0e10cSrcweir				</parameter>
10682cdf0e10cSrcweir				<parameter>
10683cdf0e10cSrcweir					<type>Single</type>
10684cdf0e10cSrcweir					<name>Y</name>
10685cdf0e10cSrcweir				</parameter>
10686cdf0e10cSrcweir				<parameter>
10687cdf0e10cSrcweir					<type>Integer</type>
10688cdf0e10cSrcweir					<name>DragState</name>
10689cdf0e10cSrcweir				</parameter>
10690cdf0e10cSrcweir				<parameter>
10691cdf0e10cSrcweir					<type>ReturnEffect</type>
10692cdf0e10cSrcweir					<name>Effect</name>
10693cdf0e10cSrcweir				</parameter>
10694cdf0e10cSrcweir				<parameter>
10695cdf0e10cSrcweir					<type>short</type>
10696cdf0e10cSrcweir					<name>Shift</name>
10697cdf0e10cSrcweir				</parameter>
10698cdf0e10cSrcweir			</parameter-list>
10699cdf0e10cSrcweir		</source>
10700cdf0e10cSrcweir	</element>
10701cdf0e10cSrcweir	<!--method::ToggleButton.BeforeDropOrPaste-->
10702cdf0e10cSrcweir	<element type="method">
10703cdf0e10cSrcweir		<source id="MSForms.ToggleButton.BeforeDropOrPaste">
10704cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10705cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
10706cdf0e10cSrcweir			<type>void</type>
10707cdf0e10cSrcweir			<parameter-list>
10708cdf0e10cSrcweir				<parameter>
10709cdf0e10cSrcweir					<type>ReturnBoolean</type>
10710cdf0e10cSrcweir					<name>Cancel</name>
10711cdf0e10cSrcweir				</parameter>
10712cdf0e10cSrcweir				<parameter>
10713cdf0e10cSrcweir					<type>Integer</type>
10714cdf0e10cSrcweir					<name>Action</name>
10715cdf0e10cSrcweir				</parameter>
10716cdf0e10cSrcweir				<parameter>
10717cdf0e10cSrcweir					<type>DataObject</type>
10718cdf0e10cSrcweir					<name>Data</name>
10719cdf0e10cSrcweir				</parameter>
10720cdf0e10cSrcweir				<parameter>
10721cdf0e10cSrcweir					<type>Single</type>
10722cdf0e10cSrcweir					<name>X</name>
10723cdf0e10cSrcweir				</parameter>
10724cdf0e10cSrcweir				<parameter>
10725cdf0e10cSrcweir					<type>Single</type>
10726cdf0e10cSrcweir					<name>Y</name>
10727cdf0e10cSrcweir				</parameter>
10728cdf0e10cSrcweir				<parameter>
10729cdf0e10cSrcweir					<type>ReturnEffect</type>
10730cdf0e10cSrcweir					<name>Effect</name>
10731cdf0e10cSrcweir				</parameter>
10732cdf0e10cSrcweir				<parameter>
10733cdf0e10cSrcweir					<type>short</type>
10734cdf0e10cSrcweir					<name>Shift</name>
10735cdf0e10cSrcweir				</parameter>
10736cdf0e10cSrcweir			</parameter-list>
10737cdf0e10cSrcweir		</source>
10738cdf0e10cSrcweir	</element>
10739cdf0e10cSrcweir	<!--property::ToggleButton.BordersSuppress-->
10740cdf0e10cSrcweir	<element type="property">
10741cdf0e10cSrcweir		<source id="MSForms.ToggleButton.BordersSuppress">
10742cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10743cdf0e10cSrcweir			<name>BordersSuppress</name>
10744cdf0e10cSrcweir			<type>boolean</type>
10745cdf0e10cSrcweir		</source>
10746cdf0e10cSrcweir	</element>
10747cdf0e10cSrcweir	<!--property::ToggleButton.Caption-->
10748cdf0e10cSrcweir	<element type="property">
10749cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Caption">
10750cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10751cdf0e10cSrcweir			<name>Caption</name>
10752cdf0e10cSrcweir			<type>String</type>
10753cdf0e10cSrcweir		</source>
10754cdf0e10cSrcweir	</element>
10755cdf0e10cSrcweir	<!--method::ToggleButton.Change-->
10756cdf0e10cSrcweir	<element type="method">
10757cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Change">
10758cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10759cdf0e10cSrcweir			<name>Change</name>
10760cdf0e10cSrcweir			<type>void</type>
10761cdf0e10cSrcweir		</source>
10762cdf0e10cSrcweir	</element>
10763cdf0e10cSrcweir	<!--method::ToggleButton.Click-->
10764cdf0e10cSrcweir	<element type="method">
10765cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Click">
10766cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10767cdf0e10cSrcweir			<name>Click</name>
10768cdf0e10cSrcweir			<type>void</type>
10769cdf0e10cSrcweir		</source>
10770cdf0e10cSrcweir	</element>
10771cdf0e10cSrcweir	<!--method::ToggleButton.DblClick-->
10772cdf0e10cSrcweir	<element type="method">
10773cdf0e10cSrcweir		<source id="MSForms.ToggleButton.DblClick">
10774cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10775cdf0e10cSrcweir			<name>DblClick</name>
10776cdf0e10cSrcweir			<type>void</type>
10777cdf0e10cSrcweir			<parameter-list>
10778cdf0e10cSrcweir				<parameter>
10779cdf0e10cSrcweir					<type>ReturnBoolean</type>
10780cdf0e10cSrcweir					<name>Cancel</name>
10781cdf0e10cSrcweir				</parameter>
10782cdf0e10cSrcweir			</parameter-list>
10783cdf0e10cSrcweir		</source>
10784cdf0e10cSrcweir	</element>
10785cdf0e10cSrcweir	<!--property::ToggleButton.DisplayStyle {ReadOnly}-->
10786cdf0e10cSrcweir	<element type="property">
10787cdf0e10cSrcweir		<source id="MSForms.ToggleButton.DisplayStyle">
10788cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10789cdf0e10cSrcweir			<name>DisplayStyle</name>
10790cdf0e10cSrcweir			<type>Integer</type>
10791cdf0e10cSrcweir		</source>
10792cdf0e10cSrcweir	</element>
10793cdf0e10cSrcweir	<!--property::ToggleButton.Enabled-->
10794cdf0e10cSrcweir	<element type="property">
10795cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Enabled">
10796cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10797cdf0e10cSrcweir			<name>Enabled</name>
10798cdf0e10cSrcweir			<type>boolean</type>
10799cdf0e10cSrcweir		</source>
10800cdf0e10cSrcweir	</element>
10801cdf0e10cSrcweir	<!--method::ToggleButton.Error-->
10802cdf0e10cSrcweir	<element type="method">
10803cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Error">
10804cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10805cdf0e10cSrcweir			<name>Error</name>
10806cdf0e10cSrcweir			<type>void</type>
10807cdf0e10cSrcweir			<parameter-list>
10808cdf0e10cSrcweir				<parameter>
10809cdf0e10cSrcweir					<type>short</type>
10810cdf0e10cSrcweir					<name>Number</name>
10811cdf0e10cSrcweir				</parameter>
10812cdf0e10cSrcweir				<parameter>
10813cdf0e10cSrcweir					<type>ReturnString</type>
10814cdf0e10cSrcweir					<name>Description</name>
10815cdf0e10cSrcweir				</parameter>
10816cdf0e10cSrcweir				<parameter>
10817cdf0e10cSrcweir					<type>Integer</type>
10818cdf0e10cSrcweir					<name>SCode</name>
10819cdf0e10cSrcweir				</parameter>
10820cdf0e10cSrcweir				<parameter>
10821cdf0e10cSrcweir					<type>String</type>
10822cdf0e10cSrcweir					<name>Source</name>
10823cdf0e10cSrcweir				</parameter>
10824cdf0e10cSrcweir				<parameter>
10825cdf0e10cSrcweir					<type>String</type>
10826cdf0e10cSrcweir					<name>HelpFile</name>
10827cdf0e10cSrcweir				</parameter>
10828cdf0e10cSrcweir				<parameter>
10829cdf0e10cSrcweir					<type>Integer</type>
10830cdf0e10cSrcweir					<name>HelpContext</name>
10831cdf0e10cSrcweir				</parameter>
10832cdf0e10cSrcweir				<parameter>
10833cdf0e10cSrcweir					<type>ReturnBoolean</type>
10834cdf0e10cSrcweir					<name>CancelDisplay</name>
10835cdf0e10cSrcweir				</parameter>
10836cdf0e10cSrcweir			</parameter-list>
10837cdf0e10cSrcweir		</source>
10838cdf0e10cSrcweir	</element>
10839cdf0e10cSrcweir	<!--property::ToggleButton.Font {ReadOnly}-->
10840cdf0e10cSrcweir	<element type="property">
10841cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Font">
10842cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10843cdf0e10cSrcweir			<name>Font</name>
10844cdf0e10cSrcweir			<type>Font</type>
10845cdf0e10cSrcweir		</source>
10846cdf0e10cSrcweir	</element>
10847cdf0e10cSrcweir	<!--property::ToggleButton.FontBold-->
10848cdf0e10cSrcweir	<element type="property">
10849cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontBold">
10850cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10851cdf0e10cSrcweir			<name>FontBold</name>
10852cdf0e10cSrcweir			<type>boolean</type>
10853cdf0e10cSrcweir		</source>
10854cdf0e10cSrcweir	</element>
10855cdf0e10cSrcweir	<!--property::ToggleButton.FontItalic-->
10856cdf0e10cSrcweir	<element type="property">
10857cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontItalic">
10858cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10859cdf0e10cSrcweir			<name>FontItalic</name>
10860cdf0e10cSrcweir			<type>boolean</type>
10861cdf0e10cSrcweir		</source>
10862cdf0e10cSrcweir	</element>
10863cdf0e10cSrcweir	<!--property::ToggleButton.FontName-->
10864cdf0e10cSrcweir	<element type="property">
10865cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontName">
10866cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10867cdf0e10cSrcweir			<name>FontName</name>
10868cdf0e10cSrcweir			<type>String</type>
10869cdf0e10cSrcweir		</source>
10870cdf0e10cSrcweir	</element>
10871cdf0e10cSrcweir	<!--property::ToggleButton.FontSize-->
10872cdf0e10cSrcweir	<element type="property">
10873cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontSize">
10874cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10875cdf0e10cSrcweir			<name>FontSize</name>
10876cdf0e10cSrcweir			<type>VT_CY</type>
10877cdf0e10cSrcweir		</source>
10878cdf0e10cSrcweir	</element>
10879cdf0e10cSrcweir	<!--property::ToggleButton.FontStrikethru-->
10880cdf0e10cSrcweir	<element type="property">
10881cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontStrikethru">
10882cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10883cdf0e10cSrcweir			<name>FontStrikethru</name>
10884cdf0e10cSrcweir			<type>boolean</type>
10885cdf0e10cSrcweir		</source>
10886cdf0e10cSrcweir	</element>
10887cdf0e10cSrcweir	<!--property::ToggleButton.FontUnderline-->
10888cdf0e10cSrcweir	<element type="property">
10889cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontUnderline">
10890cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10891cdf0e10cSrcweir			<name>FontUnderline</name>
10892cdf0e10cSrcweir			<type>boolean</type>
10893cdf0e10cSrcweir		</source>
10894cdf0e10cSrcweir	</element>
10895cdf0e10cSrcweir	<!--property::ToggleButton.FontWeight-->
10896cdf0e10cSrcweir	<element type="property">
10897cdf0e10cSrcweir		<source id="MSForms.ToggleButton.FontWeight">
10898cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10899cdf0e10cSrcweir			<name>FontWeight</name>
10900cdf0e10cSrcweir			<type>short</type>
10901cdf0e10cSrcweir		</source>
10902cdf0e10cSrcweir	</element>
10903cdf0e10cSrcweir	<!--property::ToggleButton.ForeColor-->
10904cdf0e10cSrcweir	<element type="property">
10905cdf0e10cSrcweir		<source id="MSForms.ToggleButton.ForeColor">
10906cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10907cdf0e10cSrcweir			<name>ForeColor</name>
10908cdf0e10cSrcweir			<type>Integer</type>
10909cdf0e10cSrcweir		</source>
10910cdf0e10cSrcweir	</element>
10911cdf0e10cSrcweir	<!--property::ToggleButton.GroupName-->
10912cdf0e10cSrcweir	<element type="property">
10913cdf0e10cSrcweir		<source id="MSForms.ToggleButton.GroupName">
10914cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10915cdf0e10cSrcweir			<name>GroupName</name>
10916cdf0e10cSrcweir			<type>String</type>
10917cdf0e10cSrcweir		</source>
10918cdf0e10cSrcweir	</element>
10919cdf0e10cSrcweir	<!--method::ToggleButton.KeyDown-->
10920cdf0e10cSrcweir	<element type="method">
10921cdf0e10cSrcweir		<source id="MSForms.ToggleButton.KeyDown">
10922cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10923cdf0e10cSrcweir			<name>KeyDown</name>
10924cdf0e10cSrcweir			<type>void</type>
10925cdf0e10cSrcweir			<parameter-list>
10926cdf0e10cSrcweir				<parameter>
10927cdf0e10cSrcweir					<type>ReturnInteger</type>
10928cdf0e10cSrcweir					<name>KeyCode</name>
10929cdf0e10cSrcweir				</parameter>
10930cdf0e10cSrcweir				<parameter>
10931cdf0e10cSrcweir					<type>short</type>
10932cdf0e10cSrcweir					<name>Shift</name>
10933cdf0e10cSrcweir				</parameter>
10934cdf0e10cSrcweir			</parameter-list>
10935cdf0e10cSrcweir		</source>
10936cdf0e10cSrcweir	</element>
10937cdf0e10cSrcweir	<!--method::ToggleButton.KeyPress-->
10938cdf0e10cSrcweir	<element type="method">
10939cdf0e10cSrcweir		<source id="MSForms.ToggleButton.KeyPress">
10940cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10941cdf0e10cSrcweir			<name>KeyPress</name>
10942cdf0e10cSrcweir			<type>void</type>
10943cdf0e10cSrcweir			<parameter-list>
10944cdf0e10cSrcweir				<parameter>
10945cdf0e10cSrcweir					<type>ReturnInteger</type>
10946cdf0e10cSrcweir					<name>KeyAscii</name>
10947cdf0e10cSrcweir				</parameter>
10948cdf0e10cSrcweir			</parameter-list>
10949cdf0e10cSrcweir		</source>
10950cdf0e10cSrcweir	</element>
10951cdf0e10cSrcweir	<!--method::ToggleButton.KeyUp-->
10952cdf0e10cSrcweir	<element type="method">
10953cdf0e10cSrcweir		<source id="MSForms.ToggleButton.KeyUp">
10954cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10955cdf0e10cSrcweir			<name>KeyUp</name>
10956cdf0e10cSrcweir			<type>void</type>
10957cdf0e10cSrcweir			<parameter-list>
10958cdf0e10cSrcweir				<parameter>
10959cdf0e10cSrcweir					<type>ReturnInteger</type>
10960cdf0e10cSrcweir					<name>KeyCode</name>
10961cdf0e10cSrcweir				</parameter>
10962cdf0e10cSrcweir				<parameter>
10963cdf0e10cSrcweir					<type>short</type>
10964cdf0e10cSrcweir					<name>Shift</name>
10965cdf0e10cSrcweir				</parameter>
10966cdf0e10cSrcweir			</parameter-list>
10967cdf0e10cSrcweir		</source>
10968cdf0e10cSrcweir	</element>
10969cdf0e10cSrcweir	<!--property::ToggleButton.Locked-->
10970cdf0e10cSrcweir	<element type="property">
10971cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Locked">
10972cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10973cdf0e10cSrcweir			<name>Locked</name>
10974cdf0e10cSrcweir			<type>boolean</type>
10975cdf0e10cSrcweir		</source>
10976cdf0e10cSrcweir	</element>
10977cdf0e10cSrcweir	<!--method::ToggleButton.MouseDown-->
10978cdf0e10cSrcweir	<element type="method">
10979cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MouseDown">
10980cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
10981cdf0e10cSrcweir			<name>MouseDown</name>
10982cdf0e10cSrcweir			<type>void</type>
10983cdf0e10cSrcweir			<parameter-list>
10984cdf0e10cSrcweir				<parameter>
10985cdf0e10cSrcweir					<type>short</type>
10986cdf0e10cSrcweir					<name>Button</name>
10987cdf0e10cSrcweir				</parameter>
10988cdf0e10cSrcweir				<parameter>
10989cdf0e10cSrcweir					<type>short</type>
10990cdf0e10cSrcweir					<name>Shift</name>
10991cdf0e10cSrcweir				</parameter>
10992cdf0e10cSrcweir				<parameter>
10993cdf0e10cSrcweir					<type>Single</type>
10994cdf0e10cSrcweir					<name>X</name>
10995cdf0e10cSrcweir				</parameter>
10996cdf0e10cSrcweir				<parameter>
10997cdf0e10cSrcweir					<type>Single</type>
10998cdf0e10cSrcweir					<name>Y</name>
10999cdf0e10cSrcweir				</parameter>
11000cdf0e10cSrcweir			</parameter-list>
11001cdf0e10cSrcweir		</source>
11002cdf0e10cSrcweir	</element>
11003cdf0e10cSrcweir	<!--property::ToggleButton.MouseIcon-->
11004cdf0e10cSrcweir	<element type="property">
11005cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MouseIcon">
11006cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11007cdf0e10cSrcweir			<name>MouseIcon</name>
11008cdf0e10cSrcweir			<type>Picture</type>
11009cdf0e10cSrcweir		</source>
11010cdf0e10cSrcweir	</element>
11011cdf0e10cSrcweir	<!--method::ToggleButton.MouseMove-->
11012cdf0e10cSrcweir	<element type="method">
11013cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MouseMove">
11014cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11015cdf0e10cSrcweir			<name>MouseMove</name>
11016cdf0e10cSrcweir			<type>void</type>
11017cdf0e10cSrcweir			<parameter-list>
11018cdf0e10cSrcweir				<parameter>
11019cdf0e10cSrcweir					<type>short</type>
11020cdf0e10cSrcweir					<name>Button</name>
11021cdf0e10cSrcweir				</parameter>
11022cdf0e10cSrcweir				<parameter>
11023cdf0e10cSrcweir					<type>short</type>
11024cdf0e10cSrcweir					<name>Shift</name>
11025cdf0e10cSrcweir				</parameter>
11026cdf0e10cSrcweir				<parameter>
11027cdf0e10cSrcweir					<type>Single</type>
11028cdf0e10cSrcweir					<name>X</name>
11029cdf0e10cSrcweir				</parameter>
11030cdf0e10cSrcweir				<parameter>
11031cdf0e10cSrcweir					<type>Single</type>
11032cdf0e10cSrcweir					<name>Y</name>
11033cdf0e10cSrcweir				</parameter>
11034cdf0e10cSrcweir			</parameter-list>
11035cdf0e10cSrcweir		</source>
11036cdf0e10cSrcweir	</element>
11037cdf0e10cSrcweir	<!--property::ToggleButton.MousePointer-->
11038cdf0e10cSrcweir	<element type="property">
11039cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MousePointer">
11040cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11041cdf0e10cSrcweir			<name>MousePointer</name>
11042cdf0e10cSrcweir			<type>Integer</type>
11043cdf0e10cSrcweir		</source>
11044cdf0e10cSrcweir	</element>
11045cdf0e10cSrcweir	<!--method::ToggleButton.MouseUp-->
11046cdf0e10cSrcweir	<element type="method">
11047cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MouseUp">
11048cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11049cdf0e10cSrcweir			<name>MouseUp</name>
11050cdf0e10cSrcweir			<type>void</type>
11051cdf0e10cSrcweir			<parameter-list>
11052cdf0e10cSrcweir				<parameter>
11053cdf0e10cSrcweir					<type>short</type>
11054cdf0e10cSrcweir					<name>Button</name>
11055cdf0e10cSrcweir				</parameter>
11056cdf0e10cSrcweir				<parameter>
11057cdf0e10cSrcweir					<type>short</type>
11058cdf0e10cSrcweir					<name>Shift</name>
11059cdf0e10cSrcweir				</parameter>
11060cdf0e10cSrcweir				<parameter>
11061cdf0e10cSrcweir					<type>Single</type>
11062cdf0e10cSrcweir					<name>X</name>
11063cdf0e10cSrcweir				</parameter>
11064cdf0e10cSrcweir				<parameter>
11065cdf0e10cSrcweir					<type>Single</type>
11066cdf0e10cSrcweir					<name>Y</name>
11067cdf0e10cSrcweir				</parameter>
11068cdf0e10cSrcweir			</parameter-list>
11069cdf0e10cSrcweir		</source>
11070cdf0e10cSrcweir	</element>
11071cdf0e10cSrcweir	<!--property::ToggleButton.MultiSelect-->
11072cdf0e10cSrcweir	<element type="property">
11073cdf0e10cSrcweir		<source id="MSForms.ToggleButton.MultiSelect">
11074cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11075cdf0e10cSrcweir			<name>MultiSelect</name>
11076cdf0e10cSrcweir			<type>Integer</type>
11077cdf0e10cSrcweir		</source>
11078cdf0e10cSrcweir	</element>
11079cdf0e10cSrcweir	<!--property::ToggleButton.Picture-->
11080cdf0e10cSrcweir	<element type="property">
11081cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Picture">
11082cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11083cdf0e10cSrcweir			<name>Picture</name>
11084cdf0e10cSrcweir			<type>Picture</type>
11085cdf0e10cSrcweir		</source>
11086cdf0e10cSrcweir	</element>
11087cdf0e10cSrcweir	<!--property::ToggleButton.PicturePosition-->
11088cdf0e10cSrcweir	<element type="property">
11089cdf0e10cSrcweir		<source id="MSForms.ToggleButton.PicturePosition">
11090cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11091cdf0e10cSrcweir			<name>PicturePosition</name>
11092cdf0e10cSrcweir			<type>Integer</type>
11093cdf0e10cSrcweir		</source>
11094cdf0e10cSrcweir	</element>
11095cdf0e10cSrcweir	<!--property::ToggleButton.SpecialEffect-->
11096cdf0e10cSrcweir	<element type="property">
11097cdf0e10cSrcweir		<source id="MSForms.ToggleButton.SpecialEffect">
11098cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11099cdf0e10cSrcweir			<name>SpecialEffect</name>
11100cdf0e10cSrcweir			<type>Integer</type>
11101cdf0e10cSrcweir		</source>
11102cdf0e10cSrcweir	</element>
11103cdf0e10cSrcweir	<!--property::ToggleButton.TextAlign-->
11104cdf0e10cSrcweir	<element type="property">
11105cdf0e10cSrcweir		<source id="MSForms.ToggleButton.TextAlign">
11106cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11107cdf0e10cSrcweir			<name>TextAlign</name>
11108cdf0e10cSrcweir			<type>Integer</type>
11109cdf0e10cSrcweir		</source>
11110cdf0e10cSrcweir	</element>
11111cdf0e10cSrcweir	<!--property::ToggleButton.TripleState-->
11112cdf0e10cSrcweir	<element type="property">
11113cdf0e10cSrcweir		<source id="MSForms.ToggleButton.TripleState">
11114cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11115cdf0e10cSrcweir			<name>TripleState</name>
11116cdf0e10cSrcweir			<type>boolean</type>
11117cdf0e10cSrcweir		</source>
11118cdf0e10cSrcweir	</element>
11119cdf0e10cSrcweir	<!--property::ToggleButton.Valid {ReadOnly}-->
11120cdf0e10cSrcweir	<element type="property">
11121cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Valid">
11122cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11123cdf0e10cSrcweir			<name>Valid</name>
11124cdf0e10cSrcweir			<type>boolean</type>
11125cdf0e10cSrcweir		</source>
11126cdf0e10cSrcweir	</element>
11127cdf0e10cSrcweir	<!--property::ToggleButton.Value {Default}-->
11128cdf0e10cSrcweir	<element type="property">
11129cdf0e10cSrcweir		<source id="MSForms.ToggleButton.Value">
11130cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11131cdf0e10cSrcweir			<name default="true">Value</name>
11132cdf0e10cSrcweir			<type>Variant</type>
11133cdf0e10cSrcweir		</source>
11134cdf0e10cSrcweir	</element>
11135cdf0e10cSrcweir	<!--property::ToggleButton.WordWrap-->
11136cdf0e10cSrcweir	<element type="property">
11137cdf0e10cSrcweir		<source id="MSForms.ToggleButton.WordWrap">
11138cdf0e10cSrcweir			<context kind="class">ToggleButton</context>
11139cdf0e10cSrcweir			<name>WordWrap</name>
11140cdf0e10cSrcweir			<type>boolean</type>
11141cdf0e10cSrcweir		</source>
11142cdf0e10cSrcweir	</element>
11143cdf0e10cSrcweir	<!--Class::UserForm-->
11144cdf0e10cSrcweir	<element type="class">
11145cdf0e10cSrcweir		<source id="MSForms.UserForm">
11146cdf0e10cSrcweir			<name>UserForm</name>
11147cdf0e10cSrcweir		</source>
11148cdf0e10cSrcweir		<destination designation="identity" />
11149cdf0e10cSrcweir	</element>
11150cdf0e10cSrcweir	<!--property::UserForm.ActiveControl {ReadOnly}-->
11151cdf0e10cSrcweir	<element type="property">
11152cdf0e10cSrcweir		<source id="MSForms.UserForm.ActiveControl">
11153cdf0e10cSrcweir			<context kind="class">UserForm</context>
11154cdf0e10cSrcweir			<name>ActiveControl</name>
11155cdf0e10cSrcweir			<type>Control</type>
11156cdf0e10cSrcweir		</source>
11157cdf0e10cSrcweir	</element>
11158cdf0e10cSrcweir	<!--method::UserForm.AddControl-->
11159cdf0e10cSrcweir	<element type="method">
11160cdf0e10cSrcweir		<source id="MSForms.UserForm.AddControl">
11161cdf0e10cSrcweir			<context kind="class">UserForm</context>
11162cdf0e10cSrcweir			<name>AddControl</name>
11163cdf0e10cSrcweir			<type>void</type>
11164cdf0e10cSrcweir			<parameter-list>
11165cdf0e10cSrcweir				<parameter>
11166cdf0e10cSrcweir					<type>Control</type>
11167cdf0e10cSrcweir					<name>Control</name>
11168cdf0e10cSrcweir				</parameter>
11169cdf0e10cSrcweir			</parameter-list>
11170cdf0e10cSrcweir		</source>
11171cdf0e10cSrcweir	</element>
11172cdf0e10cSrcweir	<!--property::UserForm.BackColor-->
11173cdf0e10cSrcweir	<element type="property">
11174cdf0e10cSrcweir		<source id="MSForms.UserForm.BackColor">
11175cdf0e10cSrcweir			<context kind="class">UserForm</context>
11176cdf0e10cSrcweir			<name>BackColor</name>
11177cdf0e10cSrcweir			<type>Integer</type>
11178cdf0e10cSrcweir		</source>
11179cdf0e10cSrcweir	</element>
11180cdf0e10cSrcweir	<!--method::UserForm.BeforeDragOver-->
11181cdf0e10cSrcweir	<element type="method">
11182cdf0e10cSrcweir		<source id="MSForms.UserForm.BeforeDragOver">
11183cdf0e10cSrcweir			<context kind="class">UserForm</context>
11184cdf0e10cSrcweir			<name>BeforeDragOver</name>
11185cdf0e10cSrcweir			<type>void</type>
11186cdf0e10cSrcweir			<parameter-list>
11187cdf0e10cSrcweir				<parameter>
11188cdf0e10cSrcweir					<type>ReturnBoolean</type>
11189cdf0e10cSrcweir					<name>Cancel</name>
11190cdf0e10cSrcweir				</parameter>
11191cdf0e10cSrcweir				<parameter>
11192cdf0e10cSrcweir					<type>Control</type>
11193cdf0e10cSrcweir					<name>Control</name>
11194cdf0e10cSrcweir				</parameter>
11195cdf0e10cSrcweir				<parameter>
11196cdf0e10cSrcweir					<type>DataObject</type>
11197cdf0e10cSrcweir					<name>Data</name>
11198cdf0e10cSrcweir				</parameter>
11199cdf0e10cSrcweir				<parameter>
11200cdf0e10cSrcweir					<type>Single</type>
11201cdf0e10cSrcweir					<name>X</name>
11202cdf0e10cSrcweir				</parameter>
11203cdf0e10cSrcweir				<parameter>
11204cdf0e10cSrcweir					<type>Single</type>
11205cdf0e10cSrcweir					<name>Y</name>
11206cdf0e10cSrcweir				</parameter>
11207cdf0e10cSrcweir				<parameter>
11208cdf0e10cSrcweir					<type>Integer</type>
11209cdf0e10cSrcweir					<name>State</name>
11210cdf0e10cSrcweir				</parameter>
11211cdf0e10cSrcweir				<parameter>
11212cdf0e10cSrcweir					<type>ReturnEffect</type>
11213cdf0e10cSrcweir					<name>Effect</name>
11214cdf0e10cSrcweir				</parameter>
11215cdf0e10cSrcweir				<parameter>
11216cdf0e10cSrcweir					<type>short</type>
11217cdf0e10cSrcweir					<name>Shift</name>
11218cdf0e10cSrcweir				</parameter>
11219cdf0e10cSrcweir			</parameter-list>
11220cdf0e10cSrcweir		</source>
11221cdf0e10cSrcweir	</element>
11222cdf0e10cSrcweir	<!--method::UserForm.BeforeDropOrPaste-->
11223cdf0e10cSrcweir	<element type="method">
11224cdf0e10cSrcweir		<source id="MSForms.UserForm.BeforeDropOrPaste">
11225cdf0e10cSrcweir			<context kind="class">UserForm</context>
11226cdf0e10cSrcweir			<name>BeforeDropOrPaste</name>
11227cdf0e10cSrcweir			<type>void</type>
11228cdf0e10cSrcweir			<parameter-list>
11229cdf0e10cSrcweir				<parameter>
11230cdf0e10cSrcweir					<type>ReturnBoolean</type>
11231cdf0e10cSrcweir					<name>Cancel</name>
11232cdf0e10cSrcweir				</parameter>
11233cdf0e10cSrcweir				<parameter>
11234cdf0e10cSrcweir					<type>Control</type>
11235cdf0e10cSrcweir					<name>Control</name>
11236cdf0e10cSrcweir				</parameter>
11237cdf0e10cSrcweir				<parameter>
11238cdf0e10cSrcweir					<type>Integer</type>
11239cdf0e10cSrcweir					<name>Action</name>
11240cdf0e10cSrcweir				</parameter>
11241cdf0e10cSrcweir				<parameter>
11242cdf0e10cSrcweir					<type>DataObject</type>
11243cdf0e10cSrcweir					<name>Data</name>
11244cdf0e10cSrcweir				</parameter>
11245cdf0e10cSrcweir				<parameter>
11246cdf0e10cSrcweir					<type>Single</type>
11247cdf0e10cSrcweir					<name>X</name>
11248cdf0e10cSrcweir				</parameter>
11249cdf0e10cSrcweir				<parameter>
11250cdf0e10cSrcweir					<type>Single</type>
11251cdf0e10cSrcweir					<name>Y</name>
11252cdf0e10cSrcweir				</parameter>
11253cdf0e10cSrcweir				<parameter>
11254cdf0e10cSrcweir					<type>ReturnEffect</type>
11255cdf0e10cSrcweir					<name>Effect</name>
11256cdf0e10cSrcweir				</parameter>
11257cdf0e10cSrcweir				<parameter>
11258cdf0e10cSrcweir					<type>short</type>
11259cdf0e10cSrcweir					<name>Shift</name>
11260cdf0e10cSrcweir				</parameter>
11261cdf0e10cSrcweir			</parameter-list>
11262cdf0e10cSrcweir		</source>
11263cdf0e10cSrcweir	</element>
11264cdf0e10cSrcweir	<!--property::UserForm.BorderColor-->
11265cdf0e10cSrcweir	<element type="property">
11266cdf0e10cSrcweir		<source id="MSForms.UserForm.BorderColor">
11267cdf0e10cSrcweir			<context kind="class">UserForm</context>
11268cdf0e10cSrcweir			<name>BorderColor</name>
11269cdf0e10cSrcweir			<type>Integer</type>
11270cdf0e10cSrcweir		</source>
11271cdf0e10cSrcweir	</element>
11272cdf0e10cSrcweir	<!--property::UserForm.BorderStyle-->
11273cdf0e10cSrcweir	<element type="property">
11274cdf0e10cSrcweir		<source id="MSForms.UserForm.BorderStyle">
11275cdf0e10cSrcweir			<context kind="class">UserForm</context>
11276cdf0e10cSrcweir			<name>BorderStyle</name>
11277cdf0e10cSrcweir			<type>Integer</type>
11278cdf0e10cSrcweir		</source>
11279cdf0e10cSrcweir	</element>
11280cdf0e10cSrcweir	<!--property::UserForm.CanPaste {ReadOnly}-->
11281cdf0e10cSrcweir	<element type="property">
11282cdf0e10cSrcweir		<source id="MSForms.UserForm.CanPaste">
11283cdf0e10cSrcweir			<context kind="class">UserForm</context>
11284cdf0e10cSrcweir			<name>CanPaste</name>
11285cdf0e10cSrcweir			<type>boolean</type>
11286cdf0e10cSrcweir		</source>
11287cdf0e10cSrcweir	</element>
11288cdf0e10cSrcweir	<!--property::UserForm.CanRedo {ReadOnly}-->
11289cdf0e10cSrcweir	<element type="property">
11290cdf0e10cSrcweir		<source id="MSForms.UserForm.CanRedo">
11291cdf0e10cSrcweir			<context kind="class">UserForm</context>
11292cdf0e10cSrcweir			<name>CanRedo</name>
11293cdf0e10cSrcweir			<type>boolean</type>
11294cdf0e10cSrcweir		</source>
11295cdf0e10cSrcweir	</element>
11296cdf0e10cSrcweir	<!--property::UserForm.CanUndo {ReadOnly}-->
11297cdf0e10cSrcweir	<element type="property">
11298cdf0e10cSrcweir		<source id="MSForms.UserForm.CanUndo">
11299cdf0e10cSrcweir			<context kind="class">UserForm</context>
11300cdf0e10cSrcweir			<name>CanUndo</name>
11301cdf0e10cSrcweir			<type>boolean</type>
11302cdf0e10cSrcweir		</source>
11303cdf0e10cSrcweir	</element>
11304cdf0e10cSrcweir	<!--property::UserForm.Caption-->
11305cdf0e10cSrcweir	<element type="property">
11306cdf0e10cSrcweir		<source id="MSForms.UserForm.Caption">
11307cdf0e10cSrcweir			<context kind="class">UserForm</context>
11308cdf0e10cSrcweir			<name>Caption</name>
11309cdf0e10cSrcweir			<type>String</type>
11310cdf0e10cSrcweir		</source>
11311cdf0e10cSrcweir	</element>
11312cdf0e10cSrcweir	<!--method::UserForm.Click-->
11313cdf0e10cSrcweir	<element type="method">
11314cdf0e10cSrcweir		<source id="MSForms.UserForm.Click">
11315cdf0e10cSrcweir			<context kind="class">UserForm</context>
11316cdf0e10cSrcweir			<name>Click</name>
11317cdf0e10cSrcweir			<type>void</type>
11318cdf0e10cSrcweir		</source>
11319cdf0e10cSrcweir	</element>
11320cdf0e10cSrcweir	<!--property::UserForm.Controls {Default} {ReadOnly}-->
11321cdf0e10cSrcweir	<element type="property">
11322cdf0e10cSrcweir		<source id="MSForms.UserForm.Controls">
11323cdf0e10cSrcweir			<context kind="class">UserForm</context>
11324cdf0e10cSrcweir			<name default="true">Controls</name>
11325cdf0e10cSrcweir			<type>Controls</type>
11326cdf0e10cSrcweir		</source>
11327cdf0e10cSrcweir	</element>
11328cdf0e10cSrcweir	<!--method::UserForm.Copy-->
11329cdf0e10cSrcweir	<element type="method">
11330cdf0e10cSrcweir		<source id="MSForms.UserForm.Copy">
11331cdf0e10cSrcweir			<context kind="class">UserForm</context>
11332cdf0e10cSrcweir			<name>Copy</name>
11333cdf0e10cSrcweir			<type>void</type>
11334cdf0e10cSrcweir		</source>
11335cdf0e10cSrcweir	</element>
11336cdf0e10cSrcweir	<!--method::UserForm.Cut-->
11337cdf0e10cSrcweir	<element type="method">
11338cdf0e10cSrcweir		<source id="MSForms.UserForm.Cut">
11339cdf0e10cSrcweir			<context kind="class">UserForm</context>
11340cdf0e10cSrcweir			<name>Cut</name>
11341cdf0e10cSrcweir			<type>void</type>
11342cdf0e10cSrcweir		</source>
11343cdf0e10cSrcweir	</element>
11344cdf0e10cSrcweir	<!--property::UserForm.Cycle-->
11345cdf0e10cSrcweir	<element type="property">
11346cdf0e10cSrcweir		<source id="MSForms.UserForm.Cycle">
11347cdf0e10cSrcweir			<context kind="class">UserForm</context>
11348cdf0e10cSrcweir			<name>Cycle</name>
11349cdf0e10cSrcweir			<type>Integer</type>
11350cdf0e10cSrcweir		</source>
11351cdf0e10cSrcweir	</element>
11352cdf0e10cSrcweir	<!--method::UserForm.DblClick-->
11353cdf0e10cSrcweir	<element type="method">
11354cdf0e10cSrcweir		<source id="MSForms.UserForm.DblClick">
11355cdf0e10cSrcweir			<context kind="class">UserForm</context>
11356cdf0e10cSrcweir			<name>DblClick</name>
11357cdf0e10cSrcweir			<type>void</type>
11358cdf0e10cSrcweir			<parameter-list>
11359cdf0e10cSrcweir				<parameter>
11360cdf0e10cSrcweir					<type>ReturnBoolean</type>
11361cdf0e10cSrcweir					<name>Cancel</name>
11362cdf0e10cSrcweir				</parameter>
11363cdf0e10cSrcweir			</parameter-list>
11364cdf0e10cSrcweir		</source>
11365cdf0e10cSrcweir	</element>
11366cdf0e10cSrcweir	<!--property::UserForm.DesignMode-->
11367cdf0e10cSrcweir	<element type="property">
11368cdf0e10cSrcweir		<source id="MSForms.UserForm.DesignMode">
11369cdf0e10cSrcweir			<context kind="class">UserForm</context>
11370cdf0e10cSrcweir			<name>DesignMode</name>
11371cdf0e10cSrcweir			<type>Integer</type>
11372cdf0e10cSrcweir		</source>
11373cdf0e10cSrcweir	</element>
11374cdf0e10cSrcweir	<!--property::UserForm.DrawBuffer-->
11375cdf0e10cSrcweir	<element type="property">
11376cdf0e10cSrcweir		<source id="MSForms.UserForm.DrawBuffer">
11377cdf0e10cSrcweir			<context kind="class">UserForm</context>
11378cdf0e10cSrcweir			<name>DrawBuffer</name>
11379cdf0e10cSrcweir			<type>Integer</type>
11380cdf0e10cSrcweir		</source>
11381cdf0e10cSrcweir	</element>
11382cdf0e10cSrcweir	<!--property::UserForm.Enabled-->
11383cdf0e10cSrcweir	<element type="property">
11384cdf0e10cSrcweir		<source id="MSForms.UserForm.Enabled">
11385cdf0e10cSrcweir			<context kind="class">UserForm</context>
11386cdf0e10cSrcweir			<name>Enabled</name>
11387cdf0e10cSrcweir			<type>boolean</type>
11388cdf0e10cSrcweir		</source>
11389cdf0e10cSrcweir	</element>
11390cdf0e10cSrcweir	<!--method::UserForm.Error-->
11391cdf0e10cSrcweir	<element type="method">
11392cdf0e10cSrcweir		<source id="MSForms.UserForm.Error">
11393cdf0e10cSrcweir			<context kind="class">UserForm</context>
11394cdf0e10cSrcweir			<name>Error</name>
11395cdf0e10cSrcweir			<type>void</type>
11396cdf0e10cSrcweir			<parameter-list>
11397cdf0e10cSrcweir				<parameter>
11398cdf0e10cSrcweir					<type>short</type>
11399cdf0e10cSrcweir					<name>Number</name>
11400cdf0e10cSrcweir				</parameter>
11401cdf0e10cSrcweir				<parameter>
11402cdf0e10cSrcweir					<type>ReturnString</type>
11403cdf0e10cSrcweir					<name>Description</name>
11404cdf0e10cSrcweir				</parameter>
11405cdf0e10cSrcweir				<parameter>
11406cdf0e10cSrcweir					<type>Integer</type>
11407cdf0e10cSrcweir					<name>SCode</name>
11408cdf0e10cSrcweir				</parameter>
11409cdf0e10cSrcweir				<parameter>
11410cdf0e10cSrcweir					<type>String</type>
11411cdf0e10cSrcweir					<name>Source</name>
11412cdf0e10cSrcweir				</parameter>
11413cdf0e10cSrcweir				<parameter>
11414cdf0e10cSrcweir					<type>String</type>
11415cdf0e10cSrcweir					<name>HelpFile</name>
11416cdf0e10cSrcweir				</parameter>
11417cdf0e10cSrcweir				<parameter>
11418cdf0e10cSrcweir					<type>Integer</type>
11419cdf0e10cSrcweir					<name>HelpContext</name>
11420cdf0e10cSrcweir				</parameter>
11421cdf0e10cSrcweir				<parameter>
11422cdf0e10cSrcweir					<type>ReturnBoolean</type>
11423cdf0e10cSrcweir					<name>CancelDisplay</name>
11424cdf0e10cSrcweir				</parameter>
11425cdf0e10cSrcweir			</parameter-list>
11426cdf0e10cSrcweir		</source>
11427cdf0e10cSrcweir	</element>
11428cdf0e10cSrcweir	<!--property::UserForm.Font {ReadOnly}-->
11429cdf0e10cSrcweir	<element type="property">
11430cdf0e10cSrcweir		<source id="MSForms.UserForm.Font">
11431cdf0e10cSrcweir			<context kind="class">UserForm</context>
11432cdf0e10cSrcweir			<name>Font</name>
11433cdf0e10cSrcweir			<type>Font</type>
11434cdf0e10cSrcweir		</source>
11435cdf0e10cSrcweir	</element>
11436cdf0e10cSrcweir	<!--property::UserForm.ForeColor-->
11437cdf0e10cSrcweir	<element type="property">
11438cdf0e10cSrcweir		<source id="MSForms.UserForm.ForeColor">
11439cdf0e10cSrcweir			<context kind="class">UserForm</context>
11440cdf0e10cSrcweir			<name>ForeColor</name>
11441cdf0e10cSrcweir			<type>Integer</type>
11442cdf0e10cSrcweir		</source>
11443cdf0e10cSrcweir	</element>
11444cdf0e10cSrcweir	<!--property::UserForm.GridX-->
11445cdf0e10cSrcweir	<element type="property">
11446cdf0e10cSrcweir		<source id="MSForms.UserForm.GridX">
11447cdf0e10cSrcweir			<context kind="class">UserForm</context>
11448cdf0e10cSrcweir			<name>GridX</name>
11449cdf0e10cSrcweir			<type>Single</type>
11450cdf0e10cSrcweir		</source>
11451cdf0e10cSrcweir	</element>
11452cdf0e10cSrcweir	<!--property::UserForm.GridY-->
11453cdf0e10cSrcweir	<element type="property">
11454cdf0e10cSrcweir		<source id="MSForms.UserForm.GridY">
11455cdf0e10cSrcweir			<context kind="class">UserForm</context>
11456cdf0e10cSrcweir			<name>GridY</name>
11457cdf0e10cSrcweir			<type>Single</type>
11458cdf0e10cSrcweir		</source>
11459cdf0e10cSrcweir	</element>
11460cdf0e10cSrcweir	<!--property::UserForm.InsideHeight {ReadOnly}-->
11461cdf0e10cSrcweir	<element type="property">
11462cdf0e10cSrcweir		<source id="MSForms.UserForm.InsideHeight">
11463cdf0e10cSrcweir			<context kind="class">UserForm</context>
11464cdf0e10cSrcweir			<name>InsideHeight</name>
11465cdf0e10cSrcweir			<type>Single</type>
11466cdf0e10cSrcweir		</source>
11467cdf0e10cSrcweir	</element>
11468cdf0e10cSrcweir	<!--property::UserForm.InsideWidth {ReadOnly}-->
11469cdf0e10cSrcweir	<element type="property">
11470cdf0e10cSrcweir		<source id="MSForms.UserForm.InsideWidth">
11471cdf0e10cSrcweir			<context kind="class">UserForm</context>
11472cdf0e10cSrcweir			<name>InsideWidth</name>
11473cdf0e10cSrcweir			<type>Single</type>
11474cdf0e10cSrcweir		</source>
11475cdf0e10cSrcweir	</element>
11476cdf0e10cSrcweir	<!--property::UserForm.KeepScrollBarsVisible-->
11477cdf0e10cSrcweir	<element type="property">
11478cdf0e10cSrcweir		<source id="MSForms.UserForm.KeepScrollBarsVisible">
11479cdf0e10cSrcweir			<context kind="class">UserForm</context>
11480cdf0e10cSrcweir			<name>KeepScrollBarsVisible</name>
11481cdf0e10cSrcweir			<type>Integer</type>
11482cdf0e10cSrcweir		</source>
11483cdf0e10cSrcweir	</element>
11484cdf0e10cSrcweir	<!--method::UserForm.KeyDown-->
11485cdf0e10cSrcweir	<element type="method">
11486cdf0e10cSrcweir		<source id="MSForms.UserForm.KeyDown">
11487cdf0e10cSrcweir			<context kind="class">UserForm</context>
11488cdf0e10cSrcweir			<name>KeyDown</name>
11489cdf0e10cSrcweir			<type>void</type>
11490cdf0e10cSrcweir			<parameter-list>
11491cdf0e10cSrcweir				<parameter>
11492cdf0e10cSrcweir					<type>ReturnInteger</type>
11493cdf0e10cSrcweir					<name>KeyCode</name>
11494cdf0e10cSrcweir				</parameter>
11495cdf0e10cSrcweir				<parameter>
11496cdf0e10cSrcweir					<type>short</type>
11497cdf0e10cSrcweir					<name>Shift</name>
11498cdf0e10cSrcweir				</parameter>
11499cdf0e10cSrcweir			</parameter-list>
11500cdf0e10cSrcweir		</source>
11501cdf0e10cSrcweir	</element>
11502cdf0e10cSrcweir	<!--method::UserForm.KeyPress-->
11503cdf0e10cSrcweir	<element type="method">
11504cdf0e10cSrcweir		<source id="MSForms.UserForm.KeyPress">
11505cdf0e10cSrcweir			<context kind="class">UserForm</context>
11506cdf0e10cSrcweir			<name>KeyPress</name>
11507cdf0e10cSrcweir			<type>void</type>
11508cdf0e10cSrcweir			<parameter-list>
11509cdf0e10cSrcweir				<parameter>
11510cdf0e10cSrcweir					<type>ReturnInteger</type>
11511cdf0e10cSrcweir					<name>KeyAscii</name>
11512cdf0e10cSrcweir				</parameter>
11513cdf0e10cSrcweir			</parameter-list>
11514cdf0e10cSrcweir		</source>
11515cdf0e10cSrcweir	</element>
11516cdf0e10cSrcweir	<!--method::UserForm.KeyUp-->
11517cdf0e10cSrcweir	<element type="method">
11518cdf0e10cSrcweir		<source id="MSForms.UserForm.KeyUp">
11519cdf0e10cSrcweir			<context kind="class">UserForm</context>
11520cdf0e10cSrcweir			<name>KeyUp</name>
11521cdf0e10cSrcweir			<type>void</type>
11522cdf0e10cSrcweir			<parameter-list>
11523cdf0e10cSrcweir				<parameter>
11524cdf0e10cSrcweir					<type>ReturnInteger</type>
11525cdf0e10cSrcweir					<name>KeyCode</name>
11526cdf0e10cSrcweir				</parameter>
11527cdf0e10cSrcweir				<parameter>
11528cdf0e10cSrcweir					<type>short</type>
11529cdf0e10cSrcweir					<name>Shift</name>
11530cdf0e10cSrcweir				</parameter>
11531cdf0e10cSrcweir			</parameter-list>
11532cdf0e10cSrcweir		</source>
11533cdf0e10cSrcweir	</element>
11534cdf0e10cSrcweir	<!--method::UserForm.Layout-->
11535cdf0e10cSrcweir	<element type="method">
11536cdf0e10cSrcweir		<source id="MSForms.UserForm.Layout">
11537cdf0e10cSrcweir			<context kind="class">UserForm</context>
11538cdf0e10cSrcweir			<name>Layout</name>
11539cdf0e10cSrcweir			<type>void</type>
11540cdf0e10cSrcweir		</source>
11541cdf0e10cSrcweir	</element>
11542cdf0e10cSrcweir	<!--method::UserForm.MouseDown-->
11543cdf0e10cSrcweir	<element type="method">
11544cdf0e10cSrcweir		<source id="MSForms.UserForm.MouseDown">
11545cdf0e10cSrcweir			<context kind="class">UserForm</context>
11546cdf0e10cSrcweir			<name>MouseDown</name>
11547cdf0e10cSrcweir			<type>void</type>
11548cdf0e10cSrcweir			<parameter-list>
11549cdf0e10cSrcweir				<parameter>
11550cdf0e10cSrcweir					<type>short</type>
11551cdf0e10cSrcweir					<name>Button</name>
11552cdf0e10cSrcweir				</parameter>
11553cdf0e10cSrcweir				<parameter>
11554cdf0e10cSrcweir					<type>short</type>
11555cdf0e10cSrcweir					<name>Shift</name>
11556cdf0e10cSrcweir				</parameter>
11557cdf0e10cSrcweir				<parameter>
11558cdf0e10cSrcweir					<type>Single</type>
11559cdf0e10cSrcweir					<name>X</name>
11560cdf0e10cSrcweir				</parameter>
11561cdf0e10cSrcweir				<parameter>
11562cdf0e10cSrcweir					<type>Single</type>
11563cdf0e10cSrcweir					<name>Y</name>
11564cdf0e10cSrcweir				</parameter>
11565cdf0e10cSrcweir			</parameter-list>
11566cdf0e10cSrcweir		</source>
11567cdf0e10cSrcweir	</element>
11568cdf0e10cSrcweir	<!--property::UserForm.MouseIcon-->
11569cdf0e10cSrcweir	<element type="property">
11570cdf0e10cSrcweir		<source id="MSForms.UserForm.MouseIcon">
11571cdf0e10cSrcweir			<context kind="class">UserForm</context>
11572cdf0e10cSrcweir			<name>MouseIcon</name>
11573cdf0e10cSrcweir			<type>Picture</type>
11574cdf0e10cSrcweir		</source>
11575cdf0e10cSrcweir	</element>
11576cdf0e10cSrcweir	<!--method::UserForm.MouseMove-->
11577cdf0e10cSrcweir	<element type="method">
11578cdf0e10cSrcweir		<source id="MSForms.UserForm.MouseMove">
11579cdf0e10cSrcweir			<context kind="class">UserForm</context>
11580cdf0e10cSrcweir			<name>MouseMove</name>
11581cdf0e10cSrcweir			<type>void</type>
11582cdf0e10cSrcweir			<parameter-list>
11583cdf0e10cSrcweir				<parameter>
11584cdf0e10cSrcweir					<type>short</type>
11585cdf0e10cSrcweir					<name>Button</name>
11586cdf0e10cSrcweir				</parameter>
11587cdf0e10cSrcweir				<parameter>
11588cdf0e10cSrcweir					<type>short</type>
11589cdf0e10cSrcweir					<name>Shift</name>
11590cdf0e10cSrcweir				</parameter>
11591cdf0e10cSrcweir				<parameter>
11592cdf0e10cSrcweir					<type>Single</type>
11593cdf0e10cSrcweir					<name>X</name>
11594cdf0e10cSrcweir				</parameter>
11595cdf0e10cSrcweir				<parameter>
11596cdf0e10cSrcweir					<type>Single</type>
11597cdf0e10cSrcweir					<name>Y</name>
11598cdf0e10cSrcweir				</parameter>
11599cdf0e10cSrcweir			</parameter-list>
11600cdf0e10cSrcweir		</source>
11601cdf0e10cSrcweir	</element>
11602cdf0e10cSrcweir	<!--property::UserForm.MousePointer-->
11603cdf0e10cSrcweir	<element type="property">
11604cdf0e10cSrcweir		<source id="MSForms.UserForm.MousePointer">
11605cdf0e10cSrcweir			<context kind="class">UserForm</context>
11606cdf0e10cSrcweir			<name>MousePointer</name>
11607cdf0e10cSrcweir			<type>Integer</type>
11608cdf0e10cSrcweir		</source>
11609cdf0e10cSrcweir	</element>
11610cdf0e10cSrcweir	<!--method::UserForm.MouseUp-->
11611cdf0e10cSrcweir	<element type="method">
11612cdf0e10cSrcweir		<source id="MSForms.UserForm.MouseUp">
11613cdf0e10cSrcweir			<context kind="class">UserForm</context>
11614cdf0e10cSrcweir			<name>MouseUp</name>
11615cdf0e10cSrcweir			<type>void</type>
11616cdf0e10cSrcweir			<parameter-list>
11617cdf0e10cSrcweir				<parameter>
11618cdf0e10cSrcweir					<type>short</type>
11619cdf0e10cSrcweir					<name>Button</name>
11620cdf0e10cSrcweir				</parameter>
11621cdf0e10cSrcweir				<parameter>
11622cdf0e10cSrcweir					<type>short</type>
11623cdf0e10cSrcweir					<name>Shift</name>
11624cdf0e10cSrcweir				</parameter>
11625cdf0e10cSrcweir				<parameter>
11626cdf0e10cSrcweir					<type>Single</type>
11627cdf0e10cSrcweir					<name>X</name>
11628cdf0e10cSrcweir				</parameter>
11629cdf0e10cSrcweir				<parameter>
11630cdf0e10cSrcweir					<type>Single</type>
11631cdf0e10cSrcweir					<name>Y</name>
11632cdf0e10cSrcweir				</parameter>
11633cdf0e10cSrcweir			</parameter-list>
11634cdf0e10cSrcweir		</source>
11635cdf0e10cSrcweir	</element>
11636cdf0e10cSrcweir	<!--method::UserForm.Paste-->
11637cdf0e10cSrcweir	<element type="method">
11638cdf0e10cSrcweir		<source id="MSForms.UserForm.Paste">
11639cdf0e10cSrcweir			<context kind="class">UserForm</context>
11640cdf0e10cSrcweir			<name>Paste</name>
11641cdf0e10cSrcweir			<type>void</type>
11642cdf0e10cSrcweir		</source>
11643cdf0e10cSrcweir	</element>
11644cdf0e10cSrcweir	<!--property::UserForm.Picture-->
11645cdf0e10cSrcweir	<element type="property">
11646cdf0e10cSrcweir		<source id="MSForms.UserForm.Picture">
11647cdf0e10cSrcweir			<context kind="class">UserForm</context>
11648cdf0e10cSrcweir			<name>Picture</name>
11649cdf0e10cSrcweir			<type>Picture</type>
11650cdf0e10cSrcweir		</source>
11651cdf0e10cSrcweir	</element>
11652cdf0e10cSrcweir	<!--property::UserForm.PictureAlignment-->
11653cdf0e10cSrcweir	<element type="property">
11654cdf0e10cSrcweir		<source id="MSForms.UserForm.PictureAlignment">
11655cdf0e10cSrcweir			<context kind="class">UserForm</context>
11656cdf0e10cSrcweir			<name>PictureAlignment</name>
11657cdf0e10cSrcweir			<type>Integer</type>
11658cdf0e10cSrcweir		</source>
11659cdf0e10cSrcweir	</element>
11660cdf0e10cSrcweir	<!--property::UserForm.PictureSizeMode-->
11661cdf0e10cSrcweir	<element type="property">
11662cdf0e10cSrcweir		<source id="MSForms.UserForm.PictureSizeMode">
11663cdf0e10cSrcweir			<context kind="class">UserForm</context>
11664cdf0e10cSrcweir			<name>PictureSizeMode</name>
11665cdf0e10cSrcweir			<type>Integer</type>
11666cdf0e10cSrcweir		</source>
11667cdf0e10cSrcweir	</element>
11668cdf0e10cSrcweir	<!--property::UserForm.PictureTiling-->
11669cdf0e10cSrcweir	<element type="property">
11670cdf0e10cSrcweir		<source id="MSForms.UserForm.PictureTiling">
11671cdf0e10cSrcweir			<context kind="class">UserForm</context>
11672cdf0e10cSrcweir			<name>PictureTiling</name>
11673cdf0e10cSrcweir			<type>boolean</type>
11674cdf0e10cSrcweir		</source>
11675cdf0e10cSrcweir	</element>
11676cdf0e10cSrcweir	<!--method::UserForm.RedoAction-->
11677cdf0e10cSrcweir	<element type="method">
11678cdf0e10cSrcweir		<source id="MSForms.UserForm.RedoAction">
11679cdf0e10cSrcweir			<context kind="class">UserForm</context>
11680cdf0e10cSrcweir			<name>RedoAction</name>
11681cdf0e10cSrcweir			<type>void</type>
11682cdf0e10cSrcweir		</source>
11683cdf0e10cSrcweir	</element>
11684cdf0e10cSrcweir	<!--method::UserForm.RemoveControl-->
11685cdf0e10cSrcweir	<element type="method">
11686cdf0e10cSrcweir		<source id="MSForms.UserForm.RemoveControl">
11687cdf0e10cSrcweir			<context kind="class">UserForm</context>
11688cdf0e10cSrcweir			<name>RemoveControl</name>
11689cdf0e10cSrcweir			<type>void</type>
11690cdf0e10cSrcweir			<parameter-list>
11691cdf0e10cSrcweir				<parameter>
11692cdf0e10cSrcweir					<type>Control</type>
11693cdf0e10cSrcweir					<name>Control</name>
11694cdf0e10cSrcweir				</parameter>
11695cdf0e10cSrcweir			</parameter-list>
11696cdf0e10cSrcweir		</source>
11697cdf0e10cSrcweir	</element>
11698cdf0e10cSrcweir	<!--method::UserForm.Repaint-->
11699cdf0e10cSrcweir	<element type="method">
11700cdf0e10cSrcweir		<source id="MSForms.UserForm.Repaint">
11701cdf0e10cSrcweir			<context kind="class">UserForm</context>
11702cdf0e10cSrcweir			<name>Repaint</name>
11703cdf0e10cSrcweir			<type>void</type>
11704cdf0e10cSrcweir		</source>
11705cdf0e10cSrcweir	</element>
11706cdf0e10cSrcweir	<!--method::UserForm.Scroll-->
11707cdf0e10cSrcweir	<element type="method">
11708cdf0e10cSrcweir		<source id="MSForms.UserForm.Scroll">
11709cdf0e10cSrcweir			<context kind="class">UserForm</context>
11710cdf0e10cSrcweir			<name>Scroll</name>
11711cdf0e10cSrcweir			<type>void</type>
11712cdf0e10cSrcweir			<parameter-list>
11713cdf0e10cSrcweir				<parameter optional="true">
11714cdf0e10cSrcweir					<type>Variant</type>
11715cdf0e10cSrcweir					<name>xAction</name>
11716cdf0e10cSrcweir				</parameter>
11717cdf0e10cSrcweir				<parameter optional="true">
11718cdf0e10cSrcweir					<type>Variant</type>
11719cdf0e10cSrcweir					<name>yAction</name>
11720cdf0e10cSrcweir				</parameter>
11721cdf0e10cSrcweir			</parameter-list>
11722cdf0e10cSrcweir		</source>
11723cdf0e10cSrcweir	</element>
11724cdf0e10cSrcweir	<!--property::UserForm.ScrollBars-->
11725cdf0e10cSrcweir	<element type="property">
11726cdf0e10cSrcweir		<source id="MSForms.UserForm.ScrollBars">
11727cdf0e10cSrcweir			<context kind="class">UserForm</context>
11728cdf0e10cSrcweir			<name>ScrollBars</name>
11729cdf0e10cSrcweir			<type>Integer</type>
11730cdf0e10cSrcweir		</source>
11731cdf0e10cSrcweir	</element>
11732cdf0e10cSrcweir	<!--property::UserForm.ScrollHeight-->
11733cdf0e10cSrcweir	<element type="property">
11734cdf0e10cSrcweir		<source id="MSForms.UserForm.ScrollHeight">
11735cdf0e10cSrcweir			<context kind="class">UserForm</context>
11736cdf0e10cSrcweir			<name>ScrollHeight</name>
11737cdf0e10cSrcweir			<type>Single</type>
11738cdf0e10cSrcweir		</source>
11739cdf0e10cSrcweir	</element>
11740cdf0e10cSrcweir	<!--property::UserForm.ScrollLeft-->
11741cdf0e10cSrcweir	<element type="property">
11742cdf0e10cSrcweir		<source id="MSForms.UserForm.ScrollLeft">
11743cdf0e10cSrcweir			<context kind="class">UserForm</context>
11744cdf0e10cSrcweir			<name>ScrollLeft</name>
11745cdf0e10cSrcweir			<type>Single</type>
11746cdf0e10cSrcweir		</source>
11747cdf0e10cSrcweir	</element>
11748cdf0e10cSrcweir	<!--property::UserForm.ScrollTop-->
11749cdf0e10cSrcweir	<element type="property">
11750cdf0e10cSrcweir		<source id="MSForms.UserForm.ScrollTop">
11751cdf0e10cSrcweir			<context kind="class">UserForm</context>
11752cdf0e10cSrcweir			<name>ScrollTop</name>
11753cdf0e10cSrcweir			<type>Single</type>
11754cdf0e10cSrcweir		</source>
11755cdf0e10cSrcweir	</element>
11756cdf0e10cSrcweir	<!--property::UserForm.ScrollWidth-->
11757cdf0e10cSrcweir	<element type="property">
11758cdf0e10cSrcweir		<source id="MSForms.UserForm.ScrollWidth">
11759cdf0e10cSrcweir			<context kind="class">UserForm</context>
11760cdf0e10cSrcweir			<name>ScrollWidth</name>
11761cdf0e10cSrcweir			<type>Single</type>
11762cdf0e10cSrcweir		</source>
11763cdf0e10cSrcweir	</element>
11764cdf0e10cSrcweir	<!--property::UserForm.Selected {ReadOnly}-->
11765cdf0e10cSrcweir	<element type="property">
11766cdf0e10cSrcweir		<source id="MSForms.UserForm.Selected">
11767cdf0e10cSrcweir			<context kind="class">UserForm</context>
11768cdf0e10cSrcweir			<name>Selected</name>
11769cdf0e10cSrcweir			<type>Controls</type>
11770cdf0e10cSrcweir		</source>
11771cdf0e10cSrcweir	</element>
11772cdf0e10cSrcweir	<!--method::UserForm.SetDefaultTabOrder-->
11773cdf0e10cSrcweir	<element type="method">
11774cdf0e10cSrcweir		<source id="MSForms.UserForm.SetDefaultTabOrder">
11775cdf0e10cSrcweir			<context kind="class">UserForm</context>
11776cdf0e10cSrcweir			<name>SetDefaultTabOrder</name>
11777cdf0e10cSrcweir			<type>void</type>
11778cdf0e10cSrcweir		</source>
11779cdf0e10cSrcweir	</element>
11780cdf0e10cSrcweir	<!--property::UserForm.ShowGridDots-->
11781cdf0e10cSrcweir	<element type="property">
11782cdf0e10cSrcweir		<source id="MSForms.UserForm.ShowGridDots">
11783cdf0e10cSrcweir			<context kind="class">UserForm</context>
11784cdf0e10cSrcweir			<name>ShowGridDots</name>
11785cdf0e10cSrcweir			<type>Integer</type>
11786cdf0e10cSrcweir		</source>
11787cdf0e10cSrcweir	</element>
11788cdf0e10cSrcweir	<!--property::UserForm.ShowToolbox-->
11789cdf0e10cSrcweir	<element type="property">
11790cdf0e10cSrcweir		<source id="MSForms.UserForm.ShowToolbox">
11791cdf0e10cSrcweir			<context kind="class">UserForm</context>
11792cdf0e10cSrcweir			<name>ShowToolbox</name>
11793cdf0e10cSrcweir			<type>Integer</type>
11794cdf0e10cSrcweir		</source>
11795cdf0e10cSrcweir	</element>
11796cdf0e10cSrcweir	<!--property::UserForm.SnapToGrid-->
11797cdf0e10cSrcweir	<element type="property">
11798cdf0e10cSrcweir		<source id="MSForms.UserForm.SnapToGrid">
11799cdf0e10cSrcweir			<context kind="class">UserForm</context>
11800cdf0e10cSrcweir			<name>SnapToGrid</name>
11801cdf0e10cSrcweir			<type>Integer</type>
11802cdf0e10cSrcweir		</source>
11803cdf0e10cSrcweir	</element>
11804cdf0e10cSrcweir	<!--property::UserForm.SpecialEffect-->
11805cdf0e10cSrcweir	<element type="property">
11806cdf0e10cSrcweir		<source id="MSForms.UserForm.SpecialEffect">
11807cdf0e10cSrcweir			<context kind="class">UserForm</context>
11808cdf0e10cSrcweir			<name>SpecialEffect</name>
11809cdf0e10cSrcweir			<type>Integer</type>
11810cdf0e10cSrcweir		</source>
11811cdf0e10cSrcweir	</element>
11812cdf0e10cSrcweir	<!--method::UserForm.UndoAction-->
11813cdf0e10cSrcweir	<element type="method">
11814cdf0e10cSrcweir		<source id="MSForms.UserForm.UndoAction">
11815cdf0e10cSrcweir			<context kind="class">UserForm</context>
11816cdf0e10cSrcweir			<name>UndoAction</name>
11817cdf0e10cSrcweir			<type>void</type>
11818cdf0e10cSrcweir		</source>
11819cdf0e10cSrcweir	</element>
11820cdf0e10cSrcweir	<!--property::UserForm.VerticalScrollBarSide-->
11821cdf0e10cSrcweir	<element type="property">
11822cdf0e10cSrcweir		<source id="MSForms.UserForm.VerticalScrollBarSide">
11823cdf0e10cSrcweir			<context kind="class">UserForm</context>
11824cdf0e10cSrcweir			<name>VerticalScrollBarSide</name>
11825cdf0e10cSrcweir			<type>Integer</type>
11826cdf0e10cSrcweir		</source>
11827cdf0e10cSrcweir	</element>
11828cdf0e10cSrcweir	<!--property::UserForm.Zoom-->
11829cdf0e10cSrcweir	<element type="property">
11830cdf0e10cSrcweir		<source id="MSForms.UserForm.Zoom">
11831cdf0e10cSrcweir			<context kind="class">UserForm</context>
11832cdf0e10cSrcweir			<name>Zoom</name>
11833cdf0e10cSrcweir			<type>short</type>
11834cdf0e10cSrcweir		</source>
11835cdf0e10cSrcweir	</element>
11836cdf0e10cSrcweir</api>
11837