xenadmin/XenAdmin/Dialogs/ChangeStorageLinkPasswordDialog.Designer.cs
Mihaela Stoica bd36a85bff CP-4816: Initial commit to git repo
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-24 12:41:48 +01:00

210 lines
20 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace XenAdmin.Dialogs
{
partial class ChangeStorageLinkPasswordDialog
{
/// <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(ChangeStorageLinkPasswordDialog));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.UsernameTextBox = new System.Windows.Forms.TextBox();
this.OldPasswordTextBox = new System.Windows.Forms.TextBox();
this.NewPasswordTextBox = new System.Windows.Forms.TextBox();
this.ConfirmPasswordTextBox = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.CausesValidation = false;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// pictureBox1
//
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Image = global::XenAdmin.Properties.Resources.change_password_32;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.pictureBox1);
this.flowLayoutPanel1.Controls.Add(this.label1);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// flowLayoutPanel2
//
resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
this.flowLayoutPanel2.Controls.Add(this.btnCancel);
this.flowLayoutPanel2.Controls.Add(this.btnOK);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
//
// tableLayoutPanel2
//
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 6);
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.label4, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 4);
this.tableLayoutPanel2.Controls.Add(this.UsernameTextBox, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.OldPasswordTextBox, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.NewPasswordTextBox, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.ConfirmPasswordTextBox, 1, 6);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// UsernameTextBox
//
this.tableLayoutPanel2.SetColumnSpan(this.UsernameTextBox, 2);
resources.ApplyResources(this.UsernameTextBox, "UsernameTextBox");
this.UsernameTextBox.Name = "UsernameTextBox";
this.UsernameTextBox.TextChanged += new System.EventHandler(this.AnyTextBox_TextChanged);
//
// OldPasswordTextBox
//
this.tableLayoutPanel2.SetColumnSpan(this.OldPasswordTextBox, 2);
resources.ApplyResources(this.OldPasswordTextBox, "OldPasswordTextBox");
this.OldPasswordTextBox.Name = "OldPasswordTextBox";
this.OldPasswordTextBox.UseSystemPasswordChar = true;
this.OldPasswordTextBox.TextChanged += new System.EventHandler(this.AnyTextBox_TextChanged);
//
// NewPasswordTextBox
//
this.tableLayoutPanel2.SetColumnSpan(this.NewPasswordTextBox, 2);
resources.ApplyResources(this.NewPasswordTextBox, "NewPasswordTextBox");
this.NewPasswordTextBox.Name = "NewPasswordTextBox";
this.NewPasswordTextBox.UseSystemPasswordChar = true;
this.NewPasswordTextBox.TextChanged += new System.EventHandler(this.AnyTextBox_TextChanged);
//
// ConfirmPasswordTextBox
//
this.tableLayoutPanel2.SetColumnSpan(this.ConfirmPasswordTextBox, 2);
resources.ApplyResources(this.ConfirmPasswordTextBox, "ConfirmPasswordTextBox");
this.ConfirmPasswordTextBox.Name = "ConfirmPasswordTextBox";
this.ConfirmPasswordTextBox.UseSystemPasswordChar = true;
this.ConfirmPasswordTextBox.TextChanged += new System.EventHandler(this.AnyTextBox_TextChanged);
//
// ChangeStorageLinkPasswordDialog
//
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.tableLayoutPanel1);
this.HelpButton = false;
this.Name = "ChangeStorageLinkPasswordDialog";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox UsernameTextBox;
private System.Windows.Forms.TextBox OldPasswordTextBox;
private System.Windows.Forms.TextBox NewPasswordTextBox;
private System.Windows.Forms.TextBox ConfirmPasswordTextBox;
}
}