📄 frmlogin.designer.cs
字号:
namespace feiyun0112.cnblogs.com.CSDNReader
{
partial class frmLogin
{
/// <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.Label3 = new System.Windows.Forms.Label();
this.txtExPwd = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.Label1 = new System.Windows.Forms.Label();
this.picExPwd = new System.Windows.Forms.PictureBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.Label2 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.chkSaveState = new System.Windows.Forms.CheckBox();
this.linkLabelReg = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.picExPwd)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(169, 182);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 25);
this.btnCancel.TabIndex = 20;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// Label3
//
this.Label3.AutoSize = true;
this.Label3.Location = new System.Drawing.Point(20, 138);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(55, 13);
this.Label3.TabIndex = 18;
this.Label3.Text = "校验码:";
//
// txtExPwd
//
this.txtExPwd.Location = new System.Drawing.Point(80, 138);
this.txtExPwd.Name = "txtExPwd";
this.txtExPwd.Size = new System.Drawing.Size(83, 20);
this.txtExPwd.TabIndex = 17;
this.txtExPwd.TextChanged += new System.EventHandler(this.txtExPwd_TextChanged);
//
// btnLogin
//
this.btnLogin.Location = new System.Drawing.Point(77, 182);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(75, 25);
this.btnLogin.TabIndex = 19;
this.btnLogin.Text = "登录";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Location = new System.Drawing.Point(20, 12);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(55, 13);
this.Label1.TabIndex = 13;
this.Label1.Text = "用户名:";
//
// picExPwd
//
this.picExPwd.Location = new System.Drawing.Point(80, 76);
this.picExPwd.Name = "picExPwd";
this.picExPwd.Size = new System.Drawing.Size(155, 56);
this.picExPwd.TabIndex = 16;
this.picExPwd.TabStop = false;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(80, 12);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(149, 20);
this.txtUserName.TabIndex = 14;
this.txtUserName.TextChanged += new System.EventHandler(this.txtUserName_TextChanged);
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Location = new System.Drawing.Point(20, 41);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(55, 13);
this.Label2.TabIndex = 12;
this.Label2.Text = "密 码:";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(80, 41);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(149, 20);
this.txtPassword.TabIndex = 15;
this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
//
// chkSaveState
//
this.chkSaveState.AutoSize = true;
this.chkSaveState.Location = new System.Drawing.Point(80, 164);
this.chkSaveState.Name = "chkSaveState";
this.chkSaveState.Size = new System.Drawing.Size(122, 17);
this.chkSaveState.TabIndex = 21;
this.chkSaveState.Text = "2周内不用再登录 ";
this.chkSaveState.UseVisualStyleBackColor = true;
this.chkSaveState.CheckedChanged += new System.EventHandler(this.chkSaveState_CheckedChanged);
//
// linkLabelReg
//
this.linkLabelReg.AutoSize = true;
this.linkLabelReg.Location = new System.Drawing.Point(8, 188);
this.linkLabelReg.Name = "linkLabelReg";
this.linkLabelReg.Size = new System.Drawing.Size(67, 13);
this.linkLabelReg.TabIndex = 26;
this.linkLabelReg.TabStop = true;
this.linkLabelReg.Text = "注册新用户";
this.linkLabelReg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelReg_LinkClicked);
//
// frmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 211);
this.Controls.Add(this.linkLabelReg);
this.Controls.Add(this.chkSaveState);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.Label3);
this.Controls.Add(this.txtExPwd);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.Label1);
this.Controls.Add(this.picExPwd);
this.Controls.Add(this.txtUserName);
this.Controls.Add(this.Label2);
this.Controls.Add(this.txtPassword);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmLogin";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CSDN 用户登录";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmLogin_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.picExPwd)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.Button btnCancel;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.TextBox txtExPwd;
internal System.Windows.Forms.Button btnLogin;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.PictureBox picExPwd;
internal System.Windows.Forms.TextBox txtUserName;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.CheckBox chkSaveState;
private System.Windows.Forms.LinkLabel linkLabelReg;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -