namespace Xylem.Common.Utils.UserAccessCtrl { partial class ChangePassword { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.layout = new System.Windows.Forms.TableLayoutPanel(); this.lblOldPassword = new System.Windows.Forms.Label(); this.lblNewPassword = new System.Windows.Forms.Label(); this.lblConfirmPassword = new System.Windows.Forms.Label(); this.tbxOldPassword = new System.Windows.Forms.TextBox(); this.newPassword = new System.Windows.Forms.TextBox(); this.confirmPassword = new System.Windows.Forms.TextBox(); this.btnCHangePassword = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.errorLbl = new System.Windows.Forms.Label(); this.ChangePasswordErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.layout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChangePasswordErrorProvider)).BeginInit(); this.SuspendLayout(); // // layout // this.layout.AutoSize = true; this.layout.ColumnCount = 3; this.layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666F)); this.layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.layout.Controls.Add(this.lblOldPassword, 1, 1); this.layout.Controls.Add(this.lblNewPassword, 1, 4); this.layout.Controls.Add(this.lblConfirmPassword, 1, 7); this.layout.Controls.Add(this.tbxOldPassword, 1, 2); this.layout.Controls.Add(this.newPassword, 1, 5); this.layout.Controls.Add(this.confirmPassword, 1, 8); this.layout.Controls.Add(this.btnCHangePassword, 1, 10); this.layout.Controls.Add(this.btnCancel, 1, 12); this.layout.Controls.Add(this.errorLbl, 1, 13); this.layout.Dock = System.Windows.Forms.DockStyle.Fill; this.layout.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.layout.Location = new System.Drawing.Point(0, 0); this.layout.Name = "layout"; this.layout.RowCount = 15; this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F)); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F)); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.layout.Size = new System.Drawing.Size(413, 584); this.layout.TabIndex = 0; // // lblOldPassword // this.lblOldPassword.AutoSize = true; this.lblOldPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.lblOldPassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblOldPassword.Location = new System.Drawing.Point(68, 185); this.lblOldPassword.Margin = new System.Windows.Forms.Padding(0); this.lblOldPassword.Name = "lblOldPassword"; this.lblOldPassword.Size = new System.Drawing.Size(275, 15); this.lblOldPassword.TabIndex = 0; this.lblOldPassword.Text = "Old password"; this.lblOldPassword.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // lblNewPassword // this.lblNewPassword.AutoSize = true; this.lblNewPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNewPassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblNewPassword.Location = new System.Drawing.Point(68, 228); this.lblNewPassword.Margin = new System.Windows.Forms.Padding(0); this.lblNewPassword.Name = "lblNewPassword"; this.lblNewPassword.Size = new System.Drawing.Size(275, 15); this.lblNewPassword.TabIndex = 1; this.lblNewPassword.Text = "New password"; this.lblNewPassword.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // lblConfirmPassword // this.lblConfirmPassword.AutoSize = true; this.lblConfirmPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.lblConfirmPassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblConfirmPassword.Location = new System.Drawing.Point(68, 271); this.lblConfirmPassword.Margin = new System.Windows.Forms.Padding(0); this.lblConfirmPassword.Name = "lblConfirmPassword"; this.lblConfirmPassword.Size = new System.Drawing.Size(275, 15); this.lblConfirmPassword.TabIndex = 2; this.lblConfirmPassword.Text = "Confirm password"; this.lblConfirmPassword.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // tbxOldPassword // this.tbxOldPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbxOldPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.tbxOldPassword.Location = new System.Drawing.Point(71, 200); this.tbxOldPassword.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.tbxOldPassword.Name = "tbxOldPassword"; this.tbxOldPassword.Size = new System.Drawing.Size(272, 23); this.tbxOldPassword.TabIndex = 3; this.tbxOldPassword.UseSystemPasswordChar = true; // // newPassword // this.newPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.newPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.newPassword.Location = new System.Drawing.Point(71, 243); this.newPassword.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.newPassword.Name = "newPassword"; this.newPassword.Size = new System.Drawing.Size(272, 23); this.newPassword.TabIndex = 4; this.newPassword.UseSystemPasswordChar = true; // // confirmPassword // this.confirmPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.confirmPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.confirmPassword.Location = new System.Drawing.Point(71, 286); this.confirmPassword.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.confirmPassword.Name = "confirmPassword"; this.confirmPassword.Size = new System.Drawing.Size(272, 23); this.confirmPassword.TabIndex = 5; this.confirmPassword.UseSystemPasswordChar = true; // // btnCHangePassword // this.btnCHangePassword.AutoSize = true; this.btnCHangePassword.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCHangePassword.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCHangePassword.Location = new System.Drawing.Point(71, 319); this.btnCHangePassword.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.btnCHangePassword.Name = "btnCHangePassword"; this.btnCHangePassword.Size = new System.Drawing.Size(272, 27); this.btnCHangePassword.TabIndex = 6; this.btnCHangePassword.Text = "Change password"; this.btnCHangePassword.UseVisualStyleBackColor = true; this.btnCHangePassword.Click += new System.EventHandler(this.OnFormSubmittedClick); this.btnCHangePassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnCHangePassword_KeyDown); // // btnCancel // this.btnCancel.AutoSize = true; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCancel.Location = new System.Drawing.Point(71, 356); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(272, 27); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.OnCancellationClick); this.btnCancel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnCancel_KeyDown); // // errorLbl // this.errorLbl.AutoSize = true; this.errorLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.errorLbl.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.errorLbl.ForeColor = System.Drawing.Color.Firebrick; this.errorLbl.Location = new System.Drawing.Point(68, 383); this.errorLbl.Margin = new System.Windows.Forms.Padding(0); this.errorLbl.Name = "errorLbl"; this.errorLbl.Size = new System.Drawing.Size(275, 15); this.errorLbl.TabIndex = 8; this.errorLbl.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // ChangePasswordErrorProvider // this.ChangePasswordErrorProvider.ContainerControl = this; // // ChangePassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layout); this.Name = "ChangePassword"; this.Size = new System.Drawing.Size(413, 584); this.layout.ResumeLayout(false); this.layout.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChangePasswordErrorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel layout; private System.Windows.Forms.Label lblOldPassword; private System.Windows.Forms.Label lblNewPassword; private System.Windows.Forms.Label lblConfirmPassword; private System.Windows.Forms.TextBox tbxOldPassword; private System.Windows.Forms.TextBox newPassword; private System.Windows.Forms.TextBox confirmPassword; private System.Windows.Forms.Button btnCHangePassword; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ErrorProvider ChangePasswordErrorProvider; private System.Windows.Forms.Label errorLbl; } }