?? login.designer.cs
字號:
?namespace rsgl
{
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.label2 = new System.Windows.Forms.Label();
this.passwordText = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.userIDText = new System.Windows.Forms.TextBox();
this.loginButton = new System.Windows.Forms.Button();
this.reset = new System.Windows.Forms.Button();
this.userTypeLabel = new System.Windows.Forms.Label();
this.userTypeComboBox = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(66, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 1;
this.label2.Text = "密碼:";
//
// passwordText
//
this.passwordText.Location = new System.Drawing.Point(138, 87);
this.passwordText.Name = "passwordText";
this.passwordText.PasswordChar = '*';
this.passwordText.Size = new System.Drawing.Size(108, 21);
this.passwordText.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(56, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 14);
this.label3.TabIndex = 4;
this.label3.Text = "員工編號:";
//
// userIDText
//
this.userIDText.Location = new System.Drawing.Point(138, 47);
this.userIDText.Name = "userIDText";
this.userIDText.Size = new System.Drawing.Size(108, 21);
this.userIDText.TabIndex = 5;
//
// loginButton
//
this.loginButton.Location = new System.Drawing.Point(265, 47);
this.loginButton.Name = "loginButton";
this.loginButton.Size = new System.Drawing.Size(66, 31);
this.loginButton.TabIndex = 8;
this.loginButton.Text = "登陸";
this.loginButton.UseVisualStyleBackColor = true;
this.loginButton.Click += new System.EventHandler(this.button2_Click);
//
// reset
//
this.reset.Location = new System.Drawing.Point(265, 90);
this.reset.Name = "reset";
this.reset.Size = new System.Drawing.Size(66, 31);
this.reset.TabIndex = 9;
this.reset.Text = "取消";
this.reset.UseVisualStyleBackColor = true;
this.reset.Click += new System.EventHandler(this.button1_Click_1);
//
// userTypeLabel
//
this.userTypeLabel.AutoSize = true;
this.userTypeLabel.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.userTypeLabel.Location = new System.Drawing.Point(66, 137);
this.userTypeLabel.Name = "userTypeLabel";
this.userTypeLabel.Size = new System.Drawing.Size(49, 14);
this.userTypeLabel.TabIndex = 10;
this.userTypeLabel.Text = "身份:";
//
// userTypeComboBox
//
this.userTypeComboBox.FormattingEnabled = true;
this.userTypeComboBox.Items.AddRange(new object[] {
"員工",
"領導",
"系統管理員"});
this.userTypeComboBox.Location = new System.Drawing.Point(138, 131);
this.userTypeComboBox.Name = "userTypeComboBox";
this.userTypeComboBox.Size = new System.Drawing.Size(108, 20);
this.userTypeComboBox.TabIndex = 11;
this.userTypeComboBox.Text = "員工";
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(337, 187);
this.Controls.Add(this.userTypeComboBox);
this.Controls.Add(this.userTypeLabel);
this.Controls.Add(this.reset);
this.Controls.Add(this.loginButton);
this.Controls.Add(this.userIDText);
this.Controls.Add(this.label3);
this.Controls.Add(this.passwordText);
this.Controls.Add(this.label2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Login";
this.Text = "Login";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox passwordText;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox userIDText;
private System.Windows.Forms.Button loginButton;
private System.Windows.Forms.Button reset;
private System.Windows.Forms.Label userTypeLabel;
private System.Windows.Forms.ComboBox userTypeComboBox;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -