You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

213 lines
9.9 KiB

namespace ManagementSystem
{
partial class LoginForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.txtID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btLogin = new System.Windows.Forms.Button();
this.btClear = new System.Windows.Forms.Button();
this.btClose = new System.Windows.Forms.Button();
this.txtKey = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cbAccountingBook = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// txtID
//
this.txtID.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.txtID.Location = new System.Drawing.Point(261, 96);
this.txtID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtID.MaxLength = 20;
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(236, 29);
this.txtID.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label1.Location = new System.Drawing.Point(157, 99);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 20);
this.label1.TabIndex = 1;
this.label1.Text = "輸入帳號:";
//
// txtPassword
//
this.txtPassword.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.txtPassword.Location = new System.Drawing.Point(261, 133);
this.txtPassword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtPassword.MaxLength = 20;
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(236, 29);
this.txtPassword.TabIndex = 1;
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label2.Location = new System.Drawing.Point(157, 136);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 1;
this.label2.Text = "輸入密碼:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label3.Location = new System.Drawing.Point(171, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(312, 34);
this.label3.TabIndex = 1;
this.label3.Text = "元赫科技管理部管理系統";
//
// btLogin
//
this.btLogin.Location = new System.Drawing.Point(227, 250);
this.btLogin.Name = "btLogin";
this.btLogin.Size = new System.Drawing.Size(75, 32);
this.btLogin.TabIndex = 4;
this.btLogin.Text = "登 入";
this.btLogin.UseVisualStyleBackColor = true;
this.btLogin.Click += new System.EventHandler(this.btLogin_Click);
//
// btClear
//
this.btClear.Location = new System.Drawing.Point(327, 250);
this.btClear.Name = "btClear";
this.btClear.Size = new System.Drawing.Size(75, 32);
this.btClear.TabIndex = 5;
this.btClear.Text = "清 除";
this.btClear.UseVisualStyleBackColor = true;
this.btClear.Click += new System.EventHandler(this.btClear_Click);
//
// btClose
//
this.btClose.Location = new System.Drawing.Point(422, 250);
this.btClose.Name = "btClose";
this.btClose.Size = new System.Drawing.Size(75, 32);
this.btClose.TabIndex = 6;
this.btClose.Text = "放 棄";
this.btClose.UseVisualStyleBackColor = true;
this.btClose.Click += new System.EventHandler(this.btClose_Click);
//
// txtKey
//
this.txtKey.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.txtKey.Location = new System.Drawing.Point(261, 207);
this.txtKey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtKey.MaxLength = 20;
this.txtKey.Name = "txtKey";
this.txtKey.PasswordChar = '*';
this.txtKey.Size = new System.Drawing.Size(236, 29);
this.txtKey.TabIndex = 3;
this.txtKey.Text = "Origtek1";
this.txtKey.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label4.Location = new System.Drawing.Point(157, 210);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 20);
this.label4.TabIndex = 1;
this.label4.Text = "解密金鑰:";
this.label4.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label5.Location = new System.Drawing.Point(157, 172);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 20);
this.label5.TabIndex = 1;
this.label5.Text = "選擇帳本:";
//
// cbAccountingBook
//
this.cbAccountingBook.FormattingEnabled = true;
this.cbAccountingBook.Location = new System.Drawing.Point(261, 169);
this.cbAccountingBook.Name = "cbAccountingBook";
this.cbAccountingBook.Size = new System.Drawing.Size(236, 28);
this.cbAccountingBook.TabIndex = 2;
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(691, 292);
this.ControlBox = false;
this.Controls.Add(this.cbAccountingBook);
this.Controls.Add(this.btClose);
this.Controls.Add(this.btClear);
this.Controls.Add(this.btLogin);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtKey);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtID);
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.Location = new System.Drawing.Point(400, 400);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "LoginForm";
this.Text = "系統登入";
this.Load += new System.EventHandler(this.LoginForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btLogin;
private System.Windows.Forms.Button btClear;
private System.Windows.Forms.Button btClose;
private System.Windows.Forms.TextBox txtKey;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbAccountingBook;
}
}