📄 sms_login.designer.cs
字号:
namespace FORU_SMS_
{
partial class SMS_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.bt_canel = new System.Windows.Forms.Button();
this.bt_ok = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ErrMag = new System.Windows.Forms.Label();
this.com_User = new System.Windows.Forms.ComboBox();
this.txt_Pass = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// bt_canel
//
this.bt_canel.Location = new System.Drawing.Point(146, 141);
this.bt_canel.Name = "bt_canel";
this.bt_canel.Size = new System.Drawing.Size(75, 23);
this.bt_canel.TabIndex = 5;
this.bt_canel.Text = "取 消";
this.bt_canel.UseVisualStyleBackColor = true;
this.bt_canel.Click += new System.EventHandler(this.bt_canel_Click);
//
// bt_ok
//
this.bt_ok.Location = new System.Drawing.Point(39, 141);
this.bt_ok.Name = "bt_ok";
this.bt_ok.Size = new System.Drawing.Size(75, 23);
this.bt_ok.TabIndex = 4;
this.bt_ok.Text = "登 陆";
this.bt_ok.UseVisualStyleBackColor = true;
this.bt_ok.Click += new System.EventHandler(this.bt_ok_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ErrMag);
this.groupBox1.Controls.Add(this.com_User);
this.groupBox1.Controls.Add(this.txt_Pass);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 17);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(239, 104);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户登录";
//
// ErrMag
//
this.ErrMag.AutoSize = true;
this.ErrMag.Location = new System.Drawing.Point(39, 94);
this.ErrMag.Name = "ErrMag";
this.ErrMag.Size = new System.Drawing.Size(0, 12);
this.ErrMag.TabIndex = 5;
//
// com_User
//
this.com_User.FormattingEnabled = true;
this.com_User.Location = new System.Drawing.Point(76, 20);
this.com_User.Name = "com_User";
this.com_User.Size = new System.Drawing.Size(120, 20);
this.com_User.TabIndex = 4;
//
// txt_Pass
//
this.txt_Pass.Location = new System.Drawing.Point(76, 52);
this.txt_Pass.Name = "txt_Pass";
this.txt_Pass.PasswordChar = '*';
this.txt_Pass.Size = new System.Drawing.Size(120, 21);
this.txt_Pass.TabIndex = 3;
this.txt_Pass.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_Pass_KeyUp);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "密 码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// SMS_Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(265, 185);
this.Controls.Add(this.bt_canel);
this.Controls.Add(this.bt_ok);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "SMS_Login";
this.Text = "用户登陆";
this.Load += new System.EventHandler(this.SMS_Login_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button bt_canel;
private System.Windows.Forms.Button bt_ok;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label ErrMag;
public System.Windows.Forms.ComboBox com_User;
internal System.Windows.Forms.TextBox txt_Pass;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -