📄 dl.designer.cs
字号:
namespace CarManage
{
partial class DL
{
/// <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.lbTitle = new System.Windows.Forms.Label();
this.groupDL = new System.Windows.Forms.GroupBox();
this.btnClear = new System.Windows.Forms.Button();
this.btn_login = new System.Windows.Forms.Button();
this.lbPassWord = new System.Windows.Forms.Label();
this.lbUserName = new System.Windows.Forms.Label();
this.txt_pwd = new System.Windows.Forms.MaskedTextBox();
this.txt_name = new System.Windows.Forms.MaskedTextBox();
this.groupDL.SuspendLayout();
this.SuspendLayout();
//
// lbTitle
//
this.lbTitle.AutoSize = true;
this.lbTitle.Font = new System.Drawing.Font("楷体_GB2312", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle.Location = new System.Drawing.Point(36, 45);
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(510, 48);
this.lbTitle.TabIndex = 0;
this.lbTitle.Text = "欢迎使用公车管理系统\r\n";
//
// groupDL
//
this.groupDL.Controls.Add(this.btnClear);
this.groupDL.Controls.Add(this.btn_login);
this.groupDL.Controls.Add(this.lbPassWord);
this.groupDL.Controls.Add(this.lbUserName);
this.groupDL.Controls.Add(this.txt_pwd);
this.groupDL.Controls.Add(this.txt_name);
this.groupDL.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupDL.Location = new System.Drawing.Point(136, 114);
this.groupDL.Name = "groupDL";
this.groupDL.Size = new System.Drawing.Size(320, 143);
this.groupDL.TabIndex = 1;
this.groupDL.TabStop = false;
this.groupDL.Text = "用户登录";
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(169, 102);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 7;
this.btnClear.Text = "关闭";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btn_login
//
this.btn_login.Location = new System.Drawing.Point(66, 102);
this.btn_login.Name = "btn_login";
this.btn_login.Size = new System.Drawing.Size(75, 23);
this.btn_login.TabIndex = 6;
this.btn_login.Text = "登录";
this.btn_login.UseVisualStyleBackColor = true;
this.btn_login.Click += new System.EventHandler(this.btn_login_Click_1);
//
// lbPassWord
//
this.lbPassWord.AutoSize = true;
this.lbPassWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPassWord.Location = new System.Drawing.Point(63, 63);
this.lbPassWord.Name = "lbPassWord";
this.lbPassWord.Size = new System.Drawing.Size(40, 16);
this.lbPassWord.TabIndex = 4;
this.lbPassWord.Text = "密码";
//
// lbUserName
//
this.lbUserName.AutoSize = true;
this.lbUserName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbUserName.Location = new System.Drawing.Point(63, 34);
this.lbUserName.Name = "lbUserName";
this.lbUserName.Size = new System.Drawing.Size(40, 16);
this.lbUserName.TabIndex = 3;
this.lbUserName.Text = "帐号";
//
// txt_pwd
//
this.txt_pwd.Location = new System.Drawing.Point(104, 57);
this.txt_pwd.Name = "txt_pwd";
this.txt_pwd.Size = new System.Drawing.Size(140, 23);
this.txt_pwd.TabIndex = 1;
this.txt_pwd.UseSystemPasswordChar = true;
//
// txt_name
//
this.txt_name.Location = new System.Drawing.Point(104, 27);
this.txt_name.Name = "txt_name";
this.txt_name.Size = new System.Drawing.Size(140, 23);
this.txt_name.TabIndex = 0;
//
// DL
//
this.AcceptButton = this.btn_login;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 354);
this.Controls.Add(this.groupDL);
this.Controls.Add(this.lbTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DL";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "公车管理系统";
this.groupDL.ResumeLayout(false);
this.groupDL.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbTitle;
private System.Windows.Forms.GroupBox groupDL;
private System.Windows.Forms.Label lbPassWord;
private System.Windows.Forms.Label lbUserName;
private System.Windows.Forms.MaskedTextBox txt_pwd;
private System.Windows.Forms.MaskedTextBox txt_name;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Button btn_login;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -