📄 formlogin.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormLogin
{
/// <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.BtnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.TxtUserName = new System.Windows.Forms.TextBox();
this.TxtPassword = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.changPW = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// BtnOK
//
this.BtnOK.Location = new System.Drawing.Point(154, 176);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 0;
this.BtnOK.Text = "登 陆";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(278, 176);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::HumanResourceManagement.Properties.Resources.user;
this.pictureBox1.Location = new System.Drawing.Point(82, 34);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(36, 27);
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::HumanResourceManagement.Properties.Resources.psw;
this.pictureBox2.Location = new System.Drawing.Point(82, 89);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(36, 29);
this.pictureBox2.TabIndex = 3;
this.pictureBox2.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(124, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 4;
this.label1.Text = "登陆名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(124, 100);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 5;
this.label2.Text = "密 码:";
//
// TxtUserName
//
this.TxtUserName.Location = new System.Drawing.Point(196, 40);
this.TxtUserName.Name = "TxtUserName";
this.TxtUserName.Size = new System.Drawing.Size(100, 21);
this.TxtUserName.TabIndex = 6;
//
// TxtPassword
//
this.TxtPassword.Location = new System.Drawing.Point(196, 97);
this.TxtPassword.Name = "TxtPassword";
this.TxtPassword.Size = new System.Drawing.Size(100, 21);
this.TxtPassword.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(54, 146);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(299, 12);
this.label3.TabIndex = 8;
this.label3.Text = "_________________________________________________";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(124, 134);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(149, 12);
this.label4.TabIndex = 9;
this.label4.Text = "________________________";
//
// changPW
//
this.changPW.Location = new System.Drawing.Point(23, 176);
this.changPW.Name = "changPW";
this.changPW.Size = new System.Drawing.Size(75, 23);
this.changPW.TabIndex = 10;
this.changPW.Text = "修改密码";
this.changPW.UseVisualStyleBackColor = true;
this.changPW.Click += new System.EventHandler(this.BtnO_Click);
//
// FormLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(407, 225);
this.Controls.Add(this.changPW);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.TxtPassword);
this.Controls.Add(this.TxtUserName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.BtnOK);
this.MaximizeBox = false;
this.Name = "FormLogin";
this.Text = "用户登陆";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TxtUserName;
private System.Windows.Forms.TextBox TxtPassword;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button changPW;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -