..
This commit is contained in:
57
Project/_Common/fNewPassword.Designer.cs
generated
57
Project/_Common/fNewPassword.Designer.cs
generated
@@ -52,16 +52,6 @@
|
||||
nameLabel.TabIndex = 0;
|
||||
nameLabel.Text = "User ID";
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// deptLabel
|
||||
//
|
||||
deptLabel.AutoSize = true;
|
||||
@@ -71,15 +61,6 @@
|
||||
deptLabel.TabIndex = 4;
|
||||
deptLabel.Text = "New Password";
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// gradeLabel
|
||||
//
|
||||
gradeLabel.AutoSize = true;
|
||||
@@ -89,15 +70,6 @@
|
||||
gradeLabel.TabIndex = 6;
|
||||
gradeLabel.Text = "Verify";
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
@@ -107,6 +79,34 @@
|
||||
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);
|
||||
@@ -143,6 +143,7 @@
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user