MainForm.resx
changeset 0 f6eca6facd07
child 2 f516c3f656bf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/MainForm.resx	Sat Jun 14 12:51:25 2014 +0200
     1.3 @@ -0,0 +1,126 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<root>
     1.6 +  <!-- 
     1.7 +    Microsoft ResX Schema 
     1.8 +    
     1.9 +    Version 2.0
    1.10 +    
    1.11 +    The primary goals of this format is to allow a simple XML format 
    1.12 +    that is mostly human readable. The generation and parsing of the 
    1.13 +    various data types are done through the TypeConverter classes 
    1.14 +    associated with the data types.
    1.15 +    
    1.16 +    Example:
    1.17 +    
    1.18 +    ... ado.net/XML headers & schema ...
    1.19 +    <resheader name="resmimetype">text/microsoft-resx</resheader>
    1.20 +    <resheader name="version">2.0</resheader>
    1.21 +    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    1.22 +    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    1.23 +    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    1.24 +    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    1.25 +    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    1.26 +        <value>[base64 mime encoded serialized .NET Framework object]</value>
    1.27 +    </data>
    1.28 +    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    1.29 +        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
    1.30 +        <comment>This is a comment</comment>
    1.31 +    </data>
    1.32 +                
    1.33 +    There are any number of "resheader" rows that contain simple 
    1.34 +    name/value pairs.
    1.35 +    
    1.36 +    Each data row contains a name, and value. The row also contains a 
    1.37 +    type or mimetype. Type corresponds to a .NET class that support 
    1.38 +    text/value conversion through the TypeConverter architecture. 
    1.39 +    Classes that don't support this are serialized and stored with the 
    1.40 +    mimetype set.
    1.41 +    
    1.42 +    The mimetype is used for serialized objects, and tells the 
    1.43 +    ResXResourceReader how to depersist the object. This is currently not 
    1.44 +    extensible. For a given mimetype the value must be set accordingly:
    1.45 +    
    1.46 +    Note - application/x-microsoft.net.object.binary.base64 is the format 
    1.47 +    that the ResXResourceWriter will generate, however the reader can 
    1.48 +    read any of the formats listed below.
    1.49 +    
    1.50 +    mimetype: application/x-microsoft.net.object.binary.base64
    1.51 +    value   : The object must be serialized with 
    1.52 +            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
    1.53 +            : and then encoded with base64 encoding.
    1.54 +    
    1.55 +    mimetype: application/x-microsoft.net.object.soap.base64
    1.56 +    value   : The object must be serialized with 
    1.57 +            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
    1.58 +            : and then encoded with base64 encoding.
    1.59 +
    1.60 +    mimetype: application/x-microsoft.net.object.bytearray.base64
    1.61 +    value   : The object must be serialized into a byte array 
    1.62 +            : using a System.ComponentModel.TypeConverter
    1.63 +            : and then encoded with base64 encoding.
    1.64 +    -->
    1.65 +  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    1.66 +    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    1.67 +    <xsd:element name="root" msdata:IsDataSet="true">
    1.68 +      <xsd:complexType>
    1.69 +        <xsd:choice maxOccurs="unbounded">
    1.70 +          <xsd:element name="metadata">
    1.71 +            <xsd:complexType>
    1.72 +              <xsd:sequence>
    1.73 +                <xsd:element name="value" type="xsd:string" minOccurs="0" />
    1.74 +              </xsd:sequence>
    1.75 +              <xsd:attribute name="name" use="required" type="xsd:string" />
    1.76 +              <xsd:attribute name="type" type="xsd:string" />
    1.77 +              <xsd:attribute name="mimetype" type="xsd:string" />
    1.78 +              <xsd:attribute ref="xml:space" />
    1.79 +            </xsd:complexType>
    1.80 +          </xsd:element>
    1.81 +          <xsd:element name="assembly">
    1.82 +            <xsd:complexType>
    1.83 +              <xsd:attribute name="alias" type="xsd:string" />
    1.84 +              <xsd:attribute name="name" type="xsd:string" />
    1.85 +            </xsd:complexType>
    1.86 +          </xsd:element>
    1.87 +          <xsd:element name="data">
    1.88 +            <xsd:complexType>
    1.89 +              <xsd:sequence>
    1.90 +                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
    1.91 +                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    1.92 +              </xsd:sequence>
    1.93 +              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    1.94 +              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    1.95 +              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
    1.96 +              <xsd:attribute ref="xml:space" />
    1.97 +            </xsd:complexType>
    1.98 +          </xsd:element>
    1.99 +          <xsd:element name="resheader">
   1.100 +            <xsd:complexType>
   1.101 +              <xsd:sequence>
   1.102 +                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
   1.103 +              </xsd:sequence>
   1.104 +              <xsd:attribute name="name" type="xsd:string" use="required" />
   1.105 +            </xsd:complexType>
   1.106 +          </xsd:element>
   1.107 +        </xsd:choice>
   1.108 +      </xsd:complexType>
   1.109 +    </xsd:element>
   1.110 +  </xsd:schema>
   1.111 +  <resheader name="resmimetype">
   1.112 +    <value>text/microsoft-resx</value>
   1.113 +  </resheader>
   1.114 +  <resheader name="version">
   1.115 +    <value>2.0</value>
   1.116 +  </resheader>
   1.117 +  <resheader name="reader">
   1.118 +    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   1.119 +  </resheader>
   1.120 +  <resheader name="writer">
   1.121 +    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   1.122 +  </resheader>
   1.123 +  <metadata name="fontDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
   1.124 +    <value>17, 17</value>
   1.125 +  </metadata>
   1.126 +  <metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
   1.127 +    <value>126, 17</value>
   1.128 +  </metadata>
   1.129 +</root>
   1.130 \ No newline at end of file