mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
189 lines
8.8 KiB
C#
189 lines
8.8 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.label2 = new System.Windows.Forms.Label();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
this.groupBox2.Controls.Add(this.tableLayoutPanel1);
|
|
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.label1.Name = "label1";
|
|
//
|
|
// labelErrors
|
|
//
|
|
resources.ApplyResources(this.labelErrors, "labelErrors");
|
|
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;
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// RollingUpgradeWizardInstallMethodPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.labelErrors);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.groupBox2);
|
|
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.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.Label label2;
|
|
|
|
|
|
}
|
|
}
|