📄 form_login.designer.cs
字号:
namespace RepairCRM
{
partial class Form_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.button_ok = new System.Windows.Forms.Button();
this.button_exit = new System.Windows.Forms.Button();
this.text_user = new System.Windows.Forms.TextBox();
this.text_pass = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(110, 188);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 23);
this.button_ok.TabIndex = 0;
this.button_ok.Text = "登 录";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// button_exit
//
this.button_exit.Location = new System.Drawing.Point(250, 188);
this.button_exit.Name = "button_exit";
this.button_exit.Size = new System.Drawing.Size(75, 23);
this.button_exit.TabIndex = 1;
this.button_exit.Text = "退 出";
this.button_exit.UseVisualStyleBackColor = true;
this.button_exit.Click += new System.EventHandler(this.button_exit_Click);
//
// text_user
//
this.text_user.Location = new System.Drawing.Point(186, 93);
this.text_user.Name = "text_user";
this.text_user.Size = new System.Drawing.Size(100, 21);
this.text_user.TabIndex = 2;
this.text_user.Text = "admin";
//
// text_pass
//
this.text_pass.Location = new System.Drawing.Point(186, 141);
this.text_pass.Name = "text_pass";
this.text_pass.PasswordChar = '*';
this.text_pass.Size = new System.Drawing.Size(100, 21);
this.text_pass.TabIndex = 3;
this.text_pass.Text = "admin";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Maroon;
this.label1.Location = new System.Drawing.Point(106, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(219, 20);
this.label1.TabIndex = 4;
this.label1.Text = "Xcals客户关系管理系统";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(130, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 5;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(129, 146);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 6;
this.label3.Text = "密 码:";
//
// Form_Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 273);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.text_pass);
this.Controls.Add(this.text_user);
this.Controls.Add(this.button_exit);
this.Controls.Add(this.button_ok);
this.Name = "Form_Login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Xcals客户关系管理系统";
this.Load += new System.EventHandler(this.Form_Login_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_exit;
private System.Windows.Forms.TextBox text_user;
private System.Windows.Forms.TextBox text_pass;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -