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">
2018-06-14 15:53:48 +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">
2018-06-14 15:53:48 +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>
2019-01-29 15:17:42 +01:00
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="radioButtonAutomatic.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
2013-06-24 13:41:48 +02:00
</data>
2018-06-14 15:53:48 +02:00
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
2019-01-29 15:17:42 +01:00
<data name="radioButtonAutomatic.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 8.25pt, style=Bold</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="radioButtonAutomatic.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 62</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="radioButtonAutomatic.Size" type="System.Drawing.Size, System.Drawing">
<value>380, 17</value>
</data>
<data name="radioButtonAutomatic.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="radioButtonAutomatic.Text" xml:space="preserve">
<value>&Automatic Mode – automated upgrade from network install files</value>
</data>
<data name=">>radioButtonAutomatic.Name" xml:space="preserve">
<value>radioButtonAutomatic</value>
</data>
<data name=">>radioButtonAutomatic.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>radioButtonAutomatic.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>radioButtonAutomatic.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="label4.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="label4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>23, 82</value>
</data>
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
<value>536, 26</value>
</data>
<data name="label4.TabIndex" type="System.Int32, mscorlib">
2013-06-24 13:41:48 +02:00
<value>0</value>
</data>
2019-01-29 15:17:42 +01:00
<data name="label4.Text" xml:space="preserve">
<value>In Automatic Mode, the upgrade is applied automatically to all servers in the pool from install files stored on an HTTP, NFS or FTP server.</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>label4.Name" xml:space="preserve">
<value>label4</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>label4.Type" xml:space="preserve">
2018-06-14 15:53:48 +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>
2019-01-29 15:17:42 +01:00
<data name=">>label4.Parent" xml:space="preserve">
2018-06-14 15:53:48 +02:00
<value>tableLayoutPanel1</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>label4.ZOrder" xml:space="preserve">
<value>2</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="radioButtonManual.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="radioButtonManual.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 8.25pt, style=Bold</value>
</data>
<data name="radioButtonManual.Location" type="System.Drawing.Point, System.Drawing">
2019-01-29 15:17:42 +01:00
<value>3, 251</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="radioButtonManual.Size" type="System.Drawing.Size, System.Drawing">
<value>329, 17</value>
</data>
<data name="radioButtonManual.TabIndex" type="System.Int32, mscorlib">
2019-01-29 15:17:42 +01:00
<value>2</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="radioButtonManual.Text" xml:space="preserve">
<value>&Manual Mode – manual upgrade from CD-ROM or PXE</value>
</data>
<data name=">>radioButtonManual.Name" xml:space="preserve">
<value>radioButtonManual</value>
</data>
<data name=">>radioButtonManual.Type" xml:space="preserve">
2018-06-14 15:53:48 +02:00
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2013-06-24 13:41:48 +02:00
</data>
<data name=">>radioButtonManual.Parent" xml:space="preserve">
2018-06-14 15:53:48 +02:00
<value>tableLayoutPanel1</value>
2013-06-24 13:41:48 +02:00
</data>
<data name=">>radioButtonManual.ZOrder" xml:space="preserve">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>3</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="label3.AutoSize" type="System.Boolean, mscorlib">
2013-06-24 13:41:48 +02:00
<value>True</value>
</data>
2019-01-29 15:17:42 +01:00
<data name="label3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="label3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
2019-01-29 15:17:42 +01:00
<value>23, 271</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
2019-01-29 15:17:42 +01:00
<value>536, 39</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="label3.TabIndex" type="System.Int32, mscorlib">
2019-01-29 15:17:42 +01:00
<value>0</value>
2013-06-24 13:41:48 +02:00
</data>
<data name="label3.Text" xml:space="preserve">
2016-02-10 12:52:30 +01:00
<value>In Manual Mode, you must apply the upgrade manually to each server in turn by running the [XenServer] installer from CD-ROM or PXE network boot and following the installer’ s on-screen instructions in the server console. This process must be repeated for each server in the pool.</value>
2013-06-24 13:41:48 +02:00
</data>
<data name=">>label3.Name" xml:space="preserve">
<value>label3</value>
</data>
<data name=">>label3.Type" xml:space="preserve">
2018-06-14 15:53:48 +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=">>label3.Parent" xml:space="preserve">
2018-06-14 15:53:48 +02:00
<value>tableLayoutPanel1</value>
2013-06-24 13:41:48 +02:00
</data>
<data name=">>label3.ZOrder" xml:space="preserve">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>4</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="groupBox2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="groupBox2.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel2.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="comboBoxUpgradeMethod.Items" xml:space="preserve">
<value>HTTP</value>
</data>
<data name="comboBoxUpgradeMethod.Items1" xml:space="preserve">
<value>NFS</value>
</data>
<data name="comboBoxUpgradeMethod.Items2" xml:space="preserve">
<value>FTP</value>
</data>
<data name="comboBoxUpgradeMethod.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="comboBoxUpgradeMethod.Size" type="System.Drawing.Size, System.Drawing">
<value>85, 21</value>
</data>
<data name="comboBoxUpgradeMethod.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name=">>comboBoxUpgradeMethod.Name" xml:space="preserve">
<value>comboBoxUpgradeMethod</value>
</data>
<data name=">>comboBoxUpgradeMethod.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>comboBoxUpgradeMethod.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>comboBoxUpgradeMethod.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="watermarkTextBox1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left, Right</value>
</data>
<data name="watermarkTextBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>94, 3</value>
</data>
<data name="watermarkTextBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>433, 20</value>
</data>
<data name="watermarkTextBox1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name=">>watermarkTextBox1.Name" xml:space="preserve">
<value>watermarkTextBox1</value>
</data>
<data name=">>watermarkTextBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>watermarkTextBox1.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>watermarkTextBox1.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="labelUser.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="labelUser.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelUser.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
2013-06-24 13:41:48 +02:00
<value>NoControl</value>
</data>
2019-01-29 15:17:42 +01:00
<data name="labelUser.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 33</value>
2018-06-14 15:53:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="labelUser.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="labelUser.Size" type="System.Drawing.Size, System.Drawing">
<value>58, 13</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="labelUser.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="labelUser.Text" xml:space="preserve">
<value>&Username:</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>labelUser.Name" xml:space="preserve">
<value>labelUser</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>labelUser.Type" xml:space="preserve">
2018-06-14 15:53:48 +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>
2019-01-29 15:17:42 +01:00
<data name=">>labelUser.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
2013-06-24 13:41:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name=">>labelUser.ZOrder" xml:space="preserve">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>2</value>
2018-06-14 15:53:48 +02:00
</data>
2019-01-29 15:17:42 +01:00
<data name="textBoxUser.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left, Right</value>
</data>
<data name="textBoxUser.Location" type="System.Drawing.Point, System.Drawing">
<value>94, 30</value>
</data>
<data name="textBoxUser.Size" type="System.Drawing.Size, System.Drawing">
<value>433, 20</value>
</data>
<data name="textBoxUser.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name=">>textBoxUser.Name" xml:space="preserve">
<value>textBoxUser</value>
</data>
<data name=">>textBoxUser.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>textBoxUser.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>textBoxUser.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="labelPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="labelPassword.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelPassword.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="labelPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 59</value>
</data>
<data name="labelPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="labelPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<data name="labelPassword.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="labelPassword.Text" xml:space="preserve">
<value>&Password:</value>
</data>
<data name=">>labelPassword.Name" xml:space="preserve">
<value>labelPassword</value>
</data>
<data name=">>labelPassword.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=">>labelPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>labelPassword.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="textBoxPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left, Right</value>
</data>
<data name="textBoxPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>94, 56</value>
</data>
<data name="textBoxPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>433, 20</value>
</data>
<data name="textBoxPassword.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name=">>textBoxPassword.Name" xml:space="preserve">
<value>textBoxPassword</value>
</data>
<data name=">>textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>textBoxPassword.ZOrder" xml:space="preserve">
<value>5</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>3, 16</value>
</data>
<data name="tableLayoutPanel2.RowCount" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
<value>530, 79</value>
</data>
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name=">>tableLayoutPanel2.Name" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name=">>tableLayoutPanel2.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=">>tableLayoutPanel2.Parent" xml:space="preserve">
<value>groupBox2</value>
</data>
<data name=">>tableLayoutPanel2.ZOrder" xml:space="preserve">
<value>0</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="comboBoxUpgradeMethod" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="watermarkTextBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="labelUser" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="textBoxUser" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="labelPassword" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="textBoxPassword" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,Percent,100,Absolute,20" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings></value>
</data>
<data name="groupBox2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Top</value>
</data>
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
<value>23, 118</value>
</data>
<data name="groupBox2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 10, 3, 10</value>
</data>
<data name="groupBox2.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>536, 120</value>
</data>
<data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
<value>536, 120</value>
</data>
<data name="groupBox2.TabIndex" type="System.Int32, mscorlib">
2018-06-14 15:53:48 +02:00
<value>1</value>
</data>
2019-01-29 15:17:42 +01:00
<data name="groupBox2.Text" xml:space="preserve">
<value>Location of network install files</value>
</data>
<data name=">>groupBox2.Name" xml:space="preserve">
<value>groupBox2</value>
</data>
<data name=">>groupBox2.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>groupBox2.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>groupBox2.ZOrder" xml:space="preserve">
<value>5</value>
</data>
2018-06-14 15:53:48 +02:00
<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">
<value>0, 0</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
2019-01-29 15:17:42 +01:00
<value>7</value>
2018-06-14 15:53:48 +02:00
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>562, 378</value>
</data>
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
2019-01-29 15:17:42 +01:00
<value>0</value>
2018-06-14 15:53:48 +02:00
</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">
2013-06-24 13:41:48 +02:00
<value>0</value>
</data>
2018-06-14 15:53:48 +02:00
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
2019-01-29 15:17:42 +01:00
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label1" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="radioButtonAutomatic" Row="1" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="label4" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="radioButtonManual" Row="4" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="label3" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBox2" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Absolute,20,Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100" /></TableLayoutSettings></value>
</data>
<data name="label1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Top</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 0</value>
</data>
<data name="label1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 3, 20</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>556, 39</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Choose how the servers in the selected pools will be upgraded. In both modes, the wizard will perform a range of checks before the upgrade process begins, to ensure that it is possible to apply the upgrade to all of the servers in the pool.</value>
</data>
<data name=">>label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<data name=">>label1.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=">>label1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>label1.ZOrder" xml:space="preserve">
<value>0</value>
2018-06-14 15:53:48 +02:00
</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.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</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">
<value>562, 378</value>
</data>
<data name=">>$this.Name" xml:space="preserve">
<value>RollingUpgradeWizardUpgradeModePage</value>
</data>
<data name=">>$this.Type" xml:space="preserve">
<value>XenAdmin.Controls.XenTabPage, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
2018-06-14 15:53:48 +02:00
</root>