?? frmlogin.designer.cs
字號:
?namespace BookManagementSystem
{
partial class frmLogin
{
/// <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(frmLogin));
this.account = new System.Windows.Forms.ComboBox();
this.password = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.BtnLogin = new System.Windows.Forms.Button();
this.BtnExit = new System.Windows.Forms.Button();
this.checkBox = new System.Windows.Forms.CheckBox();
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.mydata2DataSet1 = new BookManagementSystem.Mydata2DataSet();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet1)).BeginInit();
this.SuspendLayout();
//
// account
//
this.account.FormattingEnabled = true;
this.account.Location = new System.Drawing.Point(129, 42);
this.account.Name = "account";
this.account.Size = new System.Drawing.Size(130, 20);
this.account.TabIndex = 0;
this.account.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.name_KeyPress);
//
// password
//
this.password.Location = new System.Drawing.Point(129, 83);
this.password.Name = "password";
this.password.PasswordChar = '*';
this.password.Size = new System.Drawing.Size(130, 21);
this.password.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 2;
this.label1.Text = "帳號:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 92);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 2;
this.label2.Text = "密碼:";
//
// BtnLogin
//
this.BtnLogin.Enabled = false;
this.BtnLogin.Location = new System.Drawing.Point(347, 42);
this.BtnLogin.Name = "BtnLogin";
this.BtnLogin.Size = new System.Drawing.Size(75, 32);
this.BtnLogin.TabIndex = 3;
this.BtnLogin.Text = "登錄";
this.BtnLogin.UseVisualStyleBackColor = true;
this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
//
// BtnExit
//
this.BtnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnExit.Location = new System.Drawing.Point(347, 83);
this.BtnExit.Name = "BtnExit";
this.BtnExit.Size = new System.Drawing.Size(75, 32);
this.BtnExit.TabIndex = 3;
this.BtnExit.Text = "退出";
this.BtnExit.UseVisualStyleBackColor = true;
this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
//
// checkBox
//
this.checkBox.AutoSize = true;
this.checkBox.Location = new System.Drawing.Point(61, 129);
this.checkBox.Name = "checkBox";
this.checkBox.Size = new System.Drawing.Size(84, 16);
this.checkBox.TabIndex = 4;
this.checkBox.Text = "管理員登錄";
this.checkBox.UseVisualStyleBackColor = true;
this.checkBox.Click += new System.EventHandler(this.checkBox_Click);
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
this.skinEngine1.SkinStreamMain = ((System.IO.Stream)(resources.GetObject("skinEngine1.SkinStreamMain")));
//
// mydata2DataSet1
//
this.mydata2DataSet1.DataSetName = "Mydata2DataSet";
this.mydata2DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// frmLogin
//
this.AcceptButton = this.BtnLogin;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.BtnExit;
this.ClientSize = new System.Drawing.Size(455, 182);
this.Controls.Add(this.checkBox);
this.Controls.Add(this.BtnExit);
this.Controls.Add(this.BtnLogin);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.password);
this.Controls.Add(this.account);
this.Name = "frmLogin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登錄圖書管理系統";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLogin_FormClosing);
this.Load += new System.EventHandler(this.frmLogin_Load);
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox account;
private System.Windows.Forms.TextBox password;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BtnLogin;
private System.Windows.Forms.Button BtnExit;
private System.Windows.Forms.CheckBox checkBox;
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
private Mydata2DataSet mydata2DataSet1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -