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.
|
|
|
|
-->
|
|
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
|
|
</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">
|
2015-08-21 15:16:40 +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">
|
2015-08-21 15:16:40 +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>
|
2015-08-21 15:16:40 +02:00
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="SizeLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2015-08-21 15:16:40 +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="SizeLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2015-08-21 15:16:40 +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="SizeLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 0, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>66, 30</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.Text" xml:space="preserve">
|
|
|
|
<value>&Size:</value>
|
|
|
|
</data>
|
|
|
|
<data name="SizeLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>SizeLabel.Name" xml:space="preserve">
|
|
|
|
<value>SizeLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>SizeLabel.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>SizeLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>SizeLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="locationLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="locationLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="locationLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 45</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="locationLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 15, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="locationLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>66, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="locationLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="locationLabel.Text" xml:space="preserve">
|
|
|
|
<value>Location:</value>
|
|
|
|
</data>
|
|
|
|
<data name="locationLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleRight</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>locationLabel.Name" xml:space="preserve">
|
|
|
|
<value>locationLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>locationLabel.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>locationLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>locationLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>70, 4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 4, 4, 4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>201, 22</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeNUD.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
|
|
|
|
<value>Right</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeNUD.Name" xml:space="preserve">
|
|
|
|
<value>sizeNUD</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeNUD.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +02:00
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>sizeNUD.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeNUD.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>279, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>4, 0, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeValue.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>28, 30</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeValue.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.Text" xml:space="preserve">
|
|
|
|
<value>GB</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValue.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValue.Name" xml:space="preserve">
|
|
|
|
<value>sizeValue</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValue.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>sizeValue.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValue.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>70, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>1, 30</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name="sizeValueROLabel.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValueROLabel.Name" xml:space="preserve">
|
|
|
|
<value>sizeValueROLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValueROLabel.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>sizeValueROLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>sizeValueROLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>70, 45</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 15, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>624, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelLocationValueRO.Text" xml:space="preserve">
|
|
|
|
<value>SR name</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelLocationValueRO.Name" xml:space="preserve">
|
|
|
|
<value>labelLocationValueRO</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelLocationValueRO.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>labelLocationValueRO.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelLocationValueRO.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>315, 6</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>4, 6, 4, 4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>AutoSize</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxError.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxError.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxError.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>pictureBoxError.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxError.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>335, 6</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 6, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelError.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>326, 20</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelError.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.Text" xml:space="preserve">
|
|
|
|
<value>There is not enough available space for this disk</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelError.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelError.Name" xml:space="preserve">
|
|
|
|
<value>labelError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelError.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>labelError.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelError.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 94</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>4, 4, 4, 4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>698, 371</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +02:00
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="sizeValue" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="locationLabel" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="SizeLabel" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="sizeNUD" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="sizeValueROLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="labelLocationValueRO" Row="1" RowSpan="1" Column="1" ColumnSpan="5" /><Control Name="pictureBoxError" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="labelError" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,Absolute,38,Absolute,62" /></TableLayoutSettings></value>
|
2015-08-21 15:16:40 +02:00
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="labelShutDownWarning.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>20, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>4, 0, 4, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>2, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>678, 49</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.Text" xml:space="preserve">
|
|
|
|
<value>The disk size cannot be altered as the disk is already being updated or is in use by a running VM.</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelShutDownWarning.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelShutDownWarning.Name" xml:space="preserve">
|
|
|
|
<value>labelShutDownWarning</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelShutDownWarning.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>labelShutDownWarning.Parent" xml:space="preserve">
|
|
|
|
<value>panelShutDownHint</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelShutDownWarning.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
2015-08-21 15:16:40 +02:00
|
|
|
<data name="pictureBox1.MinimumSize" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>20, 20</value>
|
2015-08-21 15:16:40 +02:00
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>20, 49</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>CenterImage</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>pictureBox1.Parent" xml:space="preserve">
|
|
|
|
<value>panelShutDownHint</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
2015-08-26 18:14:01 +02:00
|
|
|
<data name="panelShutDownHint.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelShutDownHint.Location" type="System.Drawing.Point, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 45</value>
|
2015-08-26 18:14:01 +02:00
|
|
|
</data>
|
|
|
|
<data name="panelShutDownHint.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelShutDownHint.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>698, 49</value>
|
2015-08-26 18:14:01 +02:00
|
|
|
</data>
|
|
|
|
<data name="panelShutDownHint.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelShutDownHint.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelShutDownHint.Name" xml:space="preserve">
|
|
|
|
<value>panelShutDownHint</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelShutDownHint.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelShutDownHint.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelShutDownHint.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>0, 0, 0, 11</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>698, 45</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Text" xml:space="preserve">
|
|
|
|
<value>You can increase the size of your disk so more space is available for your VM. Reducing the size of your disk is not supported.</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Name" xml:space="preserve">
|
|
|
|
<value>label1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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=">>label1.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
2017-08-22 17:40:08 +02:00
|
|
|
<data name="tableLayoutPanel2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>4, 4, 4, 4</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="tableLayoutPanel2.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>698, 45</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +02:00
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings></value>
|
|
|
|
</data>
|
2015-08-21 15:16:40 +02:00
|
|
|
<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.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>120, 120</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
2017-08-22 17:40:08 +02:00
|
|
|
<value>698, 465</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>VDISizeLocationPage</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
2015-08-21 15:16:40 +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>
|