2013-06-24 13:41:48 +02:00
|
|
|
<?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.
|
|
|
|
-->
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:schema id="root" xmlns="" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
|
|
|
<xsd:element msdata:IsDataSet="true" name="root">
|
2013-06-24 13:41:48 +02:00
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" name="value" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
|
|
<xsd:attribute name="type" type="xsd:string"/>
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
|
|
|
<xsd:attribute ref="xml:space"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="alias" type="xsd:string"/>
|
|
|
|
<xsd:attribute name="name" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
|
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="2" name="comment" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute msdata:Ordinal="1" name="name" type="xsd:string" use="required"/>
|
|
|
|
<xsd:attribute msdata:Ordinal="3" name="type" type="xsd:string"/>
|
|
|
|
<xsd:attribute msdata:Ordinal="4" name="mimetype" type="xsd:string"/>
|
|
|
|
<xsd:attribute ref="xml:space"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</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">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</resheader>
|
2016-09-15 13:17:31 +02:00
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
|
|
|
<data name="tableLayoutPanelRbac.ColumnCount" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>2</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="pictureBox2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="pictureBox2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>47, 39</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Type" xml:space="preserve">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Parent" xml:space="preserve">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>tableLayoutPanelRbac</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>66, 10</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>545, 196</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="lableRbacWarning.Text" xml:space="preserve">
|
|
|
|
<value>アクセス権に関する警告エラー</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lableRbacWarning.Name" xml:space="preserve">
|
|
|
|
<value>lableRbacWarning</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lableRbacWarning.Type" xml:space="preserve">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>lableRbacWarning.Parent" xml:space="preserve">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>tableLayoutPanelRbac</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>lableRbacWarning.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.Location" type="System.Drawing.Point, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>10, 10, 10, 10</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.RowCount" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>1</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.Size" type="System.Drawing.Size, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>624, 216</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelRbac.TabIndex" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>2</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>tableLayoutPanelRbac.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelRbac</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelRbac.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelRbac.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelRbac.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelRbac.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="pictureBox2" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lableRbacWarning" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,Percent,100" /><Rows Styles="Percent,100,Absolute,20" /></TableLayoutSettings></value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>pictureBox1.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>pictureBox1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>pictureBox1.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Top, Bottom, Left, Right</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>25, 4</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>48, 13</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="errorLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabel.Text" xml:space="preserve">
|
|
|
|
<value>errorMsg</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabel.Name" xml:space="preserve">
|
|
|
|
<value>errorLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelError.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>261, 222</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelError.RowCount" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>1</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>76, 22</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>tableLayoutPanelError.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelError.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelError.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name=">>tableLayoutPanelError.ZOrder" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0</value>
|
|
|
|
</data>
|
2016-09-15 13:17:31 +02:00
|
|
|
<data name="tableLayoutPanelError.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="pictureBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="errorLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings></value>
|
|
|
|
</data>
|
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</metadata>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>624, 430</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>ConsolePanel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
2016-09-15 13:17:31 +02:00
|
|
|
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
</root>
|