Server/ProgressForm.resx
author StephaneLenclud
Fri, 19 Jun 2015 17:12:06 +0200
changeset 141 6f1da2b5c2ec
permissions -rw-r--r--
Prevents switching clients too often.
sl@91
     1
<?xml version="1.0" encoding="utf-8"?>
sl@91
     2
<root>
sl@91
     3
  <!-- 
sl@91
     4
    Microsoft ResX Schema 
sl@91
     5
    
sl@91
     6
    Version 2.0
sl@91
     7
    
sl@91
     8
    The primary goals of this format is to allow a simple XML format 
sl@91
     9
    that is mostly human readable. The generation and parsing of the 
sl@91
    10
    various data types are done through the TypeConverter classes 
sl@91
    11
    associated with the data types.
sl@91
    12
    
sl@91
    13
    Example:
sl@91
    14
    
sl@91
    15
    ... ado.net/XML headers & schema ...
sl@91
    16
    <resheader name="resmimetype">text/microsoft-resx</resheader>
sl@91
    17
    <resheader name="version">2.0</resheader>
sl@91
    18
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
sl@91
    19
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
sl@91
    20
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
sl@91
    21
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
sl@91
    22
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
sl@91
    23
        <value>[base64 mime encoded serialized .NET Framework object]</value>
sl@91
    24
    </data>
sl@91
    25
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
sl@91
    26
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
sl@91
    27
        <comment>This is a comment</comment>
sl@91
    28
    </data>
sl@91
    29
                
sl@91
    30
    There are any number of "resheader" rows that contain simple 
sl@91
    31
    name/value pairs.
sl@91
    32
    
sl@91
    33
    Each data row contains a name, and value. The row also contains a 
sl@91
    34
    type or mimetype. Type corresponds to a .NET class that support 
sl@91
    35
    text/value conversion through the TypeConverter architecture. 
sl@91
    36
    Classes that don't support this are serialized and stored with the 
sl@91
    37
    mimetype set.
sl@91
    38
    
sl@91
    39
    The mimetype is used for serialized objects, and tells the 
sl@91
    40
    ResXResourceReader how to depersist the object. This is currently not 
sl@91
    41
    extensible. For a given mimetype the value must be set accordingly:
sl@91
    42
    
sl@91
    43
    Note - application/x-microsoft.net.object.binary.base64 is the format 
sl@91
    44
    that the ResXResourceWriter will generate, however the reader can 
sl@91
    45
    read any of the formats listed below.
sl@91
    46
    
sl@91
    47
    mimetype: application/x-microsoft.net.object.binary.base64
sl@91
    48
    value   : The object must be serialized with 
sl@91
    49
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
sl@91
    50
            : and then encoded with base64 encoding.
sl@91
    51
    
sl@91
    52
    mimetype: application/x-microsoft.net.object.soap.base64
sl@91
    53
    value   : The object must be serialized with 
sl@91
    54
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
sl@91
    55
            : and then encoded with base64 encoding.
sl@91
    56
sl@91
    57
    mimetype: application/x-microsoft.net.object.bytearray.base64
sl@91
    58
    value   : The object must be serialized into a byte array 
sl@91
    59
            : using a System.ComponentModel.TypeConverter
sl@91
    60
            : and then encoded with base64 encoding.
sl@91
    61
    -->
sl@91
    62
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
sl@91
    63
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
sl@91
    64
    <xsd:element name="root" msdata:IsDataSet="true">
sl@91
    65
      <xsd:complexType>
sl@91
    66
        <xsd:choice maxOccurs="unbounded">
sl@91
    67
          <xsd:element name="metadata">
sl@91
    68
            <xsd:complexType>
sl@91
    69
              <xsd:sequence>
sl@91
    70
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
sl@91
    71
              </xsd:sequence>
sl@91
    72
              <xsd:attribute name="name" use="required" type="xsd:string" />
sl@91
    73
              <xsd:attribute name="type" type="xsd:string" />
sl@91
    74
              <xsd:attribute name="mimetype" type="xsd:string" />
sl@91
    75
              <xsd:attribute ref="xml:space" />
sl@91
    76
            </xsd:complexType>
sl@91
    77
          </xsd:element>
sl@91
    78
          <xsd:element name="assembly">
sl@91
    79
            <xsd:complexType>
sl@91
    80
              <xsd:attribute name="alias" type="xsd:string" />
sl@91
    81
              <xsd:attribute name="name" type="xsd:string" />
sl@91
    82
            </xsd:complexType>
sl@91
    83
          </xsd:element>
sl@91
    84
          <xsd:element name="data">
sl@91
    85
            <xsd:complexType>
sl@91
    86
              <xsd:sequence>
sl@91
    87
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
sl@91
    88
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
sl@91
    89
              </xsd:sequence>
sl@91
    90
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
sl@91
    91
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
sl@91
    92
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
sl@91
    93
              <xsd:attribute ref="xml:space" />
sl@91
    94
            </xsd:complexType>
sl@91
    95
          </xsd:element>
sl@91
    96
          <xsd:element name="resheader">
sl@91
    97
            <xsd:complexType>
sl@91
    98
              <xsd:sequence>
sl@91
    99
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
sl@91
   100
              </xsd:sequence>
sl@91
   101
              <xsd:attribute name="name" type="xsd:string" use="required" />
sl@91
   102
            </xsd:complexType>
sl@91
   103
          </xsd:element>
sl@91
   104
        </xsd:choice>
sl@91
   105
      </xsd:complexType>
sl@91
   106
    </xsd:element>
sl@91
   107
  </xsd:schema>
sl@91
   108
  <resheader name="resmimetype">
sl@91
   109
    <value>text/microsoft-resx</value>
sl@91
   110
  </resheader>
sl@91
   111
  <resheader name="version">
sl@91
   112
    <value>2.0</value>
sl@91
   113
  </resheader>
sl@91
   114
  <resheader name="reader">
sl@91
   115
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
sl@91
   116
  </resheader>
sl@91
   117
  <resheader name="writer">
sl@91
   118
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
sl@91
   119
  </resheader>
sl@91
   120
</root>