namespace SHARP_CLAS_UI
{
partial class Form_Login
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.tb_ID = new System.Windows.Forms.TextBox();
this.tb_Password = new System.Windows.Forms.TextBox();
this.btn_Login = new System.Windows.Forms.Button();
this.lb_Password = new System.Windows.Forms.Label();
this.lb_User_ID = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Gulim", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(598, 344);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(747, 165);
this.label1.TabIndex = 4;
this.label1.Text = "※caution※ \r\nThe program will shut down upon forced shutdown.";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_ID
//
this.tb_ID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.tb_ID.Font = new System.Drawing.Font("Gulim", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tb_ID.Location = new System.Drawing.Point(875, 585);
this.tb_ID.Name = "tb_ID";
this.tb_ID.Size = new System.Drawing.Size(250, 30);
this.tb_ID.TabIndex = 7;
//
// tb_Password
//
this.tb_Password.Font = new System.Drawing.Font("Gulim", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tb_Password.Location = new System.Drawing.Point(875, 629);
this.tb_Password.Name = "tb_Password";
this.tb_Password.PasswordChar = '*';
this.tb_Password.Size = new System.Drawing.Size(250, 30);
this.tb_Password.TabIndex = 8;
//
// btn_Login
//
this.btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Login.Font = new System.Drawing.Font("Gulim", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btn_Login.ForeColor = System.Drawing.Color.White;
this.btn_Login.Location = new System.Drawing.Point(885, 694);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(109, 55);
this.btn_Login.TabIndex = 9;
this.btn_Login.Text = "LOG IN";
this.btn_Login.UseVisualStyleBackColor = false;
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// lb_Password
//
this.lb_Password.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_Password.ForeColor = System.Drawing.Color.White;
this.lb_Password.Location = new System.Drawing.Point(730, 628);
this.lb_Password.Name = "lb_Password";
this.lb_Password.Size = new System.Drawing.Size(112, 31);
this.lb_Password.TabIndex = 5;
this.lb_Password.Text = "PASSWORD";
this.lb_Password.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lb_User_ID
//
this.lb_User_ID.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_User_ID.ForeColor = System.Drawing.Color.White;
this.lb_User_ID.Location = new System.Drawing.Point(730, 584);
this.lb_User_ID.Name = "lb_User_ID";
this.lb_User_ID.Size = new System.Drawing.Size(112, 31);
this.lb_User_ID.TabIndex = 6;
this.lb_User_ID.Text = "USER ID";
this.lb_User_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Form_Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(1920, 1080);
this.Controls.Add(this.label1);
this.Controls.Add(this.tb_ID);
this.Controls.Add(this.tb_Password);
this.Controls.Add(this.btn_Login);
this.Controls.Add(this.lb_Password);
this.Controls.Add(this.lb_User_ID);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form_Login";
this.Opacity = 0.9D;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Form_Login";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Login_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_ID;
private System.Windows.Forms.TextBox tb_Password;
private System.Windows.Forms.Button btn_Login;
private System.Windows.Forms.Label lb_Password;
private System.Windows.Forms.Label lb_User_ID;
}
}