📄 login.designer.cs
字号:
namespace Daila
{
partial class 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()
{
this.components = new System.ComponentModel.Container();
this.lblUser = new System.Windows.Forms.Label();
this.lblPassword = new System.Windows.Forms.Label();
this.bntOK = new System.Windows.Forms.Button();
this.bntEsce = new System.Windows.Forms.Button();
this.txtUser = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
this.SuspendLayout();
//
// lblUser
//
this.lblUser.AutoSize = true;
this.lblUser.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblUser.Location = new System.Drawing.Point(21, 40);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(65, 12);
this.lblUser.TabIndex = 0;
this.lblUser.Text = "登录名称:";
//
// lblPassword
//
this.lblPassword.AutoSize = true;
this.lblPassword.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblPassword.Location = new System.Drawing.Point(21, 77);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(65, 12);
this.lblPassword.TabIndex = 1;
this.lblPassword.Text = "登录密码:";
//
// bntOK
//
this.bntOK.BackgroundImage = global::Daila.Properties.Resources.确定按钮;
this.bntOK.Location = new System.Drawing.Point(92, 101);
this.bntOK.Name = "bntOK";
this.bntOK.Size = new System.Drawing.Size(52, 23);
this.bntOK.TabIndex = 2;
this.bntOK.UseVisualStyleBackColor = true;
this.bntOK.Click += new System.EventHandler(this.bntOK_Click);
//
// bntEsce
//
this.bntEsce.BackgroundImage = global::Daila.Properties.Resources.取消按钮;
this.bntEsce.Location = new System.Drawing.Point(167, 101);
this.bntEsce.Name = "bntEsce";
this.bntEsce.Size = new System.Drawing.Size(53, 23);
this.bntEsce.TabIndex = 3;
this.bntEsce.UseVisualStyleBackColor = true;
this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(83, 37);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(150, 21);
this.txtUser.TabIndex = 4;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(83, 74);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(150, 21);
this.txtPassword.TabIndex = 5;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// errorProvider2
//
this.errorProvider2.ContainerControl = this;
//
// login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Daila.Properties.Resources.背景;
this.ClientSize = new System.Drawing.Size(249, 136);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtUser);
this.Controls.Add(this.bntEsce);
this.Controls.Add(this.bntOK);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.lblUser);
this.Name = "login";
this.Text = "企业电话客服系统";
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblUser;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.Button bntOK;
private System.Windows.Forms.Button bntEsce;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ErrorProvider errorProvider2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -