📄 fpassword.designer.cs
字号:
namespace Library
{
partial class fPassword
{
/// <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(fPassword));
this.label1 = new System.Windows.Forms.Label();
this.tbUsername = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.tbNewpassword = new System.Windows.Forms.TextBox();
this.tbOK = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(88, 79);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// tbUsername
//
this.tbUsername.Location = new System.Drawing.Point(191, 74);
this.tbUsername.Name = "tbUsername";
this.tbUsername.Size = new System.Drawing.Size(100, 21);
this.tbUsername.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(88, 113);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 2;
this.label2.Text = "密 码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(88, 150);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 3;
this.label3.Text = "新密码: ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(88, 188);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(98, 14);
this.label4.TabIndex = 4;
this.label4.Text = "确认新密码: ";
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(191, 108);
this.tbPassword.Name = "tbPassword";
this.tbPassword.Size = new System.Drawing.Size(100, 21);
this.tbPassword.TabIndex = 5;
//
// tbNewpassword
//
this.tbNewpassword.Location = new System.Drawing.Point(191, 145);
this.tbNewpassword.Name = "tbNewpassword";
this.tbNewpassword.PasswordChar = '*';
this.tbNewpassword.Size = new System.Drawing.Size(100, 21);
this.tbNewpassword.TabIndex = 6;
//
// tbOK
//
this.tbOK.Location = new System.Drawing.Point(191, 181);
this.tbOK.Name = "tbOK";
this.tbOK.PasswordChar = '*';
this.tbOK.Size = new System.Drawing.Size(100, 21);
this.tbOK.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("楷体_GB2312", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(131, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(143, 33);
this.label5.TabIndex = 8;
this.label5.Text = "修改密码";
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(91, 235);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 9;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.Location = new System.Drawing.Point(216, 235);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 10;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// fPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(393, 317);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.label5);
this.Controls.Add(this.tbOK);
this.Controls.Add(this.tbNewpassword);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbUsername);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "fPassword";
this.Text = "修改密码";
this.Load += new System.EventHandler(this.fPassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbUsername;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.TextBox tbNewpassword;
private System.Windows.Forms.TextBox tbOK;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -