📄 loginform.designer.cs
字号:
namespace MyQQ
{
partial class LoginForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
this.lblLoginId = new System.Windows.Forms.Label();
this.lblLoginPwd = new System.Windows.Forms.Label();
this.txtLoginId = new System.Windows.Forms.TextBox();
this.txtLoginPwd = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.llblRegist = new System.Windows.Forms.LinkLabel();
this.llblFogetPwd = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// lblLoginId
//
this.lblLoginId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblLoginId.AutoSize = true;
this.lblLoginId.BackColor = System.Drawing.Color.Transparent;
this.lblLoginId.Location = new System.Drawing.Point(22, 77);
this.lblLoginId.Name = "lblLoginId";
this.lblLoginId.Size = new System.Drawing.Size(65, 12);
this.lblLoginId.TabIndex = 0;
this.lblLoginId.Text = "MyQQ号码:";
//
// lblLoginPwd
//
this.lblLoginPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblLoginPwd.AutoSize = true;
this.lblLoginPwd.BackColor = System.Drawing.Color.Transparent;
this.lblLoginPwd.Location = new System.Drawing.Point(22, 111);
this.lblLoginPwd.Name = "lblLoginPwd";
this.lblLoginPwd.Size = new System.Drawing.Size(65, 12);
this.lblLoginPwd.TabIndex = 2;
this.lblLoginPwd.Text = "MyQQ密码:";
//
// txtLoginId
//
this.txtLoginId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLoginId.Location = new System.Drawing.Point(93, 74);
this.txtLoginId.Name = "txtLoginId";
this.txtLoginId.Size = new System.Drawing.Size(124, 21);
this.txtLoginId.TabIndex = 1;
//
// txtLoginPwd
//
this.txtLoginPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLoginPwd.Location = new System.Drawing.Point(93, 108);
this.txtLoginPwd.Name = "txtLoginPwd";
this.txtLoginPwd.PasswordChar = '*';
this.txtLoginPwd.Size = new System.Drawing.Size(124, 21);
this.txtLoginPwd.TabIndex = 3;
//
// btnLogin
//
this.btnLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnLogin.BackColor = System.Drawing.Color.LightSteelBlue;
this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLogin.Location = new System.Drawing.Point(174, 154);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(57, 23);
this.btnLogin.TabIndex = 4;
this.btnLogin.Text = "登录";
this.btnLogin.UseVisualStyleBackColor = false;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.LightSteelBlue;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(241, 154);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(57, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// llblRegist
//
this.llblRegist.ActiveLinkColor = System.Drawing.Color.CornflowerBlue;
this.llblRegist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.llblRegist.AutoSize = true;
this.llblRegist.BackColor = System.Drawing.Color.Transparent;
this.llblRegist.Location = new System.Drawing.Point(234, 77);
this.llblRegist.Name = "llblRegist";
this.llblRegist.Size = new System.Drawing.Size(53, 12);
this.llblRegist.TabIndex = 6;
this.llblRegist.TabStop = true;
this.llblRegist.Text = "申请号码";
this.llblRegist.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbl_LinkClicked);
//
// llblFogetPwd
//
this.llblFogetPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.llblFogetPwd.AutoSize = true;
this.llblFogetPwd.BackColor = System.Drawing.Color.Transparent;
this.llblFogetPwd.Location = new System.Drawing.Point(234, 111);
this.llblFogetPwd.Name = "llblFogetPwd";
this.llblFogetPwd.Size = new System.Drawing.Size(53, 12);
this.llblFogetPwd.TabIndex = 7;
this.llblFogetPwd.TabStop = true;
this.llblFogetPwd.Text = "忘记密码";
this.llblFogetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblFogetPwd_LinkClicked);
//
// LoginForm
//
this.AcceptButton = this.btnLogin;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(307, 192);
this.Controls.Add(this.llblFogetPwd);
this.Controls.Add(this.llblRegist);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.txtLoginPwd);
this.Controls.Add(this.txtLoginId);
this.Controls.Add(this.lblLoginPwd);
this.Controls.Add(this.lblLoginId);
this.ForeColor = System.Drawing.SystemColors.Highlight;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MyQQ用户登录";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblLoginId;
private System.Windows.Forms.Label lblLoginPwd;
private System.Windows.Forms.TextBox txtLoginId;
private System.Windows.Forms.TextBox txtLoginPwd;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.LinkLabel llblRegist;
private System.Windows.Forms.LinkLabel llblFogetPwd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -