namespace SA_LTT_UI.Viewer
{
partial class LogInViewer
{
///
/// 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.btn_Login = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_UserName = new System.Windows.Forms.TextBox();
this.tb_Password = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btn_Login
//
this.btn_Login.BackColor = System.Drawing.Color.Black;
this.btn_Login.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btn_Login.FlatAppearance.BorderSize = 3;
this.btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Login.Font = new System.Drawing.Font("Gulim", 30F);
this.btn_Login.ForeColor = System.Drawing.Color.White;
this.btn_Login.Location = new System.Drawing.Point(833, 747);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(255, 57);
this.btn_Login.TabIndex = 3;
this.btn_Login.Text = "LOGIN";
this.btn_Login.UseVisualStyleBackColor = false;
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Gulim", 20F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(753, 515);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(138, 27);
this.label1.TabIndex = 1;
this.label1.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Gulim", 20F);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(753, 603);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(133, 27);
this.label2.TabIndex = 1;
this.label2.Text = "Password";
//
// tb_UserName
//
this.tb_UserName.Font = new System.Drawing.Font("Gulim", 20F);
this.tb_UserName.Location = new System.Drawing.Point(931, 512);
this.tb_UserName.Name = "tb_UserName";
this.tb_UserName.Size = new System.Drawing.Size(255, 38);
this.tb_UserName.TabIndex = 1;
//
// tb_Password
//
this.tb_Password.Font = new System.Drawing.Font("Gulim", 20F);
this.tb_Password.Location = new System.Drawing.Point(931, 600);
this.tb_Password.Name = "tb_Password";
this.tb_Password.PasswordChar = '*';
this.tb_Password.Size = new System.Drawing.Size(255, 38);
this.tb_Password.TabIndex = 2;
this.tb_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_Password_KeyDown);
this.tb_Password.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tb_Password_MouseDown);
this.tb_Password.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tb_Password_MouseUp);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Gulim", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(581, 262);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(747, 165);
this.label3.TabIndex = 5;
this.label3.Text = "※주의※ \r\n\r\n강제 종료시 프로그램이 종료 됩니다.";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LogInViewer
//
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.label3);
this.Controls.Add(this.tb_Password);
this.Controls.Add(this.tb_UserName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_Login);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LogInViewer";
this.Opacity = 0.8D;
this.Text = "LogInViewer";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogInViewer_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Login;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_UserName;
private System.Windows.Forms.TextBox tb_Password;
private System.Windows.Forms.Label label3;
}
}