mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
faa662c9ec
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
147 lines
6.9 KiB
C#
147 lines
6.9 KiB
C#
namespace XenAdmin.Dialogs
|
|
{
|
|
partial class ReconnectAsDialog
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReconnectAsDialog));
|
|
this.labelBlurb = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pictureBoxAdPicture = new System.Windows.Forms.PictureBox();
|
|
this.labelUsername = new System.Windows.Forms.Label();
|
|
this.textBoxUsername = new System.Windows.Forms.TextBox();
|
|
this.labelPassword = new System.Windows.Forms.Label();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAdPicture)).BeginInit();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelBlurb
|
|
//
|
|
resources.ApplyResources(this.labelBlurb, "labelBlurb");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.labelBlurb, 2);
|
|
this.labelBlurb.Name = "labelBlurb";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBoxAdPicture, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelBlurb, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelUsername, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxUsername, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelPassword, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxPassword, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 2, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// pictureBoxAdPicture
|
|
//
|
|
resources.ApplyResources(this.pictureBoxAdPicture, "pictureBoxAdPicture");
|
|
this.pictureBoxAdPicture.Image = global::XenAdmin.Properties.Resources._000_User_h32bit_32;
|
|
this.pictureBoxAdPicture.Name = "pictureBoxAdPicture";
|
|
this.pictureBoxAdPicture.TabStop = false;
|
|
//
|
|
// labelUsername
|
|
//
|
|
resources.ApplyResources(this.labelUsername, "labelUsername");
|
|
this.labelUsername.Name = "labelUsername";
|
|
//
|
|
// textBoxUsername
|
|
//
|
|
resources.ApplyResources(this.textBoxUsername, "textBoxUsername");
|
|
this.textBoxUsername.Name = "textBoxUsername";
|
|
this.textBoxUsername.TextChanged += new System.EventHandler(this.textBoxUsername_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);
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonCancel);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonOK);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// buttonOK
|
|
//
|
|
resources.ApplyResources(this.buttonOK, "buttonOK");
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.UseVisualStyleBackColor = true;
|
|
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
|
//
|
|
// ReconnectAsDialog
|
|
//
|
|
this.AcceptButton = this.buttonOK;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.buttonCancel;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "ReconnectAsDialog";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAdPicture)).EndInit();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelBlurb;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label labelUsername;
|
|
private System.Windows.Forms.Label labelPassword;
|
|
private System.Windows.Forms.TextBox textBoxUsername;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.PictureBox pictureBoxAdPicture;
|
|
}
|
|
} |