📄 updatapwd.designer.cs
字号:
namespace MySchoolPrj.Login
{
partial class updataPwd
{
/// <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.txtname1 = new System.Windows.Forms.TextBox();
this.txtPwd11 = new System.Windows.Forms.TextBox();
this.txtPwd22 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtname1
//
this.txtname1.Location = new System.Drawing.Point(114, 26);
this.txtname1.Name = "txtname1";
this.txtname1.Size = new System.Drawing.Size(119, 21);
this.txtname1.TabIndex = 0;
//
// txtPwd11
//
this.txtPwd11.Location = new System.Drawing.Point(114, 121);
this.txtPwd11.Name = "txtPwd11";
this.txtPwd11.PasswordChar = '*';
this.txtPwd11.Size = new System.Drawing.Size(119, 21);
this.txtPwd11.TabIndex = 2;
//
// txtPwd22
//
this.txtPwd22.Location = new System.Drawing.Point(114, 164);
this.txtPwd22.Name = "txtPwd22";
this.txtPwd22.PasswordChar = '*';
this.txtPwd22.Size = new System.Drawing.Size(119, 21);
this.txtPwd22.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F);
this.label1.Location = new System.Drawing.Point(15, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "用户名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F);
this.label2.Location = new System.Drawing.Point(15, 130);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "新密码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F);
this.label3.Location = new System.Drawing.Point(15, 173);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "再次输入:";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(93, 214);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(67, 25);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(166, 214);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(67, 25);
this.button2.TabIndex = 5;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txtOldPwd
//
this.txtOldPwd.Location = new System.Drawing.Point(114, 74);
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(119, 21);
this.txtOldPwd.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 9F);
this.label5.Location = new System.Drawing.Point(15, 83);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 1;
this.label5.Text = "原始密码:";
//
// updataPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(255, 273);
this.Controls.Add(this.button2);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtPwd22);
this.Controls.Add(this.txtPwd11);
this.Controls.Add(this.txtOldPwd);
this.Controls.Add(this.txtname1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "updataPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "密码修改";
this.Load += new System.EventHandler(this.updataPwd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtname1;
private System.Windows.Forms.TextBox txtPwd11;
private System.Windows.Forms.TextBox txtPwd22;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -