📄 form_editpw.designer.cs
字号:
namespace AttendManager
{
partial class Form_EditPW
{
/// <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.txt_ReNewPassWord = new System.Windows.Forms.TextBox();
this.txt_NewPassWord = new System.Windows.Forms.TextBox();
this.txt_OldPassWord = new System.Windows.Forms.TextBox();
this.btn_Cancal = new System.Windows.Forms.Button();
this.btn_Change = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txt_ReNewPassWord
//
this.txt_ReNewPassWord.Location = new System.Drawing.Point(129, 90);
this.txt_ReNewPassWord.Name = "txt_ReNewPassWord";
this.txt_ReNewPassWord.PasswordChar = '*';
this.txt_ReNewPassWord.Size = new System.Drawing.Size(150, 21);
this.txt_ReNewPassWord.TabIndex = 11;
//
// txt_NewPassWord
//
this.txt_NewPassWord.Location = new System.Drawing.Point(129, 56);
this.txt_NewPassWord.Name = "txt_NewPassWord";
this.txt_NewPassWord.PasswordChar = '*';
this.txt_NewPassWord.Size = new System.Drawing.Size(150, 21);
this.txt_NewPassWord.TabIndex = 9;
//
// txt_OldPassWord
//
this.txt_OldPassWord.Location = new System.Drawing.Point(129, 20);
this.txt_OldPassWord.Name = "txt_OldPassWord";
this.txt_OldPassWord.PasswordChar = '*';
this.txt_OldPassWord.Size = new System.Drawing.Size(150, 21);
this.txt_OldPassWord.TabIndex = 6;
//
// btn_Cancal
//
this.btn_Cancal.Location = new System.Drawing.Point(184, 136);
this.btn_Cancal.Name = "btn_Cancal";
this.btn_Cancal.Size = new System.Drawing.Size(75, 23);
this.btn_Cancal.TabIndex = 14;
this.btn_Cancal.Text = "取消";
this.btn_Cancal.UseVisualStyleBackColor = true;
this.btn_Cancal.Click += new System.EventHandler(this.btn_Cancal_Click);
//
// btn_Change
//
this.btn_Change.Location = new System.Drawing.Point(59, 136);
this.btn_Change.Name = "btn_Change";
this.btn_Change.Size = new System.Drawing.Size(75, 23);
this.btn_Change.TabIndex = 13;
this.btn_Change.Text = "确定";
this.btn_Change.UseVisualStyleBackColor = true;
this.btn_Change.Click += new System.EventHandler(this.btn_Change_Click);
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(13, 116);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(292, 8);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 93);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 10;
this.label3.Text = "请再输入新密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 12);
this.label2.TabIndex = 8;
this.label2.Text = "请输入新密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 7;
this.label1.Text = "请输入旧密码:";
//
// Form_EditPW
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(315, 179);
this.Controls.Add(this.txt_ReNewPassWord);
this.Controls.Add(this.txt_NewPassWord);
this.Controls.Add(this.txt_OldPassWord);
this.Controls.Add(this.btn_Cancal);
this.Controls.Add(this.btn_Change);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_EditPW";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Form_EditPW";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_ReNewPassWord;
private System.Windows.Forms.TextBox txt_NewPassWord;
private System.Windows.Forms.TextBox txt_OldPassWord;
private System.Windows.Forms.Button btn_Cancal;
private System.Windows.Forms.Button btn_Change;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -