📄 formdenglu.designer.cs
字号:
namespace _10901BS
{
partial class formDenglu
{
/// <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(formDenglu));
this.btnDL = new System.Windows.Forms.Button();
this.btnqx = new System.Windows.Forms.Button();
this.用户名 = new System.Windows.Forms.Label();
this.密码 = new System.Windows.Forms.Label();
this.txtYHM = new System.Windows.Forms.TextBox();
this.txtMM = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnDL
//
this.btnDL.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnDL.BackColor = System.Drawing.Color.Transparent;
this.btnDL.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDL.ForeColor = System.Drawing.Color.Black;
this.btnDL.Location = new System.Drawing.Point(179, 264);
this.btnDL.Name = "btnDL";
this.btnDL.Size = new System.Drawing.Size(84, 42);
this.btnDL.TabIndex = 2;
this.btnDL.Text = "登 陆";
this.btnDL.UseVisualStyleBackColor = false;
this.btnDL.Click += new System.EventHandler(this.btnDL_Click);
//
// btnqx
//
this.btnqx.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnqx.BackColor = System.Drawing.Color.Transparent;
this.btnqx.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnqx.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnqx.ForeColor = System.Drawing.Color.Black;
this.btnqx.Location = new System.Drawing.Point(322, 264);
this.btnqx.Name = "btnqx";
this.btnqx.Size = new System.Drawing.Size(84, 42);
this.btnqx.TabIndex = 3;
this.btnqx.Text = "取 消";
this.btnqx.UseVisualStyleBackColor = false;
this.btnqx.Click += new System.EventHandler(this.btnqx_Click);
//
// 用户名
//
this.用户名.Anchor = System.Windows.Forms.AnchorStyles.None;
this.用户名.AutoSize = true;
this.用户名.BackColor = System.Drawing.Color.Transparent;
this.用户名.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.用户名.ForeColor = System.Drawing.Color.Black;
this.用户名.Location = new System.Drawing.Point(179, 107);
this.用户名.Name = "用户名";
this.用户名.Size = new System.Drawing.Size(59, 16);
this.用户名.TabIndex = 2;
this.用户名.Text = "用户名";
//
// 密码
//
this.密码.Anchor = System.Windows.Forms.AnchorStyles.None;
this.密码.AutoSize = true;
this.密码.BackColor = System.Drawing.Color.Transparent;
this.密码.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.密码.ForeColor = System.Drawing.Color.Black;
this.密码.Location = new System.Drawing.Point(179, 188);
this.密码.Name = "密码";
this.密码.Size = new System.Drawing.Size(60, 16);
this.密码.TabIndex = 3;
this.密码.Text = "密 码";
//
// txtYHM
//
this.txtYHM.Anchor = System.Windows.Forms.AnchorStyles.None;
this.txtYHM.Location = new System.Drawing.Point(258, 106);
this.txtYHM.Name = "txtYHM";
this.txtYHM.Size = new System.Drawing.Size(148, 21);
this.txtYHM.TabIndex = 0;
this.txtYHM.TextChanged += new System.EventHandler(this.txtYHM_TextChanged);
//
// txtMM
//
this.txtMM.Anchor = System.Windows.Forms.AnchorStyles.None;
this.txtMM.Location = new System.Drawing.Point(258, 188);
this.txtMM.Name = "txtMM";
this.txtMM.PasswordChar = '*';
this.txtMM.Size = new System.Drawing.Size(148, 21);
this.txtMM.TabIndex = 1;
//
// formDenglu
//
this.AcceptButton = this.btnDL;
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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CancelButton = this.btnqx;
this.ClientSize = new System.Drawing.Size(552, 392);
this.Controls.Add(this.txtMM);
this.Controls.Add(this.txtYHM);
this.Controls.Add(this.密码);
this.Controls.Add(this.用户名);
this.Controls.Add(this.btnqx);
this.Controls.Add(this.btnDL);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "formDenglu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登陆窗体";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnDL;
private System.Windows.Forms.Button btnqx;
private System.Windows.Forms.Label 用户名;
private System.Windows.Forms.Label 密码;
public System.Windows.Forms.TextBox txtYHM;
public System.Windows.Forms.TextBox txtMM;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -