namespace XenAdmin.Dialogs.RestoreSession { partial class ChangeMainPasswordDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeMainPasswordDialog)); this.currentTextBox = new System.Windows.Forms.TextBox(); this.mainTextBox = new System.Windows.Forms.TextBox(); this.reEnterMainTextBox = new System.Windows.Forms.TextBox(); this.currentLabel = new System.Windows.Forms.Label(); this.mainLabel = new System.Windows.Forms.Label(); this.reEnterMainLabel = new System.Windows.Forms.Label(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.newPasswordError = new XenAdmin.Controls.Common.PasswordFailure(); this.currentPasswordError = new XenAdmin.Controls.Common.PasswordFailure(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.noteLabel = new System.Windows.Forms.Label(); this.mainBlurbLabel = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // currentTextBox // resources.ApplyResources(this.currentTextBox, "currentTextBox"); this.currentTextBox.Name = "currentTextBox"; this.currentTextBox.UseSystemPasswordChar = true; this.currentTextBox.TextChanged += new System.EventHandler(this.currentTextBox_TextChanged); // // mainTextBox // resources.ApplyResources(this.mainTextBox, "mainTextBox"); this.mainTextBox.Name = "mainTextBox"; this.mainTextBox.UseSystemPasswordChar = true; this.mainTextBox.TextChanged += new System.EventHandler(this.mainTextBox_TextChanged); // // reEnterMainTextBox // resources.ApplyResources(this.reEnterMainTextBox, "reEnterMainTextBox"); this.reEnterMainTextBox.Name = "reEnterMainTextBox"; this.reEnterMainTextBox.UseSystemPasswordChar = true; this.reEnterMainTextBox.TextChanged += new System.EventHandler(this.reEnterMainTextBox_TextChanged); // // currentLabel // resources.ApplyResources(this.currentLabel, "currentLabel"); this.currentLabel.Name = "currentLabel"; // // mainLabel // resources.ApplyResources(this.mainLabel, "mainLabel"); this.mainLabel.Name = "mainLabel"; // // reEnterMainLabel // resources.ApplyResources(this.reEnterMainLabel, "reEnterMainLabel"); this.reEnterMainLabel.Name = "reEnterMainLabel"; // // cancelButton // resources.ApplyResources(this.cancelButton, "cancelButton"); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Name = "cancelButton"; this.cancelButton.UseVisualStyleBackColor = true; // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.Name = "okButton"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // newPasswordError // resources.ApplyResources(this.newPasswordError, "newPasswordError"); this.newPasswordError.Name = "newPasswordError"; // // currentPasswordError // resources.ApplyResources(this.currentPasswordError, "currentPasswordError"); this.currentPasswordError.Name = "currentPasswordError"; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.noteLabel, 0, 1); this.tableLayoutPanel1.Controls.Add(this.mainBlurbLabel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.currentLabel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.currentPasswordError, 1, 3); this.tableLayoutPanel1.Controls.Add(this.mainTextBox, 1, 4); this.tableLayoutPanel1.Controls.Add(this.mainLabel, 0, 4); this.tableLayoutPanel1.Controls.Add(this.reEnterMainTextBox, 1, 5); this.tableLayoutPanel1.Controls.Add(this.reEnterMainLabel, 0, 5); this.tableLayoutPanel1.Controls.Add(this.currentTextBox, 1, 2); this.tableLayoutPanel1.Controls.Add(this.newPasswordError, 1, 6); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 7); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // noteLabel // this.tableLayoutPanel1.SetColumnSpan(this.noteLabel, 2); resources.ApplyResources(this.noteLabel, "noteLabel"); this.noteLabel.Name = "noteLabel"; // // mainBlurbLabel // this.tableLayoutPanel1.SetColumnSpan(this.mainBlurbLabel, 2); resources.ApplyResources(this.mainBlurbLabel, "mainBlurbLabel"); this.mainBlurbLabel.Name = "mainBlurbLabel"; // // flowLayoutPanel1 // resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); this.flowLayoutPanel1.Controls.Add(this.cancelButton); this.flowLayoutPanel1.Controls.Add(this.okButton); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; // // ChangeMainPasswordDialog // this.AcceptButton = this.okButton; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ChangeMainPasswordDialog"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox currentTextBox; private System.Windows.Forms.TextBox mainTextBox; private System.Windows.Forms.TextBox reEnterMainTextBox; private System.Windows.Forms.Label currentLabel; private System.Windows.Forms.Label mainLabel; private System.Windows.Forms.Label reEnterMainLabel; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private XenAdmin.Controls.Common.PasswordFailure newPasswordError; private XenAdmin.Controls.Common.PasswordFailure currentPasswordError; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Label mainBlurbLabel; private System.Windows.Forms.Label noteLabel; } }