narsil/Tanshu.Accounts.PointOfSale/User Management/ChangePassword.Designer.cs

186 lines
8.0 KiB
C#

namespace Tanshu.Accounts.PointOfSale
{
partial class ChangePassword
{
/// <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.txtPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtnewPassword = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtConfirmPassword = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnChangePassword = new System.Windows.Forms.Button();
this.btnMsr = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(104, 38);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '/';
this.txtPassword.Size = new System.Drawing.Size(162, 20);
this.txtPassword.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(26, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 13);
this.label2.TabIndex = 7;
this.label2.Text = "Old Password";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtUsername
//
this.txtUsername.Enabled = false;
this.txtUsername.Location = new System.Drawing.Point(104, 12);
this.txtUsername.Name = "txtUsername";
this.txtUsername.Size = new System.Drawing.Size(162, 20);
this.txtUsername.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(38, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 13);
this.label1.TabIndex = 6;
this.label1.Text = "User Name";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtnewPassword
//
this.txtnewPassword.Location = new System.Drawing.Point(104, 64);
this.txtnewPassword.Name = "txtnewPassword";
this.txtnewPassword.PasswordChar = '/';
this.txtnewPassword.Size = new System.Drawing.Size(162, 20);
this.txtnewPassword.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 64);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 13);
this.label3.TabIndex = 8;
this.label3.Text = "New Password";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtConfirmPassword
//
this.txtConfirmPassword.Location = new System.Drawing.Point(104, 90);
this.txtConfirmPassword.Name = "txtConfirmPassword";
this.txtConfirmPassword.PasswordChar = '/';
this.txtConfirmPassword.Size = new System.Drawing.Size(162, 20);
this.txtConfirmPassword.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(91, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Confirm Password";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(211, 116);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(55, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "Ca&ncel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnChangePassword
//
this.btnChangePassword.Location = new System.Drawing.Point(84, 116);
this.btnChangePassword.Name = "btnChangePassword";
this.btnChangePassword.Size = new System.Drawing.Size(121, 23);
this.btnChangePassword.TabIndex = 4;
this.btnChangePassword.Text = "&Change Password";
this.btnChangePassword.UseVisualStyleBackColor = true;
this.btnChangePassword.Click += new System.EventHandler(this.btnChangePassword_Click);
//
// btnMsr
//
this.btnMsr.Location = new System.Drawing.Point(12, 116);
this.btnMsr.Name = "btnMsr";
this.btnMsr.Size = new System.Drawing.Size(66, 23);
this.btnMsr.TabIndex = 3;
this.btnMsr.Text = "Msr";
this.btnMsr.UseVisualStyleBackColor = true;
this.btnMsr.Click += new System.EventHandler(this.btnMsr_Click);
//
// ChangePassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(287, 185);
this.Controls.Add(this.btnMsr);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnChangePassword);
this.Controls.Add(this.txtConfirmPassword);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtnewPassword);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtUsername);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "ChangePassword";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ChangePassword";
this.Load += new System.EventHandler(this.ChangePassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtnewPassword;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtConfirmPassword;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnChangePassword;
private System.Windows.Forms.Button btnMsr;
}
}