spc-kiosk-pb/Window/WinAdmin/frmEtcReceipt.Designer.cs
2019-06-16 14:12:09 +09:00

557 lines
31 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 frmEtcReceipt
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEtcReceipt));
this.btnPluChoice = new Cosmos.UI.CsmButton();
this.padInPut = new Cosmos.UI.CsmNumpad();
this.lblSaleDate = new Cosmos.UI.CsmLabel();
this.label1 = new System.Windows.Forms.Label();
this.txtAmount = new Cosmos.UI.CsmPosEditBox();
this.lblAmount = new Cosmos.UI.CsmLabel();
this.txtPluName = new Cosmos.UI.CsmPosEditBox();
this.lblPluName = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnExit = new Cosmos.UI.CsmLabel();
this.picBack = new System.Windows.Forms.PictureBox();
this.btnUp = new Cosmos.UI.CsmButton();
this.btnDw = new Cosmos.UI.CsmButton();
this.btnDelete = new Cosmos.UI.CsmButton();
this.btnMenu4 = new Cosmos.UI.CsmButton();
this.btnPrint = new Cosmos.UI.CsmButton();
this.dgvData = new Cosmos.UI.CsmGrid();
this.btnDate = new Cosmos.UI.CsmButton();
this.txtDate = new Cosmos.UI.CsmPosEditBox();
this.label5 = new System.Windows.Forms.Label();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// btnPluChoice
//
this.btnPluChoice.BackColor = System.Drawing.Color.White;
this.btnPluChoice.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPluChoice.BorderStyleReDraw = true;
this.btnPluChoice.ClickImage = null;
this.btnPluChoice.DefaultImage = null;
this.btnPluChoice.DisableImage = null;
this.btnPluChoice.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnPluChoice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPluChoice.Location = new System.Drawing.Point(444, 67);
this.btnPluChoice.Name = "btnPluChoice";
this.btnPluChoice.OccupancyBar = 0;
this.btnPluChoice.OccupancyBar_Lv0 = null;
this.btnPluChoice.OccupancyBar_Lv1 = null;
this.btnPluChoice.OccupancyBar_Lv2 = null;
this.btnPluChoice.OccupancyBar_Lv3 = null;
this.btnPluChoice.OccupancyBar_Lv4 = null;
this.btnPluChoice.Size = new System.Drawing.Size(81, 49);
this.btnPluChoice.TabIndex = 406;
this.btnPluChoice.Text = "추가";
this.btnPluChoice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPluChoice.UseCompatibleTextRendering = true;
this.btnPluChoice.Click += new System.EventHandler(this.btnPluChoice_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(444, 130);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.SearchBtnText = "FIND";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 405;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = false;
//
// lblSaleDate
//
this.lblSaleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblSaleDate.BorderStyleReDraw = true;
this.lblSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblSaleDate.Location = new System.Drawing.Point(22, 68);
this.lblSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblSaleDate.Name = "lblSaleDate";
this.lblSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblSaleDate.Size = new System.Drawing.Size(122, 40);
this.lblSaleDate.TabIndex = 402;
this.lblSaleDate.Text = "영업일자";
this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(408, 2);
this.label1.TabIndex = 398;
//
// txtAmount
//
this.txtAmount.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtAmount.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtAmount.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtAmount.BorderStyleReDraw = false;
this.txtAmount.ClearFlag = false;
this.txtAmount.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtAmount.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAmount.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtAmount.InputType = Cosmos.UI.InputType.Money;
this.txtAmount.InputTypeFormat = "";
this.txtAmount.Location = new System.Drawing.Point(160, 153);
this.txtAmount.Margin = new System.Windows.Forms.Padding(5);
this.txtAmount.MaxLength = 9;
this.txtAmount.MaxLengthAutoEnd = false;
this.txtAmount.MaxLengthForKeyIn = 32767;
this.txtAmount.MaxLengthForNumpad = 32767;
this.txtAmount.Name = "txtAmount";
this.txtAmount.PasswordChar = '\0';
this.txtAmount.ReadOnly = false;
this.txtAmount.Size = new System.Drawing.Size(253, 26);
this.txtAmount.TabIndex = 397;
this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtAmount.UseDualMaxLength = false;
this.txtAmount.Value = "2800";
this.txtAmount.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtAmount.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// lblAmount
//
this.lblAmount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAmount.BorderStyleReDraw = true;
this.lblAmount.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAmount.Location = new System.Drawing.Point(22, 146);
this.lblAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAmount.Name = "lblAmount";
this.lblAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAmount.Size = new System.Drawing.Size(122, 40);
this.lblAmount.TabIndex = 396;
this.lblAmount.Text = "금 액";
this.lblAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtPluName
//
this.txtPluName.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
this.txtPluName.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtPluName.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtPluName.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtPluName.BorderStyleReDraw = false;
this.txtPluName.ClearFlag = false;
this.txtPluName.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtPluName.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtPluName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtPluName.InputType = Cosmos.UI.InputType.None;
this.txtPluName.InputTypeFormat = "";
this.txtPluName.Location = new System.Drawing.Point(160, 114);
this.txtPluName.Margin = new System.Windows.Forms.Padding(5);
this.txtPluName.MaxLength = 42;
this.txtPluName.MaxLengthAutoEnd = false;
this.txtPluName.MaxLengthForKeyIn = 32767;
this.txtPluName.MaxLengthForNumpad = 32767;
this.txtPluName.Name = "txtPluName";
this.txtPluName.PasswordChar = '\0';
this.txtPluName.ReadOnly = false;
this.txtPluName.Size = new System.Drawing.Size(253, 26);
this.txtPluName.TabIndex = 395;
this.txtPluName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPluName.UseDualMaxLength = false;
this.txtPluName.Value = "와플컵 1+1 컵";
this.txtPluName.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// lblPluName
//
this.lblPluName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblPluName.BorderStyleReDraw = true;
this.lblPluName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblPluName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblPluName.Location = new System.Drawing.Point(22, 107);
this.lblPluName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPluName.Name = "lblPluName";
this.lblPluName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPluName.Size = new System.Drawing.Size(122, 40);
this.lblPluName.TabIndex = 394;
this.lblPluName.Text = "상 품 명";
this.lblPluName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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 = 393;
this.lblTitle.Text = "간이영수증";
this.lblTitle.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(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 392;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
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(788, 402);
this.picBack.TabIndex = 391;
this.picBack.TabStop = false;
//
// btnUp
//
this.btnUp.BackColor = System.Drawing.Color.White;
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUp.BorderStyleReDraw = true;
this.btnUp.ClickImage = null;
this.btnUp.DefaultImage = null;
this.btnUp.DisableImage = null;
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUp.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.btnUp.Location = new System.Drawing.Point(401, 201);
this.btnUp.Name = "btnUp";
this.btnUp.OccupancyBar = 0;
this.btnUp.OccupancyBar_Lv0 = null;
this.btnUp.OccupancyBar_Lv1 = null;
this.btnUp.OccupancyBar_Lv2 = null;
this.btnUp.OccupancyBar_Lv3 = null;
this.btnUp.OccupancyBar_Lv4 = null;
this.btnUp.Size = new System.Drawing.Size(29, 90);
this.btnUp.TabIndex = 472;
this.btnUp.Text = "∧";
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp.UseCompatibleTextRendering = true;
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnDw
//
this.btnDw.BackColor = System.Drawing.Color.White;
this.btnDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDw.BorderStyleReDraw = true;
this.btnDw.ClickImage = null;
this.btnDw.DefaultImage = null;
this.btnDw.DisableImage = null;
this.btnDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnDw.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.btnDw.Location = new System.Drawing.Point(401, 290);
this.btnDw.Name = "btnDw";
this.btnDw.OccupancyBar = 0;
this.btnDw.OccupancyBar_Lv0 = null;
this.btnDw.OccupancyBar_Lv1 = null;
this.btnDw.OccupancyBar_Lv2 = null;
this.btnDw.OccupancyBar_Lv3 = null;
this.btnDw.OccupancyBar_Lv4 = null;
this.btnDw.Size = new System.Drawing.Size(29, 90);
this.btnDw.TabIndex = 473;
this.btnDw.Text = "";
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw.UseCompatibleTextRendering = true;
this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.White;
this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDelete.BorderStyleReDraw = true;
this.btnDelete.ClickImage = null;
this.btnDelete.DefaultImage = null;
this.btnDelete.DisableImage = null;
this.btnDelete.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnDelete.Location = new System.Drawing.Point(524, 67);
this.btnDelete.Name = "btnDelete";
this.btnDelete.OccupancyBar = 0;
this.btnDelete.OccupancyBar_Lv0 = null;
this.btnDelete.OccupancyBar_Lv1 = null;
this.btnDelete.OccupancyBar_Lv2 = null;
this.btnDelete.OccupancyBar_Lv3 = null;
this.btnDelete.OccupancyBar_Lv4 = null;
this.btnDelete.Size = new System.Drawing.Size(81, 49);
this.btnDelete.TabIndex = 497;
this.btnDelete.Text = "삭제";
this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDelete.UseCompatibleTextRendering = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnMenu4
//
this.btnMenu4.BackColor = System.Drawing.Color.White;
this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnMenu4.BorderStyleReDraw = true;
this.btnMenu4.ClickImage = null;
this.btnMenu4.DefaultImage = null;
this.btnMenu4.DisableImage = null;
this.btnMenu4.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnMenu4.Location = new System.Drawing.Point(685, 67);
this.btnMenu4.Name = "btnMenu4";
this.btnMenu4.OccupancyBar = 0;
this.btnMenu4.OccupancyBar_Lv0 = null;
this.btnMenu4.OccupancyBar_Lv1 = null;
this.btnMenu4.OccupancyBar_Lv2 = null;
this.btnMenu4.OccupancyBar_Lv3 = null;
this.btnMenu4.OccupancyBar_Lv4 = null;
this.btnMenu4.Size = new System.Drawing.Size(81, 49);
this.btnMenu4.TabIndex = 496;
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu4.UseCompatibleTextRendering = true;
//
// btnPrint
//
this.btnPrint.BackColor = System.Drawing.Color.White;
this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPrint.BorderStyleReDraw = true;
this.btnPrint.ClickImage = null;
this.btnPrint.DefaultImage = null;
this.btnPrint.DisableImage = null;
this.btnPrint.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnPrint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPrint.Location = new System.Drawing.Point(605, 67);
this.btnPrint.Name = "btnPrint";
this.btnPrint.OccupancyBar = 0;
this.btnPrint.OccupancyBar_Lv0 = null;
this.btnPrint.OccupancyBar_Lv1 = null;
this.btnPrint.OccupancyBar_Lv2 = null;
this.btnPrint.OccupancyBar_Lv3 = null;
this.btnPrint.OccupancyBar_Lv4 = null;
this.btnPrint.Size = new System.Drawing.Size(82, 49);
this.btnPrint.TabIndex = 495;
this.btnPrint.Text = "출력";
this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPrint.UseCompatibleTextRendering = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// dgvData
//
this.dgvData.BackColor = System.Drawing.Color.White;
this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dgvData.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
this.dgvData.CsmGridBackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
this.dgvData.CsmGridColumnCount = 0;
this.dgvData.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.dgvData.CsmGridColumnHeadersHeight = 18;
this.dgvData.CsmGridColumnHeadersVisible = false;
this.dgvData.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
this.dgvData.CsmGridFirstDisplayedScrollingRowIndex = -1;
this.dgvData.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
this.dgvData.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.CsmGridIndicateBackColor = System.Drawing.Color.Red;
this.dgvData.CsmGridIndicateForeColor = System.Drawing.Color.White;
this.dgvData.CsmGridRowMove = true;
this.dgvData.CsmGridRowsHeight = 35;
this.dgvData.CsmGridShowPageRowsCount = 4;
this.dgvData.Font = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.dgvData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.dgvData.Location = new System.Drawing.Point(22, 201);
this.dgvData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvData.Name = "dgvData";
this.dgvData.Size = new System.Drawing.Size(380, 179);
this.dgvData.TabIndex = 511;
this.dgvData.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.dgvData_GridClickEvent);
//
// 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("Microsoft Sans Serif", 14.25F, 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, 75);
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 = 540;
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
//
// txtDate
//
this.txtDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDate.BorderStyleReDraw = false;
this.txtDate.ClearFlag = false;
this.txtDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtDate.InputType = Cosmos.UI.InputType.Date;
this.txtDate.InputTypeFormat = "";
this.txtDate.Location = new System.Drawing.Point(160, 75);
this.txtDate.Margin = new System.Windows.Forms.Padding(5);
this.txtDate.MaxLength = 10;
this.txtDate.MaxLengthAutoEnd = false;
this.txtDate.MaxLengthForKeyIn = 32767;
this.txtDate.MaxLengthForNumpad = 32767;
this.txtDate.Name = "txtDate";
this.txtDate.PasswordChar = '\0';
this.txtDate.ReadOnly = false;
this.txtDate.Size = new System.Drawing.Size(225, 26);
this.txtDate.TabIndex = 539;
this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDate.UseDualMaxLength = false;
this.txtDate.Value = "20160101";
//
// label5
//
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label5.Location = new System.Drawing.Point(22, 200);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(408, 2);
this.label5.TabIndex = 541;
//
// 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 = 547;
//
// 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 = 548;
//
// 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 = 549;
//
// frmEtcReceipt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(788, 402);
this.Controls.Add(this.label5);
this.Controls.Add(this.btnDate);
this.Controls.Add(this.txtDate);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnMenu4);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.btnDw);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnPluChoice);
this.Controls.Add(this.padInPut);
this.Controls.Add(this.lblSaleDate);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.lblAmount);
this.Controls.Add(this.txtPluName);
this.Controls.Add(this.lblPluName);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.dgvData);
this.Controls.Add(this.picBack);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmEtcReceipt";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmEtcReceipt";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEtcReceipt_FormClosing);
this.Load += new System.EventHandler(this.frmEtcReceipt_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnPluChoice;
private UI.CsmNumpad padInPut;
private UI.CsmLabel lblSaleDate;
private System.Windows.Forms.Label label1;
private UI.CsmPosEditBox txtAmount;
private UI.CsmLabel lblAmount;
private UI.CsmPosEditBox txtPluName;
private UI.CsmLabel lblPluName;
private UI.CsmLabel lblTitle;
private UI.CsmLabel btnExit;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmButton btnUp;
private UI.CsmButton btnDw;
private UI.CsmButton btnDelete;
private UI.CsmButton btnMenu4;
private UI.CsmButton btnPrint;
private UI.CsmGrid dgvData;
private UI.CsmButton btnDate;
private UI.CsmPosEditBox txtDate;
private System.Windows.Forms.Label label5;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
}
}