162 lines
6.6 KiB
C#
162 lines
6.6 KiB
C#
namespace Project._Common
|
|
{
|
|
partial class fNewPassword
|
|
{
|
|
/// <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.Windows.Forms.Label nameLabel;
|
|
System.Windows.Forms.Label deptLabel;
|
|
System.Windows.Forms.Label gradeLabel;
|
|
System.Windows.Forms.Label label1;
|
|
this.tbUserID = new System.Windows.Forms.TextBox();
|
|
this.tbPass1 = new System.Windows.Forms.TextBox();
|
|
this.tbPass2 = new System.Windows.Forms.TextBox();
|
|
this.tbPassO = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
nameLabel = new System.Windows.Forms.Label();
|
|
deptLabel = new System.Windows.Forms.Label();
|
|
gradeLabel = new System.Windows.Forms.Label();
|
|
label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameLabel
|
|
//
|
|
nameLabel.AutoSize = true;
|
|
nameLabel.Location = new System.Drawing.Point(60, 15);
|
|
nameLabel.Name = "nameLabel";
|
|
nameLabel.Size = new System.Drawing.Size(46, 12);
|
|
nameLabel.TabIndex = 0;
|
|
nameLabel.Text = "User ID";
|
|
//
|
|
// deptLabel
|
|
//
|
|
deptLabel.AutoSize = true;
|
|
deptLabel.Location = new System.Drawing.Point(14, 67);
|
|
deptLabel.Name = "deptLabel";
|
|
deptLabel.Size = new System.Drawing.Size(92, 12);
|
|
deptLabel.TabIndex = 4;
|
|
deptLabel.Text = "New Password";
|
|
//
|
|
// gradeLabel
|
|
//
|
|
gradeLabel.AutoSize = true;
|
|
gradeLabel.Location = new System.Drawing.Point(69, 93);
|
|
gradeLabel.Name = "gradeLabel";
|
|
gradeLabel.Size = new System.Drawing.Size(37, 12);
|
|
gradeLabel.TabIndex = 6;
|
|
gradeLabel.Text = "Verify";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new System.Drawing.Point(16, 41);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(90, 12);
|
|
label1.TabIndex = 2;
|
|
label1.Text = "OLD Password";
|
|
//
|
|
// tbUserID
|
|
//
|
|
this.tbUserID.Location = new System.Drawing.Point(112, 12);
|
|
this.tbUserID.Name = "tbUserID";
|
|
this.tbUserID.ReadOnly = true;
|
|
this.tbUserID.Size = new System.Drawing.Size(170, 21);
|
|
this.tbUserID.TabIndex = 1;
|
|
this.tbUserID.TabStop = false;
|
|
this.tbUserID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbPass1
|
|
//
|
|
this.tbPass1.Location = new System.Drawing.Point(112, 64);
|
|
this.tbPass1.Name = "tbPass1";
|
|
this.tbPass1.PasswordChar = '*';
|
|
this.tbPass1.Size = new System.Drawing.Size(170, 21);
|
|
this.tbPass1.TabIndex = 5;
|
|
this.tbPass1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbPass2
|
|
//
|
|
this.tbPass2.Location = new System.Drawing.Point(112, 90);
|
|
this.tbPass2.Name = "tbPass2";
|
|
this.tbPass2.PasswordChar = '*';
|
|
this.tbPass2.Size = new System.Drawing.Size(170, 21);
|
|
this.tbPass2.TabIndex = 7;
|
|
this.tbPass2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbPassO
|
|
//
|
|
this.tbPassO.Location = new System.Drawing.Point(112, 38);
|
|
this.tbPassO.Name = "tbPassO";
|
|
this.tbPassO.PasswordChar = '*';
|
|
this.tbPassO.Size = new System.Drawing.Size(170, 21);
|
|
this.tbPassO.TabIndex = 3;
|
|
this.tbPassO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(112, 119);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(169, 30);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// fNewPassword
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(296, 157);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(label1);
|
|
this.Controls.Add(this.tbPassO);
|
|
this.Controls.Add(nameLabel);
|
|
this.Controls.Add(this.tbUserID);
|
|
this.Controls.Add(deptLabel);
|
|
this.Controls.Add(this.tbPass1);
|
|
this.Controls.Add(gradeLabel);
|
|
this.Controls.Add(this.tbPass2);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fNewPassword";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "fNewPassword";
|
|
this.Load += new System.EventHandler(this.fNewPassword_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox tbPass2;
|
|
private System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.TextBox tbUserID;
|
|
public System.Windows.Forms.TextBox tbPass1;
|
|
public System.Windows.Forms.TextBox tbPassO;
|
|
}
|
|
} |