2013-06-24 13:41:48 +02:00
|
|
|
|
namespace XenAdmin.Wizards.RollingUpgradeWizard
|
|
|
|
|
{
|
2019-01-16 17:35:44 +01:00
|
|
|
|
partial class RollingUpgradeExtrasPage
|
2013-06-24 13:41:48 +02:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2019-01-16 17:35:44 +01:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RollingUpgradeExtrasPage));
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
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
|
|
|
|
this.applyUpdatesCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.applyUpdatesLabel = new System.Windows.Forms.Label();
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.fileNameTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
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
|
|
|
|
this.checkBoxInstallSuppPack = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2018-10-04 15:38:07 +02:00
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
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
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.applyUpdatesCheckBox, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.applyUpdatesLabel, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.checkBoxInstallSuppPack, 0, 3);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 2);
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
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
|
|
|
|
// applyUpdatesCheckBox
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
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
|
|
|
|
resources.ApplyResources(this.applyUpdatesCheckBox, "applyUpdatesCheckBox");
|
|
|
|
|
this.applyUpdatesCheckBox.Checked = true;
|
|
|
|
|
this.applyUpdatesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.applyUpdatesCheckBox, 2);
|
|
|
|
|
this.applyUpdatesCheckBox.Name = "applyUpdatesCheckBox";
|
|
|
|
|
this.applyUpdatesCheckBox.UseVisualStyleBackColor = true;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
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
|
|
|
|
// applyUpdatesLabel
|
2018-10-04 15:38:07 +02:00
|
|
|
|
//
|
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
|
|
|
|
resources.ApplyResources(this.applyUpdatesLabel, "applyUpdatesLabel");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.applyUpdatesLabel, 2);
|
|
|
|
|
this.applyUpdatesLabel.Name = "applyUpdatesLabel";
|
2018-10-04 15:38:07 +02:00
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.BrowseButton, 2, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.fileNameTextBox, 1, 0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label5, "label5");
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
//
|
|
|
|
|
// BrowseButton
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.BrowseButton, "BrowseButton");
|
|
|
|
|
this.BrowseButton.Name = "BrowseButton";
|
|
|
|
|
this.BrowseButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseButton.Click += new System.EventHandler(this.BrowseButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// fileNameTextBox
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.fileNameTextBox, "fileNameTextBox");
|
|
|
|
|
this.fileNameTextBox.Name = "fileNameTextBox";
|
|
|
|
|
this.fileNameTextBox.TextChanged += new System.EventHandler(this.fileNameTextBox_TextChanged);
|
|
|
|
|
this.fileNameTextBox.Enter += new System.EventHandler(this.fileNameTextBox_Enter);
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label6, "label6");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label6, 2);
|
|
|
|
|
this.label6.Name = "label6";
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
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
|
|
|
|
// checkBoxInstallSuppPack
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.checkBoxInstallSuppPack, "checkBoxInstallSuppPack");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.checkBoxInstallSuppPack, 2);
|
|
|
|
|
this.checkBoxInstallSuppPack.Name = "checkBoxInstallSuppPack";
|
|
|
|
|
this.checkBoxInstallSuppPack.UseVisualStyleBackColor = true;
|
|
|
|
|
this.checkBoxInstallSuppPack.CheckedChanged += new System.EventHandler(this.checkBoxInstallSuppPack_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label4, "label4");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label4, 2);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
//
|
2019-01-16 17:35:44 +01:00
|
|
|
|
// RollingUpgradeExtrasPage
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2019-01-16 17:35:44 +01:00
|
|
|
|
this.Name = "RollingUpgradeExtrasPage";
|
2018-10-04 15:38:07 +02:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2018-10-04 15:38:07 +02:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBoxInstallSuppPack;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.Button BrowseButton;
|
|
|
|
|
private System.Windows.Forms.TextBox fileNameTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
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
|
|
|
|
private System.Windows.Forms.Label applyUpdatesLabel;
|
|
|
|
|
private System.Windows.Forms.CheckBox applyUpdatesCheckBox;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
}
|
|
|
|
|
}
|