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">
|
2014-08-07 13:05:59 +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">
|
2014-08-07 13:05:59 +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>
|
2014-08-07 13:05:59 +02:00
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
2019-08-13 10:50:23 +02:00
|
|
|
<data name="currentTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left, Right</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="currentTextBox.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>151, 83</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>255, 23</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="currentTextBox.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentTextBox.Name" xml:space="preserve">
|
|
|
|
<value>currentTextBox</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentTextBox.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentTextBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentTextBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Left, Right</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainTextBox.Font" type="System.Drawing.Font, System.Drawing">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>151, 137</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>255, 23</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainTextBox.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>6</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainTextBox.Name" xml:space="preserve">
|
|
|
|
<value>mainTextBox</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainTextBox.Type" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainTextBox.Parent" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainTextBox.ZOrder" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Left, Right</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainTextBox.Font" type="System.Drawing.Font, System.Drawing">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>151, 166</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>255, 23</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainTextBox.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>8</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainTextBox.Name" xml:space="preserve">
|
|
|
|
<value>reEnterMainTextBox</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainTextBox.Type" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainTextBox.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainTextBox.ZOrder" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>6</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2019-08-13 10:50:23 +02:00
|
|
|
<data name="currentLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="currentLabel.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 87</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>142, 15</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentLabel.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentLabel.Text" xml:space="preserve">
|
2021-08-31 12:31:16 +02:00
|
|
|
<value>&Current main password:</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentLabel.Name" xml:space="preserve">
|
|
|
|
<value>currentLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>currentLabel.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=">>currentLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentLabel.ZOrder" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>2</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 141</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>126, 15</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainLabel.Text" xml:space="preserve">
|
|
|
|
<value>&New main password:</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainLabel.Name" xml:space="preserve">
|
|
|
|
<value>mainLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainLabel.Type" xml:space="preserve">
|
2014-08-07 13:05:59 +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>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainLabel.ZOrder" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>5</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 170</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>133, 15</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>7</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="reEnterMainLabel.Text" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>&Re-enter new password:</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainLabel.Name" xml:space="preserve">
|
|
|
|
<value>reEnterMainLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainLabel.Type" xml:space="preserve">
|
2014-08-07 13:05:59 +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>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>reEnterMainLabel.ZOrder" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>7</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>183, 3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 25</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="cancelButton.Text" xml:space="preserve">
|
|
|
|
<value>Cancel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>cancelButton.Name" xml:space="preserve">
|
|
|
|
<value>cancelButton</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>cancelButton.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>cancelButton.Parent" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>cancelButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="okButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Bottom, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="okButton.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="okButton.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="okButton.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>102, 3</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="okButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 25</value>
|
|
|
|
</data>
|
|
|
|
<data name="okButton.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>0</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="okButton.Text" xml:space="preserve">
|
|
|
|
<value>OK</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>okButton.Name" xml:space="preserve">
|
|
|
|
<value>okButton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>okButton.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>okButton.Parent" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>okButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Top</value>
|
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Error" xml:space="preserve">
|
|
|
|
<value />
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>148, 192</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>261, 22</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="newPasswordError.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>9</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>newPasswordError.Name" xml:space="preserve">
|
|
|
|
<value>newPasswordError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>newPasswordError.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.Common.PasswordFailure, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>newPasswordError.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>newPasswordError.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>Top</value>
|
|
|
|
</data>
|
|
|
|
<data name="currentPasswordError.Error" xml:space="preserve">
|
|
|
|
<value />
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>148, 109</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>261, 22</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="currentPasswordError.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentPasswordError.Name" xml:space="preserve">
|
|
|
|
<value>currentPasswordError</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentPasswordError.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.Common.PasswordFailure, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentPasswordError.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name=">>currentPasswordError.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="tableLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +02:00
|
|
|
<data name="noteLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="noteLabel.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="noteLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="noteLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 35</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="noteLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 5, 3, 15</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="noteLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>403, 30</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="noteLabel.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>1</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="noteLabel.Text" xml:space="preserve">
|
|
|
|
<value>Note that if you lose or forget the password, it cannot be recovered.
|
2019-08-13 10:50:23 +02:00
|
|
|
(Remember that passwords are case sensitive).</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>noteLabel.Name" xml:space="preserve">
|
|
|
|
<value>noteLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>noteLabel.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=">>noteLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>noteLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.Font" type="System.Drawing.Font, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>403, 30</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name="mainBlurbLabel.Text" xml:space="preserve">
|
|
|
|
<value>The main password protects all your saved server login credentials.
|
2013-06-24 13:41:48 +02:00
|
|
|
You will need to enter this password at the beginning of each session.</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainBlurbLabel.Name" xml:space="preserve">
|
|
|
|
<value>mainBlurbLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainBlurbLabel.Type" xml:space="preserve">
|
2014-08-07 13:05:59 +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>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainBlurbLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2021-08-31 12:31:16 +02:00
|
|
|
<data name=">>mainBlurbLabel.ZOrder" xml:space="preserve">
|
2014-08-07 13:05:59 +02:00
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.FlowDirection" type="System.Windows.Forms.FlowDirection, System.Windows.Forms">
|
|
|
|
<value>RightToLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>148, 217</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>261, 34</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>10</value>
|
2014-08-07 13:05:59 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanel1.Name" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanel1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanel1.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanel1.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2019-08-13 10:50:23 +02:00
|
|
|
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 8</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>409, 251</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel1.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=">>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">
|
2021-08-31 12:31:16 +02:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="noteLabel" Row="1" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="mainBlurbLabel" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="currentLabel" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="currentPasswordError" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="mainTextBox" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="mainLabel" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="reEnterMainTextBox" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="reEnterMainLabel" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="currentTextBox" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="newPasswordError" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="flowLayoutPanel1" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,Absolute,25,AutoSize,0,AutoSize,0,Absolute,25,AutoSize,0" /></TableLayoutSettings></value>
|
2019-08-13 10:50:23 +02:00
|
|
|
</data>
|
2014-08-07 13:05:59 +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">
|
|
|
|
<value>96, 96</value>
|
|
|
|
</data>
|
2019-08-13 10:50:23 +02:00
|
|
|
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
2019-08-13 10:50:23 +02:00
|
|
|
<value>425, 267</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
2019-08-13 10:50:23 +02:00
|
|
|
<data name="$this.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>8, 8, 8, 8</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="$this.Text" xml:space="preserve">
|
2021-08-31 12:31:16 +02:00
|
|
|
<value>Change Main Password</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
2021-08-31 12:31:16 +02:00
|
|
|
<value>ChangeMainPasswordDialog</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Dialogs.XenDialogBase, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
</root>
|