modibx.resx
上传用户:fuyouda
上传日期:2021-03-17
资源大小:8619k
文件大小:17k
源码类别:

Windows编程

开发平台:

C/C++

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3.   <!-- 
  4.     Microsoft ResX Schema 
  5.     
  6.     Version 1.3
  7.     
  8.     The primary goals of this format is to allow a simple XML format 
  9.     that is mostly human readable. The generation and parsing of the 
  10.     various data types are done through the TypeConverter classes 
  11.     associated with the data types.
  12.     
  13.     Example:
  14.     
  15.     ... ado.net/XML headers & schema ...
  16.     <resheader name="resmimetype">text/microsoft-resx</resheader>
  17.     <resheader name="version">1.3</resheader>
  18.     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  19.     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  20.     <data name="Name1">this is my long string</data>
  21.     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  22.     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  23.         [base64 mime encoded serialized .NET Framework object]
  24.     </data>
  25.     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  26.         [base64 mime encoded string representing a byte array form of the .NET Framework object]
  27.     </data>
  28.                 
  29.     There are any number of "resheader" rows that contain simple 
  30.     name/value pairs.
  31.     
  32.     Each data row contains a name, and value. The row also contains a 
  33.     type or mimetype. Type corresponds to a .NET class that support 
  34.     text/value conversion through the TypeConverter architecture. 
  35.     Classes that don't support this are serialized and stored with the 
  36.     mimetype set.
  37.     
  38.     The mimetype is used forserialized objects, and tells the 
  39.     ResXResourceReader how to depersist the object. This is currently not 
  40.     extensible. For a given mimetype the value must be set accordingly:
  41.     
  42.     Note - application/x-microsoft.net.object.binary.base64 is the format 
  43.     that the ResXResourceWriter will generate, however the reader can 
  44.     read any of the formats listed below.
  45.     
  46.     mimetype: application/x-microsoft.net.object.binary.base64
  47.     value   : The object must be serialized with 
  48.             : System.Serialization.Formatters.Binary.BinaryFormatter
  49.             : and then encoded with base64 encoding.
  50.     
  51.     mimetype: application/x-microsoft.net.object.soap.base64
  52.     value   : The object must be serialized with 
  53.             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  54.             : and then encoded with base64 encoding.
  55.     mimetype: application/x-microsoft.net.object.bytearray.base64
  56.     value   : The object must be serialized into a byte array 
  57.             : using a System.ComponentModel.TypeConverter
  58.             : and then encoded with base64 encoding.
  59.     -->
  60.   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  61.     <xsd:element name="root" msdata:IsDataSet="true">
  62.       <xsd:complexType>
  63.         <xsd:choice maxOccurs="unbounded">
  64.           <xsd:element name="data">
  65.             <xsd:complexType>
  66.               <xsd:sequence>
  67.                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  68.                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  69.               </xsd:sequence>
  70.               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
  71.               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  72.               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  73.             </xsd:complexType>
  74.           </xsd:element>
  75.           <xsd:element name="resheader">
  76.             <xsd:complexType>
  77.               <xsd:sequence>
  78.                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  79.               </xsd:sequence>
  80.               <xsd:attribute name="name" type="xsd:string" use="required" />
  81.             </xsd:complexType>
  82.           </xsd:element>
  83.         </xsd:choice>
  84.       </xsd:complexType>
  85.     </xsd:element>
  86.   </xsd:schema>
  87.   <resheader name="resmimetype">
  88.     <value>text/microsoft-resx</value>
  89.   </resheader>
  90.   <resheader name="version">
  91.     <value>1.3</value>
  92.   </resheader>
  93.   <resheader name="reader">
  94.     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  95.   </resheader>
  96.   <resheader name="writer">
  97.     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  98.   </resheader>
  99.   <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  100.     <value>True</value>
  101.   </data>
  102.   <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  103.     <value>Private</value>
  104.   </data>
  105.   <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  106.     <value>Private</value>
  107.   </data>
  108.   <data name="textBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  109.     <value>Private</value>
  110.   </data>
  111.   <data name="textBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  112.     <value>True</value>
  113.   </data>
  114.   <data name="textBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  115.     <value>Private</value>
  116.   </data>
  117.   <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  118.     <value>True</value>
  119.   </data>
  120.   <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  121.     <value>Private</value>
  122.   </data>
  123.   <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  124.     <value>Private</value>
  125.   </data>
  126.   <data name="textBox2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  127.     <value>Private</value>
  128.   </data>
  129.   <data name="textBox2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  130.     <value>True</value>
  131.   </data>
  132.   <data name="textBox2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  133.     <value>Private</value>
  134.   </data>
  135.   <data name="label3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  136.     <value>True</value>
  137.   </data>
  138.   <data name="label3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  139.     <value>Private</value>
  140.   </data>
  141.   <data name="label3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  142.     <value>Private</value>
  143.   </data>
  144.   <data name="richTextBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  145.     <value>True</value>
  146.   </data>
  147.   <data name="richTextBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  148.     <value>Private</value>
  149.   </data>
  150.   <data name="richTextBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  151.     <value>Private</value>
  152.   </data>
  153.   <data name="checkBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  154.     <value>True</value>
  155.   </data>
  156.   <data name="checkBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  157.     <value>Private</value>
  158.   </data>
  159.   <data name="checkBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  160.     <value>Private</value>
  161.   </data>
  162.   <data name="button1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  163.     <value>True</value>
  164.   </data>
  165.   <data name="button1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  166.     <value>Private</value>
  167.   </data>
  168.   <data name="button1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  169.     <value>Private</value>
  170.   </data>
  171.   <data name="button2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  172.     <value>True</value>
  173.   </data>
  174.   <data name="button2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  175.     <value>Private</value>
  176.   </data>
  177.   <data name="button2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  178.     <value>Private</value>
  179.   </data>
  180.   <data name="dateTimePicker1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  181.     <value>Private</value>
  182.   </data>
  183.   <data name="dateTimePicker1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  184.     <value>Private</value>
  185.   </data>
  186.   <data name="dateTimePicker1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  187.     <value>True</value>
  188.   </data>
  189.   <data name="label4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  190.     <value>True</value>
  191.   </data>
  192.   <data name="label4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  193.     <value>Private</value>
  194.   </data>
  195.   <data name="label4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  196.     <value>Private</value>
  197.   </data>
  198.   <data name="button3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  199.     <value>True</value>
  200.   </data>
  201.   <data name="button3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  202.     <value>Private</value>
  203.   </data>
  204.   <data name="button3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  205.     <value>Private</value>
  206.   </data>
  207.   <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  208.     <value>True</value>
  209.   </data>
  210.   <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  211.     <value>(Default)</value>
  212.   </data>
  213.   <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  214.     <value>False</value>
  215.   </data>
  216.   <data name="$this.Name">
  217.     <value>modibx</value>
  218.   </data>
  219.   <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  220.     <value>False</value>
  221.   </data>
  222.   <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  223.     <value>8, 8</value>
  224.   </data>
  225.   <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  226.     <value>True</value>
  227.   </data>
  228.   <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  229.     <value>80</value>
  230.   </data>
  231.   <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  232.     <value>True</value>
  233.   </data>
  234.   <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  235.     <value>Private</value>
  236.   </data>
  237.   <data name="$this.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64">
  238.     <value>
  239.         /9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwg
  240.         JC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIy
  241.         MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABoAIwDASIAAhEBAxEB/8QA
  242.         HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh
  243.         MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW
  244.         V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG
  245.         x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF
  246.         BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV
  247.         YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE
  248.         hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq
  249.         8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAooooAKKKKACiiigAqGecRBeCzscKq9SadO2yCRt2za
  250.         pO7HTjrWVcwXi6ejadGi3Drl3fG7p6nvQBfWa7By9sm3tslyfxyAP1pTNddBajJ6ZkGPx4qhAmrCO0Dy
  251.         AYjAm3YJLbuT+X86lBvy8ZOQvmjduAHy4Oenbp70AT/apYSPtUART0eNi6j68Aj8sVZjkSVA8bqynoVO
  252.         RWU7aoYkK5LeaSwG37vYf1+vHvVqIbNScD5Q8QYqR95gcE/lgH8KAL1FFFABRRRQAUUUUAFFFFABRRUN
  253.         zdQWkDTXE0cMS/eeRgoH4mgCais2x1/SdTmaGx1G2uJVGSkcgJx649K0qAGuiyIyMAVYYIPcVl3CL5P2
  254.         S4uJIVV9yy5xlOwz046c+la1IaAMqyhUwRQw3yOI1b/VtkncTzkHtTW0mZo3Q3JGXRlbLE/L689x+ua0
  255.         5YIpkCyRqwHTI6fSsuVrOykMF3qiQtIx8mM3OwlewAJ55zyKAJrC0XT4IEaSMLBB5Zx8oznOcdqnt91z
  256.         N9qYFVAKxA91J+8frgY9qWGxtUAZYI9wOQxUE/XJ5q3QAUUUUAFFFFABRUc7iOCRznCqTx16VWSS4XT/
  257.         ADZWQybQ2FGAPbk8/WgC7RWfqd09unEsMSFHZmkYAnHQDkevXtj3rJsbwXGoBBdQyoVQjypN5VixHXJ9
  258.         KiU1FpFRjdHSO6ohdiFUDJJ6AV4v4w16Txh4jt9K01pXswwSHa21ZZDnL/QD68HtXp2uxNqfhy50/wAw
  259.         xXFzbuAcHAK4znHbPH41xfhXwwdOvrO3vrWB5Hgd5ACDuBGOp57njjoabfQSRo+DvCWi6dqKXNtDdG6t
  260.         VdS9wx5c4BIHT+8O4rv6zLKGWIXEkcsMzyNlVzgIBwq556D2qxPPNHbQ7PLM0jKm7qoz1PvxmqEy3TZG
  261.         KxswGSATj1qINceYV2IUC8MWxuP0xwKZHI7SyRyzQiTkrGhyyj1Pr+VAFG01BdXWJoJvJZCGkgb7/Xvg
  262.         9Ov+eK85+I/hO01zRtRubFANUtp2uZEAJd1I+ZCcckKoIX/GvQLnTYZrFb+GILdSBZPlOAztjv256kVi
  263.         ajf6tY2+rQXBg8wRFkIBYEFeuT16Y6UWJ5uX4jnvg/4w36BHpGs3bLcLN5Vi1xkNMn90E9dpyOfavWq8
  264.         18D6FFZrLqS7ZL+acxIXBMaDJIOCeoCnBGOwr0OSVoFi3kMWcISBjrQNNSV0T0VUEs0t9JGhRYogN2Rk
  265.         sTz68ACpklDTyRd0AP4HP+BoGOl8zyn8rb5m07d3TPbPtRHv8tfM278Ddt6Z74qpFLcf2c88pXJQuiqP
  266.         ujHGT3NW423xK+MbgDigCO7SWS2eOEIWcFfnJAGR7A0yaKY2qwx+WcqFYsSMD24q1RQBQ1RW+xzOsEcp
  267.         EbDDttOPrg1gabAyXryyQRRSPOihYuFCA8e+c55NdPeQtcWc0KEBnQqCegrPstHa15Mqkl1Y4X+70FY1
  268.         IOUlY0hJJMr3xum1EkGMFI/lUE4PU8nHHYnHtWfBdwXlzmO5tpr6R1aJI3ztwvr9NxJ96p+NbiXRNMup
  269.         Euc3GoEwphQCq9WJPfC4A+tch8PtkXjK0ULgskq/+OmtHh+dczZ3YfCOeHlW6I9LurnWo1Ig02AzZwsx
  270.         bcPrgc/rWqlu1vZxQxgSGMD75xkjvmrIpaaVjzSnHFcyXInnKoqKQkSMSMnuTxn6YpqxXEcrmOC2RSSx
  271.         O45dj+HH61epDTAprBOtrbwAR7U2hyWPG0jpxz09q5jxY6xX0gMZlE9uFdQ+04ywxnBxXaVwnjKRYLue
  272.         YSORHAZZRgHgDhRxx3P40nNQ1YnSnVXLDcveDDI2nXZWKNStwNkZY4UbQQM46810CwXFxcRyXPlokR3J
  273.         GhLZbGMk4HTJ4xVLwxp5sNGh8zPnzKss2ezEDgfTp+FbVU3cmEXGKTK8v2hGYwwwsWxyzlfz4NRwwTwR
  274.         ySFkluZGDMTlVHbA64AFXKKRZUkhnGnCCMRmTy9hLMQOmM9KsRLsiRCc7QBT6KACkpaQ0ALRSA0bh6ig
  275.         DkvFvhqfW7iGcXiRxxJsSNlJyTnJ69+BWPoXgi50vxHDfrqETi3cq6eWwLA8dc+n867vULKLUbQwSSyx
  276.         AkMJIX2spByCDUFvp8NnPNMtzO5lA3LJJuXcBjcB2Jxzjj2q1OVrHVHG1o0/ZJ+78jRHSlqGOeMjG8ZF
  277.         SeYuPvCoOUdTD94CjzEI+8KarKWJ3D86AJD0rzTxNdQNNq2biFmEqKw8wA8H7uPXA6da9JYK6lTyCMHm
  278.         ubk8CaBJIJHtSxSYXEYL8I4IO4e52jJOTjjNROHMrGtKr7Nt2OjhdZIw6HKt8w+hqSoom+Xk1LVmQhOK
  279.         B0pr9qcKAFooooAa7iNcseKzp9WiX/VHf79qvzQrPGUccVjXGiF2B3lueg4A/wAaaAgl1ectxgeoxz+H
  280.         rULatcFgpkVcnuMGnPYSoNuGPHAPP/16iOlTPIFcEr1/vDP48iqsK4wa87OVUs4U7WIHf/PvTRq0hcq4
  281.         dQfuk8g+2acLYxHb5brgDJx8vHv1pVglGP3WAT/Dk5/z70xCNeypHlg+c8eWcj3/AApTq0wO3azKCPmQ
  282.         Z/HH/wCqnyWrrjCtzyQP6nt+FQm2McYbZuGP4Dx/iaYE66nI5KxqXyAwwMAD69KkbUmEfO78O31qmlrI
  283.         /OMggEKCeBStHL8wRDkHkj/GlqBcXVn2naCy4yCTz+VKdUYo3JIB5GOn1rOWxk8w7gWZuTx8uff/AOvQ
  284.         8BR8FCw3Y46D8OtAzQTUSATlfrUyauVYDgr9ay1g3sFIJJ7Z/wA/rTpLTYAFBVB14z+vaiwjXTVY3cnz
  285.         OQcYB5q3DqcLvsDqWHXmucSJFk2qpDE5JXgn6mrNujMreXEGx83OR+VFgudOrhhkGn1QsUkHLgqf7pNX
  286.         6hqxQUjHAzRRSAag4ye9OwPSiigCBo42l5RevpUyxqv3VA+lFFMBjQo2dwBPuKr/AGSPcEVQFHoMUUUJ
  287.         isSizgB3eWN3r3oa1jJPHHoKKKLsLEYtYGk+4T361J9lhAOEAHtxRRRdhYiisoid2Pwqb7JF/d7YHtRR
  288.         Q2wsNa1gYbfLWpY4Y4l2oiqPYUUUDHFRnI60uaKKQH//2Q==
  289. </value>
  290.   </data>
  291. </root>