📄 registerform.designer.cs
字号:
namespace 通讯录
{
partial class RegisterForm
{
/// <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.Cancel = new System.Windows.Forms.Button();
this.btnRegister = 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.txtPwdClew = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtConfirmPwd = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// Cancel
//
this.Cancel.BackColor = System.Drawing.Color.Azure;
this.Cancel.Location = new System.Drawing.Point(185, 228);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 37);
this.Cancel.TabIndex = 11;
this.Cancel.Text = "取 消";
this.Cancel.UseVisualStyleBackColor = false;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// btnRegister
//
this.btnRegister.BackColor = System.Drawing.Color.Azure;
this.btnRegister.Location = new System.Drawing.Point(44, 228);
this.btnRegister.Name = "btnRegister";
this.btnRegister.Size = new System.Drawing.Size(75, 37);
this.btnRegister.TabIndex = 10;
this.btnRegister.Text = "注 册";
this.btnRegister.UseVisualStyleBackColor = false;
this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::通讯录.Properties.Resources.login;
this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(324, 60);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox1.Controls.Add(this.lblValidate);
this.groupBox1.Controls.Add(this.txtPwdClew);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtConfirmPwd);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtPassword);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtUsername);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(11, 65);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(298, 157);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
//
// lblValidate
//
this.lblValidate.AutoSize = true;
this.lblValidate.ForeColor = System.Drawing.Color.Red;
this.lblValidate.Location = new System.Drawing.Point(139, 12);
this.lblValidate.Name = "lblValidate";
this.lblValidate.Size = new System.Drawing.Size(41, 12);
this.lblValidate.TabIndex = 7;
this.lblValidate.Text = "label5";
this.lblValidate.Visible = false;
//
// txtPwdClew
//
this.txtPwdClew.Location = new System.Drawing.Point(110, 119);
this.txtPwdClew.Name = "txtPwdClew";
this.txtPwdClew.Size = new System.Drawing.Size(139, 21);
this.txtPwdClew.TabIndex = 5;
this.txtPwdClew.TextChanged += new System.EventHandler(this.txtPwdClew_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 6;
this.label3.Text = "密码提示:";
//
// txtConfirmPwd
//
this.txtConfirmPwd.Location = new System.Drawing.Point(110, 88);
this.txtConfirmPwd.Name = "txtConfirmPwd";
this.txtConfirmPwd.Size = new System.Drawing.Size(139, 21);
this.txtConfirmPwd.TabIndex = 4;
this.txtConfirmPwd.UseSystemPasswordChar = true;
this.txtConfirmPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtConfirmPwd_KeyDown);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(31, 91);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 3;
this.label4.Text = "确认密码:";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(110, 57);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(139, 21);
this.txtPassword.TabIndex = 2;
this.txtPassword.UseSystemPasswordChar = true;
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(31, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 2;
this.label2.Text = "密 码:";
//
// txtUsername
//
this.txtUsername.Location = new System.Drawing.Point(110, 27);
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, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "申请账号:";
//
// RegisterForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Azure;
this.ClientSize = new System.Drawing.Size(322, 266);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.btnRegister);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.groupBox1);
this.ForeColor = System.Drawing.Color.Navy;
this.Name = "RegisterForm";
this.Text = "注 册";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Button btnRegister;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtPwdClew;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtConfirmPwd;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblValidate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -