?? login.designer.cs
字號:
?
namespace Youzi
{
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.lab1 = new System.Windows.Forms.Label();
this.lab2 = new System.Windows.Forms.Label();
this.LoginName = new System.Windows.Forms.ComboBox();
this.LoginPass = new System.Windows.Forms.TextBox();
this.butLogin = new System.Windows.Forms.Button();
this.butExit = new System.Windows.Forms.Button();
skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.SuspendLayout();
//
// lab1
//
this.lab1.Image = global::Youzi.Properties.Resources.loginaa;
this.lab1.Location = new System.Drawing.Point(52, 49);
this.lab1.Name = "lab1";
this.lab1.Size = new System.Drawing.Size(58, 18);
this.lab1.TabIndex = 0;
this.lab1.Text = "用戶名:";
//
// lab2
//
this.lab2.Image = global::Youzi.Properties.Resources.loginaa;
this.lab2.Location = new System.Drawing.Point(52, 80);
this.lab2.Name = "lab2";
this.lab2.Size = new System.Drawing.Size(49, 15);
this.lab2.TabIndex = 1;
this.lab2.Text = "密 碼:";
//
// LoginName
//
this.LoginName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LoginName.FormattingEnabled = true;
this.LoginName.Location = new System.Drawing.Point(116, 46);
this.LoginName.Name = "LoginName";
this.LoginName.Size = new System.Drawing.Size(121, 20);
this.LoginName.TabIndex = 2;
//
// LoginPass
//
this.LoginPass.Location = new System.Drawing.Point(116, 80);
this.LoginPass.Name = "LoginPass";
this.LoginPass.PasswordChar = '*';
this.LoginPass.Size = new System.Drawing.Size(121, 21);
this.LoginPass.TabIndex = 3;
this.LoginPass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LoginPass_KeyPress);
//
// butLogin
//
this.butLogin.BackColor = System.Drawing.Color.PapayaWhip;
this.butLogin.Location = new System.Drawing.Point(63, 126);
this.butLogin.Name = "butLogin";
this.butLogin.Size = new System.Drawing.Size(75, 23);
this.butLogin.TabIndex = 4;
this.butLogin.Text = "登錄(&L)";
this.butLogin.UseVisualStyleBackColor = false;
this.butLogin.Click += new System.EventHandler(this.butLogin_Click);
//
// butExit
//
this.butExit.BackColor = System.Drawing.Color.PapayaWhip;
this.butExit.Location = new System.Drawing.Point(157, 126);
this.butExit.Name = "butExit";
this.butExit.Size = new System.Drawing.Size(75, 23);
this.butExit.TabIndex = 5;
this.butExit.Text = "關閉(&C)";
this.butExit.UseVisualStyleBackColor = false;
this.butExit.Click += new System.EventHandler(this.butExit_Click);
//
// skinEngine1
//
skinEngine1.SerialNumber = "";
skinEngine1.SkinFile = null;
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Youzi.Properties.Resources.login;
this.ClientSize = new System.Drawing.Size(310, 202);
this.Controls.Add(this.butExit);
this.Controls.Add(this.butLogin);
this.Controls.Add(this.LoginPass);
this.Controls.Add(this.LoginName);
this.Controls.Add(this.lab2);
this.Controls.Add(this.lab1);
this.MaximizeBox = false;
this.Name = "Login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "游子醫院管理系統";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Login_FormClosed);
this.Load += new System.EventHandler(this.View_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lab1;
private System.Windows.Forms.Label lab2;
private System.Windows.Forms.ComboBox LoginName;
private System.Windows.Forms.TextBox LoginPass;
private System.Windows.Forms.Button butLogin;
private System.Windows.Forms.Button butExit;
public static Sunisoft.IrisSkin.SkinEngine skinEngine1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -