📄 frmlogin.designer.cs
字号:
namespace MyQQ
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
this.txtNumber = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.lkbApplyNo = new System.Windows.Forms.LinkLabel();
this.lkbRequestPwd = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// txtNumber
//
this.txtNumber.Location = new System.Drawing.Point(92, 75);
this.txtNumber.Name = "txtNumber";
this.txtNumber.Size = new System.Drawing.Size(122, 21);
this.txtNumber.TabIndex = 0;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(92, 102);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(122, 21);
this.txtPassword.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "MyQQ号码:";
//
// btnLogin
//
this.btnLogin.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.Image")));
this.btnLogin.Location = new System.Drawing.Point(135, 157);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(75, 23);
this.btnLogin.TabIndex = 4;
this.btnLogin.Text = "登录";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// btnCancel
//
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.Location = new System.Drawing.Point(225, 157);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 4;
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(24, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "MyQQ密码:";
//
// lkbApplyNo
//
this.lkbApplyNo.AutoSize = true;
this.lkbApplyNo.Location = new System.Drawing.Point(235, 78);
this.lkbApplyNo.Name = "lkbApplyNo";
this.lkbApplyNo.Size = new System.Drawing.Size(53, 12);
this.lkbApplyNo.TabIndex = 5;
this.lkbApplyNo.TabStop = true;
this.lkbApplyNo.Text = "申请号码";
this.lkbApplyNo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkbApplyNo_LinkClicked);
//
// lkbRequestPwd
//
this.lkbRequestPwd.AutoSize = true;
this.lkbRequestPwd.Location = new System.Drawing.Point(235, 108);
this.lkbRequestPwd.Name = "lkbRequestPwd";
this.lkbRequestPwd.Size = new System.Drawing.Size(53, 12);
this.lkbRequestPwd.TabIndex = 5;
this.lkbRequestPwd.TabStop = true;
this.lkbRequestPwd.Text = "忘记密码";
//
// frmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(305, 189);
this.Controls.Add(this.lkbRequestPwd);
this.Controls.Add(this.lkbApplyNo);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtNumber);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmLogin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MyQQ用户登录";
this.Load += new System.EventHandler(this.frmLogin_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtNumber;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.LinkLabel lkbApplyNo;
private System.Windows.Forms.LinkLabel lkbRequestPwd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -