namespace Cosmos.Win { partial class frmReservedCustInfo { /// /// 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(frmReservedCustInfo)); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.lblReservMemo = new Cosmos.UI.CsmLabel(); this.txtReservCustNm = new Cosmos.UI.CsmPosEditBox(); this.lblReservCustNm = new Cosmos.UI.CsmLabel(); this.txtReservTimeHH = new Cosmos.UI.CsmPosEditBox(); this.lblReservTime = new Cosmos.UI.CsmLabel(); this.lblReservDate = new Cosmos.UI.CsmLabel(); this.txtReservNo = new Cosmos.UI.CsmPosEditBox(); this.lblReservNo = new Cosmos.UI.CsmLabel(); this.txtReservCustNo = new Cosmos.UI.CsmPosEditBox(); this.lblReservCustNo = new Cosmos.UI.CsmLabel(); this.cbTimeHH = new System.Windows.Forms.ComboBox(); this.txtReservTimeMM = new Cosmos.UI.CsmPosEditBox(); this.cbTimeMM = new System.Windows.Forms.ComboBox(); this.txtReservMemo = new System.Windows.Forms.TextBox(); this.lblReservOnOff = new Cosmos.UI.CsmLabel(); this.btnSave = new Cosmos.UI.CsmButton(); this.btnDate = new Cosmos.UI.CsmButton(); this.txtSaleDate = new Cosmos.UI.CsmPosEditBox(); this.lblBox6 = new Cosmos.UI.CsmLabel(); this.lblBox5 = new Cosmos.UI.CsmLabel(); this.lblBox4 = new Cosmos.UI.CsmLabel(); this.lblBox3 = new Cosmos.UI.CsmLabel(); this.lblBox2 = new Cosmos.UI.CsmLabel(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.lblBox7 = new Cosmos.UI.CsmLabel(); this.pnlKeyBoard = new System.Windows.Forms.Panel(); this.btnKbd25 = new System.Windows.Forms.Button(); this.btnKbd1 = new System.Windows.Forms.Button(); this.btnKbd13 = new System.Windows.Forms.Button(); this.btnKbd7 = new System.Windows.Forms.Button(); this.btnKbd37 = new System.Windows.Forms.Button(); this.btnFncTab = new System.Windows.Forms.Button(); this.btnKbd24 = new System.Windows.Forms.Button(); this.btnKbd19 = new System.Windows.Forms.Button(); this.btnKbd12 = new System.Windows.Forms.Button(); this.btnKbd4 = new System.Windows.Forms.Button(); this.btnKbd42 = new System.Windows.Forms.Button(); this.btnKbd32 = new System.Windows.Forms.Button(); this.btnKbd31 = new System.Windows.Forms.Button(); this.btnKbd10 = new System.Windows.Forms.Button(); this.btnKbd18 = new System.Windows.Forms.Button(); this.btnKbd43 = new System.Windows.Forms.Button(); this.btnKbd6 = new System.Windows.Forms.Button(); this.btnKbd16 = new System.Windows.Forms.Button(); this.btnKbd45 = new System.Windows.Forms.Button(); this.btnFncBack = new System.Windows.Forms.Button(); this.btnKbd34 = new System.Windows.Forms.Button(); this.btnKbd29 = new System.Windows.Forms.Button(); this.btnKbd21 = new System.Windows.Forms.Button(); this.btnKbd22 = new System.Windows.Forms.Button(); this.btnKbd9 = new System.Windows.Forms.Button(); this.btnKbd40 = new System.Windows.Forms.Button(); this.btnKbd39 = new System.Windows.Forms.Button(); this.btnKbd26 = new System.Windows.Forms.Button(); this.btnKbd28 = new System.Windows.Forms.Button(); this.btnKbd35 = new System.Windows.Forms.Button(); this.btnKbd15 = new System.Windows.Forms.Button(); this.btnFncEnt = new System.Windows.Forms.Button(); this.btnKbd3 = new System.Windows.Forms.Button(); this.btnKbd46 = new System.Windows.Forms.Button(); this.btnKbd47 = new System.Windows.Forms.Button(); this.btnFncShiftRigth = new System.Windows.Forms.Button(); this.btnKbd36 = new System.Windows.Forms.Button(); this.btnFncUp = new System.Windows.Forms.Button(); this.btnKbd23 = new System.Windows.Forms.Button(); this.btnFncRight = new System.Windows.Forms.Button(); this.btnKbd11 = new System.Windows.Forms.Button(); this.btnFncDown = new System.Windows.Forms.Button(); this.btnKbd41 = new System.Windows.Forms.Button(); this.btnFncLeft = new System.Windows.Forms.Button(); this.btnKbd30 = new System.Windows.Forms.Button(); this.btnFncSpace = new System.Windows.Forms.Button(); this.btnKbd17 = new System.Windows.Forms.Button(); this.btnFncCapsLock = new System.Windows.Forms.Button(); this.btnKbd5 = new System.Windows.Forms.Button(); this.btnFncShiftLeft = new System.Windows.Forms.Button(); this.btnKbd44 = new System.Windows.Forms.Button(); this.btnFncCtrl = new System.Windows.Forms.Button(); this.btnKbd33 = new System.Windows.Forms.Button(); this.btnFncAlt = new System.Windows.Forms.Button(); this.btnKbd20 = new System.Windows.Forms.Button(); this.btnKbd2 = new System.Windows.Forms.Button(); this.btnKbd8 = new System.Windows.Forms.Button(); this.btnKbd14 = new System.Windows.Forms.Button(); this.btnKbd38 = new System.Windows.Forms.Button(); this.btnKbd27 = new System.Windows.Forms.Button(); this.ckbOff = new System.Windows.Forms.CheckBox(); this.ckbOn = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.pnlKeyBoard.SuspendLayout(); this.SuspendLayout(); // // btnExit // this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnExit.BorderStyleReDraw = false; this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(729, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 236; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.lblTitle.BorderStyleReDraw = false; this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(714, 50); this.lblTitle.TabIndex = 234; this.lblTitle.Text = "타이틀"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picBack // this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(0, 0); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(800, 320); this.picBack.TabIndex = 239; this.picBack.TabStop = false; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(22, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(756, 2); this.label2.TabIndex = 259; // // lblReservMemo // this.lblReservMemo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservMemo.BorderStyleReDraw = true; this.lblReservMemo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservMemo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservMemo.Location = new System.Drawing.Point(429, 68); this.lblReservMemo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservMemo.Name = "lblReservMemo"; this.lblReservMemo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservMemo.Size = new System.Drawing.Size(349, 40); this.lblReservMemo.TabIndex = 254; this.lblReservMemo.Text = "주소/메모_1"; this.lblReservMemo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReservCustNm // this.txtReservCustNm.BackColor = System.Drawing.Color.White; this.txtReservCustNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservCustNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservCustNm.BorderStyleReDraw = false; this.txtReservCustNm.ClearFlag = false; this.txtReservCustNm.DisableBackColor = System.Drawing.Color.White; this.txtReservCustNm.EnableBackColor = System.Drawing.Color.White; this.txtReservCustNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservCustNm.InputType = Cosmos.UI.InputType.None; this.txtReservCustNm.InputTypeFormat = ""; this.txtReservCustNm.Location = new System.Drawing.Point(160, 153); this.txtReservCustNm.Margin = new System.Windows.Forms.Padding(5); this.txtReservCustNm.MaxLength = 20; this.txtReservCustNm.MaxLengthAutoEnd = false; this.txtReservCustNm.MaxLengthForKeyIn = 32767; this.txtReservCustNm.MaxLengthForNumpad = 32767; this.txtReservCustNm.Name = "txtReservCustNm"; this.txtReservCustNm.PasswordChar = '\0'; this.txtReservCustNm.ReadOnly = false; this.txtReservCustNm.Size = new System.Drawing.Size(253, 26); this.txtReservCustNm.TabIndex = 0; this.txtReservCustNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservCustNm.UseDualMaxLength = false; this.txtReservCustNm.Value = "홍길동"; this.txtReservCustNm.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtReservCustNm.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // lblReservCustNm // this.lblReservCustNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservCustNm.BorderStyleReDraw = true; this.lblReservCustNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservCustNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservCustNm.Location = new System.Drawing.Point(22, 146); this.lblReservCustNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservCustNm.Name = "lblReservCustNm"; this.lblReservCustNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservCustNm.Size = new System.Drawing.Size(122, 40); this.lblReservCustNm.TabIndex = 248; this.lblReservCustNm.Text = "이름_1"; this.lblReservCustNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReservTimeHH // this.txtReservTimeHH.BackColor = System.Drawing.Color.WhiteSmoke; this.txtReservTimeHH.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservTimeHH.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservTimeHH.BorderStyleReDraw = false; this.txtReservTimeHH.ClearFlag = false; this.txtReservTimeHH.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtReservTimeHH.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtReservTimeHH.Enabled = false; this.txtReservTimeHH.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservTimeHH.ForeColor = System.Drawing.SystemColors.ControlText; this.txtReservTimeHH.InputType = Cosmos.UI.InputType.Digit; this.txtReservTimeHH.InputTypeFormat = ""; this.txtReservTimeHH.Location = new System.Drawing.Point(161, 270); this.txtReservTimeHH.Margin = new System.Windows.Forms.Padding(5); this.txtReservTimeHH.MaxLength = 2; this.txtReservTimeHH.MaxLengthAutoEnd = false; this.txtReservTimeHH.MaxLengthForKeyIn = 32767; this.txtReservTimeHH.MaxLengthForNumpad = 32767; this.txtReservTimeHH.Name = "txtReservTimeHH"; this.txtReservTimeHH.PasswordChar = '\0'; this.txtReservTimeHH.ReadOnly = false; this.txtReservTimeHH.Size = new System.Drawing.Size(42, 26); this.txtReservTimeHH.TabIndex = 247; this.txtReservTimeHH.TabStop = false; this.txtReservTimeHH.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservTimeHH.UseDualMaxLength = false; this.txtReservTimeHH.Value = "11"; // // lblReservTime // this.lblReservTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservTime.BorderStyleReDraw = true; this.lblReservTime.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservTime.Location = new System.Drawing.Point(22, 263); this.lblReservTime.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservTime.Name = "lblReservTime"; this.lblReservTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservTime.Size = new System.Drawing.Size(122, 40); this.lblReservTime.TabIndex = 244; this.lblReservTime.Text = "예약시간_1"; this.lblReservTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblReservDate // this.lblReservDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservDate.BorderStyleReDraw = true; this.lblReservDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservDate.Location = new System.Drawing.Point(22, 224); this.lblReservDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservDate.Name = "lblReservDate"; this.lblReservDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservDate.Size = new System.Drawing.Size(122, 40); this.lblReservDate.TabIndex = 243; this.lblReservDate.Text = "예약일자_1"; this.lblReservDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReservNo // this.txtReservNo.BackColor = System.Drawing.Color.WhiteSmoke; this.txtReservNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservNo.BorderStyleReDraw = false; this.txtReservNo.ClearFlag = false; this.txtReservNo.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtReservNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtReservNo.Enabled = false; this.txtReservNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservNo.InputType = Cosmos.UI.InputType.None; this.txtReservNo.InputTypeFormat = ""; this.txtReservNo.Location = new System.Drawing.Point(160, 75); this.txtReservNo.Margin = new System.Windows.Forms.Padding(5); this.txtReservNo.MaxLength = 20; this.txtReservNo.MaxLengthAutoEnd = false; this.txtReservNo.MaxLengthForKeyIn = 32767; this.txtReservNo.MaxLengthForNumpad = 32767; this.txtReservNo.Name = "txtReservNo"; this.txtReservNo.PasswordChar = '\0'; this.txtReservNo.ReadOnly = true; this.txtReservNo.Size = new System.Drawing.Size(253, 26); this.txtReservNo.TabIndex = 245; this.txtReservNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservNo.UseDualMaxLength = false; this.txtReservNo.Value = "16080-80-30001"; // // lblReservNo // this.lblReservNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservNo.BorderStyleReDraw = true; this.lblReservNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservNo.Location = new System.Drawing.Point(22, 68); this.lblReservNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservNo.Name = "lblReservNo"; this.lblReservNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservNo.Size = new System.Drawing.Size(122, 40); this.lblReservNo.TabIndex = 242; this.lblReservNo.Text = "예약번호_1"; this.lblReservNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReservCustNo // this.txtReservCustNo.BackColor = System.Drawing.Color.White; this.txtReservCustNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservCustNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservCustNo.BorderStyleReDraw = false; this.txtReservCustNo.ClearFlag = false; this.txtReservCustNo.DisableBackColor = System.Drawing.Color.White; this.txtReservCustNo.EnableBackColor = System.Drawing.Color.White; this.txtReservCustNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservCustNo.InputType = Cosmos.UI.InputType.None; this.txtReservCustNo.InputTypeFormat = ""; this.txtReservCustNo.Location = new System.Drawing.Point(160, 192); this.txtReservCustNo.Margin = new System.Windows.Forms.Padding(5); this.txtReservCustNo.MaxLength = 13; this.txtReservCustNo.MaxLengthAutoEnd = false; this.txtReservCustNo.MaxLengthForKeyIn = 13; this.txtReservCustNo.MaxLengthForNumpad = 13; this.txtReservCustNo.Name = "txtReservCustNo"; this.txtReservCustNo.PasswordChar = '\0'; this.txtReservCustNo.ReadOnly = false; this.txtReservCustNo.Size = new System.Drawing.Size(253, 26); this.txtReservCustNo.TabIndex = 1; this.txtReservCustNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservCustNo.UseDualMaxLength = false; this.txtReservCustNo.Value = "0100001234"; this.txtReservCustNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtReservCustNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // lblReservCustNo // this.lblReservCustNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservCustNo.BorderStyleReDraw = true; this.lblReservCustNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservCustNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservCustNo.Location = new System.Drawing.Point(22, 185); this.lblReservCustNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservCustNo.Name = "lblReservCustNo"; this.lblReservCustNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservCustNo.Size = new System.Drawing.Size(122, 40); this.lblReservCustNo.TabIndex = 240; this.lblReservCustNo.Text = "전화번호_1"; this.lblReservCustNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbTimeHH // this.cbTimeHH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTimeHH.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cbTimeHH.FormattingEnabled = true; this.cbTimeHH.Location = new System.Drawing.Point(211, 270); this.cbTimeHH.Name = "cbTimeHH"; this.cbTimeHH.Size = new System.Drawing.Size(70, 26); this.cbTimeHH.TabIndex = 459; this.cbTimeHH.TabStop = false; this.cbTimeHH.TextChanged += new System.EventHandler(this.cbTime_TextChanged); // // txtReservTimeMM // this.txtReservTimeMM.BackColor = System.Drawing.Color.WhiteSmoke; this.txtReservTimeMM.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservTimeMM.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservTimeMM.BorderStyleReDraw = false; this.txtReservTimeMM.ClearFlag = false; this.txtReservTimeMM.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtReservTimeMM.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtReservTimeMM.Enabled = false; this.txtReservTimeMM.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservTimeMM.ForeColor = System.Drawing.SystemColors.ControlText; this.txtReservTimeMM.InputType = Cosmos.UI.InputType.Digit; this.txtReservTimeMM.InputTypeFormat = ""; this.txtReservTimeMM.Location = new System.Drawing.Point(296, 270); this.txtReservTimeMM.Margin = new System.Windows.Forms.Padding(5); this.txtReservTimeMM.MaxLength = 2; this.txtReservTimeMM.MaxLengthAutoEnd = false; this.txtReservTimeMM.MaxLengthForKeyIn = 32767; this.txtReservTimeMM.MaxLengthForNumpad = 32767; this.txtReservTimeMM.Name = "txtReservTimeMM"; this.txtReservTimeMM.PasswordChar = '\0'; this.txtReservTimeMM.ReadOnly = false; this.txtReservTimeMM.Size = new System.Drawing.Size(42, 26); this.txtReservTimeMM.TabIndex = 247; this.txtReservTimeMM.TabStop = false; this.txtReservTimeMM.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservTimeMM.UseDualMaxLength = false; this.txtReservTimeMM.Value = "11"; // // cbTimeMM // this.cbTimeMM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTimeMM.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cbTimeMM.FormattingEnabled = true; this.cbTimeMM.Location = new System.Drawing.Point(343, 270); this.cbTimeMM.Name = "cbTimeMM"; this.cbTimeMM.Size = new System.Drawing.Size(70, 26); this.cbTimeMM.TabIndex = 459; this.cbTimeMM.TabStop = false; this.cbTimeMM.TextChanged += new System.EventHandler(this.cbTime_TextChanged); // // txtReservMemo // this.txtReservMemo.BackColor = System.Drawing.Color.White; this.txtReservMemo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtReservMemo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold); this.txtReservMemo.Location = new System.Drawing.Point(438, 114); this.txtReservMemo.MaxLength = 4000; this.txtReservMemo.Multiline = true; this.txtReservMemo.Name = "txtReservMemo"; this.txtReservMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtReservMemo.Size = new System.Drawing.Size(332, 141); this.txtReservMemo.TabIndex = 2; this.txtReservMemo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // lblReservOnOff // this.lblReservOnOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservOnOff.BorderStyleReDraw = true; this.lblReservOnOff.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblReservOnOff.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservOnOff.Location = new System.Drawing.Point(22, 107); this.lblReservOnOff.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservOnOff.Name = "lblReservOnOff"; this.lblReservOnOff.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservOnOff.Size = new System.Drawing.Size(122, 40); this.lblReservOnOff.TabIndex = 248; this.lblReservOnOff.Text = "주문구분_"; this.lblReservOnOff.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSave.BorderStyleReDraw = true; this.btnSave.ClickImage = null; this.btnSave.DefaultImage = null; this.btnSave.DisableImage = null; this.btnSave.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(678, 266); this.btnSave.Name = "btnSave"; this.btnSave.OccupancyBar = 0; this.btnSave.OccupancyBar_Lv0 = null; this.btnSave.OccupancyBar_Lv1 = null; this.btnSave.OccupancyBar_Lv2 = null; this.btnSave.OccupancyBar_Lv3 = null; this.btnSave.OccupancyBar_Lv4 = null; this.btnSave.Size = new System.Drawing.Size(100, 37); this.btnSave.TabIndex = 476; this.btnSave.Text = "저장"; this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSave.UseCompatibleTextRendering = true; this.btnSave.Click += new System.EventHandler(this.btnProc_Click); // // btnDate // this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke; this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDate.BorderStyleReDraw = true; this.btnDate.ClickImage = null; this.btnDate.DefaultImage = null; this.btnDate.DisableImage = null; this.btnDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold); this.btnDate.ForeColor = System.Drawing.Color.Black; this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image"))); this.btnDate.Location = new System.Drawing.Point(387, 231); this.btnDate.Name = "btnDate"; this.btnDate.OccupancyBar = 0; this.btnDate.OccupancyBar_Lv0 = null; this.btnDate.OccupancyBar_Lv1 = null; this.btnDate.OccupancyBar_Lv2 = null; this.btnDate.OccupancyBar_Lv3 = null; this.btnDate.OccupancyBar_Lv4 = null; this.btnDate.Size = new System.Drawing.Size(26, 26); this.btnDate.TabIndex = 487; this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDate.Click += new System.EventHandler(this.btnDate_Click); // // txtSaleDate // this.txtSaleDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtSaleDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtSaleDate.BorderStyleReDraw = false; this.txtSaleDate.ClearFlag = false; this.txtSaleDate.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtSaleDate.Enabled = false; this.txtSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtSaleDate.InputType = Cosmos.UI.InputType.Date; this.txtSaleDate.InputTypeFormat = ""; this.txtSaleDate.Location = new System.Drawing.Point(160, 231); this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5); this.txtSaleDate.MaxLength = 10; this.txtSaleDate.MaxLengthAutoEnd = false; this.txtSaleDate.MaxLengthForKeyIn = 32767; this.txtSaleDate.MaxLengthForNumpad = 32767; this.txtSaleDate.Name = "txtSaleDate"; this.txtSaleDate.PasswordChar = '\0'; this.txtSaleDate.ReadOnly = false; this.txtSaleDate.Size = new System.Drawing.Size(226, 26); this.txtSaleDate.TabIndex = 486; this.txtSaleDate.TabStop = false; this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtSaleDate.UseDualMaxLength = false; this.txtSaleDate.Value = "20160101"; // // lblBox6 // this.lblBox6.BackColor = System.Drawing.Color.White; this.lblBox6.BorderStyleReDraw = true; this.lblBox6.Location = new System.Drawing.Point(143, 263); this.lblBox6.Name = "lblBox6"; this.lblBox6.Size = new System.Drawing.Size(287, 40); this.lblBox6.TabIndex = 488; // // lblBox5 // this.lblBox5.BackColor = System.Drawing.Color.White; this.lblBox5.BorderStyleReDraw = true; this.lblBox5.Location = new System.Drawing.Point(143, 224); this.lblBox5.Name = "lblBox5"; this.lblBox5.Size = new System.Drawing.Size(287, 40); this.lblBox5.TabIndex = 489; // // lblBox4 // this.lblBox4.BackColor = System.Drawing.Color.White; this.lblBox4.BorderStyleReDraw = true; this.lblBox4.Location = new System.Drawing.Point(143, 185); this.lblBox4.Name = "lblBox4"; this.lblBox4.Size = new System.Drawing.Size(287, 40); this.lblBox4.TabIndex = 490; // // lblBox3 // this.lblBox3.BackColor = System.Drawing.Color.White; this.lblBox3.BorderStyleReDraw = true; this.lblBox3.Location = new System.Drawing.Point(143, 146); this.lblBox3.Name = "lblBox3"; this.lblBox3.Size = new System.Drawing.Size(287, 40); this.lblBox3.TabIndex = 491; // // lblBox2 // this.lblBox2.BackColor = System.Drawing.Color.White; this.lblBox2.BorderStyleReDraw = true; this.lblBox2.Location = new System.Drawing.Point(143, 107); this.lblBox2.Name = "lblBox2"; this.lblBox2.Size = new System.Drawing.Size(287, 40); this.lblBox2.TabIndex = 492; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(143, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 493; // // lblBox7 // this.lblBox7.BackColor = System.Drawing.Color.White; this.lblBox7.BorderStyleReDraw = true; this.lblBox7.Location = new System.Drawing.Point(429, 107); this.lblBox7.Name = "lblBox7"; this.lblBox7.Size = new System.Drawing.Size(349, 157); this.lblBox7.TabIndex = 494; // // pnlKeyBoard // this.pnlKeyBoard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(240)))), ((int)(((byte)(226))))); this.pnlKeyBoard.Controls.Add(this.btnKbd25); this.pnlKeyBoard.Controls.Add(this.btnKbd1); this.pnlKeyBoard.Controls.Add(this.btnKbd13); this.pnlKeyBoard.Controls.Add(this.btnKbd7); this.pnlKeyBoard.Controls.Add(this.btnKbd37); this.pnlKeyBoard.Controls.Add(this.btnFncTab); this.pnlKeyBoard.Controls.Add(this.btnKbd24); this.pnlKeyBoard.Controls.Add(this.btnKbd19); this.pnlKeyBoard.Controls.Add(this.btnKbd12); this.pnlKeyBoard.Controls.Add(this.btnKbd4); this.pnlKeyBoard.Controls.Add(this.btnKbd42); this.pnlKeyBoard.Controls.Add(this.btnKbd32); this.pnlKeyBoard.Controls.Add(this.btnKbd31); this.pnlKeyBoard.Controls.Add(this.btnKbd10); this.pnlKeyBoard.Controls.Add(this.btnKbd18); this.pnlKeyBoard.Controls.Add(this.btnKbd43); this.pnlKeyBoard.Controls.Add(this.btnKbd6); this.pnlKeyBoard.Controls.Add(this.btnKbd16); this.pnlKeyBoard.Controls.Add(this.btnKbd45); this.pnlKeyBoard.Controls.Add(this.btnFncBack); this.pnlKeyBoard.Controls.Add(this.btnKbd34); this.pnlKeyBoard.Controls.Add(this.btnKbd29); this.pnlKeyBoard.Controls.Add(this.btnKbd21); this.pnlKeyBoard.Controls.Add(this.btnKbd22); this.pnlKeyBoard.Controls.Add(this.btnKbd9); this.pnlKeyBoard.Controls.Add(this.btnKbd40); this.pnlKeyBoard.Controls.Add(this.btnKbd39); this.pnlKeyBoard.Controls.Add(this.btnKbd26); this.pnlKeyBoard.Controls.Add(this.btnKbd28); this.pnlKeyBoard.Controls.Add(this.btnKbd35); this.pnlKeyBoard.Controls.Add(this.btnKbd15); this.pnlKeyBoard.Controls.Add(this.btnFncEnt); this.pnlKeyBoard.Controls.Add(this.btnKbd3); this.pnlKeyBoard.Controls.Add(this.btnKbd46); this.pnlKeyBoard.Controls.Add(this.btnKbd47); this.pnlKeyBoard.Controls.Add(this.btnFncShiftRigth); this.pnlKeyBoard.Controls.Add(this.btnKbd36); this.pnlKeyBoard.Controls.Add(this.btnFncUp); this.pnlKeyBoard.Controls.Add(this.btnKbd23); this.pnlKeyBoard.Controls.Add(this.btnFncRight); this.pnlKeyBoard.Controls.Add(this.btnKbd11); this.pnlKeyBoard.Controls.Add(this.btnFncDown); this.pnlKeyBoard.Controls.Add(this.btnKbd41); this.pnlKeyBoard.Controls.Add(this.btnFncLeft); this.pnlKeyBoard.Controls.Add(this.btnKbd30); this.pnlKeyBoard.Controls.Add(this.btnFncSpace); this.pnlKeyBoard.Controls.Add(this.btnKbd17); this.pnlKeyBoard.Controls.Add(this.btnFncCapsLock); this.pnlKeyBoard.Controls.Add(this.btnKbd5); this.pnlKeyBoard.Controls.Add(this.btnFncShiftLeft); this.pnlKeyBoard.Controls.Add(this.btnKbd44); this.pnlKeyBoard.Controls.Add(this.btnFncCtrl); this.pnlKeyBoard.Controls.Add(this.btnKbd33); this.pnlKeyBoard.Controls.Add(this.btnFncAlt); this.pnlKeyBoard.Controls.Add(this.btnKbd20); this.pnlKeyBoard.Controls.Add(this.btnKbd2); this.pnlKeyBoard.Controls.Add(this.btnKbd8); this.pnlKeyBoard.Controls.Add(this.btnKbd14); this.pnlKeyBoard.Controls.Add(this.btnKbd38); this.pnlKeyBoard.Controls.Add(this.btnKbd27); this.pnlKeyBoard.Location = new System.Drawing.Point(21, 319); this.pnlKeyBoard.Name = "pnlKeyBoard"; this.pnlKeyBoard.Size = new System.Drawing.Size(757, 256); this.pnlKeyBoard.TabIndex = 499; // // btnKbd25 // this.btnKbd25.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd25.Location = new System.Drawing.Point(627, 55); this.btnKbd25.Name = "btnKbd25"; this.btnKbd25.Size = new System.Drawing.Size(46, 45); this.btnKbd25.TabIndex = 498; this.btnKbd25.TabStop = false; this.btnKbd25.Tag = "]※}"; this.btnKbd25.Text = "]"; this.btnKbd25.UseVisualStyleBackColor = true; this.btnKbd25.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd1 // this.btnKbd1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd1.Location = new System.Drawing.Point(6, 5); this.btnKbd1.Name = "btnKbd1"; this.btnKbd1.Size = new System.Drawing.Size(46, 45); this.btnKbd1.TabIndex = 498; this.btnKbd1.TabStop = false; this.btnKbd1.Tag = "\'※~"; this.btnKbd1.Text = "`"; this.btnKbd1.UseVisualStyleBackColor = true; this.btnKbd1.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd13 // this.btnKbd13.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd13.Location = new System.Drawing.Point(606, 5); this.btnKbd13.Name = "btnKbd13"; this.btnKbd13.Size = new System.Drawing.Size(46, 45); this.btnKbd13.TabIndex = 498; this.btnKbd13.TabStop = false; this.btnKbd13.Tag = "=※+"; this.btnKbd13.Text = "="; this.btnKbd13.UseVisualStyleBackColor = true; this.btnKbd13.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd7 // this.btnKbd7.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd7.Location = new System.Drawing.Point(306, 5); this.btnKbd7.Name = "btnKbd7"; this.btnKbd7.Size = new System.Drawing.Size(46, 45); this.btnKbd7.TabIndex = 498; this.btnKbd7.TabStop = false; this.btnKbd7.Tag = "6※^"; this.btnKbd7.Text = "6"; this.btnKbd7.UseVisualStyleBackColor = true; this.btnKbd7.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd37 // this.btnKbd37.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd37.Location = new System.Drawing.Point(597, 105); this.btnKbd37.Name = "btnKbd37"; this.btnKbd37.Size = new System.Drawing.Size(46, 45); this.btnKbd37.TabIndex = 498; this.btnKbd37.TabStop = false; this.btnKbd37.Tag = "\'※\""; this.btnKbd37.Text = "\'"; this.btnKbd37.UseVisualStyleBackColor = true; this.btnKbd37.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncTab // this.btnFncTab.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncTab.Location = new System.Drawing.Point(6, 54); this.btnFncTab.Name = "btnFncTab"; this.btnFncTab.Size = new System.Drawing.Size(66, 45); this.btnFncTab.TabIndex = 498; this.btnFncTab.TabStop = false; this.btnFncTab.Tag = "{TAB}"; this.btnFncTab.Text = "Tab"; this.btnFncTab.UseVisualStyleBackColor = true; this.btnFncTab.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd24 // this.btnKbd24.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd24.Location = new System.Drawing.Point(577, 55); this.btnKbd24.Name = "btnKbd24"; this.btnKbd24.Size = new System.Drawing.Size(46, 45); this.btnKbd24.TabIndex = 498; this.btnKbd24.TabStop = false; this.btnKbd24.Tag = "[※{"; this.btnKbd24.Text = "["; this.btnKbd24.UseVisualStyleBackColor = true; this.btnKbd24.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd19 // this.btnKbd19.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd19.Location = new System.Drawing.Point(327, 55); this.btnKbd19.Name = "btnKbd19"; this.btnKbd19.Size = new System.Drawing.Size(46, 45); this.btnKbd19.TabIndex = 498; this.btnKbd19.TabStop = false; this.btnKbd19.Tag = "y※Y"; this.btnKbd19.Text = "y"; this.btnKbd19.UseVisualStyleBackColor = true; this.btnKbd19.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd12 // this.btnKbd12.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd12.Location = new System.Drawing.Point(556, 5); this.btnKbd12.Name = "btnKbd12"; this.btnKbd12.Size = new System.Drawing.Size(46, 45); this.btnKbd12.TabIndex = 498; this.btnKbd12.TabStop = false; this.btnKbd12.Tag = "-※_"; this.btnKbd12.Text = "-"; this.btnKbd12.UseVisualStyleBackColor = true; this.btnKbd12.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd4 // this.btnKbd4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd4.Location = new System.Drawing.Point(156, 5); this.btnKbd4.Name = "btnKbd4"; this.btnKbd4.Size = new System.Drawing.Size(46, 45); this.btnKbd4.TabIndex = 498; this.btnKbd4.TabStop = false; this.btnKbd4.Tag = "3※#"; this.btnKbd4.Text = "3"; this.btnKbd4.UseVisualStyleBackColor = true; this.btnKbd4.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd42 // this.btnKbd42.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd42.Location = new System.Drawing.Point(317, 155); this.btnKbd42.Name = "btnKbd42"; this.btnKbd42.Size = new System.Drawing.Size(46, 45); this.btnKbd42.TabIndex = 498; this.btnKbd42.TabStop = false; this.btnKbd42.Tag = "b※B"; this.btnKbd42.Text = "b"; this.btnKbd42.UseVisualStyleBackColor = true; this.btnKbd42.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd32 // this.btnKbd32.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd32.Location = new System.Drawing.Point(347, 105); this.btnKbd32.Name = "btnKbd32"; this.btnKbd32.Size = new System.Drawing.Size(46, 45); this.btnKbd32.TabIndex = 498; this.btnKbd32.TabStop = false; this.btnKbd32.Tag = "h※H"; this.btnKbd32.Text = "h"; this.btnKbd32.UseVisualStyleBackColor = true; this.btnKbd32.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd31 // this.btnKbd31.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd31.Location = new System.Drawing.Point(297, 105); this.btnKbd31.Name = "btnKbd31"; this.btnKbd31.Size = new System.Drawing.Size(46, 45); this.btnKbd31.TabIndex = 498; this.btnKbd31.TabStop = false; this.btnKbd31.Tag = "g※G"; this.btnKbd31.Text = "g"; this.btnKbd31.UseVisualStyleBackColor = true; this.btnKbd31.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd10 // this.btnKbd10.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd10.Location = new System.Drawing.Point(456, 5); this.btnKbd10.Name = "btnKbd10"; this.btnKbd10.Size = new System.Drawing.Size(46, 45); this.btnKbd10.TabIndex = 498; this.btnKbd10.TabStop = false; this.btnKbd10.Tag = "9※("; this.btnKbd10.Text = "9"; this.btnKbd10.UseVisualStyleBackColor = true; this.btnKbd10.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd18 // this.btnKbd18.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd18.Location = new System.Drawing.Point(277, 55); this.btnKbd18.Name = "btnKbd18"; this.btnKbd18.Size = new System.Drawing.Size(46, 45); this.btnKbd18.TabIndex = 498; this.btnKbd18.TabStop = false; this.btnKbd18.Tag = "t※T"; this.btnKbd18.Text = "t"; this.btnKbd18.UseVisualStyleBackColor = true; this.btnKbd18.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd43 // this.btnKbd43.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd43.Location = new System.Drawing.Point(367, 155); this.btnKbd43.Name = "btnKbd43"; this.btnKbd43.Size = new System.Drawing.Size(46, 45); this.btnKbd43.TabIndex = 498; this.btnKbd43.TabStop = false; this.btnKbd43.Tag = "n※N"; this.btnKbd43.Text = "n"; this.btnKbd43.UseVisualStyleBackColor = true; this.btnKbd43.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd6 // this.btnKbd6.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd6.Location = new System.Drawing.Point(256, 5); this.btnKbd6.Name = "btnKbd6"; this.btnKbd6.Size = new System.Drawing.Size(46, 45); this.btnKbd6.TabIndex = 498; this.btnKbd6.TabStop = false; this.btnKbd6.Tag = "5※%"; this.btnKbd6.Text = "5"; this.btnKbd6.UseVisualStyleBackColor = true; this.btnKbd6.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd16 // this.btnKbd16.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd16.Location = new System.Drawing.Point(177, 55); this.btnKbd16.Name = "btnKbd16"; this.btnKbd16.Size = new System.Drawing.Size(46, 45); this.btnKbd16.TabIndex = 498; this.btnKbd16.TabStop = false; this.btnKbd16.Tag = "e※E"; this.btnKbd16.Text = "e"; this.btnKbd16.UseVisualStyleBackColor = true; this.btnKbd16.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd45 // this.btnKbd45.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd45.Location = new System.Drawing.Point(467, 155); this.btnKbd45.Name = "btnKbd45"; this.btnKbd45.Size = new System.Drawing.Size(46, 45); this.btnKbd45.TabIndex = 498; this.btnKbd45.TabStop = false; this.btnKbd45.Tag = ",※<"; this.btnKbd45.Text = ","; this.btnKbd45.UseVisualStyleBackColor = true; this.btnKbd45.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncBack // this.btnFncBack.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncBack.Location = new System.Drawing.Point(655, 4); this.btnFncBack.Name = "btnFncBack"; this.btnFncBack.Size = new System.Drawing.Size(96, 45); this.btnFncBack.TabIndex = 498; this.btnFncBack.TabStop = false; this.btnFncBack.Tag = "{BS}"; this.btnFncBack.Text = "BACK"; this.btnFncBack.UseVisualStyleBackColor = true; this.btnFncBack.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd34 // this.btnKbd34.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd34.Location = new System.Drawing.Point(447, 105); this.btnKbd34.Name = "btnKbd34"; this.btnKbd34.Size = new System.Drawing.Size(46, 45); this.btnKbd34.TabIndex = 498; this.btnKbd34.TabStop = false; this.btnKbd34.Tag = "k※K"; this.btnKbd34.Text = "k"; this.btnKbd34.UseVisualStyleBackColor = true; this.btnKbd34.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd29 // this.btnKbd29.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd29.Location = new System.Drawing.Point(197, 105); this.btnKbd29.Name = "btnKbd29"; this.btnKbd29.Size = new System.Drawing.Size(46, 45); this.btnKbd29.TabIndex = 498; this.btnKbd29.TabStop = false; this.btnKbd29.Tag = "d※D"; this.btnKbd29.Text = "d"; this.btnKbd29.UseVisualStyleBackColor = true; this.btnKbd29.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd21 // this.btnKbd21.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd21.Location = new System.Drawing.Point(427, 55); this.btnKbd21.Name = "btnKbd21"; this.btnKbd21.Size = new System.Drawing.Size(46, 45); this.btnKbd21.TabIndex = 498; this.btnKbd21.TabStop = false; this.btnKbd21.Tag = "i※I"; this.btnKbd21.Text = "i"; this.btnKbd21.UseVisualStyleBackColor = true; this.btnKbd21.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd22 // this.btnKbd22.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd22.Location = new System.Drawing.Point(477, 55); this.btnKbd22.Name = "btnKbd22"; this.btnKbd22.Size = new System.Drawing.Size(46, 45); this.btnKbd22.TabIndex = 498; this.btnKbd22.TabStop = false; this.btnKbd22.Tag = "o※O"; this.btnKbd22.Text = "o"; this.btnKbd22.UseVisualStyleBackColor = true; this.btnKbd22.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd9 // this.btnKbd9.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd9.Location = new System.Drawing.Point(406, 5); this.btnKbd9.Name = "btnKbd9"; this.btnKbd9.Size = new System.Drawing.Size(46, 45); this.btnKbd9.TabIndex = 498; this.btnKbd9.TabStop = false; this.btnKbd9.Tag = "8※*"; this.btnKbd9.Text = "8"; this.btnKbd9.UseVisualStyleBackColor = true; this.btnKbd9.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd40 // this.btnKbd40.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd40.Location = new System.Drawing.Point(217, 155); this.btnKbd40.Name = "btnKbd40"; this.btnKbd40.Size = new System.Drawing.Size(46, 45); this.btnKbd40.TabIndex = 498; this.btnKbd40.TabStop = false; this.btnKbd40.Tag = "c※C"; this.btnKbd40.Text = "c"; this.btnKbd40.UseVisualStyleBackColor = true; this.btnKbd40.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd39 // this.btnKbd39.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd39.Location = new System.Drawing.Point(167, 155); this.btnKbd39.Name = "btnKbd39"; this.btnKbd39.Size = new System.Drawing.Size(46, 45); this.btnKbd39.TabIndex = 498; this.btnKbd39.TabStop = false; this.btnKbd39.Tag = "x※X"; this.btnKbd39.Text = "x"; this.btnKbd39.UseVisualStyleBackColor = true; this.btnKbd39.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd26 // this.btnKbd26.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd26.Location = new System.Drawing.Point(675, 54); this.btnKbd26.Name = "btnKbd26"; this.btnKbd26.Size = new System.Drawing.Size(76, 45); this.btnKbd26.TabIndex = 498; this.btnKbd26.TabStop = false; this.btnKbd26.Tag = "\\※|"; this.btnKbd26.Text = "\\"; this.btnKbd26.UseVisualStyleBackColor = true; this.btnKbd26.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd28 // this.btnKbd28.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd28.Location = new System.Drawing.Point(147, 105); this.btnKbd28.Name = "btnKbd28"; this.btnKbd28.Size = new System.Drawing.Size(46, 45); this.btnKbd28.TabIndex = 498; this.btnKbd28.TabStop = false; this.btnKbd28.Tag = "s※S"; this.btnKbd28.Text = "s"; this.btnKbd28.UseVisualStyleBackColor = true; this.btnKbd28.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd35 // this.btnKbd35.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd35.Location = new System.Drawing.Point(497, 105); this.btnKbd35.Name = "btnKbd35"; this.btnKbd35.Size = new System.Drawing.Size(46, 45); this.btnKbd35.TabIndex = 498; this.btnKbd35.TabStop = false; this.btnKbd35.Tag = "l※L"; this.btnKbd35.Text = "l"; this.btnKbd35.UseVisualStyleBackColor = true; this.btnKbd35.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd15 // this.btnKbd15.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd15.Location = new System.Drawing.Point(127, 55); this.btnKbd15.Name = "btnKbd15"; this.btnKbd15.Size = new System.Drawing.Size(46, 45); this.btnKbd15.TabIndex = 498; this.btnKbd15.TabStop = false; this.btnKbd15.Tag = "w※W"; this.btnKbd15.Text = "w"; this.btnKbd15.UseVisualStyleBackColor = true; this.btnKbd15.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncEnt // this.btnFncEnt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncEnt.Location = new System.Drawing.Point(646, 104); this.btnFncEnt.Name = "btnFncEnt"; this.btnFncEnt.Size = new System.Drawing.Size(105, 45); this.btnFncEnt.TabIndex = 498; this.btnFncEnt.TabStop = false; this.btnFncEnt.Tag = "{ENTER}"; this.btnFncEnt.Text = "Enter"; this.btnFncEnt.UseVisualStyleBackColor = true; this.btnFncEnt.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd3 // this.btnKbd3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd3.Location = new System.Drawing.Point(106, 5); this.btnKbd3.Name = "btnKbd3"; this.btnKbd3.Size = new System.Drawing.Size(46, 45); this.btnKbd3.TabIndex = 498; this.btnKbd3.TabStop = false; this.btnKbd3.Tag = "2※@"; this.btnKbd3.Text = "2"; this.btnKbd3.UseVisualStyleBackColor = true; this.btnKbd3.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd46 // this.btnKbd46.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd46.Location = new System.Drawing.Point(517, 155); this.btnKbd46.Name = "btnKbd46"; this.btnKbd46.Size = new System.Drawing.Size(46, 45); this.btnKbd46.TabIndex = 498; this.btnKbd46.TabStop = false; this.btnKbd46.Tag = ".※>"; this.btnKbd46.Text = "."; this.btnKbd46.UseVisualStyleBackColor = true; this.btnKbd46.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd47 // this.btnKbd47.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd47.Location = new System.Drawing.Point(567, 155); this.btnKbd47.Name = "btnKbd47"; this.btnKbd47.Size = new System.Drawing.Size(46, 45); this.btnKbd47.TabIndex = 498; this.btnKbd47.TabStop = false; this.btnKbd47.Tag = "/※?"; this.btnKbd47.Text = "/"; this.btnKbd47.UseVisualStyleBackColor = true; this.btnKbd47.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncShiftRigth // this.btnFncShiftRigth.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncShiftRigth.Location = new System.Drawing.Point(685, 155); this.btnFncShiftRigth.Name = "btnFncShiftRigth"; this.btnFncShiftRigth.Size = new System.Drawing.Size(66, 45); this.btnFncShiftRigth.TabIndex = 498; this.btnFncShiftRigth.TabStop = false; this.btnFncShiftRigth.Tag = "NONE"; this.btnFncShiftRigth.Text = "Shift"; this.btnFncShiftRigth.UseVisualStyleBackColor = true; this.btnFncShiftRigth.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd36 // this.btnKbd36.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd36.Location = new System.Drawing.Point(547, 105); this.btnKbd36.Name = "btnKbd36"; this.btnKbd36.Size = new System.Drawing.Size(46, 45); this.btnKbd36.TabIndex = 498; this.btnKbd36.TabStop = false; this.btnKbd36.Tag = ";※:"; this.btnKbd36.Text = ";"; this.btnKbd36.UseVisualStyleBackColor = true; this.btnKbd36.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncUp // this.btnFncUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncUp.Location = new System.Drawing.Point(616, 155); this.btnFncUp.Name = "btnFncUp"; this.btnFncUp.Size = new System.Drawing.Size(66, 45); this.btnFncUp.TabIndex = 498; this.btnFncUp.TabStop = false; this.btnFncUp.Tag = "{UP}"; this.btnFncUp.Text = "↑"; this.btnFncUp.UseVisualStyleBackColor = true; this.btnFncUp.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd23 // this.btnKbd23.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd23.Location = new System.Drawing.Point(527, 55); this.btnKbd23.Name = "btnKbd23"; this.btnKbd23.Size = new System.Drawing.Size(46, 45); this.btnKbd23.TabIndex = 498; this.btnKbd23.TabStop = false; this.btnKbd23.Tag = "p※P"; this.btnKbd23.Text = "p"; this.btnKbd23.UseVisualStyleBackColor = true; this.btnKbd23.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncRight // this.btnFncRight.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncRight.Location = new System.Drawing.Point(685, 204); this.btnFncRight.Name = "btnFncRight"; this.btnFncRight.Size = new System.Drawing.Size(66, 45); this.btnFncRight.TabIndex = 498; this.btnFncRight.TabStop = false; this.btnFncRight.Tag = "{RIGHT}"; this.btnFncRight.Text = "→"; this.btnFncRight.UseVisualStyleBackColor = true; this.btnFncRight.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd11 // this.btnKbd11.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd11.Location = new System.Drawing.Point(506, 5); this.btnKbd11.Name = "btnKbd11"; this.btnKbd11.Size = new System.Drawing.Size(46, 45); this.btnKbd11.TabIndex = 498; this.btnKbd11.TabStop = false; this.btnKbd11.Tag = "0※)"; this.btnKbd11.Text = "0"; this.btnKbd11.UseVisualStyleBackColor = true; this.btnKbd11.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncDown // this.btnFncDown.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncDown.Location = new System.Drawing.Point(615, 204); this.btnFncDown.Name = "btnFncDown"; this.btnFncDown.Size = new System.Drawing.Size(66, 45); this.btnFncDown.TabIndex = 498; this.btnFncDown.TabStop = false; this.btnFncDown.Tag = "{DOWN}"; this.btnFncDown.Text = "↓"; this.btnFncDown.UseVisualStyleBackColor = true; this.btnFncDown.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd41 // this.btnKbd41.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd41.Location = new System.Drawing.Point(267, 155); this.btnKbd41.Name = "btnKbd41"; this.btnKbd41.Size = new System.Drawing.Size(46, 45); this.btnKbd41.TabIndex = 498; this.btnKbd41.TabStop = false; this.btnKbd41.Tag = "v※V"; this.btnKbd41.Text = "v"; this.btnKbd41.UseVisualStyleBackColor = true; this.btnKbd41.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncLeft // this.btnFncLeft.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncLeft.Location = new System.Drawing.Point(545, 204); this.btnFncLeft.Name = "btnFncLeft"; this.btnFncLeft.Size = new System.Drawing.Size(66, 45); this.btnFncLeft.TabIndex = 498; this.btnFncLeft.TabStop = false; this.btnFncLeft.Tag = "{LEFT}"; this.btnFncLeft.Text = "←"; this.btnFncLeft.UseVisualStyleBackColor = true; this.btnFncLeft.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd30 // this.btnKbd30.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd30.Location = new System.Drawing.Point(247, 105); this.btnKbd30.Name = "btnKbd30"; this.btnKbd30.Size = new System.Drawing.Size(46, 45); this.btnKbd30.TabIndex = 498; this.btnKbd30.TabStop = false; this.btnKbd30.Tag = "f※F"; this.btnKbd30.Text = "f"; this.btnKbd30.UseVisualStyleBackColor = true; this.btnKbd30.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncSpace // this.btnFncSpace.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncSpace.Location = new System.Drawing.Point(145, 205); this.btnFncSpace.Name = "btnFncSpace"; this.btnFncSpace.Size = new System.Drawing.Size(396, 45); this.btnFncSpace.TabIndex = 498; this.btnFncSpace.TabStop = false; this.btnFncSpace.Tag = " "; this.btnFncSpace.UseVisualStyleBackColor = true; this.btnFncSpace.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd17 // this.btnKbd17.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd17.Location = new System.Drawing.Point(227, 55); this.btnKbd17.Name = "btnKbd17"; this.btnKbd17.Size = new System.Drawing.Size(46, 45); this.btnKbd17.TabIndex = 498; this.btnKbd17.TabStop = false; this.btnKbd17.Tag = "r※R"; this.btnKbd17.Text = "r"; this.btnKbd17.UseVisualStyleBackColor = true; this.btnKbd17.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncCapsLock // this.btnFncCapsLock.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncCapsLock.Location = new System.Drawing.Point(6, 104); this.btnFncCapsLock.Name = "btnFncCapsLock"; this.btnFncCapsLock.Size = new System.Drawing.Size(87, 45); this.btnFncCapsLock.TabIndex = 498; this.btnFncCapsLock.TabStop = false; this.btnFncCapsLock.Tag = "{CAPSLOCK}"; this.btnFncCapsLock.Text = "CapsLock"; this.btnFncCapsLock.UseVisualStyleBackColor = true; this.btnFncCapsLock.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd5 // this.btnKbd5.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd5.Location = new System.Drawing.Point(206, 5); this.btnKbd5.Name = "btnKbd5"; this.btnKbd5.Size = new System.Drawing.Size(46, 45); this.btnKbd5.TabIndex = 498; this.btnKbd5.TabStop = false; this.btnKbd5.Tag = "4※$"; this.btnKbd5.Text = "4"; this.btnKbd5.UseVisualStyleBackColor = true; this.btnKbd5.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncShiftLeft // this.btnFncShiftLeft.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncShiftLeft.Location = new System.Drawing.Point(6, 155); this.btnFncShiftLeft.Name = "btnFncShiftLeft"; this.btnFncShiftLeft.Size = new System.Drawing.Size(107, 45); this.btnFncShiftLeft.TabIndex = 498; this.btnFncShiftLeft.TabStop = false; this.btnFncShiftLeft.Tag = "NONE"; this.btnFncShiftLeft.Text = "Shift"; this.btnFncShiftLeft.UseVisualStyleBackColor = true; this.btnFncShiftLeft.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd44 // this.btnKbd44.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd44.Location = new System.Drawing.Point(417, 155); this.btnKbd44.Name = "btnKbd44"; this.btnKbd44.Size = new System.Drawing.Size(46, 45); this.btnKbd44.TabIndex = 498; this.btnKbd44.TabStop = false; this.btnKbd44.Tag = "m※M"; this.btnKbd44.Text = "m"; this.btnKbd44.UseVisualStyleBackColor = true; this.btnKbd44.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncCtrl // this.btnFncCtrl.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncCtrl.Location = new System.Drawing.Point(6, 204); this.btnFncCtrl.Name = "btnFncCtrl"; this.btnFncCtrl.Size = new System.Drawing.Size(66, 45); this.btnFncCtrl.TabIndex = 498; this.btnFncCtrl.TabStop = false; this.btnFncCtrl.Tag = "NONE"; this.btnFncCtrl.Text = "Ctrl"; this.btnFncCtrl.UseVisualStyleBackColor = true; this.btnFncCtrl.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd33 // this.btnKbd33.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd33.Location = new System.Drawing.Point(397, 105); this.btnKbd33.Name = "btnKbd33"; this.btnKbd33.Size = new System.Drawing.Size(46, 45); this.btnKbd33.TabIndex = 498; this.btnKbd33.TabStop = false; this.btnKbd33.Tag = "j※J"; this.btnKbd33.Text = "j"; this.btnKbd33.UseVisualStyleBackColor = true; this.btnKbd33.Click += new System.EventHandler(this.btnKbd_Click); // // btnFncAlt // this.btnFncAlt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnFncAlt.Location = new System.Drawing.Point(75, 204); this.btnFncAlt.Name = "btnFncAlt"; this.btnFncAlt.Size = new System.Drawing.Size(66, 45); this.btnFncAlt.TabIndex = 498; this.btnFncAlt.TabStop = false; this.btnFncAlt.Tag = "NONE"; this.btnFncAlt.Text = "Alt"; this.btnFncAlt.UseVisualStyleBackColor = true; this.btnFncAlt.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd20 // this.btnKbd20.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd20.Location = new System.Drawing.Point(377, 55); this.btnKbd20.Name = "btnKbd20"; this.btnKbd20.Size = new System.Drawing.Size(46, 45); this.btnKbd20.TabIndex = 498; this.btnKbd20.TabStop = false; this.btnKbd20.Tag = "u※U"; this.btnKbd20.Text = "u"; this.btnKbd20.UseVisualStyleBackColor = true; this.btnKbd20.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd2 // this.btnKbd2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd2.Location = new System.Drawing.Point(56, 5); this.btnKbd2.Name = "btnKbd2"; this.btnKbd2.Size = new System.Drawing.Size(46, 45); this.btnKbd2.TabIndex = 498; this.btnKbd2.TabStop = false; this.btnKbd2.Tag = "1※!"; this.btnKbd2.Text = "1"; this.btnKbd2.UseVisualStyleBackColor = true; this.btnKbd2.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd8 // this.btnKbd8.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd8.Location = new System.Drawing.Point(356, 5); this.btnKbd8.Name = "btnKbd8"; this.btnKbd8.Size = new System.Drawing.Size(46, 45); this.btnKbd8.TabIndex = 498; this.btnKbd8.TabStop = false; this.btnKbd8.Tag = "7※&&"; this.btnKbd8.Text = "7"; this.btnKbd8.UseVisualStyleBackColor = true; this.btnKbd8.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd14 // this.btnKbd14.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd14.Location = new System.Drawing.Point(77, 55); this.btnKbd14.Name = "btnKbd14"; this.btnKbd14.Size = new System.Drawing.Size(46, 45); this.btnKbd14.TabIndex = 498; this.btnKbd14.TabStop = false; this.btnKbd14.Tag = "q※Q"; this.btnKbd14.Text = "q"; this.btnKbd14.UseVisualStyleBackColor = true; this.btnKbd14.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd38 // this.btnKbd38.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd38.Location = new System.Drawing.Point(117, 155); this.btnKbd38.Name = "btnKbd38"; this.btnKbd38.Size = new System.Drawing.Size(46, 45); this.btnKbd38.TabIndex = 498; this.btnKbd38.TabStop = false; this.btnKbd38.Tag = "z※Z"; this.btnKbd38.Text = "z"; this.btnKbd38.UseVisualStyleBackColor = true; this.btnKbd38.Click += new System.EventHandler(this.btnKbd_Click); // // btnKbd27 // this.btnKbd27.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnKbd27.Location = new System.Drawing.Point(97, 105); this.btnKbd27.Name = "btnKbd27"; this.btnKbd27.Size = new System.Drawing.Size(46, 45); this.btnKbd27.TabIndex = 498; this.btnKbd27.TabStop = false; this.btnKbd27.Tag = "a※A"; this.btnKbd27.Text = "a"; this.btnKbd27.UseVisualStyleBackColor = true; this.btnKbd27.Click += new System.EventHandler(this.btnKbd_Click); // // ckbOff // this.ckbOff.AutoSize = true; this.ckbOff.BackColor = System.Drawing.Color.White; this.ckbOff.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold); this.ckbOff.Location = new System.Drawing.Point(268, 114); this.ckbOff.Name = "ckbOff"; this.ckbOff.Size = new System.Drawing.Size(97, 25); this.ckbOff.TabIndex = 556; this.ckbOff.TabStop = false; this.ckbOff.Text = "오프라인"; this.ckbOff.UseVisualStyleBackColor = false; this.ckbOff.Click += new System.EventHandler(this.ckbOff_Click); // // ckbOn // this.ckbOn.AutoSize = true; this.ckbOn.BackColor = System.Drawing.Color.White; this.ckbOn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold); this.ckbOn.Location = new System.Drawing.Point(160, 114); this.ckbOn.Name = "ckbOn"; this.ckbOn.Size = new System.Drawing.Size(80, 25); this.ckbOn.TabIndex = 557; this.ckbOn.TabStop = false; this.ckbOn.Text = "온라인"; this.ckbOn.UseVisualStyleBackColor = false; this.ckbOn.Click += new System.EventHandler(this.ckbOn_Click); // // frmReservedCustInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(this.ckbOff); this.Controls.Add(this.ckbOn); this.Controls.Add(this.pnlKeyBoard); this.Controls.Add(this.btnDate); this.Controls.Add(this.txtSaleDate); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtReservMemo); this.Controls.Add(this.cbTimeMM); this.Controls.Add(this.cbTimeHH); this.Controls.Add(this.label2); this.Controls.Add(this.lblReservMemo); this.Controls.Add(this.txtReservCustNm); this.Controls.Add(this.txtReservTimeMM); this.Controls.Add(this.lblReservOnOff); this.Controls.Add(this.lblReservCustNm); this.Controls.Add(this.txtReservTimeHH); this.Controls.Add(this.lblReservTime); this.Controls.Add(this.lblReservDate); this.Controls.Add(this.txtReservNo); this.Controls.Add(this.lblReservNo); this.Controls.Add(this.txtReservCustNo); this.Controls.Add(this.lblReservCustNo); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblBox6); this.Controls.Add(this.lblBox5); this.Controls.Add(this.lblBox4); this.Controls.Add(this.lblBox3); this.Controls.Add(this.lblBox2); this.Controls.Add(this.lblBox1); this.Controls.Add(this.lblBox7); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmReservedCustInfo"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmReservedCustInfo"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReservedCustInfo_FormClosing); this.Load += new System.EventHandler(this.frmReservedCustInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.pnlKeyBoard.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label label2; private UI.CsmLabel lblReservMemo; private UI.CsmPosEditBox txtReservCustNm; private UI.CsmLabel lblReservCustNm; private UI.CsmPosEditBox txtReservTimeHH; private UI.CsmLabel lblReservTime; private UI.CsmLabel lblReservDate; private UI.CsmPosEditBox txtReservNo; private UI.CsmLabel lblReservNo; private UI.CsmPosEditBox txtReservCustNo; private UI.CsmLabel lblReservCustNo; private System.Windows.Forms.ComboBox cbTimeHH; private UI.CsmPosEditBox txtReservTimeMM; private System.Windows.Forms.ComboBox cbTimeMM; private System.Windows.Forms.TextBox txtReservMemo; private UI.CsmLabel lblReservOnOff; private UI.CsmButton btnSave; private UI.CsmButton btnDate; private UI.CsmPosEditBox txtSaleDate; private UI.CsmLabel lblBox6; private UI.CsmLabel lblBox5; private UI.CsmLabel lblBox4; private UI.CsmLabel lblBox3; private UI.CsmLabel lblBox2; private UI.CsmLabel lblBox1; private UI.CsmLabel lblBox7; private System.Windows.Forms.Panel pnlKeyBoard; private System.Windows.Forms.Button btnKbd25; private System.Windows.Forms.Button btnKbd1; private System.Windows.Forms.Button btnKbd13; private System.Windows.Forms.Button btnKbd7; private System.Windows.Forms.Button btnKbd37; private System.Windows.Forms.Button btnFncTab; private System.Windows.Forms.Button btnKbd24; private System.Windows.Forms.Button btnKbd19; private System.Windows.Forms.Button btnKbd12; private System.Windows.Forms.Button btnKbd4; private System.Windows.Forms.Button btnKbd42; private System.Windows.Forms.Button btnKbd32; private System.Windows.Forms.Button btnKbd31; private System.Windows.Forms.Button btnKbd10; private System.Windows.Forms.Button btnKbd18; private System.Windows.Forms.Button btnKbd43; private System.Windows.Forms.Button btnKbd6; private System.Windows.Forms.Button btnKbd16; private System.Windows.Forms.Button btnKbd45; private System.Windows.Forms.Button btnFncBack; private System.Windows.Forms.Button btnKbd34; private System.Windows.Forms.Button btnKbd29; private System.Windows.Forms.Button btnKbd21; private System.Windows.Forms.Button btnKbd22; private System.Windows.Forms.Button btnKbd9; private System.Windows.Forms.Button btnKbd40; private System.Windows.Forms.Button btnKbd39; private System.Windows.Forms.Button btnKbd26; private System.Windows.Forms.Button btnKbd28; private System.Windows.Forms.Button btnKbd35; private System.Windows.Forms.Button btnKbd15; private System.Windows.Forms.Button btnFncEnt; private System.Windows.Forms.Button btnKbd3; private System.Windows.Forms.Button btnKbd46; private System.Windows.Forms.Button btnKbd47; private System.Windows.Forms.Button btnFncShiftRigth; private System.Windows.Forms.Button btnKbd36; private System.Windows.Forms.Button btnFncUp; private System.Windows.Forms.Button btnKbd23; private System.Windows.Forms.Button btnFncRight; private System.Windows.Forms.Button btnKbd11; private System.Windows.Forms.Button btnFncDown; private System.Windows.Forms.Button btnKbd41; private System.Windows.Forms.Button btnFncLeft; private System.Windows.Forms.Button btnKbd30; private System.Windows.Forms.Button btnFncSpace; private System.Windows.Forms.Button btnKbd17; private System.Windows.Forms.Button btnFncCapsLock; private System.Windows.Forms.Button btnKbd5; private System.Windows.Forms.Button btnFncShiftLeft; private System.Windows.Forms.Button btnKbd44; private System.Windows.Forms.Button btnFncCtrl; private System.Windows.Forms.Button btnKbd33; private System.Windows.Forms.Button btnFncAlt; private System.Windows.Forms.Button btnKbd20; private System.Windows.Forms.Button btnKbd2; private System.Windows.Forms.Button btnKbd8; private System.Windows.Forms.Button btnKbd14; private System.Windows.Forms.Button btnKbd38; private System.Windows.Forms.Button btnKbd27; private System.Windows.Forms.CheckBox ckbOff; private System.Windows.Forms.CheckBox ckbOn; } }