OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [xliff] Draft 10


Hi Yves,

Thanks for the work you've done on the schema.  I'm sorry I couldn't test
the new schema until today.

I found three errors that made the schema not valid.  Each of the three had
to do with the ##any wildcard rendering the content model non-deterministic.
In short, I think anytime you have a sequence of elements in your content
model, the ##any wildcard cannot be used.

For example for this pseudo content model:
 <sequence>
   <element name="a" />
   <element name="b" />
   <any namespace="##any" />
 <sequence>

This instance could not be validated

<group>
 <a />
 <b />
 <a /><!-- the parser would
           not be able to
           determine if this
           element is an illegal
           "a", or a legal ##any
      -->
</group>

Unfortunately, the only way I could get it to work was to change the ##any
to ##other.

Here are the three places I had to change:

<!-- 1 -->
  <xsd:complexType name="ElemType_trans-unit">
    <xsd:sequence>
      <xsd:element name="source" type="xlf:ElemType_source"/>
      <xsd:element name="target" type="xlf:ElemType_target" minOccurs="0"/>
      <xsd:element name="context-group" type="xlf:ElemType_context-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="count-group" type="xlf:ElemType_count-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="prop-group" type="xlf:ElemType_prop-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="note" type="xlf:ElemType_note" minOccurs="0"
maxOccurs="unbounded"/>
      <xsd:element name="alt-trans" type="xlf:ElemType_alt-trans"
minOccurs="0" maxOccurs="unbounded"/>
<!-- change ##any to ##other
      <xsd:any namespace="##any" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
-->
      <xsd:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
    </xsd:sequence>

<!-- 2 -->
  <xsd:complexType name="ElemType_alt-trans">
    <xsd:sequence>
      <xsd:element name="source" type="xlf:ElemType_source" minOccurs="0"/>
      <xsd:element name="target" type="xlf:ElemType_target"
maxOccurs="unbounded"/>
      <xsd:element name="context-group" type="xlf:ElemType_context-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="prop-group" type="xlf:ElemType_prop-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="note" type="xlf:ElemType_note" minOccurs="0"
maxOccurs="unbounded"/>
<!-- change ##any to ##other
      <xsd:any namespace="##any" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
-->
      <xsd:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
    </xsd:sequence>


<!-- 3 -->
  <xsd:complexType name="ElemType_bin-unit">
    <xsd:sequence>
      <xsd:element name="bin-source" type="xlf:ElemType_bin-source"/>
      <xsd:element name="bin-target" type="xlf:ElemType_bin-target"
minOccurs="0"/>
      <xsd:element name="context-group" type="xlf:ElemType_context-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="count-group" type="xlf:ElemType_count-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="prop-group" type="xlf:ElemType_prop-group"
minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="note" type="xlf:ElemType_note" minOccurs="0"
maxOccurs="unbounded"/>
      <xsd:element name="trans-unit" type="xlf:ElemType_trans-unit"
minOccurs="0" maxOccurs="unbounded"/>
<!-- change ##any to ##other
      <xsd:any namespace="##any" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
-->
      <xsd:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
    </xsd:sequence>

If you think my interpretation is incorrect, please let me know.

Thanks,

Bryan


-----Original Message-----
From: Yves Savourel (RWS) [mailto:ysavourel@translate.com]
Sent: Wednesday, March 12, 2003 12:37 PM
To: XLIFF list
Subject: [xliff] Draft 10


Hi everyone,

The updated specification and schema (along with 2 sample XLF files) are
attached.

Notes:

- We still have not voted on the value lists fo mtype, size-unit and unit.

- There are still some definition missing for datatype, and other
attributes. Please, make sure to have some ready soon.

- The schema has been re-worked to allow easier use of the lists in the same
attribute type (like for 'count-type'), I think all is ok, but double and
triple check are more than welcome.

- I still can get XMLSpy to validate the samples when there is text content
after inline elements. But at this point I'm not sure what exactly XMLSpy
supports. The samples validate with MS XML Validator (and do not validate
when expected).

cheers,
-ys


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Received: (qmail 8557 invoked by uid 60881); 20 Mar 2003 18:11:34 -0000
Received: from JREID@novell.com by hermes by uid 0 with qmail-scanner-1.15 
 (spamassassin: 2.43.  Clear:SA:0(2.5/8.0):. 
 Processed in 1.812804 secs); 20 Mar 2003 18:11:34 -0000
X-Spam-Status: No, hits=2.5 required=8.0
Received: from unknown (HELO prv-mail20.provo.novell.com) (137.65.81.122)
  by mail.oasis-open.org with SMTP; 20 Mar 2003 18:11:32 -0000
Received: from INET-PRV-MTA by prv-mail20.provo.novell.com
	with Novell_GroupWise; Thu, 20 Mar 2003 11:19:23 -0700
Message-Id: <se79a3bb.069@prv-mail20.provo.novell.com>
X-Mailer: Novell GroupWise Internet Agent 6.5.0 
Date: Thu, 20 Mar 2003 11:19:14 -0700
From: "John Reid" <JREID@novell.com>
To: <xliff@lists.oasis-open.org>
Subject: Re: [xliff] HTML XLIFF 1.1 attributes list
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="=_114E583B.D1B0DA37"

This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=_114E583B.D1B0DA37
Content-Type: multipart/alternative; boundary="=_114E583B.DEBFD538"

--=_114E583B.DEBFD538
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

In our last meeting I mentioned a spreadsheet of the attribute values I
had worked on this past September. I was given an action item to forward
it to the group. It turns out that I had confined myself to restype
values in that spreadsheet. It is attached in HTML format.
 
In this spreadsheet: 
Column 1 contains extracted values from all suggested values up to that
point. 
Column 2 contains recommended values from 1.0. 
Column 3 contains descriptions of those 1.0 values
Column 4 contains XUL values, proposed by Christian
Column 5 contains Enda's proposed values
Column 6 contains Yves's proposed values
Column 7 contains .Net resource types
Column 8 contains .Net values Enda suggest we use
Column 9 contains .Net values Enda suggest we ignore
Column 10 contains Oracle proposed values
 
This spreadsheet was not updated according to the latest set of values
(I don't have that list) from a previous meeting. Once updated and
reviewed by all proposers (and others) it could provide a good point to
begin mapping. What do you think?
 
-john









--=_114E583B.DEBFD538
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>In our last meeting I mentioned a spreadsheet of the attribute values I had 
worked on this past September. I was given an action item to forward it to the 
group. It turns out that I had confined myself to restype values in that 
spreadsheet. It is attached in HTML format.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In this spreadsheet: </DIV>
<DIV>Column 1 contains extracted values from all suggested values up to that 
point. </DIV>
<DIV>Column 2 contains recommended values from 1.0. </DIV>
<DIV>Column 3 contains descriptions of those 1.0 values<BR>
<DIV>Column&nbsp;4 contains XUL values, proposed by Christian<BR>
<DIV>Column&nbsp;5 contains Enda's proposed values<BR>
<DIV>Column&nbsp;6 contains Yves's proposed values<BR>
<DIV>Column&nbsp;7 contains .Net resource types<BR>
<DIV>Column&nbsp;8 contains .Net values Enda suggest we use<BR>
<DIV>Column&nbsp;9 contains .Net values Enda suggest we ignore<BR>
<DIV>Column 10 contains Oracle proposed values<BR>
<DIV>&nbsp;</DIV>
<DIV>This spreadsheet was not updated according to the latest set of values (I 
don't have that list) from a previous meeting. Once updated and reviewed by all 
proposers (and others) it could provide a good point to begin mapping. What do 
you think?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-john</DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></BODY></HTML>

--=_114E583B.DEBFD538--

--=_114E583B.D1B0DA37
Content-Type: text/html; name="restype-all.htm"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="restype-all.htm"

<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 10">
<link rel=File-List href="restype-all_files/filelist.xml">
<style id="restype attribute values-xliff_18879_Styles">
<!--table
	{mso-displayed-decimal-separator:"\.";
	mso-displayed-thousand-separator:"\,";}
.font518879
	{color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;}
.xl2318879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl2418879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:teal;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl2518879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:blue;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl2618879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:olive;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl2718879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl2818879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:olive;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl2918879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl3018879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl3118879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl3218879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl3318879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl3418879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl3518879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:olive;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl3618879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:olive;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl3718879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:teal;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl3818879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:blue;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl3918879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:auto none;
	white-space:normal;}
.xl4018879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl4118879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl4218879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl4318879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:olive;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl4418879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:auto none;
	white-space:nowrap;}
.xl4518879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:maroon;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl4618879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:blue;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl4718879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#FF6600;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"Courier New";
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl4818879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:gray;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl4918879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl5018879
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:gray;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:auto none;
	white-space:nowrap;}
-->
</style>
</head>

<body>
<!--[if !excel]>&nbsp;&nbsp;<![endif]-->
<!--The following information was generated by Microsoft Excel's Publish as Web
Page wizard.-->
<!--If the same item is republished from Excel, all information between the DIV
tags will be replaced.-->
<!----------------------------->
<!--START OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD -->
<!----------------------------->

<div id="restype attribute values-xliff_18879" align=center
x:publishsource="Excel">

<table x:str border=0 cellpadding=0 cellspacing=0 width=1234 style='border-collapse:
 collapse;table-layout:fixed;width:926pt'>
 <col class=xl3018879 width=152 style='mso-width-source:userset;mso-width-alt:
 5558;width:114pt'>
 <col class=xl2318879 width=69 style='mso-width-source:userset;mso-width-alt:
 2523;width:52pt'>
 <col class=xl2718879 width=136 style='mso-width-source:userset;mso-width-alt:
 4973;width:102pt'>
 <col class=xl2918879 width=100 style='mso-width-source:userset;mso-width-alt:
 3657;width:75pt'>
 <col class=xl2618879 width=111 style='mso-width-source:userset;mso-width-alt:
 4059;width:83pt'>
 <col class=xl2818879 width=205 style='mso-width-source:userset;mso-width-alt:
 7497;width:154pt'>
 <col class=xl2418879 width=100 style='mso-width-source:userset;mso-width-alt:
 3657;width:75pt'>
 <col class=xl2418879 width=104 style='mso-width-source:userset;mso-width-alt:
 3803;width:78pt'>
 <col class=xl2418879 width=126 style='mso-width-source:userset;mso-width-alt:
 4608;width:95pt'>
 <col class=xl2518879 width=131 style='mso-width-source:userset;mso-width-alt:
 4790;width:98pt'>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl3118879 width=152 style='height:12.75pt;width:114pt'>&nbsp;</td>
  <td class=xl3218879 width=69 style='border-left:none;width:52pt'>XLIFF 1.0</td>
  <td class=xl3318879 width=136 style='border-left:none;width:102pt'>&nbsp;</td>
  <td class=xl3418879 width=100 style='border-left:none;width:75pt'>XUL
  Elements</td>
  <td class=xl3518879 width=111 style='border-left:none;width:83pt'>Enda</td>
  <td class=xl3618879 width=205 style='border-left:none;width:154pt'>&nbsp;</td>
  <td class=xl3718879 width=100 style='border-left:none;width:75pt'>.NET</td>
  <td class=xl3718879 width=104 style='border-left:none;width:78pt'>use</td>
  <td class=xl3718879 width=126 style='border-left:none;width:95pt'>ignore</td>
  <td class=xl3818879 width=131 style='border-left:none;width:98pt'>Oracle</td>
 </tr>
 <tr height=85 style='height:63.75pt'>
  <td height=85 class=xl3918879 width=152 style='height:63.75pt;border-top:
  none;width:114pt'>accelerator</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4218879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>accelerator</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates an accelerator
  object, for example an entry in an ACCELERATORS resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>action</td>
  <td class=xl4018879 style='border-top:none;border-left:none'><a
  name="RANGE!B3:F57">&nbsp;</a></td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>action</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>arrowscrollbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>arrowscrollbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>Autocomplete
  Textbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>Autocomplete Textbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>autorepeatbutton</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>autorepeatbutton</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>binding</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>binding</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>bindings</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>bindings</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>bitmap</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>bitmap changed to image or picture</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a bitmap, for
  example a BITMAP resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>box</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>box</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Box</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>broadcaster</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>broadcaster</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>broadcasterset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>broadcasterset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E12:F69">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>browser</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>browser</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>button</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>button</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Button in UI.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>button</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>button</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a button object, for example a PUSHBUTTON contol
  Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>Button</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>button</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Button</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>caption</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>caption</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Title in UI, caption in documentation, alternate text, etc.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>caption</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>caption</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a caption, such as the caption of a dialog box.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>cell</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>cell</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Text in a table cell.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>cell</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates the cell in a table, for example the content of the
  &lt;td&gt; element in HTML.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4218879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>CellRendererPane</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>CellRendererPane</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>checkbox</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>checkbox</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Check box in UI.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>checkbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E18:F18">checkbox</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates check box object, for example a AUTOCHECKBOX control
  in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>CheckBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>checkbox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>CheckBox</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>CheckBoxMenuItem</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>CheckBoxMenuItem</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl3918879 width=152 style='height:25.5pt;border-top:none;
  width:114pt'>checked-listbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>checked-listbox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>like a list box, but has a check box beside each item</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>CheckedListBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>checked-listbox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ColorChooser</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ColorChooser</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>ColorDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ColorDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>colorpicker</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>colorpicker</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>column</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>column</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>columns</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>columns</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=85 style='height:63.75pt'>
  <td height=85 class=xl3918879 width=152 style='height:63.75pt;border-top:
  none;width:114pt'>combobox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>combobox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a combination of
  edit box and listbox object, for example a COMBOBOX control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ComboBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>combobox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ComboBox</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>command</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>command</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>commands</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>commands</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>commandset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>commandset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Component</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Component</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>conditions</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>conditions</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Container</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Container</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>content</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>content</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>ContextMenu</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ContextMenu</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>CrystalReportViewer</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>CrystalReportVie<span
  style='display:none'>wer</span></td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>cursor</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>cursor</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a cursor, for
  example a CURSOR resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>DataGrid</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E37:F37">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>DataGrid</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl3918879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>datetimepicker</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>datetimepicker</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a date picker control</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>DateTimePicker</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>datetimepicker</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>deck</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>deck</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>description</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>description</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>DesktopPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>DesktopPane</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4418879 style='height:13.5pt;border-top:none'>dialog</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>dialog</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Dialog box in UI.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>dialog</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>dialog</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a dialog box.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Dialog</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>domainupdown</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>DomainUpDown</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>domainupdown</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>edit</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>edit changed to textbox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates an edit box
  object, for example an EDIT control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>editor</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>editor</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>EditorPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>EditorPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4918879 style='height:12.75pt;border-top:none'>ErrorProvider</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ErrorProvider</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>Event
  Handlers</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>Event Handlers</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>file</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>file</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Filename, path.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>file</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a filename.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4218879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>FileChooser</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>FileChooser</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>fn</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>fn</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Footnote.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>fn</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a footnote.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>font</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>font</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Font name.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>font</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>??? {To be defined}</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4818879 style='height:13.5pt;border-top:none'>FontDialog</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>FontDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>footer</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>footer</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Footer text.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>footer</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a footer.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4218879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>FormattedTextField</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>FormattedTextField</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>frame</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>frame</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Frame or window, or any generic group of components.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>frame</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a frame object.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Frame</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>grid</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>grid</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>grippy</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>grippy</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl4418879 style='height:51.0pt;border-top:none'>groupbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>groupbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>groupbox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a groupbox
  object, for example a GROUPBOX control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>GroupBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>groupbox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>hbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>hbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>header</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>header</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Header text.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>header</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a header item.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>heading</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>heading</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Title or header-type segment.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>heading</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a heading, such has the content of &lt;h1&gt;,
  &lt;h2&gt;, etc. in HTML.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4818879 style='height:13.5pt;border-top:none'>helpprovider</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>HelpProvider</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>helpprovider</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl3918879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>hscrollbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>HScrollBar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>h-scrollbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>icon</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>icon</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates an icon, for
  example a BITMAP resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>iframe</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>iframe</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>image</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>image</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>image</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>imagelist</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ImageList</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>imagelist</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>InternalFrame</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>InternalFrame</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>key</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>key</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>keyset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>keyset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>keywords</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>keywords</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'><span style='mso-spacerun:yes'> </span>List of keywords,
  enumeration within a paragraph, etc.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>keywords</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates keyword list, such as the content of the Keywords
  meta-data in HTML, or a K footnote in WinHelp RTF.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>label</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>label</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Static text, label in UI, etc.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>label</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E73:F73">label</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a label object.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>Label</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>label</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Label</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4218879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>LayeredPane</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>LayeredPane</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>linklabel</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>linklabel</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a label that is also a html link ( not necessarily a
  URL )&nbsp;&nbsp;&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>LinkLabel</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>linklabel</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>list</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>list</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a list (a group
  of list-items, for example an &lt;ol&gt; or &lt;ul&gt; element in
  HTML).&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>List</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl4418879 style='height:51.0pt;border-top:none'>listbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>listbox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a listbox object,
  for example an LISTBOX control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ListBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>listbox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>listcell</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listcell</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>listcol</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listcol</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>listcols</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listcols</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>listhead</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listhead</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>listitem</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>listitem</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Paragraph in a list, entry in a list box, etc.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>listitem</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>listitem</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates an list item (an entry in a list).</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>ListView</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ListView</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>MainMenu</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>MainMenu</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>member</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>member</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>menu</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>menu</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Menu.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menu</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>menu</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a menu (a group of menu-items).</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>menu</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Menu</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>menubar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menubar</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>MenuBar</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>menuitem</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>menuitem</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Entry in a UI menu.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menuitem</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>menuitem</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a menu item (an entry in a menu).</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>MenuItem</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>menulist</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menulist</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>menupopup</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menupopup</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>menuseparator</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>menuseparator</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E91:F91">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>message</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>message</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Prompt, error or warning message.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>message</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a message, for example an entry in a MESSAGETABLE
  resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl3918879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>monthcalendar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E93:F93">monthcalendar</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a calendar control</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>MonthCalendar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>monthcalendar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>Mozilla's
  Custom Style Pr<span style='display:none'>operties</span></td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>Mozilla's Custom Style Properties</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>NotifyIcon</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>NotifyIcon</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>notifyicon</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl3918879 width=152 style='height:25.5pt;border-top:none;
  width:114pt'>numericupdown</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>numericupdown</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates an edit beside a spin control</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>NumericUpDown</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>numericupdown</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>observes</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>observes</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>OpenFileDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>OpenFileDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>OptionPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>OptionPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>overlay</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>overlay</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E100:F100">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>page</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>page</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>PageSetupDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PageSetupDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl3918879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>panel</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>panel</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>catch all for rectangular areas</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>Panel</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>panel</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Panel</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>PasswordField</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>PasswordField</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>PictureBox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PictureBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>popup</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>popup</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>PopupMenu</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>PopupMenu</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>popupset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>popupset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>PrintDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PrintDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4918879 style='height:12.75pt;border-top:none'>PrintDocument</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E110:F110">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PrintDocument</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4918879 style='height:12.75pt;border-top:none'>PrintPreviewControl</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PrintPreviewCont<span
  style='display:none'>rol</span></td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>PrintPreviewDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>PrintPreviewDial<span
  style='display:none'>og</span></td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>progressbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>progressbar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a vertical / hotizontal rectangle that gets shaded
  depending on progress</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ProgressBar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>progressbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ProgressBar</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>progressmeter</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>progressmeter</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>pushbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>pushbox</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a pushbox object,
  for example a PUSHBOX control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>radio</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>radio</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Radio button in UI.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>radio</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>radio changed to radiobutton</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a radio button object, for example a RADIOBUTTON
  control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl4918879 style='height:13.5pt;border-top:none'>radiobutton</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>RadioButton</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>radiobutton</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>RadioButton</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4218879 width=152 style='height:25.5pt;border-top:none;
  width:114pt'>RadioButtonMenuItem</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>RadioButtonMenuItem</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>radiogroup</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>radiogroup</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>resizer</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>resizer</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>resourcebundle</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>resourcebundle</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>richtextbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>RichTextBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>richtextbox</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>RootPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>RootPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>row</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>row</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>rows</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>rows</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>rule</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>rule</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4818879 style='height:12.75pt;border-top:none'>SaveFileDialog</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>SaveFileDialog</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>x</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>script</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>script</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=85 style='height:63.75pt'>
  <td height=85 class=xl4418879 style='height:63.75pt;border-top:none'>scrollbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>scrollbar</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>scrollbar changed to v-scrollbar and h-scrollbar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a scrollbar
  object, for example a SCROLLBAR control in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ScrollBar</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>scrollbarbutton</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>scrollbarbutton</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>scrollbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>scrollbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ScrollPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ScrollPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>separator</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>separator</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Separator</td>
 </tr>
 <tr height=68 style='height:51.0pt'>
  <td height=68 class=xl3918879 width=152 style='height:51.0pt;border-top:none;
  width:114pt'>shortcut</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>shortcut</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Windows accelerators, shortcuts in resource or property files.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>shortcut</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>??? {To be defined}</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>slider</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>slider</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Slider</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>spacer</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>spacer</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E136:F136">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Spinner</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Spinner</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>SplitPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>SplitPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>splitter</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>splitter</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E139:F139">splitter</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a splitter bar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>Splitter</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>splitter</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>stack</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>stack</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>static</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>static, &nbsp;same as label ?</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a static object.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4418879 style='height:38.25pt;border-top:none'>statusbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>statusbar</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>statusbar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a window for providing feedback to use, like a
  readonly edit.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>StatusBar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>statusbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>statusbarpanel</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>statusbarpanel</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl4918879 style='height:38.25pt;border-top:none'>string</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>string</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Generic text from source code, string table, etc.</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>string</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates a string, for example an entry in a STRINGTABLE
  resource in Windows.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>stringbundle</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>stringbundle</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>stringbundleset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>stringbundleset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tab</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tab</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>TabbedPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E148:F148">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>TabbedPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tabbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tabbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tabbrowser</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tabbrowser</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl3918879 width=152 style='height:25.5pt;border-top:none;
  width:114pt'>tabcontrol</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>tabcontrol</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates layers of controls with a tab to select layers</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>TabControl</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>tabcontrol</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Table</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Table</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tabpanel</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tabpanel</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tabpanels</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tabpanels</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tabs</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tabs</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>template</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>template</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>TextArea</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>TextArea</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>textbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>textbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>TextBox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>textbox</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>TextComponent</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>TextComponent</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>TextField</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>TextField</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>textnode</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>textnode</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>TextPane</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>TextPane</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>thumb</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>thumb</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E163:F163">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl5018879 style='height:12.75pt;border-top:none'>timer</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>Timer</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>timer</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>titlebar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>titlebar</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ToggleButton</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ToggleButton</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbar</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>toolbar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates an array of buttons</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ToolBar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>toolbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ToolBar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ToolBar</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ToolBar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ToolBar</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbarbutton</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbarbutton</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbargrippy</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbargrippy</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E171:F171">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbaritem</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbaritem</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E172:F172">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbarpalette</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbarpalette</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl4418879 style='height:25.5pt;border-top:none'>toolbarseparator</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbarseparator</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbarset</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbarset</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>toolbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>toolbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tooltip</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tooltip</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>tooltip</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a popoup tooltip</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>ToolTip</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>tooltip</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>ToolTip</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'><a name="RANGE!E178:F178">&nbsp;</a></td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>ToolTip</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>trackbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>trackbar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a bar with a pointer indicating a position within a
  certain range</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>TrackBar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>trackbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>tree</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>tree</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Tree</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Tree</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treecell</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treecell</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treechildren</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treechildren</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treecol</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treecol</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treecols</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treecols</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=34 style='height:25.5pt'>
  <td height=34 class=xl3918879 width=152 style='height:25.5pt;border-top:none;
  width:114pt'>treecontrol</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>treecontrol</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>indicates a hierarchical list of items</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>treecontrol</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treeitem</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treeitem</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treerow</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treerow</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>treeseparator</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>treeseparator</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>TreeView</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>TreeView</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>?</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>triple</td>
  <td class=xl4018879 style='border-top:none;border-left:none'><a
  name="RANGE!B191:C191">&nbsp;</a></td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>triple</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=51 style='height:38.25pt'>
  <td height=51 class=xl3918879 width=152 style='height:38.25pt;border-top:
  none;width:114pt'>uri</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>uri</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>(Proposed value only) Yves Savourel: Indicates a URI (URN or
  URL).</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=18 style='height:13.5pt'>
  <td height=18 class=xl3918879 width=152 style='height:13.5pt;border-top:none;
  width:114pt'>var</td>
  <td class=xl4718879 style='border-top:none;border-left:none'>var<font
  class=font518879><span style='mso-spacerun:yes'> </span></font></td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>Variable</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>var</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>Indicates the text of a variable.</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>vbox</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>vbox</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Viewport</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Viewport</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>vscrollbar</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>VSrollBar</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>v-scrollbar</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>window</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>window</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4218879 width=152 style='height:12.75pt;border-top:
  none;width:114pt'>Window</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>&nbsp;</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4618879 width=131 style='border-top:none;border-left:none;
  width:98pt'>Window</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>wizard</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>wizard</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=xl4418879 style='height:12.75pt;border-top:none'>wizardpage</td>
  <td class=xl4018879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl4118879 width=136 style='border-top:none;border-left:none;
  width:102pt'>&nbsp;</td>
  <td class=xl4518879 width=100 style='border-top:none;border-left:none;
  width:75pt'>wizardpage</td>
  <td class=xl4318879 width=111 style='border-top:none;border-left:none;
  width:83pt'>&nbsp;</td>
  <td class=xl3618879 width=205 style='border-top:none;border-left:none;
  width:154pt'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3718879 style='border-top:none;border-left:none'>&nbsp;</td>
  <td class=xl3818879 style='border-top:none;border-left:none'>&nbsp;</td>
 </tr>
 <![if supportMisalignedColumns]>
 <tr height=0 style='display:none'>
  <td width=152 style='width:114pt'></td>
  <td width=69 style='width:52pt'></td>
  <td width=136 style='width:102pt'></td>
  <td width=100 style='width:75pt'></td>
  <td width=111 style='width:83pt'></td>
  <td width=205 style='width:154pt'></td>
  <td width=100 style='width:75pt'></td>
  <td width=104 style='width:78pt'></td>
  <td width=126 style='width:95pt'></td>
  <td width=131 style='width:98pt'></td>
 </tr>
 <![endif]>
</table>

</div>


<!----------------------------->
<!--END OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD-->
<!----------------------------->
</body>

</html>

--=_114E583B.D1B0DA37--



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]