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

173 lines
7.3 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.button2 = new System.Windows.Forms.Button();
this.btnCreateUSer = 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 = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(28, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 6;
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 = 3;
//
// 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 = 4;
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 = 7;
//
// 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 = 9;
//
// 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 = 10;
this.label4.Text = "Confirm Password";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// button2
//
this.button2.Location = new System.Drawing.Point(220, 116);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(46, 23);
this.button2.TabIndex = 12;
this.button2.Text = "Ca&ncel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btnCreateUSer
//
this.btnCreateUSer.Location = new System.Drawing.Point(104, 116);
this.btnCreateUSer.Name = "btnCreateUSer";
this.btnCreateUSer.Size = new System.Drawing.Size(110, 23);
this.btnCreateUSer.TabIndex = 11;
this.btnCreateUSer.Text = "&Change Password";
this.btnCreateUSer.UseVisualStyleBackColor = true;
this.btnCreateUSer.Click += new System.EventHandler(this.btnCreateUSer_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.button2);
this.Controls.Add(this.btnCreateUSer);
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 button2;
private System.Windows.Forms.Button btnCreateUSer;
}
}