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