You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
9.3 KiB
171 lines
9.3 KiB
3 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<root>
|
||
|
<!--
|
||
|
Microsoft ResX Schema
|
||
|
|
||
|
Version 2.0
|
||
|
|
||
|
The primary goals of this format is to allow a simple XML format
|
||
|
that is mostly human readable. The generation and parsing of the
|
||
|
various data types are done through the TypeConverter classes
|
||
|
associated with the data types.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
... ado.net/XML headers & schema ...
|
||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||
|
<resheader name="version">2.0</resheader>
|
||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||
|
</data>
|
||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||
|
<comment>This is a comment</comment>
|
||
|
</data>
|
||
|
|
||
|
There are any number of "resheader" rows that contain simple
|
||
|
name/value pairs.
|
||
|
|
||
|
Each data row contains a name, and value. The row also contains a
|
||
|
type or mimetype. Type corresponds to a .NET class that support
|
||
|
text/value conversion through the TypeConverter architecture.
|
||
|
Classes that don't support this are serialized and stored with the
|
||
|
mimetype set.
|
||
|
|
||
|
The mimetype is used for serialized objects, and tells the
|
||
|
ResXResourceReader how to depersist the object. This is currently not
|
||
|
extensible. For a given mimetype the value must be set accordingly:
|
||
|
|
||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||
|
that the ResXResourceWriter will generate, however the reader can
|
||
|
read any of the formats listed below.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||
|
value : The object must be serialized with
|
||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||
|
: and then encoded with base64 encoding.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||
|
value : The object must be serialized with
|
||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||
|
: and then encoded with base64 encoding.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||
|
value : The object must be serialized into a byte array
|
||
|
: using a System.ComponentModel.TypeConverter
|
||
|
: and then encoded with base64 encoding.
|
||
|
-->
|
||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||
|
<xsd:complexType>
|
||
|
<xsd:choice maxOccurs="unbounded">
|
||
|
<xsd:element name="metadata">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||
|
<xsd:attribute name="type" type="xsd:string" />
|
||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||
|
<xsd:attribute ref="xml:space" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="assembly">
|
||
|
<xsd:complexType>
|
||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||
|
<xsd:attribute name="name" type="xsd:string" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="data">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||
|
<xsd:attribute ref="xml:space" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="resheader">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
</xsd:choice>
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
</xsd:schema>
|
||
|
<resheader name="resmimetype">
|
||
|
<value>text/microsoft-resx</value>
|
||
|
</resheader>
|
||
|
<resheader name="version">
|
||
|
<value>2.0</value>
|
||
|
</resheader>
|
||
|
<resheader name="reader">
|
||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||
|
</resheader>
|
||
|
<resheader name="writer">
|
||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||
|
</resheader>
|
||
|
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<metadata name="Column5.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||
|
<value>True</value>
|
||
|
</metadata>
|
||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
|
<data name="button3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||
|
<value>
|
||
|
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
|
||
|
</value>
|
||
|
</data>
|
||
|
<metadata name="excelExport.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>17, 17</value>
|
||
|
</metadata>
|
||
|
</root>
|