📄 pwdclewform.designer.cs
字号:
namespace 通讯录
{
partial class pwdClewForm
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.btnGetPwd = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblValidate = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtPwdClew = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblPwdClew = new System.Windows.Forms.Label();
this.lblPassword = new System.Windows.Forms.Label();
this.lblUsername = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Azure;
this.btnCancel.Location = new System.Drawing.Point(186, 228);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 37);
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnGetPwd
//
this.btnGetPwd.BackColor = System.Drawing.Color.Azure;
this.btnGetPwd.Location = new System.Drawing.Point(45, 228);
this.btnGetPwd.Name = "btnGetPwd";
this.btnGetPwd.Size = new System.Drawing.Size(75, 37);
this.btnGetPwd.TabIndex = 14;
this.btnGetPwd.Text = "找回密码";
this.btnGetPwd.UseVisualStyleBackColor = false;
this.btnGetPwd.Click += new System.EventHandler(this.btnGetPwd_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::通讯录.Properties.Resources.login;
this.pictureBox1.Location = new System.Drawing.Point(-1, -3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(324, 69);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 13;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox1.Controls.Add(this.lblValidate);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtPwdClew);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtUsername);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 65);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(298, 157);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
//
// lblValidate
//
this.lblValidate.AutoSize = true;
this.lblValidate.ForeColor = System.Drawing.Color.Red;
this.lblValidate.Location = new System.Drawing.Point(125, 54);
this.lblValidate.Name = "lblValidate";
this.lblValidate.Size = new System.Drawing.Size(41, 12);
this.lblValidate.TabIndex = 8;
this.lblValidate.Text = "label4";
this.lblValidate.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(31, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 12);
this.label2.TabIndex = 7;
this.label2.Text = "请输入账号和密码提示";
//
// txtPwdClew
//
this.txtPwdClew.Location = new System.Drawing.Point(110, 105);
this.txtPwdClew.Name = "txtPwdClew";
this.txtPwdClew.Size = new System.Drawing.Size(139, 21);
this.txtPwdClew.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 6;
this.label3.Text = "密码提示:";
//
// txtUsername
//
this.txtUsername.Location = new System.Drawing.Point(110, 69);
this.txtUsername.Name = "txtUsername";
this.txtUsername.Size = new System.Drawing.Size(139, 21);
this.txtUsername.TabIndex = 1;
this.txtUsername.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUsername_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户账号:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lblPwdClew);
this.groupBox2.Controls.Add(this.lblPassword);
this.groupBox2.Controls.Add(this.lblUsername);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(12, 65);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(298, 157);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Visible = false;
//
// lblPwdClew
//
this.lblPwdClew.AutoSize = true;
this.lblPwdClew.Location = new System.Drawing.Point(159, 119);
this.lblPwdClew.Name = "lblPwdClew";
this.lblPwdClew.Size = new System.Drawing.Size(47, 12);
this.lblPwdClew.TabIndex = 6;
this.lblPwdClew.Text = "label10";
//
// lblPassword
//
this.lblPassword.AutoSize = true;
this.lblPassword.Location = new System.Drawing.Point(159, 90);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(41, 12);
this.lblPassword.TabIndex = 5;
this.lblPassword.Text = "label9";
//
// lblUsername
//
this.lblUsername.AutoSize = true;
this.lblUsername.Location = new System.Drawing.Point(157, 63);
this.lblUsername.Name = "lblUsername";
this.lblUsername.Size = new System.Drawing.Size(41, 12);
this.lblUsername.TabIndex = 4;
this.lblUsername.Text = "label8";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(69, 119);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 3;
this.label7.Text = "密码提示:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(70, 91);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 2;
this.label6.Text = "密 码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(70, 64);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 1;
this.label5.Text = "姓 名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(69, 35);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 0;
this.label4.Text = "你的资料信息";
//
// pwdClewForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.Color.Azure;
this.ClientSize = new System.Drawing.Size(322, 266);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnGetPwd);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.groupBox1);
this.ForeColor = System.Drawing.Color.Navy;
this.MaximizeBox = false;
this.Name = "pwdClewForm";
this.Text = "找回密码";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnGetPwd;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPwdClew;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblValidate;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblPwdClew;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.Label lblUsername;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -