📄 f_login.designer.cs
字号:
namespace PWMS
{
partial class F_Login
{
/// <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(F_Login));
this.textPass = new System.Windows.Forms.TextBox();
this.textName = new System.Windows.Forms.TextBox();
this.butClose = new System.Windows.Forms.Button();
this.butLogin = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// textPass
//
this.textPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textPass.Location = new System.Drawing.Point(141, 140);
this.textPass.Name = "textPass";
this.textPass.PasswordChar = '*';
this.textPass.Size = new System.Drawing.Size(119, 21);
this.textPass.TabIndex = 10;
this.textPass.Text = "111";
this.textPass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textPass_KeyPress);
//
// textName
//
this.textName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textName.Location = new System.Drawing.Point(141, 113);
this.textName.Name = "textName";
this.textName.Size = new System.Drawing.Size(119, 21);
this.textName.TabIndex = 9;
this.textName.Text = "TSoft";
this.textName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textName_KeyPress);
//
// butClose
//
this.butClose.Location = new System.Drawing.Point(191, 175);
this.butClose.Name = "butClose";
this.butClose.Size = new System.Drawing.Size(52, 23);
this.butClose.TabIndex = 8;
this.butClose.Text = "取消";
this.butClose.UseVisualStyleBackColor = true;
this.butClose.Click += new System.EventHandler(this.butClose_Click);
//
// butLogin
//
this.butLogin.Location = new System.Drawing.Point(85, 175);
this.butLogin.Name = "butLogin";
this.butLogin.Size = new System.Drawing.Size(53, 23);
this.butLogin.TabIndex = 7;
this.butLogin.Text = "登录";
this.butLogin.UseVisualStyleBackColor = true;
this.butLogin.Click += new System.EventHandler(this.butLogin_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.Window;
this.label1.Location = new System.Drawing.Point(67, 118);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 11;
this.label1.Text = "用户名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.Window;
this.label2.Location = new System.Drawing.Point(67, 145);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 12;
this.label2.Text = "密 码:";
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(322, 210);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// F_Login
//
this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 210);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textPass);
this.Controls.Add(this.textName);
this.Controls.Add(this.butClose);
this.Controls.Add(this.butLogin);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "F_Login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_Login";
this.Activated += new System.EventHandler(this.F_Login_Activated);
this.Load += new System.EventHandler(this.F_Login_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textPass;
private System.Windows.Forms.TextBox textName;
private System.Windows.Forms.Button butClose;
private System.Windows.Forms.Button butLogin;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -