mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-22 08:26:03 +01:00
e67e5eb644
- 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>
194 lines
9.3 KiB
C#
194 lines
9.3 KiB
C#
using XenAdmin.Wizards.PatchingWizard;
|
|
|
|
namespace XenAdmin.Wizards.RollingUpgradeWizard
|
|
{
|
|
partial class RollingUpgradeWizardInstallMethodPage
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RollingUpgradeWizardInstallMethodPage));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.comboBoxUpgradeMethod = new System.Windows.Forms.ComboBox();
|
|
this.watermarkTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.buttonTest = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.labelUser = new System.Windows.Forms.Label();
|
|
this.textBoxUser = new System.Windows.Forms.TextBox();
|
|
this.labelPassword = new System.Windows.Forms.Label();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelErrors = new System.Windows.Forms.Label();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.tableLayoutPanel2.SetColumnSpan(this.groupBox2, 3);
|
|
this.groupBox2.Controls.Add(this.tableLayoutPanel1);
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxUpgradeMethod, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.watermarkTextBox1, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.buttonTest, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelUser, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxUser, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelPassword, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxPassword, 1, 2);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// comboBoxUpgradeMethod
|
|
//
|
|
this.comboBoxUpgradeMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxUpgradeMethod.FormattingEnabled = true;
|
|
this.comboBoxUpgradeMethod.Items.AddRange(new object[] {
|
|
resources.GetString("comboBoxUpgradeMethod.Items"),
|
|
resources.GetString("comboBoxUpgradeMethod.Items1"),
|
|
resources.GetString("comboBoxUpgradeMethod.Items2")});
|
|
resources.ApplyResources(this.comboBoxUpgradeMethod, "comboBoxUpgradeMethod");
|
|
this.comboBoxUpgradeMethod.Name = "comboBoxUpgradeMethod";
|
|
this.comboBoxUpgradeMethod.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// watermarkTextBox1
|
|
//
|
|
resources.ApplyResources(this.watermarkTextBox1, "watermarkTextBox1");
|
|
this.watermarkTextBox1.Name = "watermarkTextBox1";
|
|
this.watermarkTextBox1.TextChanged += new System.EventHandler(this.watermarkTextBox1_TextChanged);
|
|
//
|
|
// buttonTest
|
|
//
|
|
resources.ApplyResources(this.buttonTest, "buttonTest");
|
|
this.buttonTest.Name = "buttonTest";
|
|
this.buttonTest.UseVisualStyleBackColor = true;
|
|
this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// labelUser
|
|
//
|
|
resources.ApplyResources(this.labelUser, "labelUser");
|
|
this.labelUser.Name = "labelUser";
|
|
//
|
|
// textBoxUser
|
|
//
|
|
resources.ApplyResources(this.textBoxUser, "textBoxUser");
|
|
this.textBoxUser.Name = "textBoxUser";
|
|
this.textBoxUser.TextChanged += new System.EventHandler(this.textBoxUser_TextChanged);
|
|
//
|
|
// labelPassword
|
|
//
|
|
resources.ApplyResources(this.labelPassword, "labelPassword");
|
|
this.labelPassword.Name = "labelPassword";
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.UseSystemPasswordChar = true;
|
|
this.textBoxPassword.TextChanged += new System.EventHandler(this.textBoxPassword_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.tableLayoutPanel2.SetColumnSpan(this.label1, 3);
|
|
this.label1.Name = "label1";
|
|
//
|
|
// labelErrors
|
|
//
|
|
resources.ApplyResources(this.labelErrors, "labelErrors");
|
|
this.tableLayoutPanel2.SetColumnSpan(this.labelErrors, 2);
|
|
this.labelErrors.Name = "labelErrors";
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = global::XenAdmin.Properties.Resources._000_Abort_h32bit_16;
|
|
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.pictureBox2, 0, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.labelErrors, 1, 2);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// RollingUpgradeWizardInstallMethodPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Name = "RollingUpgradeWizardInstallMethodPage";
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox comboBoxUpgradeMethod;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TextBox textBoxUser;
|
|
private System.Windows.Forms.Label labelPassword;
|
|
private System.Windows.Forms.Label labelUser;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button buttonTest;
|
|
private System.Windows.Forms.TextBox watermarkTextBox1;
|
|
private System.Windows.Forms.Label labelErrors;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
|
}
|
|
}
|