Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5613 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
50 changed files with 1177 additions and 124 deletions
Binary file not shown.
@ -0,0 +1,217 @@
@@ -0,0 +1,217 @@
|
||||
<?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> |
||||
<data name="AddInManager.ActionCancelUpdate" xml:space="preserve"> |
||||
<value>Update abbrechen</value> |
||||
</data> |
||||
<data name="AddInManager.ActionInstall" xml:space="preserve"> |
||||
<value>Installieren</value> |
||||
</data> |
||||
<data name="AddInManager.ActionUninstall" xml:space="preserve"> |
||||
<value>Deinstallieren</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelUpdate" xml:space="preserve"> |
||||
<value>Bricht die Aktualisierung der gewählten AddIn(s) ab.</value> |
||||
</data> |
||||
<data name="AddInManager.AddInInstalled" xml:space="preserve"> |
||||
<value>AddIn wird nach Neustart von SharpDevelop installiert</value> |
||||
</data> |
||||
<data name="AddInManager.OpenWebsite" xml:space="preserve"> |
||||
<value>Webseite öffnen</value> |
||||
</data> |
||||
<data name="AddInManager.AddInDisabled" xml:space="preserve"> |
||||
<value>Deaktiviert</value> |
||||
</data> |
||||
<data name="AddInManager.FileAssociation" xml:space="preserve"> |
||||
<value>AddIn Installationspaket</value> |
||||
</data> |
||||
<data name="AddInManager.NoAddInsInstalled" xml:space="preserve"> |
||||
<value>Sie haben keine AddIns installiert. |
||||
Laden Sie ein AddIn aus dem Internet herunter, klicken Sie auf "AddIn installieren" und wählen Sie die heruntergeladene Datei, um sie zu installieren.</value> |
||||
</data> |
||||
<data name="AddInManager.AddInWillBeDisabled" xml:space="preserve"> |
||||
<value>AddIn wird nach Neustart von SharpDevelop deaktiviert</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelInstall" xml:space="preserve"> |
||||
<value>Bricht die Installation der gewählten AddIn(s) ab.</value> |
||||
</data> |
||||
<data name="AddInManager.FileFilter" xml:space="preserve"> |
||||
<value>SharpDevelop AddIns|*.addin;*.sdaddin|Alle Dateien|*.*</value> |
||||
</data> |
||||
<data name="AddInManager.ActionCancelInstallation" xml:space="preserve"> |
||||
<value>Installation abbrechen</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelDeinstallation" xml:space="preserve"> |
||||
<value>Bricht die Deinstallation der gewählten AddIn(s) ab.</value> |
||||
</data> |
||||
<data name="AddInManager.AddInRemoved" xml:space="preserve"> |
||||
<value>AddIn wird nach Neustart von SharpDevelop entfernt</value> |
||||
</data> |
||||
<data name="AddInManager.ActionEnable" xml:space="preserve"> |
||||
<value>Aktivieren</value> |
||||
</data> |
||||
<data name="AddInManager.AddInDependencyFailed" xml:space="preserve"> |
||||
<value>Eine Abhängigkeit dieses AddIns wurde nicht gefunden. Installieren Sie sie, um dieses AddIn zu aktivieren.</value> |
||||
</data> |
||||
<data name="AddInManager.ActionCancelDeinstallation" xml:space="preserve"> |
||||
<value>Deinstallation abbrechen</value> |
||||
</data> |
||||
<data name="AddInManager.AddInEnabled" xml:space="preserve"> |
||||
<value>AddIn wird nach Neustart von SharpDevelop aktiviert</value> |
||||
</data> |
||||
<data name="AddInManager.ActionUpdate" xml:space="preserve"> |
||||
<value>Update installieren</value> |
||||
</data> |
||||
<data name="AddInManager.RequiredDependencies" xml:space="preserve"> |
||||
<value>Benötigte Abhängigkeiten:</value> |
||||
</data> |
||||
<data name="AddInManager.RequiredBy" xml:space="preserve"> |
||||
<value>AddIns werden benötigt von:</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionInconsistentSelection" xml:space="preserve"> |
||||
<value>Die Selektion ist ungültig, bitte wähle nur AddIns mit dem gleichen Status.</value> |
||||
</data> |
||||
<data name="AddInManager.ShowPreinstalledAddIns" xml:space="preserve"> |
||||
<value>Zeigt vorinstallierte AddIns</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionEnable" xml:space="preserve"> |
||||
<value>Aktiviert die gewählten AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionDisable" xml:space="preserve"> |
||||
<value>Deaktiviert die gewählten AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.InstallButton" xml:space="preserve"> |
||||
<value>AddIn &installieren</value> |
||||
</data> |
||||
<data name="AddInManager.AddInInstalledTwice" xml:space="preserve"> |
||||
<value>Dieses AddIn ist doppelt installiert. Bitte entfernen Sie eine Kopie.</value> |
||||
</data> |
||||
<data name="AddInManager.ActionDisable" xml:space="preserve"> |
||||
<value>Deaktivieren</value> |
||||
</data> |
||||
<data name="AddInManager.About" xml:space="preserve"> |
||||
<value>Über...</value> |
||||
</data> |
||||
<data name="AddInManager.AddInUpdated" xml:space="preserve"> |
||||
<value>AddIn wird nach Neustart von SharpDevelop aktualisiert</value> |
||||
</data> |
||||
<data name="AddInManager.Options" xml:space="preserve"> |
||||
<value>Optionen</value> |
||||
</data> |
||||
</root> |
Binary file not shown.
@ -0,0 +1,218 @@
@@ -0,0 +1,218 @@
|
||||
<?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> |
||||
<data name="AddInManager.ActionCancelUpdate" xml:space="preserve"> |
||||
<value>Cancel update</value> |
||||
</data> |
||||
<data name="AddInManager.ActionInstall" xml:space="preserve"> |
||||
<value>Install</value> |
||||
</data> |
||||
<data name="AddInManager.ActionUninstall" xml:space="preserve"> |
||||
<value>Uninstall</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelUpdate" xml:space="preserve"> |
||||
<value>Aborts the update of the selected AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.AddInInstalled" xml:space="preserve"> |
||||
<value>AddIn will be installed after restarting SharpDevelop</value> |
||||
</data> |
||||
<data name="AddInManager.OpenWebsite" xml:space="preserve"> |
||||
<value>Open Website</value> |
||||
</data> |
||||
<data name="AddInManager.AddInDisabled" xml:space="preserve"> |
||||
<value>Disabled</value> |
||||
</data> |
||||
<data name="AddInManager.FileAssociation" xml:space="preserve"> |
||||
<value>AddIn Installation Package</value> |
||||
</data> |
||||
<data name="AddInManager.NoAddInsInstalled" xml:space="preserve"> |
||||
<value>You don't have any AddIns installed. |
||||
|
||||
Download an AddIn from the Internet, then click 'Install AddIn' and choose the downloaded file to install it.</value> |
||||
</data> |
||||
<data name="AddInManager.AddInWillBeDisabled" xml:space="preserve"> |
||||
<value>AddIn will be disabled after restarting SharpDevelop</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelInstall" xml:space="preserve"> |
||||
<value>Aborts the installation of the selected AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.FileFilter" xml:space="preserve"> |
||||
<value>SharpDevelop AddIns|*.addin;*.sdaddin|All files|*.*</value> |
||||
</data> |
||||
<data name="AddInManager.ActionCancelInstallation" xml:space="preserve"> |
||||
<value>Cancel installation</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionCancelDeinstallation" xml:space="preserve"> |
||||
<value>Aborts the deinstallation of the selected AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.AddInRemoved" xml:space="preserve"> |
||||
<value>AddIn will be removed after restarting SharpDevelop</value> |
||||
</data> |
||||
<data name="AddInManager.ActionEnable" xml:space="preserve"> |
||||
<value>Enable</value> |
||||
</data> |
||||
<data name="AddInManager.AddInDependencyFailed" xml:space="preserve"> |
||||
<value>A dependency for this AddIn was not found. Install it to enable this AddIn.</value> |
||||
</data> |
||||
<data name="AddInManager.ActionCancelDeinstallation" xml:space="preserve"> |
||||
<value>Cancel deinstallation</value> |
||||
</data> |
||||
<data name="AddInManager.AddInEnabled" xml:space="preserve"> |
||||
<value>AddIn will be enabled after restarting SharpDevelop</value> |
||||
</data> |
||||
<data name="AddInManager.ActionUpdate" xml:space="preserve"> |
||||
<value>Update</value> |
||||
</data> |
||||
<data name="AddInManager.RequiredDependencies" xml:space="preserve"> |
||||
<value>Required dependencies:</value> |
||||
</data> |
||||
<data name="AddInManager.RequiredBy" xml:space="preserve"> |
||||
<value>AddIns are required by:</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionInconsistentSelection" xml:space="preserve"> |
||||
<value>The selection is inconsistent, please select only AddIns with the same status.</value> |
||||
</data> |
||||
<data name="AddInManager.ShowPreinstalledAddIns" xml:space="preserve"> |
||||
<value>Show preinstalled AddIns</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionEnable" xml:space="preserve"> |
||||
<value>Enables the selected AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.DescriptionDisable" xml:space="preserve"> |
||||
<value>Disables the selected AddIn(s).</value> |
||||
</data> |
||||
<data name="AddInManager.InstallButton" xml:space="preserve"> |
||||
<value>&Install AddIn</value> |
||||
</data> |
||||
<data name="AddInManager.AddInInstalledTwice" xml:space="preserve"> |
||||
<value>This AddIns is installed twice. Please uninstall one copy.</value> |
||||
</data> |
||||
<data name="AddInManager.ActionDisable" xml:space="preserve"> |
||||
<value>Disable</value> |
||||
</data> |
||||
<data name="AddInManager.About" xml:space="preserve"> |
||||
<value>About</value> |
||||
</data> |
||||
<data name="AddInManager.AddInUpdated" xml:space="preserve"> |
||||
<value>AddIn will be updated after restarting SharpDevelop</value> |
||||
</data> |
||||
<data name="AddInManager.Options" xml:space="preserve"> |
||||
<value>Options</value> |
||||
</data> |
||||
</root> |
Binary file not shown.
@ -0,0 +1,277 @@
@@ -0,0 +1,277 @@
|
||||
<?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> |
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
||||
<data name="Icons.16x16.DeleteIcon" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAScgAA |
||||
EnIBXmVb4wAAAXZJREFUOE+lkztOw0AQhucIPkJqngs0CAnYElGlAAEVpqEDUfNKbkCHROWCA1hwge2h |
||||
sAQSBBBxIAQIoJjEgPKwM8xYBCVOHIlQ/LJ2Z/f7/531AiLCfwR4kEjiqlR4ZYleQOBLzfHHAL1pzamn |
||||
/g4B/9jQq6OAgQjC48gkXFsSVnM9OL93quTXlOZ8jgCyakchSMnRvIRueJQUQwa/DfQpvjsbs4sCkFX5 |
||||
gfB8eVFYZU6nzHg4XcsN1MmpuCCsAgFYH7u6UaKvO0mbI/rT8QrdHd14HQZsqNaluW2AKi3Oz8Ts3BBg |
||||
Qw4BoxrbAnjfTySztJGVnxeWe7i3kZ3QnLtBwLftzpAA4NPZH1ekSg8Asp7X4ybPca1yaYkMQdIEedlq |
||||
h0CZFlyPa06qH5D11GFRNWfH7ueEdUPwfKgO6WWpzvsAWQ+b0Wf1KFGWkl2QSUaXisecENwTJW8JUjC7 |
||||
/IFND45NzsiM9wSAXh4Qm9lrcbNnQLPpN6uywpxRFTxoAAAAAElFTkSuQmCC |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Cut" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAYdJREFUOE+t001L |
||||
QlEQBuB+TdCmRVEJRRIWtRAUlKsQhFmkpZQtIiWyAlMwP5KkXS0shLqGFkgoFqWQmaRR2qIvU7FMwWhd |
||||
8JZXkFx0uVGzOcNh5jkDw6mr+++4SN7B6fbju/uQecYm6a25+/Hdl2IJptWNmmJyL4DwWZwZUJbtayT8 |
||||
RxGqIV8oQaaaRfrxkTmw4z2G+WuKbC6PYDgOkUSJp6ccc+AgdI4luwPbHh/UCxb0S0aZN5fHTmefMTVv |
||||
wfDEHIiBMegMpt8BZUShNoGQTIKQGxA8TTIHMoUPGF1vEOvTWHTcgqeJQahNwLqVQiRRpIdS+XcM2l4h |
||||
1t2DI3WAP7oGoSYE3kwSPQofljcqm/kxjK4SCH0OXSMetItsUC26wZuOVptYhI0eEOuz1YI2gZnKBdpr |
||||
6iR9V2jkKOkBQpeiCryhFFr4eioft16iU7qNho4h1Dc00QOqlRuwpSSa+UawuZXdByIZsPoUaOmWwrUf |
||||
owcOozlwZeto7ZXDuXvCfHV/+dGfqqrf44qgu28AAAAASUVORK5CYII= |
||||
</value> |
||||
</data> |
||||
<data name="Icons.New" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAQ9JREFUOE+t09lq |
||||
wkAUBmBfyr5DfY32jaReSOmFCyKCgkKLFrVUBZeKiEbshqRuaNw1xiXmLxMJBJ0Zc+GBw9zMfDPnHMZm |
||||
u1ZE35s4zXCqjmC8Al+sgHLjD9y7yGFWPIbecOO45yORtMAEHnxxJHL1IyKI9JeEXqtMwOl50Q8bSS0l |
||||
8PzBBPbqAQQxICrgjeapgKZpkJUdBmNZB+y3d/QSnsIZKrDdqZjMFYj9OR9wB1NngHrQsJC36EkrfIkT |
||||
PuDyJ84AZbOHNF2j1Z2h9i3xAVKfOUjjZssN2oMFmq0xSkLfOmBu3E97iurnENlKxzpgbpzwO0Kh1kOy |
||||
KFoDjHmzVuYYjRmTDZfyWh9Yd/4B2Mz2w1z7EGUAAAAASUVORK5CYII= |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Save" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAixJREFUOE+tk91L |
||||
k3EUx/cvdN9N0EW3NTWGa7EaPOUcyqphWBG9PZEv5dJlmqhYmUYtXyBb4dJJy+kknFT4BqZIjaFMJUsz |
||||
V7TEoabYRDD49ju/6Pm1Mi+iH5zLz+c855zvo1L9j/fsaRRUvvZltHmX8Ni9gMaGCO47ZlBb8wn22yHc |
||||
KJ9CackECgteIy93FBfOB6H0JrC3B6ipXsVGb2V1Dca0XhxOe8JLEXhbF7mgsuLLX3mCIwsr2G1+DrVa |
||||
huWQRwjcj+a5oLTk87qCn/D78CLiTD4UXJ7GAXOTEDjrZ7ngku3dH4Jf4ZHJCLZJXlhzxpGa4hSCurth |
||||
LsjOGo0R/A4PBsPYrHdDlgMwmRxCUF31kQvkMwFFsB7c4/+ATYkNOHL0BZKSaoXgZuU0urvATgkcP/kK |
||||
lmMDfNu0MJqZPps6/4D7cNDSCUmyC8HVskl0+MAyADS5vrG7f0X59Tm+VFoYzZyZEVTg5NR2GAwVQnCl |
||||
cByeZuChc40FJwpjek5MmU/YkH6uiHdOTmHwfg/0+jIhsOWNMRiouhPlnUnAQoI4rYSht7MYm5qDnHsN |
||||
e41tHNbucUGnKxICiqXjHpTPJgHBZ/Nv4U1oHqGZJVwstiNe72JwI+J3PYA2MV8IMjOG2dzLfOatBg+2 |
||||
7JDQ0tEPX9cguvv8GHg5hH0mC9S6eiQweLumDhqNVQgo06dP9fN4UsIoJHRnOhVtmxZGM1NXKoJ3JmTH |
||||
Cv71r/4OTrQ4xWMwWlcAAAAASUVORK5CYII= |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Copy" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAeJJREFUOE+lk9FP |
||||
klEYxv1TSsecde0f0FpZrTbbal7URVvZuuJCr7pq2WzLNWy0iSHNwtIB9qG0ltLSYRJpBomUgZPMGSyU |
||||
8SmJIOiv7zssCdrAzXd77s77e5/nnPdUVR20HBPfUCWNB4QsI176HB8IL/9iX2y1ubTMwx6utz0nuLhc |
||||
GWIfCxT153Z26ep/g9Md4FJLZ2WIZdQnAM4QSJ/BH5Z5aH6NNCljm0hgdSV4MppAPxQXCq5kil31OTx7 |
||||
DjLbOeSNNJFYUgBKq31glfpmN76F9QLEZHOJc73ubXQjMreln7Q+DdP/du0/QIsxhmNK5mjTMJ/m43mI |
||||
Qcmr5t5MZVlNpFiKrPM1vIbpVVQAOqSckF+ZekUX5UjTS+ouDFLb+CwPUPNupbN7k7WmEDcMX3hgXSpy |
||||
IP/OsrCyhXtuA6M0g+bc4wJATqaZ/x7DF4zg8f9g/OMibb355701kERriHL5fojzd2aFjNI0mjPdBUD9 |
||||
6auUqlU/KwBZJV4skWUuvMmYV8b+Ls6jQQ81DfryO3KtfUoA/p3810G37T3VJ3TlARdvukhldjANeemx |
||||
z2B8MS0mq80GyySHj98rD2jQOpXbtgrVNprRnO2h5lQX1Sc7leYODh27W3nN9/WZDnroDx0A5wwhdtmt |
||||
AAAAAElFTkSuQmCC |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Open" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAlBJREFUOE+Vk11I |
||||
01EYxv8XXXRlkRWFUGB54c0gKKK6CCmiUBTLLEjShJofVBgLc360qenm5ubUlS5rm66p08oyCvuQCkUi |
||||
1NSRZmpWFJViZqjk16//HKhDiTzw3JzzPr/3ec/hCMJ/LqXBziW1lWyjg/+0zJdFyYwepnQR5jqNlBUi |
||||
fO5/R7VNv0idrc/+2SksPpeQ2DwEl7m73cL4cNWs/gzZmRww47Dm0tn2fEnIkTgdITEGgqQFCFWlOsaG |
||||
yj3M09+KmHQmUH5TTVlxFubCdEx5aVzTyilQJXpCKywaxn5Y5jrPiGa65eCULqlFgFslKn5/Nc3Gdpnr |
||||
qjWzeuTIodau4m5ZFg5zBnaTEqvxMjcMKRTr5Bg1Se40ZaYsRj7m44rd16CgplzHdJ8S+jM99UHc602G |
||||
Lhm8jaetMhzbdT2C2ZjBrx41fNJyryKXpsdad9HCEd5EQnMYU42BjD8J4H2pBJk01H0XJQYFPzuV9Dem |
||||
UmPXMtOrgI4YN6AtWjQeZ6opmPH6A4w83MNg9TaUsX7iOHI3oEiXymB7ErdtGlpeikm6EkTAaWiJYOZV |
||||
KBMvDjFat5ehmu18r/Cn+cpqTgT6zr+EMUdOR30ad2w50JMGrWLc10eZaAhi9GkAw7U7GXBI+GLZilPr |
||||
jUK6hbOxJ+cB+dmJVFnVOO/H0awX5tSkXUG9aiUP0ldRmbIOc6IPVy9sJmJhd9cI+syL6BVnyE6KIvnc |
||||
Mc5HB3MqfD+HD+5i324JOyR++Pv6sGnjWtav8WKDt9fyP9Oyf99yDH8BF8beaXozevMAAAAASUVORK5C |
||||
YII= |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Help" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAhhJREFUOE+1U09r |
||||
E0EU70fIR9iPUBQ8eMrR46IN5JhCDz2oBA8SBHEpCMFgG5GiwdJdq2Ijqe6ldo3Wrmhri0gXazW2YbMt |
||||
UdNmm45ulf7R/HwzU1hLIzn54LFvhvn9eW9nOjr+R0wvBLhTXEf6bgV9w0sYLJQx/uoz2mq9c7eRn2pA |
||||
L67Bq+/i29YeWLBL9Q6u5ktI6w6Kr1dbE3HwA3sT/o8mbAfQRgE1LZPXtsPgbjZxaXAG4y/Kh0m48sbP |
||||
JgwbiKYAwwLYNkR4DEje5HsMFSI5l3l2kGD6/RYezzeEMgfzwzzMWSCRlV9OFk0xqhl06wNy+Tchyb2n |
||||
dXxhv4TVaFLazppAJ9VKL0MySxYoVI0hkXaw5AbovjAWEmTur4qBqZoEdfbKVCgTBObqdolBUW0ocRs1 |
||||
P8Cx2PWQ4PJtl6a9J+xLIB1OMHIilU2b1gSMqCZ9TdTq33FEHQgJcg8rWPF3qHcJVOKeyOyoJIioDqUk |
||||
UFM2SuUqus4YIcHEzFdYji8GxIGROAc41JJHc6E1B58wRRqWhzFrEVduTR78E5mRBSz7v0l1H0AgXgsH |
||||
+2DNcPBp3cep0/rhezA5V0Vfbg5ug+4CqaiaI/rmyWu+t1zdQIysDxdmW9/GiZcVnO+fgvHkI+YXV7BG |
||||
067VA9Ezt91Fyvq/wH8/lKHCW/RcfITj8Rs4evIaYmdHkBl63v4xtX1tLQ78AZ3a8qxOv4hDAAAAAElF |
||||
TkSuQmCC |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Paste" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAlBJREFUOE+1k1lI |
||||
lGEUhn/owm6KFuqqq4LoJooIqouMwixMM4zEjKyJGJUSlcnSITU1RSe3SdPGyGVQc6tEUSkSIXFo13CM |
||||
FonUyGmy5p9xz+Lp/z8ZbGjzpgMv5+a8z1n4Pkn6H9HZnEH7zVQayxKYF7+hMg+3ynKO4LBVMWa7xmBf |
||||
Nme1vuSl67hi0GNMj/sVqBon5XqmnXVMOqoxF+sYH6kgJyWKF13xnD/tT7xmM7bOY4y0riY6bL8nRAWo |
||||
5mlnDUUZR+m2ZCO/L2C4T89bywmaSgIJD/WmKnEVT/MkIg/v8wTUVeTMAuQbGBLDSNaFoI8K5lxkEDpt |
||||
IDEafyJCfciPXiMAIX7enoDqUgNTci1TdhPjQ5nYn0dhrVgu1Fu+jO7iRTwyegmzKp9tGz0BZlMGE/Yy |
||||
JgbSGH95irFnB5GbF5Nb3kqmqZELl2uJN5iJSS0hPMFIWGyWJ6C0MJXRQSNjfVpGH/vjur+Jj7dXCLM7 |
||||
pme+4XBOMjDsIDgihYDj+jlISW4S8qs0XA99cXWsx9m2ksFySXRWo/RWp5Cppp3efpsw3+2ysidIMwsp |
||||
zErgc88ZnO3rkFuWYq/3ov+6JMb+OvOdLy6l8wcHvW9sWHre4Rcag69i3rX3AN7bdyDlX4zD/iBCMS/h |
||||
U8NChioXYC2SiFZ2Vsd2T3BVmaDA3EZTh1VkVVs3rEW6lBwrHoj7yu6sVQ72c+d7ltfCXH+nm5rWJ3MA |
||||
dY3cpJPKCwtEE7SbgJ1bBFm9trqzu9vvspjgT3FIubZa8C/N67P9regHTvjvLQ3rR38AAAAASUVORK5C |
||||
YII= |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Print" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAi1JREFUOE+1k/9P |
||||
UlEYxv2nWK2tVlttGmpltrCcEQ1XUjSMaUHJNLIpNcnCragplBvUoC/okJhZLG92ySUpU8RNICdIhAio |
||||
EF+e7r1UZMDW1jrb+8t7z/N83vucc8rK/sdyeYIwvpopWYbRaZTk0uIx0o0/V/JbGt7lVTwxT6CKKylt |
||||
oLd8xGYihS/hKGz2WaaeWUnoTATsMz7UCztx9Ex7cYN3jkUQU4tb4DR5LZaAcyEAg4VE5YlLMFmJQoNQ |
||||
JA61gUA6k4XPH9pCN9s+gZz2oq5Jjlq+DDfUz3Fba86bOGY9jHiUdDF0mvqT7A/F4fKEcE9nZf5d1jOI |
||||
B4ZxVJ2U5gyc8z70akegMX3AXb0ND1+8R6/GgvZbeog61OA2K3CA2lxR34JjZ69B2T8EsVyN/Q0XcwY3 |
||||
B14iGk8UpE43UukMNqhA6QyC4Q0srcQg7dagsbWHmuDHScj7jDC9nsJTqx0a4xjuaIfRqXoMSXc/hG0q |
||||
8C4owGnqwEGeFOXHxThH9eoEV7G7VpiboE2pK0qnm9H1JLz+NUzOBfHWEcAQsQSuqAuVDa1gVZzKGUgU |
||||
jwoMqAzxNZbC3Od1jDvDYPdth+7NCpP8Yf4V7KoR5A1arg8gmQIoGMLxLJYjWSwEMphwb2J4MoZB2yqU |
||||
LBZUIxHGYB9HlBfTE4jl9+GmBPTHv6lfo//+GGoaZajmXQabumXl1HHt5TRjz5Hz2HlIgB3Vp7GNzWeo |
||||
RcX/+pq/AwHYL0leVl8fAAAAAElFTkSuQmCC |
||||
</value> |
||||
</data> |
||||
<data name="Icons.16x16.OK" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAewAAA |
||||
HsABES62twAAAHFJREFUOE+lk8ENwDAIAxmaATJhV2rLwxVNoDTmgZTPnSOHiIwhrWnBFk4JDjnFhhIA |
||||
pgQOVtXNG/jk+9wSPPDSgS8HzzslW3m1AAVVcHqDAETyK31HYOACp3sQNB7CfwRpMkr+WuUSplZ5/r3U |
||||
Z3KSCx3xPgnUs8LsAAAAAElFTkSuQmCC |
||||
</value> |
||||
</data> |
||||
<data name="Icons.Preview" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value> |
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAX9JREFUOE+d081L |
||||
AkEYBnD/Ba9duhV0rk4dCjxk0K17hBERZHiThK5dog5RZEpBKiaK4WethaYWVBoS2cehQyhZJARhZfn1 |
||||
xDvLStvuSjTwMIfd9zfzzu6o/Ilb/I43moWLy8AeOMX5dQ6qVoOKlYbVfYgerQ7OQEIZ2YldKQIrdg6R |
||||
4yyP+OPyiHv/QhFY3tpF79B4M7KdOMNpRaBaq4MQAZIFbP4TWSD3UAQXT8GyHWRxhxPIF4rSNja8SQlA |
||||
L1Kx760KzyMfR7rAkJu7vBhZd0UlgCMUZ8XPdf7RE+oMEXYiamXVEZEAi7ZQEyCEQiDtwmhaEu+ADujn |
||||
oIMj4OATOGvwxTQToIqVMDM7rww0Gg28lyugFqYzHwyhCMUmaxD6qUll4KtSw8trGanLe/h2kwyhVSlU |
||||
bDCMYtOolgeE7y3MCxYf9qJHrB39nBnDIxOIWzVA2SxGqIB+1b9E292JEtfGEJOur/UlU7qAY4MdDKFW |
||||
/o10tauh6R8A51nDN0DfQkg+OxUiAAAAAElFTkSuQmCC |
||||
</value> |
||||
</data> |
||||
</root> |
Binary file not shown.
@ -0,0 +1,225 @@
@@ -0,0 +1,225 @@
|
||||
<?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> |
||||
<data name="Global.BrowseButtonText" xml:space="preserve"> |
||||
<value>&Browse...</value> |
||||
</data> |
||||
<data name="ICSharpCode.Core.Services.ErrorDialogs.ShowExceptionButton" xml:space="preserve"> |
||||
<value>Show Exception</value> |
||||
</data> |
||||
<data name="Global.HelpButtonText" xml:space="preserve"> |
||||
<value>&Help</value> |
||||
</data> |
||||
<data name="Global.DeleteButtonText" xml:space="preserve"> |
||||
<value>&Delete</value> |
||||
</data> |
||||
<data name="Global.OpenButtonText" xml:space="preserve"> |
||||
<value>&Open</value> |
||||
</data> |
||||
<data name="Global.RetryButtonText" xml:space="preserve"> |
||||
<value>Retry</value> |
||||
</data> |
||||
<data name="Global.OKButtonText" xml:space="preserve"> |
||||
<value>OK</value> |
||||
</data> |
||||
<data name="ICSharpCode.Core.Services.ErrorDialogs.ExceptionGotDescription" xml:space="preserve"> |
||||
<value>Exception got</value> |
||||
</data> |
||||
<data name="Global.NextButtonText" xml:space="preserve"> |
||||
<value>Next ></value> |
||||
</data> |
||||
<data name="Global.LargeIconToolTip" xml:space="preserve"> |
||||
<value>Large Icons</value> |
||||
</data> |
||||
<data name="Demo.Menu.File" xml:space="preserve"> |
||||
<value>&File</value> |
||||
</data> |
||||
<data name="Global.CloseButtonText" xml:space="preserve"> |
||||
<value>&Close</value> |
||||
</data> |
||||
<data name="FileUtilityService.ErrorWhileLoading" xml:space="preserve"> |
||||
<value>Error while loading</value> |
||||
</data> |
||||
<data name="Global.ChangeButtonText" xml:space="preserve"> |
||||
<value>&Change</value> |
||||
</data> |
||||
<data name="Global.SmallIconToolTip" xml:space="preserve"> |
||||
<value>Small Icons</value> |
||||
</data> |
||||
<data name="FileUtilityService.ErrorWhileSaving" xml:space="preserve"> |
||||
<value>Error while saving</value> |
||||
</data> |
||||
<data name="Global.QuestionText" xml:space="preserve"> |
||||
<value>Question</value> |
||||
</data> |
||||
<data name="Global.StartButtonText" xml:space="preserve"> |
||||
<value>Start</value> |
||||
</data> |
||||
<data name="Global.FinishedCaptionText" xml:space="preserve"> |
||||
<value>Finished</value> |
||||
</data> |
||||
<data name="Global.RemoveButtonText" xml:space="preserve"> |
||||
<value>&Remove</value> |
||||
</data> |
||||
<data name="Global.FinishButtonText" xml:space="preserve"> |
||||
<value>Finish</value> |
||||
</data> |
||||
<data name="Fileutility.CantFindFileError" xml:space="preserve"> |
||||
<value>Can't load ${File}.File not found.</value> |
||||
</data> |
||||
<data name="Global.ErrorText" xml:space="preserve"> |
||||
<value>Error</value> |
||||
</data> |
||||
<data name="Global.UpdateButtonText" xml:space="preserve"> |
||||
<value>&Update</value> |
||||
</data> |
||||
<data name="ICSharpCode.Core.Services.ErrorDialogs.DescriptionLabel" xml:space="preserve"> |
||||
<value>Description</value> |
||||
</data> |
||||
<data name="Global.IgnoreButtonText" xml:space="preserve"> |
||||
<value>Ignore</value> |
||||
</data> |
||||
<data name="Global.ChooseLocationButtonText" xml:space="preserve"> |
||||
<value>Choose location</value> |
||||
</data> |
||||
<data name="Global.BackButtonText" xml:space="preserve"> |
||||
<value>< Back</value> |
||||
</data> |
||||
<data name="Global.CreateButtonText" xml:space="preserve"> |
||||
<value>Create</value> |
||||
</data> |
||||
<data name="Global.EditButtonText" xml:space="preserve"> |
||||
<value>&Edit</value> |
||||
</data> |
||||
<data name="Global.WarningText" xml:space="preserve"> |
||||
<value>Warning</value> |
||||
</data> |
||||
<data name="Global.AddButtonText" xml:space="preserve"> |
||||
<value>&Add</value> |
||||
</data> |
||||
<data name="Global.BrowseText" xml:space="preserve"> |
||||
<value>Browse</value> |
||||
</data> |
||||
<data name="Global.CancelButtonText" xml:space="preserve"> |
||||
<value>Cancel</value> |
||||
</data> |
||||
<data name="AddInManager.Title" xml:space="preserve"> |
||||
<value>AddIn Manager</value> |
||||
</data> |
||||
</root> |
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
||||
<LastOpenVersion>8.0.50215</LastOpenVersion> |
||||
<ProjectView>ShowAllFiles</ProjectView> |
||||
<ProjectTrust>0</ProjectTrust> |
||||
</PropertyGroup> |
||||
</Project> |
Loading…
Reference in new issue