namespace INT_LKD.DialogForms
{
    partial class DialogFormPasswordKeyPad
    {
        /// 
        /// 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.labelScreen = new System.Windows.Forms.Label();
            this.buttonEnter = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonNumber9 = new System.Windows.Forms.Button();
            this.buttonNumber6 = new System.Windows.Forms.Button();
            this.buttonNumber3 = new System.Windows.Forms.Button();
            this.buttonNumber0 = new System.Windows.Forms.Button();
            this.buttonNumber8 = new System.Windows.Forms.Button();
            this.buttonNumber5 = new System.Windows.Forms.Button();
            this.buttonNumber2 = new System.Windows.Forms.Button();
            this.buttonNumber7 = new System.Windows.Forms.Button();
            this.buttonNumber4 = new System.Windows.Forms.Button();
            this.buttonNumber1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // labelScreen
            // 
            this.labelScreen.BackColor = System.Drawing.Color.White;
            this.labelScreen.Font = new System.Drawing.Font("Arial", 33F, System.Drawing.FontStyle.Bold);
            this.labelScreen.Location = new System.Drawing.Point(23, 34);
            this.labelScreen.Name = "labelScreen";
            this.labelScreen.Size = new System.Drawing.Size(207, 56);
            this.labelScreen.Text = "label2";
            this.labelScreen.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // buttonEnter
            // 
            this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonEnter.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
            this.buttonEnter.ForeColor = System.Drawing.Color.White;
            this.buttonEnter.Location = new System.Drawing.Point(165, 282);
            this.buttonEnter.Name = "buttonEnter";
            this.buttonEnter.Size = new System.Drawing.Size(65, 55);
            this.buttonEnter.TabIndex = 18;
            this.buttonEnter.TabStop = false;
            this.buttonEnter.Text = "Enter";
            this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);
            // 
            // buttonCancel
            // 
            this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonCancel.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
            this.buttonCancel.ForeColor = System.Drawing.Color.White;
            this.buttonCancel.Location = new System.Drawing.Point(23, 282);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(65, 55);
            this.buttonCancel.TabIndex = 14;
            this.buttonCancel.TabStop = false;
            this.buttonCancel.Text = "ESC";
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonNumber9
            // 
            this.buttonNumber9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber9.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber9.ForeColor = System.Drawing.Color.White;
            this.buttonNumber9.Location = new System.Drawing.Point(165, 221);
            this.buttonNumber9.Name = "buttonNumber9";
            this.buttonNumber9.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber9.TabIndex = 13;
            this.buttonNumber9.TabStop = false;
            this.buttonNumber9.Text = "9";
            this.buttonNumber9.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber6
            // 
            this.buttonNumber6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber6.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber6.ForeColor = System.Drawing.Color.White;
            this.buttonNumber6.Location = new System.Drawing.Point(165, 160);
            this.buttonNumber6.Name = "buttonNumber6";
            this.buttonNumber6.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber6.TabIndex = 15;
            this.buttonNumber6.TabStop = false;
            this.buttonNumber6.Text = "6";
            this.buttonNumber6.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber3
            // 
            this.buttonNumber3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber3.ForeColor = System.Drawing.Color.White;
            this.buttonNumber3.Location = new System.Drawing.Point(165, 99);
            this.buttonNumber3.Name = "buttonNumber3";
            this.buttonNumber3.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber3.TabIndex = 17;
            this.buttonNumber3.TabStop = false;
            this.buttonNumber3.Text = "3";
            this.buttonNumber3.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber0
            // 
            this.buttonNumber0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber0.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber0.ForeColor = System.Drawing.Color.White;
            this.buttonNumber0.Location = new System.Drawing.Point(94, 282);
            this.buttonNumber0.Name = "buttonNumber0";
            this.buttonNumber0.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber0.TabIndex = 16;
            this.buttonNumber0.TabStop = false;
            this.buttonNumber0.Text = "0";
            this.buttonNumber0.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber8
            // 
            this.buttonNumber8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber8.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber8.ForeColor = System.Drawing.Color.White;
            this.buttonNumber8.Location = new System.Drawing.Point(94, 221);
            this.buttonNumber8.Name = "buttonNumber8";
            this.buttonNumber8.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber8.TabIndex = 12;
            this.buttonNumber8.TabStop = false;
            this.buttonNumber8.Text = "8";
            this.buttonNumber8.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber5
            // 
            this.buttonNumber5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber5.ForeColor = System.Drawing.Color.White;
            this.buttonNumber5.Location = new System.Drawing.Point(94, 160);
            this.buttonNumber5.Name = "buttonNumber5";
            this.buttonNumber5.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber5.TabIndex = 8;
            this.buttonNumber5.TabStop = false;
            this.buttonNumber5.Text = "5";
            this.buttonNumber5.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber2
            // 
            this.buttonNumber2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber2.ForeColor = System.Drawing.Color.White;
            this.buttonNumber2.Location = new System.Drawing.Point(94, 99);
            this.buttonNumber2.Name = "buttonNumber2";
            this.buttonNumber2.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber2.TabIndex = 7;
            this.buttonNumber2.TabStop = false;
            this.buttonNumber2.Text = "2";
            this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber7
            // 
            this.buttonNumber7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber7.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber7.ForeColor = System.Drawing.Color.White;
            this.buttonNumber7.Location = new System.Drawing.Point(23, 221);
            this.buttonNumber7.Name = "buttonNumber7";
            this.buttonNumber7.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber7.TabIndex = 11;
            this.buttonNumber7.TabStop = false;
            this.buttonNumber7.Text = "7";
            this.buttonNumber7.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber4
            // 
            this.buttonNumber4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber4.ForeColor = System.Drawing.Color.White;
            this.buttonNumber4.Location = new System.Drawing.Point(23, 160);
            this.buttonNumber4.Name = "buttonNumber4";
            this.buttonNumber4.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber4.TabIndex = 10;
            this.buttonNumber4.TabStop = false;
            this.buttonNumber4.Text = "4";
            this.buttonNumber4.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // buttonNumber1
            // 
            this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.buttonNumber1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
            this.buttonNumber1.ForeColor = System.Drawing.Color.White;
            this.buttonNumber1.Location = new System.Drawing.Point(23, 99);
            this.buttonNumber1.Name = "buttonNumber1";
            this.buttonNumber1.Size = new System.Drawing.Size(65, 55);
            this.buttonNumber1.TabIndex = 9;
            this.buttonNumber1.TabStop = false;
            this.buttonNumber1.Text = "1";
            this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(3, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 20);
            this.label1.Text = "keypad";
            // 
            // DialogFormPasswordKeyPad
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
            this.ClientSize = new System.Drawing.Size(250, 356);
            this.ControlBox = false;
            this.Controls.Add(this.labelScreen);
            this.Controls.Add(this.buttonEnter);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonNumber9);
            this.Controls.Add(this.buttonNumber6);
            this.Controls.Add(this.buttonNumber3);
            this.Controls.Add(this.buttonNumber0);
            this.Controls.Add(this.buttonNumber8);
            this.Controls.Add(this.buttonNumber5);
            this.Controls.Add(this.buttonNumber2);
            this.Controls.Add(this.buttonNumber7);
            this.Controls.Add(this.buttonNumber4);
            this.Controls.Add(this.buttonNumber1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "DialogFormPasswordKeyPad";
            this.Text = "DialogFormNumKeyPad1";
            this.ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.Label labelScreen;
        private System.Windows.Forms.Button buttonEnter;
        private System.Windows.Forms.Button buttonCancel;
        private System.Windows.Forms.Button buttonNumber9;
        private System.Windows.Forms.Button buttonNumber6;
        private System.Windows.Forms.Button buttonNumber3;
        private System.Windows.Forms.Button buttonNumber0;
        private System.Windows.Forms.Button buttonNumber8;
        private System.Windows.Forms.Button buttonNumber5;
        private System.Windows.Forms.Button buttonNumber2;
        private System.Windows.Forms.Button buttonNumber7;
        private System.Windows.Forms.Button buttonNumber4;
        private System.Windows.Forms.Button buttonNumber1;
        private System.Windows.Forms.Label label1;
    }
}