spc-kiosk-pb/Window/WinPayment/frmMultiSlectItemDc.designer.cs
2019-06-16 14:12:09 +09:00

696 lines
39 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Cosmos.Win
{
partial class frmMultiSlectItemDc
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.lblAppAmt = new Cosmos.UI.CsmLabel();
this.btnSearch = new Cosmos.UI.CsmButton();
this.padInPut = new Cosmos.UI.CsmNumpad();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
this.dgvData = new System.Windows.Forms.DataGridView();
this.btnMenu = new Cosmos.UI.CsmMenu();
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.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.lblDcType = new Cosmos.UI.CsmLabel();
this.btnAmt = new Cosmos.UI.CsmButton();
this.btnRate = new Cosmos.UI.CsmButton();
this.txtAppAmt = new Cosmos.UI.CsmPosEditBox();
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.ETCDC = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit();
this.SuspendLayout();
//
// lblAppAmt
//
this.lblAppAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAppAmt.BorderStyleReDraw = true;
this.lblAppAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAppAmt.Location = new System.Drawing.Point(456, 146);
this.lblAppAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAppAmt.Name = "lblAppAmt";
this.lblAppAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAppAmt.Size = new System.Drawing.Size(122, 40);
this.lblAppAmt.TabIndex = 119;
this.lblAppAmt.Text = "할인율(%)";
this.lblAppAmt.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.SearchBtnText = "FIND";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 17;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = true;
//
// 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);
//
// 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);
//
// 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, 68);
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;
//
// 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,
this.ETCDC});
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle8;
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;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvData.RowHeadersWidth = 25;
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);
//
// 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);
//
// 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, 75);
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, 68);
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;
//
// 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;
//
// 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;
//
// lblDcType
//
this.lblDcType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblDcType.BorderStyleReDraw = true;
this.lblDcType.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblDcType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblDcType.Location = new System.Drawing.Point(456, 107);
this.lblDcType.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblDcType.Name = "lblDcType";
this.lblDcType.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblDcType.Size = new System.Drawing.Size(122, 40);
this.lblDcType.TabIndex = 308;
this.lblDcType.Text = "할인타입_";
this.lblDcType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnAmt
//
this.btnAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.btnAmt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAmt.BorderStyleReDraw = false;
this.btnAmt.ClickImage = null;
this.btnAmt.DefaultImage = null;
this.btnAmt.DisableImage = null;
this.btnAmt.Font = new System.Drawing.Font("나눔스퀘어", 13F);
this.btnAmt.ForeColor = System.Drawing.Color.White;
this.btnAmt.Location = new System.Drawing.Point(677, 114);
this.btnAmt.Name = "btnAmt";
this.btnAmt.OccupancyBar = 0;
this.btnAmt.OccupancyBar_Lv0 = null;
this.btnAmt.OccupancyBar_Lv1 = null;
this.btnAmt.OccupancyBar_Lv2 = null;
this.btnAmt.OccupancyBar_Lv3 = null;
this.btnAmt.OccupancyBar_Lv4 = null;
this.btnAmt.Size = new System.Drawing.Size(83, 26);
this.btnAmt.TabIndex = 548;
this.btnAmt.Text = "금액";
this.btnAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAmt.UseCompatibleTextRendering = true;
this.btnAmt.Click += new System.EventHandler(this.btnDcType_Click);
//
// btnRate
//
this.btnRate.BackColor = System.Drawing.Color.Black;
this.btnRate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnRate.BorderStyleReDraw = false;
this.btnRate.ClickImage = null;
this.btnRate.DefaultImage = null;
this.btnRate.DisableImage = null;
this.btnRate.Font = new System.Drawing.Font("나눔스퀘어", 13F);
this.btnRate.ForeColor = System.Drawing.Color.White;
this.btnRate.Location = new System.Drawing.Point(593, 114);
this.btnRate.Name = "btnRate";
this.btnRate.OccupancyBar = 0;
this.btnRate.OccupancyBar_Lv0 = null;
this.btnRate.OccupancyBar_Lv1 = null;
this.btnRate.OccupancyBar_Lv2 = null;
this.btnRate.OccupancyBar_Lv3 = null;
this.btnRate.OccupancyBar_Lv4 = null;
this.btnRate.Size = new System.Drawing.Size(83, 26);
this.btnRate.TabIndex = 547;
this.btnRate.Text = "율(%)";
this.btnRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnRate.UseCompatibleTextRendering = true;
this.btnRate.Click += new System.EventHandler(this.btnDcType_Click);
//
// txtAppAmt
//
this.txtAppAmt.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtAppAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtAppAmt.BorderStyleReDraw = false;
this.txtAppAmt.ClearFlag = false;
this.txtAppAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAppAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtAppAmt.InputType = Cosmos.UI.InputType.Money;
this.txtAppAmt.InputTypeFormat = "";
this.txtAppAmt.Location = new System.Drawing.Point(593, 153);
this.txtAppAmt.Margin = new System.Windows.Forms.Padding(5);
this.txtAppAmt.MaxLength = 15;
this.txtAppAmt.MaxLengthAutoEnd = false;
this.txtAppAmt.MaxLengthForKeyIn = 32767;
this.txtAppAmt.MaxLengthForNumpad = 32767;
this.txtAppAmt.Name = "txtAppAmt";
this.txtAppAmt.PasswordChar = '\0';
this.txtAppAmt.ReadOnly = false;
this.txtAppAmt.Size = new System.Drawing.Size(167, 26);
this.txtAppAmt.TabIndex = 549;
this.txtAppAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtAppAmt.UseDualMaxLength = false;
this.txtAppAmt.Value = "0";
this.txtAppAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// 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 = 25;
//
// 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.Visible = false;
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;
//
// ETCDC
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.ETCDC.DefaultCellStyle = dataGridViewCellStyle7;
this.ETCDC.HeaderText = "기타할인";
this.ETCDC.Name = "ETCDC";
this.ETCDC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ETCDC.Width = 70;
//
// frmMultiSlectItemDc
//
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.txtAppAmt);
this.Controls.Add(this.btnAmt);
this.Controls.Add(this.btnRate);
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtSaleAmt);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.csmLabel1);
this.Controls.Add(this.btnAllDw);
this.Controls.Add(this.btnAllUp);
this.Controls.Add(this.btnMenu);
this.Controls.Add(this.dgvData);
this.Controls.Add(this.lblDcType);
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.lblAppAmt);
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 = "frmMultiSlectItemDc";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmMultiSlectItemDc";
this.Activated += new System.EventHandler(this.frmMultiSlectItemDc_Activated);
this.Deactivate += new System.EventHandler(this.frmMultiSlectItemDc_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMultiSlectItemDc_FormClosing);
this.Load += new System.EventHandler(this.frmMultiSlectItemDc_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.CsmLabel lblAppAmt;
private UI.CsmButton btnSearch;
private UI.CsmButton btnEnter;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblSaleAmt;
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dgvData;
private UI.CsmMenu btnMenu;
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 System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private UI.CsmLabel csmLabel1;
private UI.CsmLabel lblDcType;
private UI.CsmButton btnAmt;
private UI.CsmButton btnRate;
private UI.CsmPosEditBox txtAppAmt;
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;
private System.Windows.Forms.DataGridViewTextBoxColumn ETCDC;
}
}