?? login.designer.cs
字號(hào):
?namespace student
{
partial class Login
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.exitbtn = new System.Windows.Forms.Button();
this.loginbtn = new System.Windows.Forms.Button();
this.PwdText = new System.Windows.Forms.TextBox();
this.StuIDText = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(463, 307);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(77, 12);
this.linkLabel1.TabIndex = 22;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "獲取登錄信息";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked_1);
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.Location = new System.Drawing.Point(-2, -6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(555, 133);
this.pictureBox1.TabIndex = 21;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(171, 199);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 20;
this.label2.Text = "密碼:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(171, 163);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 19;
this.label1.Text = "學(xué)號(hào):";
//
// exitbtn
//
this.exitbtn.Location = new System.Drawing.Point(286, 239);
this.exitbtn.Name = "exitbtn";
this.exitbtn.Size = new System.Drawing.Size(75, 23);
this.exitbtn.TabIndex = 18;
this.exitbtn.Text = "退出";
this.exitbtn.UseVisualStyleBackColor = true;
this.exitbtn.Click += new System.EventHandler(this.exitbtn_Click_1);
//
// loginbtn
//
this.loginbtn.Location = new System.Drawing.Point(188, 239);
this.loginbtn.Name = "loginbtn";
this.loginbtn.Size = new System.Drawing.Size(75, 23);
this.loginbtn.TabIndex = 17;
this.loginbtn.Text = "登錄";
this.loginbtn.UseVisualStyleBackColor = true;
this.loginbtn.Click += new System.EventHandler(this.loginbtn_Click);
//
// PwdText
//
this.PwdText.Location = new System.Drawing.Point(219, 196);
this.PwdText.Name = "PwdText";
this.PwdText.Size = new System.Drawing.Size(142, 21);
this.PwdText.TabIndex = 16;
this.PwdText.UseSystemPasswordChar = true;
//
// StuIDText
//
this.StuIDText.Location = new System.Drawing.Point(219, 154);
this.StuIDText.Name = "StuIDText";
this.StuIDText.Size = new System.Drawing.Size(142, 21);
this.StuIDText.TabIndex = 15;
//
// Login
//
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(549, 327);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.exitbtn);
this.Controls.Add(this.loginbtn);
this.Controls.Add(this.PwdText);
this.Controls.Add(this.StuIDText);
this.MaximizeBox = false;
this.Name = "Login";
this.Text = "Login";
this.Load += new System.EventHandler(this.Login_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button exitbtn;
private System.Windows.Forms.Button loginbtn;
private System.Windows.Forms.TextBox PwdText;
private System.Windows.Forms.TextBox StuIDText;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -