📄 frmmodifipwd.designer.cs
字号:
namespace Hotel.UI
{
partial class frmModifiPwd
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtOKPwd = new System.Windows.Forms.TextBox();
this.txtNewPwd = new System.Windows.Forms.TextBox();
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtOKPwd);
this.groupBox1.Controls.Add(this.txtNewPwd);
this.groupBox1.Controls.Add(this.txtOldPwd);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(265, 177);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "修改密码";
//
// txtOKPwd
//
this.txtOKPwd.Location = new System.Drawing.Point(100, 142);
this.txtOKPwd.MaxLength = 6;
this.txtOKPwd.Name = "txtOKPwd";
this.txtOKPwd.PasswordChar = '*';
this.txtOKPwd.Size = new System.Drawing.Size(137, 21);
this.txtOKPwd.TabIndex = 1;
//
// txtNewPwd
//
this.txtNewPwd.Location = new System.Drawing.Point(100, 102);
this.txtNewPwd.MaxLength = 6;
this.txtNewPwd.Name = "txtNewPwd";
this.txtNewPwd.PasswordChar = '*';
this.txtNewPwd.Size = new System.Drawing.Size(137, 21);
this.txtNewPwd.TabIndex = 1;
//
// txtOldPwd
//
this.txtOldPwd.Location = new System.Drawing.Point(100, 62);
this.txtOldPwd.MaxLength = 6;
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(137, 21);
this.txtOldPwd.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(63, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(137, 12);
this.label4.TabIndex = 0;
this.label4.Text = "* 请输入6位的管理密码!";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 143);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 0;
this.label3.Text = "再确认:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 104);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "新密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "旧密码:";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(140, 195);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(66, 27);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确认(&Y)";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(212, 195);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(66, 27);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "取消(&X)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmModifiPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(290, 234);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "frmModifiPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改密码";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtOKPwd;
private System.Windows.Forms.TextBox txtNewPwd;
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -