📄 frmchangyouselfpwd.designer.cs
字号:
namespace houseAgency
{
partial class frmChangYouSelfPwd
{
/// <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.components = new System.ComponentModel.Container();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtNewPwd = new System.Windows.Forms.TextBox();
this.txtNewPwdTwo = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.erInfo = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.erInfo)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(136, 98);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "确定(&O)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(228, 98);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "取消(&C)";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 12);
this.label1.TabIndex = 2;
this.label1.Text = "请输入新口令:";
//
// txtNewPwd
//
this.txtNewPwd.Location = new System.Drawing.Point(128, 44);
this.txtNewPwd.MaxLength = 20;
this.txtNewPwd.Name = "txtNewPwd";
this.txtNewPwd.PasswordChar = '*';
this.txtNewPwd.Size = new System.Drawing.Size(152, 21);
this.txtNewPwd.TabIndex = 3;
//
// txtNewPwdTwo
//
this.erInfo.SetIconPadding(this.txtNewPwdTwo, 5);
this.txtNewPwdTwo.Location = new System.Drawing.Point(129, 71);
this.txtNewPwdTwo.MaxLength = 20;
this.txtNewPwdTwo.Name = "txtNewPwdTwo";
this.txtNewPwdTwo.PasswordChar = '*';
this.txtNewPwdTwo.Size = new System.Drawing.Size(151, 21);
this.txtNewPwdTwo.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(107, 12);
this.label2.TabIndex = 4;
this.label2.Text = "请再输入一次口令:";
//
// txtOldPwd
//
this.erInfo.SetIconPadding(this.txtOldPwd, 5);
this.txtOldPwd.Location = new System.Drawing.Point(129, 18);
this.txtOldPwd.MaxLength = 20;
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(151, 21);
this.txtOldPwd.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(38, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 12);
this.label3.TabIndex = 6;
this.label3.Text = "请输入旧口令:";
//
// erInfo
//
this.erInfo.ContainerControl = this;
//
// frmChangYouSelfPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(315, 128);
this.Controls.Add(this.txtOldPwd);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtNewPwdTwo);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtNewPwd);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmChangYouSelfPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改口令";
((System.ComponentModel.ISupportInitialize)(this.erInfo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtNewPwd;
private System.Windows.Forms.TextBox txtNewPwdTwo;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ErrorProvider erInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -