namespace Project.Dialog { partial class fLogin { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLogin)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label4 = new System.Windows.Forms.Label(); this.cmbDept = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.tbID = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbPW = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.btLogin = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(405, 25); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(80, 80); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(244))))); this.panel1.Controls.Add(this.linkLabel1); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.cmbDept); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.tbID); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.tbPW); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(888, 415); this.panel1.TabIndex = 0; // // linkLabel1 // this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(806, 334); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(70, 23); this.linkLabel1.TabIndex = 11; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "신규가입"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("맑은 고딕", 9F); this.label4.ForeColor = System.Drawing.Color.Teal; this.label4.Location = new System.Drawing.Point(13, 342); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(243, 15); this.label4.TabIndex = 10; this.label4.Text = "문의 ) Chickyun.kim@amkor.co.kr, T.8567"; // // cmbDept // this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbDept.Font = new System.Drawing.Font("Calibri", 20.25F); this.cmbDept.FormattingEnabled = true; this.cmbDept.Location = new System.Drawing.Point(16, 136); this.cmbDept.Name = "cmbDept"; this.cmbDept.Size = new System.Drawing.Size(860, 41); this.cmbDept.TabIndex = 9; this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.Gray; this.label3.Location = new System.Drawing.Point(13, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(31, 15); this.label3.TabIndex = 8; this.label3.Text = "부서"; // // tbID // this.tbID.Font = new System.Drawing.Font("Calibri", 20.25F); this.tbID.FormattingEnabled = true; this.tbID.ImeMode = System.Windows.Forms.ImeMode.Alpha; this.tbID.Location = new System.Drawing.Point(16, 213); this.tbID.Name = "tbID"; this.tbID.Size = new System.Drawing.Size(860, 41); this.tbID.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("맑은 고딕", 9F); this.label2.ForeColor = System.Drawing.Color.Gray; this.label2.Location = new System.Drawing.Point(13, 269); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 15); this.label2.TabIndex = 4; this.label2.Text = "암호"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.Gray; this.label1.Location = new System.Drawing.Point(13, 196); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 15); this.label1.TabIndex = 2; this.label1.Text = "사원번호"; // // tbPW // this.tbPW.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbPW.ImeMode = System.Windows.Forms.ImeMode.Alpha; this.tbPW.Location = new System.Drawing.Point(16, 287); this.tbPW.Name = "tbPW"; this.tbPW.PasswordChar = '●'; this.tbPW.Size = new System.Drawing.Size(860, 40); this.tbPW.TabIndex = 5; this.tbPW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.Control; this.panel2.Controls.Add(this.btLogin); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 415); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(888, 105); this.panel2.TabIndex = 6; // // btLogin // this.btLogin.Dock = System.Windows.Forms.DockStyle.Fill; this.btLogin.Font = new System.Drawing.Font("맑은 고딕", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btLogin.Location = new System.Drawing.Point(0, 0); this.btLogin.Name = "btLogin"; this.btLogin.Size = new System.Drawing.Size(888, 105); this.btLogin.TabIndex = 0; this.btLogin.Text = "접속"; this.btLogin.UseVisualStyleBackColor = true; this.btLogin.Click += new System.EventHandler(this.button1_Click); // // fLogin // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.OrangeRed; this.ClientSize = new System.Drawing.Size(888, 520); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "사용자확인"; this.Load += new System.EventHandler(this.fLogin_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btLogin; public System.Windows.Forms.TextBox tbPW; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox tbID; private System.Windows.Forms.ComboBox cmbDept; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.LinkLabel linkLabel1; } }