mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
329 lines
18 KiB
C#
329 lines
18 KiB
C#
namespace XenAdmin.Dialogs.Wlb
|
|
{
|
|
partial class WlbCredentialsDialog
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WlbCredentialsDialog));
|
|
this.textboxWLBPort = new System.Windows.Forms.TextBox();
|
|
this.LabelWLBServerPort = new System.Windows.Forms.Label();
|
|
this.checkboxUseCurrentXSCredentials = new System.Windows.Forms.CheckBox();
|
|
this.textboxWlbUrl = new System.Windows.Forms.TextBox();
|
|
this.textboxXSPassword = new System.Windows.Forms.TextBox();
|
|
this.textboxXSUserName = new System.Windows.Forms.TextBox();
|
|
this.LabelXenServerPassword = new System.Windows.Forms.Label();
|
|
this.LabelXenServerUsername = new System.Windows.Forms.Label();
|
|
this.LabelXenServerCredsBlurb = new System.Windows.Forms.Label();
|
|
this.textboxWlbPassword = new System.Windows.Forms.TextBox();
|
|
this.textboxWlbUserName = new System.Windows.Forms.TextBox();
|
|
this.LabelWLBPassword = new System.Windows.Forms.Label();
|
|
this.LabelWLBUsername = new System.Windows.Forms.Label();
|
|
this.LabelWLBServerCredsBlurb = new System.Windows.Forms.Label();
|
|
this.LabelWLBServerName = new System.Windows.Forms.Label();
|
|
this.LabelWLBServerNameBlurb = new System.Windows.Forms.Label();
|
|
this.decentGroupBoxWLBServerAddress = new XenAdmin.Controls.DecentGroupBox();
|
|
this.labelDefaultPortBlurb = new System.Windows.Forms.Label();
|
|
this.decentGroupBoxWLBCredentials = new XenAdmin.Controls.DecentGroupBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.decentGroupBoxXSCredentials = new XenAdmin.Controls.DecentGroupBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.imageListIcons = new System.Windows.Forms.ImageList(this.components);
|
|
this.decentGroupBoxWLBServerAddress.SuspendLayout();
|
|
this.decentGroupBoxWLBCredentials.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.decentGroupBoxXSCredentials.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// textboxWLBPort
|
|
//
|
|
resources.ApplyResources(this.textboxWLBPort, "textboxWLBPort");
|
|
this.textboxWLBPort.Name = "textboxWLBPort";
|
|
this.textboxWLBPort.TextChanged += new System.EventHandler(this.textboxWLBPort_TextChanged);
|
|
//
|
|
// LabelWLBServerPort
|
|
//
|
|
resources.ApplyResources(this.LabelWLBServerPort, "LabelWLBServerPort");
|
|
this.LabelWLBServerPort.Name = "LabelWLBServerPort";
|
|
//
|
|
// checkboxUseCurrentXSCredentials
|
|
//
|
|
resources.ApplyResources(this.checkboxUseCurrentXSCredentials, "checkboxUseCurrentXSCredentials");
|
|
this.checkboxUseCurrentXSCredentials.Name = "checkboxUseCurrentXSCredentials";
|
|
this.checkboxUseCurrentXSCredentials.UseVisualStyleBackColor = true;
|
|
this.checkboxUseCurrentXSCredentials.CheckedChanged += new System.EventHandler(this.checkboxUseCurrentXSCredentials_CheckedChanged);
|
|
//
|
|
// textboxWlbUrl
|
|
//
|
|
resources.ApplyResources(this.textboxWlbUrl, "textboxWlbUrl");
|
|
this.textboxWlbUrl.Name = "textboxWlbUrl";
|
|
this.textboxWlbUrl.TextChanged += new System.EventHandler(this.textboxWlbUrl_TextChanged);
|
|
//
|
|
// textboxXSPassword
|
|
//
|
|
resources.ApplyResources(this.textboxXSPassword, "textboxXSPassword");
|
|
this.textboxXSPassword.Name = "textboxXSPassword";
|
|
this.textboxXSPassword.TextChanged += new System.EventHandler(this.textboxXSPassword_TextChanged);
|
|
//
|
|
// textboxXSUserName
|
|
//
|
|
resources.ApplyResources(this.textboxXSUserName, "textboxXSUserName");
|
|
this.textboxXSUserName.Name = "textboxXSUserName";
|
|
this.textboxXSUserName.TextChanged += new System.EventHandler(this.textboxXSUserName_TextChanged);
|
|
//
|
|
// LabelXenServerPassword
|
|
//
|
|
resources.ApplyResources(this.LabelXenServerPassword, "LabelXenServerPassword");
|
|
this.LabelXenServerPassword.Name = "LabelXenServerPassword";
|
|
//
|
|
// LabelXenServerUsername
|
|
//
|
|
resources.ApplyResources(this.LabelXenServerUsername, "LabelXenServerUsername");
|
|
this.LabelXenServerUsername.Name = "LabelXenServerUsername";
|
|
//
|
|
// LabelXenServerCredsBlurb
|
|
//
|
|
resources.ApplyResources(this.LabelXenServerCredsBlurb, "LabelXenServerCredsBlurb");
|
|
this.LabelXenServerCredsBlurb.Name = "LabelXenServerCredsBlurb";
|
|
//
|
|
// textboxWlbPassword
|
|
//
|
|
resources.ApplyResources(this.textboxWlbPassword, "textboxWlbPassword");
|
|
this.textboxWlbPassword.Name = "textboxWlbPassword";
|
|
this.textboxWlbPassword.TextChanged += new System.EventHandler(this.textboxWlbPassword_TextChanged);
|
|
//
|
|
// textboxWlbUserName
|
|
//
|
|
resources.ApplyResources(this.textboxWlbUserName, "textboxWlbUserName");
|
|
this.textboxWlbUserName.Name = "textboxWlbUserName";
|
|
this.textboxWlbUserName.TextChanged += new System.EventHandler(this.textboxWlbUserName_TextChanged);
|
|
//
|
|
// LabelWLBPassword
|
|
//
|
|
resources.ApplyResources(this.LabelWLBPassword, "LabelWLBPassword");
|
|
this.LabelWLBPassword.Name = "LabelWLBPassword";
|
|
//
|
|
// LabelWLBUsername
|
|
//
|
|
resources.ApplyResources(this.LabelWLBUsername, "LabelWLBUsername");
|
|
this.LabelWLBUsername.Name = "LabelWLBUsername";
|
|
//
|
|
// LabelWLBServerCredsBlurb
|
|
//
|
|
resources.ApplyResources(this.LabelWLBServerCredsBlurb, "LabelWLBServerCredsBlurb");
|
|
this.LabelWLBServerCredsBlurb.Name = "LabelWLBServerCredsBlurb";
|
|
//
|
|
// LabelWLBServerName
|
|
//
|
|
resources.ApplyResources(this.LabelWLBServerName, "LabelWLBServerName");
|
|
this.LabelWLBServerName.Name = "LabelWLBServerName";
|
|
//
|
|
// LabelWLBServerNameBlurb
|
|
//
|
|
resources.ApplyResources(this.LabelWLBServerNameBlurb, "LabelWLBServerNameBlurb");
|
|
this.LabelWLBServerNameBlurb.Name = "LabelWLBServerNameBlurb";
|
|
//
|
|
// decentGroupBoxWLBServerAddress
|
|
//
|
|
resources.ApplyResources(this.decentGroupBoxWLBServerAddress, "decentGroupBoxWLBServerAddress");
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.labelDefaultPortBlurb);
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.LabelWLBServerNameBlurb);
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.textboxWLBPort);
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.textboxWlbUrl);
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.LabelWLBServerPort);
|
|
this.decentGroupBoxWLBServerAddress.Controls.Add(this.LabelWLBServerName);
|
|
this.decentGroupBoxWLBServerAddress.Name = "decentGroupBoxWLBServerAddress";
|
|
this.decentGroupBoxWLBServerAddress.TabStop = false;
|
|
//
|
|
// labelDefaultPortBlurb
|
|
//
|
|
resources.ApplyResources(this.labelDefaultPortBlurb, "labelDefaultPortBlurb");
|
|
this.labelDefaultPortBlurb.Name = "labelDefaultPortBlurb";
|
|
//
|
|
// decentGroupBoxWLBCredentials
|
|
//
|
|
resources.ApplyResources(this.decentGroupBoxWLBCredentials, "decentGroupBoxWLBCredentials");
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.pictureBox3);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.pictureBox2);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.pictureBox1);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.LabelWLBServerCredsBlurb);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.LabelWLBUsername);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.LabelWLBPassword);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.textboxWlbUserName);
|
|
this.decentGroupBoxWLBCredentials.Controls.Add(this.textboxWlbPassword);
|
|
this.decentGroupBoxWLBCredentials.Name = "decentGroupBoxWLBCredentials";
|
|
this.decentGroupBoxWLBCredentials.TabStop = false;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._112_RightArrowLong_Blue_24x24_72;
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// decentGroupBoxXSCredentials
|
|
//
|
|
resources.ApplyResources(this.decentGroupBoxXSCredentials, "decentGroupBoxXSCredentials");
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.pictureBox4);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.pictureBox5);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.pictureBox6);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.LabelXenServerCredsBlurb);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.textboxXSUserName);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.LabelXenServerUsername);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.checkboxUseCurrentXSCredentials);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.LabelXenServerPassword);
|
|
this.decentGroupBoxXSCredentials.Controls.Add(this.textboxXSPassword);
|
|
this.decentGroupBoxXSCredentials.Name = "decentGroupBoxXSCredentials";
|
|
this.decentGroupBoxXSCredentials.TabStop = false;
|
|
//
|
|
// pictureBox4
|
|
//
|
|
resources.ApplyResources(this.pictureBox4, "pictureBox4");
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.TabStop = false;
|
|
//
|
|
// pictureBox5
|
|
//
|
|
resources.ApplyResources(this.pictureBox5, "pictureBox5");
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.TabStop = false;
|
|
//
|
|
// pictureBox6
|
|
//
|
|
resources.ApplyResources(this.pictureBox6, "pictureBox6");
|
|
this.pictureBox6.Image = global::XenAdmin.Properties.Resources._112_LeftArrowLong_Blue_24x24_72;
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
this.pictureBox6.TabStop = false;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// buttonOK
|
|
//
|
|
resources.ApplyResources(this.buttonOK, "buttonOK");
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.UseVisualStyleBackColor = true;
|
|
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
|
//
|
|
// imageListIcons
|
|
//
|
|
this.imageListIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListIcons.ImageStream")));
|
|
this.imageListIcons.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageListIcons.Images.SetKeyName(0, "WlbServer");
|
|
this.imageListIcons.Images.SetKeyName(1, "XenServer");
|
|
this.imageListIcons.Images.SetKeyName(2, "LeftArrow");
|
|
this.imageListIcons.Images.SetKeyName(3, "RightArrow");
|
|
//
|
|
// WlbCredentialsDialog
|
|
//
|
|
this.AcceptButton = this.buttonOK;
|
|
resources.ApplyResources(this, "$this");
|
|
this.CancelButton = this.buttonCancel;
|
|
this.Controls.Add(this.decentGroupBoxXSCredentials);
|
|
this.Controls.Add(this.decentGroupBoxWLBCredentials);
|
|
this.Controls.Add(this.buttonOK);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.decentGroupBoxWLBServerAddress);
|
|
this.Name = "WlbCredentialsDialog";
|
|
this.decentGroupBoxWLBServerAddress.ResumeLayout(false);
|
|
this.decentGroupBoxWLBServerAddress.PerformLayout();
|
|
this.decentGroupBoxWLBCredentials.ResumeLayout(false);
|
|
this.decentGroupBoxWLBCredentials.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.decentGroupBoxXSCredentials.ResumeLayout(false);
|
|
this.decentGroupBoxXSCredentials.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textboxWLBPort;
|
|
private System.Windows.Forms.Label LabelWLBServerPort;
|
|
private System.Windows.Forms.CheckBox checkboxUseCurrentXSCredentials;
|
|
private System.Windows.Forms.TextBox textboxWlbUrl;
|
|
private System.Windows.Forms.TextBox textboxXSPassword;
|
|
private System.Windows.Forms.TextBox textboxXSUserName;
|
|
private System.Windows.Forms.Label LabelXenServerPassword;
|
|
private System.Windows.Forms.Label LabelXenServerUsername;
|
|
private System.Windows.Forms.Label LabelXenServerCredsBlurb;
|
|
private System.Windows.Forms.TextBox textboxWlbPassword;
|
|
private System.Windows.Forms.TextBox textboxWlbUserName;
|
|
private System.Windows.Forms.Label LabelWLBPassword;
|
|
private System.Windows.Forms.Label LabelWLBUsername;
|
|
private System.Windows.Forms.Label LabelWLBServerCredsBlurb;
|
|
private System.Windows.Forms.Label LabelWLBServerName;
|
|
private System.Windows.Forms.Label LabelWLBServerNameBlurb;
|
|
private XenAdmin.Controls.DecentGroupBox decentGroupBoxWLBServerAddress;
|
|
private XenAdmin.Controls.DecentGroupBox decentGroupBoxWLBCredentials;
|
|
private XenAdmin.Controls.DecentGroupBox decentGroupBoxXSCredentials;
|
|
private System.Windows.Forms.Label labelDefaultPortBlurb;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.ImageList imageListIcons;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
|
|
}
|
|
}
|