📄 frmamendpassword.designer.cs
字号:
namespace UI
{
partial class passwordmodification
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(passwordmodification));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtoripassword = new System.Windows.Forms.TextBox();
this.txtNewPassword = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtConPassword = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnY = new System.Windows.Forms.Button();
this.btnN = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(109, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 29);
this.label1.TabIndex = 0;
this.label1.Text = "密码修改";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 1;
this.label2.Text = "用户名:";
//
// txtUser
//
this.txtUser.Enabled = false;
this.txtUser.Location = new System.Drawing.Point(96, 74);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(197, 21);
this.txtUser.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 124);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 3;
this.label3.Text = "原始密码:";
//
// txtoripassword
//
this.txtoripassword.Location = new System.Drawing.Point(96, 124);
this.txtoripassword.Name = "txtoripassword";
this.txtoripassword.PasswordChar = '*';
this.txtoripassword.Size = new System.Drawing.Size(197, 21);
this.txtoripassword.TabIndex = 4;
//
// txtNewPassword
//
this.txtNewPassword.Location = new System.Drawing.Point(96, 169);
this.txtNewPassword.Name = "txtNewPassword";
this.txtNewPassword.PasswordChar = '*';
this.txtNewPassword.Size = new System.Drawing.Size(197, 21);
this.txtNewPassword.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 169);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 5;
this.label4.Text = "新密码:";
//
// txtConPassword
//
this.txtConPassword.Location = new System.Drawing.Point(96, 218);
this.txtConPassword.Name = "txtConPassword";
this.txtConPassword.PasswordChar = '*';
this.txtConPassword.Size = new System.Drawing.Size(197, 21);
this.txtConPassword.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 221);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 12);
this.label5.TabIndex = 7;
this.label5.Text = "确认输入密码:";
//
// btnY
//
this.btnY.Location = new System.Drawing.Point(53, 272);
this.btnY.Name = "btnY";
this.btnY.Size = new System.Drawing.Size(89, 36);
this.btnY.TabIndex = 9;
this.btnY.Text = "确 定&Y";
this.btnY.UseVisualStyleBackColor = true;
this.btnY.Click += new System.EventHandler(this.btnY_Click);
//
// btnN
//
this.btnN.Location = new System.Drawing.Point(223, 272);
this.btnN.Name = "btnN";
this.btnN.Size = new System.Drawing.Size(89, 36);
this.btnN.TabIndex = 10;
this.btnN.Text = "取 消&N";
this.btnN.UseVisualStyleBackColor = true;
this.btnN.Click += new System.EventHandler(this.btnN_Click);
//
// passwordmodification
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(346, 325);
this.Controls.Add(this.btnN);
this.Controls.Add(this.btnY);
this.Controls.Add(this.txtConPassword);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtNewPassword);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtoripassword);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtUser);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(354, 359);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(354, 359);
this.Name = "passwordmodification";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "密码修改";
this.Load += new System.EventHandler(this.passwordmodification_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtoripassword;
private System.Windows.Forms.TextBox txtNewPassword;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtConPassword;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnY;
private System.Windows.Forms.Button btnN;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -