📄 updatepwd.designer.cs
字号:
namespace WindowsApplication1.Systemweihu
{
partial class UpdatePWD
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatePWD));
this.txtUserName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtRNewPWD = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtNewPWD = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtOldPWD = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnBack = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(120, 14);
this.txtUserName.Name = "txtUserName";
this.txtUserName.ReadOnly = true;
this.txtUserName.Size = new System.Drawing.Size(152, 21);
this.txtUserName.TabIndex = 39;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(56, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 38;
this.label4.Text = "用户名:";
//
// txtRNewPWD
//
this.txtRNewPWD.Location = new System.Drawing.Point(120, 95);
this.txtRNewPWD.Name = "txtRNewPWD";
this.txtRNewPWD.PasswordChar = '*';
this.txtRNewPWD.Size = new System.Drawing.Size(151, 21);
this.txtRNewPWD.TabIndex = 35;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 34;
this.label3.Text = "再输一次新密码:";
//
// txtNewPWD
//
this.txtNewPWD.Location = new System.Drawing.Point(119, 68);
this.txtNewPWD.Name = "txtNewPWD";
this.txtNewPWD.PasswordChar = '*';
this.txtNewPWD.Size = new System.Drawing.Size(152, 21);
this.txtNewPWD.TabIndex = 33;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(56, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 32;
this.label2.Text = "新密码:";
//
// txtOldPWD
//
this.txtOldPWD.Location = new System.Drawing.Point(119, 41);
this.txtOldPWD.Name = "txtOldPWD";
this.txtOldPWD.PasswordChar = '*';
this.txtOldPWD.Size = new System.Drawing.Size(152, 21);
this.txtOldPWD.TabIndex = 31;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(44, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 30;
this.label1.Text = "原始密码:";
//
// btnBack
//
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
this.btnBack.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnBack.Location = new System.Drawing.Point(171, 124);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(100, 25);
this.btnBack.TabIndex = 37;
this.btnBack.Text = "返回系统";
this.btnBack.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnOK
//
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOK.Location = new System.Drawing.Point(36, 124);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(100, 25);
this.btnOK.TabIndex = 36;
this.btnOK.Text = "修改密码";
this.btnOK.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// UpdatePWD
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(307, 174);
this.Controls.Add(this.txtUserName);
this.Controls.Add(this.label4);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtRNewPWD);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtNewPWD);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtOldPWD);
this.Controls.Add(this.label1);
this.Name = "UpdatePWD";
this.Text = "修改用户密码";
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.TextBox txtRNewPWD;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtNewPWD;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtOldPWD;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ErrorProvider errorProvider1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -