📄 changepwdform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Login
{
partial class ChangePwdForm
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.btnSave = new System.Windows.Forms.Button();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtNewPassword = new System.Windows.Forms.TextBox();
this.txtOldPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.lblID = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnSave);
this.panel1.Controls.Add(this.txtPassword);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtNewPassword);
this.panel1.Controls.Add(this.txtOldPassword);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.lblID);
this.panel1.Location = new System.Drawing.Point(12, 28);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(269, 211);
this.panel1.TabIndex = 1;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(111, 163);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 3;
this.btnSave.Text = "更改密码";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(111, 103);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(100, 21);
this.txtPassword.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 106);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 24;
this.label1.Text = "确认密码";
//
// txtNewPassword
//
this.txtNewPassword.Location = new System.Drawing.Point(111, 66);
this.txtNewPassword.Name = "txtNewPassword";
this.txtNewPassword.PasswordChar = '*';
this.txtNewPassword.Size = new System.Drawing.Size(100, 21);
this.txtNewPassword.TabIndex = 1;
//
// txtOldPassword
//
this.txtOldPassword.Location = new System.Drawing.Point(111, 23);
this.txtOldPassword.Name = "txtOldPassword";
this.txtOldPassword.PasswordChar = '*';
this.txtOldPassword.Size = new System.Drawing.Size(100, 21);
this.txtOldPassword.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 21;
this.label2.Text = "新 密 码";
//
// lblID
//
this.lblID.AutoSize = true;
this.lblID.Location = new System.Drawing.Point(39, 23);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(53, 12);
this.lblID.TabIndex = 20;
this.lblID.Text = "原有密码";
//
// ChangePwdForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.panel1);
this.Name = "ChangePwdForm";
this.Text = "修改密码";
this.Load += new System.EventHandler(this.ChangePwdForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtNewPassword;
private System.Windows.Forms.TextBox txtOldPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -