Files
LL-28/C-Windows-1/UserPassword.Designer.cs
2024-10-28 14:29:58 +08:00

115 lines
4.7 KiB
C#

namespace C_Windows_1
{
partial class UserPassword
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserPassword));
this.label3 = new System.Windows.Forms.Label();
this.New_Pwd2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.New_Pwd1 = new System.Windows.Forms.TextBox();
this.Modify_pwd = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 13F);
this.label3.Location = new System.Drawing.Point(74, 102);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(152, 18);
this.label3.TabIndex = 23;
this.label3.Text = "再输入一次新密码";
//
// New_Pwd2
//
this.New_Pwd2.Font = new System.Drawing.Font("宋体", 15F);
this.New_Pwd2.Location = new System.Drawing.Point(32, 123);
this.New_Pwd2.Name = "New_Pwd2";
this.New_Pwd2.PasswordChar = '*';
this.New_Pwd2.Size = new System.Drawing.Size(237, 30);
this.New_Pwd2.TabIndex = 22;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 13F);
this.label2.Location = new System.Drawing.Point(92, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(116, 18);
this.label2.TabIndex = 25;
this.label2.Text = "请输入新密码";
//
// New_Pwd1
//
this.New_Pwd1.Font = new System.Drawing.Font("宋体", 15F);
this.New_Pwd1.Location = new System.Drawing.Point(32, 46);
this.New_Pwd1.Name = "New_Pwd1";
this.New_Pwd1.PasswordChar = '*';
this.New_Pwd1.Size = new System.Drawing.Size(237, 30);
this.New_Pwd1.TabIndex = 21;
//
// Modify_pwd
//
this.Modify_pwd.Font = new System.Drawing.Font("宋体", 15F);
this.Modify_pwd.Location = new System.Drawing.Point(107, 184);
this.Modify_pwd.Name = "Modify_pwd";
this.Modify_pwd.Size = new System.Drawing.Size(86, 43);
this.Modify_pwd.TabIndex = 24;
this.Modify_pwd.Text = "修改";
this.Modify_pwd.UseVisualStyleBackColor = true;
this.Modify_pwd.Click += new System.EventHandler(this.Modify_pwd_Click);
//
// UserPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(300, 252);
this.Controls.Add(this.label3);
this.Controls.Add(this.New_Pwd2);
this.Controls.Add(this.label2);
this.Controls.Add(this.New_Pwd1);
this.Controls.Add(this.Modify_pwd);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "UserPassword";
this.Text = "修改工程师密码";
this.Load += new System.EventHandler(this.UserPassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox New_Pwd2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox New_Pwd1;
private System.Windows.Forms.Button Modify_pwd;
}
}