namespace Cosmos.Win { partial class frmCouponDC { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.lblDCRate = new Cosmos.UI.CsmLabel(); this.btnSearch = new Cosmos.UI.CsmButton(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.txtCardNo = new Cosmos.UI.CsmPosEditBox(); this.btnEnter = new Cosmos.UI.CsmButton(); this.lblCardNo = new Cosmos.UI.CsmLabel(); this.btnExit = new Cosmos.UI.CsmLabel(); this.txtDCRate = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.lblSaleAmt = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.lblCardNM = new Cosmos.UI.CsmLabel(); this.dgvData = new System.Windows.Forms.DataGridView(); this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ITEMCD = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ITEMNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.QTY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AMOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DCRATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnMenu = new Cosmos.UI.CsmMenu(); this.txtCardNM = new Cosmos.UI.CsmLabel(); this.btnComplete = new Cosmos.UI.CsmButton(); this.picBack = new System.Windows.Forms.PictureBox(); this.txtSaleAmt = new Cosmos.UI.CsmLabel(); this.picFuncKey = new System.Windows.Forms.PictureBox(); this.btnAllDw = new Cosmos.UI.CsmButton(); this.btnAllUp = new Cosmos.UI.CsmButton(); this.lblBox4 = new Cosmos.UI.CsmLabel(); this.lblBox3 = new Cosmos.UI.CsmLabel(); this.csmLabel1 = new Cosmos.UI.CsmLabel(); this.csmLabel2 = new Cosmos.UI.CsmLabel(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit(); this.SuspendLayout(); // // lblDCRate // this.lblDCRate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblDCRate.BorderStyleReDraw = true; this.lblDCRate.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblDCRate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblDCRate.Location = new System.Drawing.Point(456, 146); this.lblDCRate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblDCRate.Name = "lblDCRate"; this.lblDCRate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblDCRate.Size = new System.Drawing.Size(122, 40); this.lblDCRate.TabIndex = 119; this.lblDCRate.Text = "할인율(%)"; this.lblDCRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch.BorderStyleReDraw = false; this.btnSearch.ClickImage = null; this.btnSearch.DefaultImage = null; this.btnSearch.DisableImage = null; this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(456, 239); this.btnSearch.Name = "btnSearch"; this.btnSearch.OccupancyBar = 0; this.btnSearch.OccupancyBar_Lv0 = null; this.btnSearch.OccupancyBar_Lv1 = null; this.btnSearch.OccupancyBar_Lv2 = null; this.btnSearch.OccupancyBar_Lv3 = null; this.btnSearch.OccupancyBar_Lv4 = null; this.btnSearch.Size = new System.Drawing.Size(90, 40); this.btnSearch.TabIndex = 133; this.btnSearch.Text = "할인취소"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.Click += new System.EventHandler(this.btnProc_Click); // // padInPut // this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.padInPut.BackColor = System.Drawing.Color.Transparent; this.padInPut.BtnDotEnable = true; this.padInPut.BtnMinusEnable = false; this.padInPut.BtnPlusEnable = false; this.padInPut.BtnQtyEnable = false; this.padInPut.BtnSearchEnable = false; this.padInPut.ClearBtnText = "CLEAR"; this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP; this.padInPut.Location = new System.Drawing.Point(456, 307); this.padInPut.Name = "padInPut"; this.padInPut.QtyBtnText = "QTY"; this.padInPut.Size = new System.Drawing.Size(322, 250); this.padInPut.TabIndex = 17; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = true; // // txtCardNo // this.txtCardNo.BackColor = System.Drawing.Color.WhiteSmoke; this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtCardNo.BorderStyleReDraw = false; this.txtCardNo.ClearFlag = false; this.txtCardNo.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo; this.txtCardNo.InputTypeFormat = ""; this.txtCardNo.Location = new System.Drawing.Point(594, 75); this.txtCardNo.Margin = new System.Windows.Forms.Padding(5); this.txtCardNo.MaxLength = 20; this.txtCardNo.MaxLengthAutoEnd = false; this.txtCardNo.MaxLengthForKeyIn = 32767; this.txtCardNo.MaxLengthForNumpad = 32767; this.txtCardNo.Name = "txtCardNo"; this.txtCardNo.PasswordChar = '\0'; this.txtCardNo.ReadOnly = false; this.txtCardNo.Size = new System.Drawing.Size(167, 26); this.txtCardNo.TabIndex = 105; this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCardNo.UseDualMaxLength = false; this.txtCardNo.Value = ""; this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnEnter.BorderStyleReDraw = false; this.btnEnter.ClickImage = null; this.btnEnter.DefaultImage = null; this.btnEnter.DisableImage = null; this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(548, 239); this.btnEnter.Name = "btnEnter"; this.btnEnter.OccupancyBar = 0; this.btnEnter.OccupancyBar_Lv0 = null; this.btnEnter.OccupancyBar_Lv1 = null; this.btnEnter.OccupancyBar_Lv2 = null; this.btnEnter.OccupancyBar_Lv3 = null; this.btnEnter.OccupancyBar_Lv4 = null; this.btnEnter.Size = new System.Drawing.Size(90, 40); this.btnEnter.TabIndex = 152; this.btnEnter.Text = "할인등록"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnProc_Click); // // lblCardNo // this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblCardNo.BorderStyleReDraw = true; this.lblCardNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCardNo.Location = new System.Drawing.Point(456, 68); this.lblCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCardNo.Name = "lblCardNo"; this.lblCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCardNo.Size = new System.Drawing.Size(122, 40); this.lblCardNo.TabIndex = 104; this.lblCardNo.Text = "쿠폰번호"; this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(741, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 224; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // txtDCRate // this.txtDCRate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtDCRate.BorderStyleReDraw = true; this.txtDCRate.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtDCRate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtDCRate.Location = new System.Drawing.Point(594, 153); this.txtDCRate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtDCRate.Name = "txtDCRate"; this.txtDCRate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtDCRate.Size = new System.Drawing.Size(167, 26); this.txtDCRate.TabIndex = 285; this.txtDCRate.Text = "0"; this.txtDCRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(728, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "쿠폰할인"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblSaleAmt // this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblSaleAmt.BorderStyleReDraw = true; this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblSaleAmt.Location = new System.Drawing.Point(456, 185); this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblSaleAmt.Name = "lblSaleAmt"; this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblSaleAmt.Size = new System.Drawing.Size(122, 40); this.lblSaleAmt.TabIndex = 283; this.lblSaleAmt.Text = "받을금액"; this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(456, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(322, 2); this.label2.TabIndex = 305; // // lblCardNM // this.lblCardNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblCardNM.BorderStyleReDraw = true; this.lblCardNM.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCardNM.Location = new System.Drawing.Point(456, 107); this.lblCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCardNM.Name = "lblCardNM"; this.lblCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCardNM.Size = new System.Drawing.Size(122, 40); this.lblCardNM.TabIndex = 308; this.lblCardNM.Text = "쿠폰명칭"; this.lblCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dgvData // this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.ColumnHeadersHeight = 35; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Select, this.ITEMCD, this.ITEMNAME, this.QTY, this.AMOUNT, this.DCRATE}); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvData.DefaultCellStyle = dataGridViewCellStyle7; this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.GridColor = System.Drawing.Color.Silver; this.dgvData.Location = new System.Drawing.Point(22, 315); this.dgvData.MultiSelect = false; this.dgvData.Name = "dgvData"; this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; this.dgvData.RowHeadersWidth = 50; this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvData.RowTemplate.Height = 34; this.dgvData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.ShowEditingIcon = false; this.dgvData.Size = new System.Drawing.Size(392, 242); this.dgvData.TabIndex = 315; this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPluItem_CellClick); // // Select // this.Select.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Select.HeaderText = "V"; this.Select.Name = "Select"; this.Select.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Select.Width = 30; // // ITEMCD // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.ITEMCD.DefaultCellStyle = dataGridViewCellStyle2; this.ITEMCD.HeaderText = "상품코드"; this.ITEMCD.Name = "ITEMCD"; this.ITEMCD.ReadOnly = true; this.ITEMCD.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ITEMCD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ITEMCD.Visible = false; // // ITEMNAME // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.ITEMNAME.DefaultCellStyle = dataGridViewCellStyle3; this.ITEMNAME.HeaderText = "상품명"; this.ITEMNAME.Name = "ITEMNAME"; this.ITEMNAME.ReadOnly = true; this.ITEMNAME.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ITEMNAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ITEMNAME.Width = 120; // // QTY // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N0"; dataGridViewCellStyle4.NullValue = "0"; this.QTY.DefaultCellStyle = dataGridViewCellStyle4; this.QTY.HeaderText = "수량"; this.QTY.Name = "QTY"; this.QTY.ReadOnly = true; this.QTY.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.QTY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.QTY.Width = 40; // // AMOUNT // dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N0"; dataGridViewCellStyle5.NullValue = "0"; this.AMOUNT.DefaultCellStyle = dataGridViewCellStyle5; this.AMOUNT.HeaderText = "금액"; this.AMOUNT.Name = "AMOUNT"; this.AMOUNT.ReadOnly = true; this.AMOUNT.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.AMOUNT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.AMOUNT.Width = 80; // // DCRATE // dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N2"; dataGridViewCellStyle6.NullValue = "0"; this.DCRATE.DefaultCellStyle = dataGridViewCellStyle6; this.DCRATE.HeaderText = "할인금액"; this.DCRATE.Name = "DCRATE"; this.DCRATE.ReadOnly = true; this.DCRATE.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.DCRATE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DCRATE.Width = 70; // // btnMenu // this.btnMenu.BackColor = System.Drawing.Color.White; this.btnMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))); this.btnMenu.BorderLineSize = 0; this.btnMenu.BorderStyleReDraw = false; this.btnMenu.FontSizeUpDown = 14F; this.btnMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText; this.btnMenu.Location = new System.Drawing.Point(23, 68); this.btnMenu.Name = "btnMenu"; this.btnMenu.Size = new System.Drawing.Size(418, 231); this.btnMenu.TabIndex = 317; this.btnMenu.TextDown = "▶"; this.btnMenu.TextUp = "◀"; this.btnMenu.VisibleUpDown = true; this.btnMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnMenu_MenuClickHandler); // // txtCardNM // this.txtCardNM.BackColor = System.Drawing.Color.WhiteSmoke; this.txtCardNM.BorderStyleReDraw = true; this.txtCardNM.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtCardNM.Location = new System.Drawing.Point(594, 114); this.txtCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtCardNM.Name = "txtCardNM"; this.txtCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtCardNM.Size = new System.Drawing.Size(167, 26); this.txtCardNM.TabIndex = 318; this.txtCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnComplete // this.btnComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnComplete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnComplete.BorderStyleReDraw = false; this.btnComplete.ClickImage = null; this.btnComplete.DefaultImage = null; this.btnComplete.DisableImage = null; this.btnComplete.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnComplete.ForeColor = System.Drawing.Color.White; this.btnComplete.Location = new System.Drawing.Point(688, 239); this.btnComplete.Name = "btnComplete"; this.btnComplete.OccupancyBar = 0; this.btnComplete.OccupancyBar_Lv0 = null; this.btnComplete.OccupancyBar_Lv1 = null; this.btnComplete.OccupancyBar_Lv2 = null; this.btnComplete.OccupancyBar_Lv3 = null; this.btnComplete.OccupancyBar_Lv4 = null; this.btnComplete.Size = new System.Drawing.Size(90, 40); this.btnComplete.TabIndex = 133; this.btnComplete.Text = "완료"; this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnComplete.UseCompatibleTextRendering = true; this.btnComplete.Click += new System.EventHandler(this.btnProc_Click); // // 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, 578); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // txtSaleAmt // this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleAmt.BorderStyleReDraw = true; this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtSaleAmt.Location = new System.Drawing.Point(594, 192); this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtSaleAmt.Name = "txtSaleAmt"; this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtSaleAmt.Size = new System.Drawing.Size(167, 26); this.txtSaleAmt.TabIndex = 319; this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // picFuncKey // this.picFuncKey.BackColor = System.Drawing.Color.Gray; this.picFuncKey.Location = new System.Drawing.Point(22, 67); this.picFuncKey.Name = "picFuncKey"; this.picFuncKey.Size = new System.Drawing.Size(420, 233); this.picFuncKey.TabIndex = 323; this.picFuncKey.TabStop = false; // // btnAllDw // this.btnAllDw.BackColor = System.Drawing.Color.White; this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllDw.BorderStyleReDraw = true; this.btnAllDw.ClickImage = null; this.btnAllDw.DefaultImage = null; this.btnAllDw.DisableImage = null; this.btnAllDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllDw.Location = new System.Drawing.Point(413, 436); this.btnAllDw.Name = "btnAllDw"; this.btnAllDw.OccupancyBar = 0; this.btnAllDw.OccupancyBar_Lv0 = null; this.btnAllDw.OccupancyBar_Lv1 = null; this.btnAllDw.OccupancyBar_Lv2 = null; this.btnAllDw.OccupancyBar_Lv3 = null; this.btnAllDw.OccupancyBar_Lv4 = null; this.btnAllDw.Size = new System.Drawing.Size(29, 121); this.btnAllDw.TabIndex = 342; this.btnAllDw.Text = "∨"; this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllDw.UseCompatibleTextRendering = true; this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click); // // btnAllUp // this.btnAllUp.BackColor = System.Drawing.Color.White; this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllUp.BorderStyleReDraw = true; this.btnAllUp.ClickImage = null; this.btnAllUp.DefaultImage = null; this.btnAllUp.DisableImage = null; this.btnAllUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllUp.Location = new System.Drawing.Point(413, 315); this.btnAllUp.Name = "btnAllUp"; this.btnAllUp.OccupancyBar = 0; this.btnAllUp.OccupancyBar_Lv0 = null; this.btnAllUp.OccupancyBar_Lv1 = null; this.btnAllUp.OccupancyBar_Lv2 = null; this.btnAllUp.OccupancyBar_Lv3 = null; this.btnAllUp.OccupancyBar_Lv4 = null; this.btnAllUp.Size = new System.Drawing.Size(29, 122); this.btnAllUp.TabIndex = 343; this.btnAllUp.Text = "∧"; this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllUp.UseCompatibleTextRendering = true; this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click); // // lblBox4 // this.lblBox4.BackColor = System.Drawing.Color.White; this.lblBox4.BorderStyleReDraw = true; this.lblBox4.Location = new System.Drawing.Point(577, 185); this.lblBox4.Name = "lblBox4"; this.lblBox4.Size = new System.Drawing.Size(201, 40); this.lblBox4.TabIndex = 541; // // lblBox3 // this.lblBox3.BackColor = System.Drawing.Color.White; this.lblBox3.BorderStyleReDraw = true; this.lblBox3.Location = new System.Drawing.Point(577, 146); this.lblBox3.Name = "lblBox3"; this.lblBox3.Size = new System.Drawing.Size(201, 40); this.lblBox3.TabIndex = 542; // // csmLabel1 // this.csmLabel1.BackColor = System.Drawing.Color.White; this.csmLabel1.BorderStyleReDraw = true; this.csmLabel1.Location = new System.Drawing.Point(577, 107); this.csmLabel1.Name = "csmLabel1"; this.csmLabel1.Size = new System.Drawing.Size(201, 40); this.csmLabel1.TabIndex = 543; // // csmLabel2 // this.csmLabel2.BackColor = System.Drawing.Color.White; this.csmLabel2.BorderStyleReDraw = true; this.csmLabel2.Location = new System.Drawing.Point(577, 68); this.csmLabel2.Name = "csmLabel2"; this.csmLabel2.Size = new System.Drawing.Size(201, 40); this.csmLabel2.TabIndex = 544; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(22, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(420, 2); this.label3.TabIndex = 545; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label1.Location = new System.Drawing.Point(22, 314); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(420, 2); this.label1.TabIndex = 546; // // frmCouponDC // 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, 578); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.Controls.Add(this.txtSaleAmt); this.Controls.Add(this.txtCardNM); this.Controls.Add(this.label2); this.Controls.Add(this.txtDCRate); this.Controls.Add(this.txtCardNo); this.Controls.Add(this.lblBox4); this.Controls.Add(this.lblBox3); this.Controls.Add(this.csmLabel1); this.Controls.Add(this.csmLabel2); this.Controls.Add(this.btnAllDw); this.Controls.Add(this.btnAllUp); this.Controls.Add(this.btnMenu); this.Controls.Add(this.dgvData); this.Controls.Add(this.lblCardNM); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblSaleAmt); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnComplete); this.Controls.Add(this.btnSearch); this.Controls.Add(this.lblDCRate); this.Controls.Add(this.lblCardNo); this.Controls.Add(this.padInPut); this.Controls.Add(this.picFuncKey); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmCouponDC"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmCouponDC"; this.Activated += new System.EventHandler(this.frmCouponDC_Activated); this.Deactivate += new System.EventHandler(this.frmCouponDC_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCouponDC_FormClosing); this.Load += new System.EventHandler(this.frmCouponDC_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmPosEditBox txtCardNo; private UI.CsmLabel lblDCRate; private UI.CsmButton btnSearch; private UI.CsmButton btnEnter; private UI.CsmLabel lblCardNo; private UI.CsmLabel btnExit; private UI.CsmLabel txtDCRate; private UI.CsmLabel lblTitle; private UI.CsmLabel lblSaleAmt; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label label2; private UI.CsmLabel lblCardNM; private System.Windows.Forms.DataGridView dgvData; private UI.CsmMenu btnMenu; private UI.CsmLabel txtCardNM; private UI.CsmButton btnComplete; private UI.CsmLabel txtSaleAmt; private System.Windows.Forms.PictureBox picFuncKey; private UI.CsmButton btnAllDw; private UI.CsmButton btnAllUp; private UI.CsmLabel lblBox4; private UI.CsmLabel lblBox3; private UI.CsmLabel csmLabel1; private UI.CsmLabel csmLabel2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewCheckBoxColumn Select; private System.Windows.Forms.DataGridViewTextBoxColumn ITEMCD; private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNAME; private System.Windows.Forms.DataGridViewTextBoxColumn QTY; private System.Windows.Forms.DataGridViewTextBoxColumn AMOUNT; private System.Windows.Forms.DataGridViewTextBoxColumn DCRATE; } }