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

995 lines
57 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 frmAccEtcInOut
{
/// <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(frmAccEtcInOut));
this.picBack = new System.Windows.Forms.PictureBox();
this.label01 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtEtcReason = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.csmLabel3 = new Cosmos.UI.CsmLabel();
this.btnDateTo = new Cosmos.UI.CsmButton();
this.txtDateTo = new Cosmos.UI.CsmPosEditBox();
this.btnDateFrom = new Cosmos.UI.CsmButton();
this.txtDateFrom = new Cosmos.UI.CsmPosEditBox();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.lblBox6 = new Cosmos.UI.CsmLabel();
this.txtSaleDate = new Cosmos.UI.CsmPosEditBox();
this.txtAmount = new Cosmos.UI.CsmPosEditBox();
this.txtDpstWthdrNm = new Cosmos.UI.CsmPosEditBox();
this.txtCashier = new Cosmos.UI.CsmPosEditBox();
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.dgvDataList = new Cosmos.UI.CsmGrid();
this.dgvData = new Cosmos.UI.CsmGrid();
this.lblWorkFlag = new Cosmos.UI.CsmLabel();
this.padInPut = new Cosmos.UI.CsmNumpad();
this.btnCancel = new Cosmos.UI.CsmButton();
this.lblSearchDate = new Cosmos.UI.CsmLabel();
this.btnDw2 = new Cosmos.UI.CsmButton();
this.btnUp2 = new Cosmos.UI.CsmButton();
this.lblEtc = new Cosmos.UI.CsmLabel();
this.lblAmout = new Cosmos.UI.CsmLabel();
this.lblFlag = new Cosmos.UI.CsmLabel();
this.lblCashier = new Cosmos.UI.CsmLabel();
this.lblSaleDate = new Cosmos.UI.CsmLabel();
this.btnSave = new Cosmos.UI.CsmButton();
this.btnPrint = new Cosmos.UI.CsmButton();
this.btnSearch = new Cosmos.UI.CsmButton();
this.btnDmnt = new Cosmos.UI.CsmButton();
this.btnDpst = new Cosmos.UI.CsmButton();
this.btnDw = new Cosmos.UI.CsmButton();
this.btnUp = new Cosmos.UI.CsmButton();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
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(1024, 696);
this.picBack.TabIndex = 227;
this.picBack.TabStop = false;
//
// label01
//
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label01.Location = new System.Drawing.Point(349, 67);
this.label01.Name = "label01";
this.label01.Size = new System.Drawing.Size(323, 2);
this.label01.TabIndex = 491;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(16, 331);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(518, 2);
this.label2.TabIndex = 501;
//
// txtEtcReason
//
this.txtEtcReason.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtEtcReason.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtEtcReason.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtEtcReason.Location = new System.Drawing.Point(487, 232);
this.txtEtcReason.MaxLength = 4000;
this.txtEtcReason.Multiline = true;
this.txtEtcReason.Name = "txtEtcReason";
this.txtEtcReason.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtEtcReason.Size = new System.Drawing.Size(168, 76);
this.txtEtcReason.TabIndex = 509;
this.txtEtcReason.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// label17
//
this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label17.Location = new System.Drawing.Point(16, 121);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(317, 2);
this.label17.TabIndex = 512;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label3.Location = new System.Drawing.Point(16, 386);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(991, 2);
this.label3.TabIndex = 513;
//
// csmLabel3
//
this.csmLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.csmLabel3.BorderStyleReDraw = true;
this.csmLabel3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel3.ForeColor = System.Drawing.Color.Black;
this.csmLabel3.Location = new System.Drawing.Point(486, 231);
this.csmLabel3.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel3.Name = "csmLabel3";
this.csmLabel3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel3.Size = new System.Drawing.Size(170, 78);
this.csmLabel3.TabIndex = 524;
this.csmLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnDateTo
//
this.btnDateTo.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnDateTo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDateTo.BorderStyleReDraw = true;
this.btnDateTo.ClickImage = null;
this.btnDateTo.DefaultImage = null;
this.btnDateTo.DisableImage = null;
this.btnDateTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.btnDateTo.ForeColor = System.Drawing.Color.Black;
this.btnDateTo.Image = ((System.Drawing.Image)(resources.GetObject("btnDateTo.Image")));
this.btnDateTo.Location = new System.Drawing.Point(488, 338);
this.btnDateTo.Name = "btnDateTo";
this.btnDateTo.OccupancyBar = 0;
this.btnDateTo.OccupancyBar_Lv0 = null;
this.btnDateTo.OccupancyBar_Lv1 = null;
this.btnDateTo.OccupancyBar_Lv2 = null;
this.btnDateTo.OccupancyBar_Lv3 = null;
this.btnDateTo.OccupancyBar_Lv4 = null;
this.btnDateTo.Size = new System.Drawing.Size(30, 30);
this.btnDateTo.TabIndex = 517;
this.btnDateTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDateTo.Click += new System.EventHandler(this.btnDateTo_Click);
//
// txtDateTo
//
this.txtDateTo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDateTo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDateTo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDateTo.BorderStyleReDraw = false;
this.txtDateTo.ClearFlag = false;
this.txtDateTo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDateTo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDateTo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
this.txtDateTo.InputType = Cosmos.UI.InputType.Date;
this.txtDateTo.InputTypeFormat = "";
this.txtDateTo.Location = new System.Drawing.Point(357, 338);
this.txtDateTo.Margin = new System.Windows.Forms.Padding(5);
this.txtDateTo.MaxLength = 10;
this.txtDateTo.MaxLengthAutoEnd = false;
this.txtDateTo.MaxLengthForKeyIn = 32767;
this.txtDateTo.MaxLengthForNumpad = 32767;
this.txtDateTo.Name = "txtDateTo";
this.txtDateTo.PasswordChar = '\0';
this.txtDateTo.ReadOnly = false;
this.txtDateTo.Size = new System.Drawing.Size(130, 30);
this.txtDateTo.TabIndex = 516;
this.txtDateTo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDateTo.UseDualMaxLength = false;
this.txtDateTo.Value = "20160101";
//
// btnDateFrom
//
this.btnDateFrom.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnDateFrom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDateFrom.BorderStyleReDraw = true;
this.btnDateFrom.ClickImage = null;
this.btnDateFrom.DefaultImage = null;
this.btnDateFrom.DisableImage = null;
this.btnDateFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.btnDateFrom.ForeColor = System.Drawing.Color.Black;
this.btnDateFrom.Image = ((System.Drawing.Image)(resources.GetObject("btnDateFrom.Image")));
this.btnDateFrom.Location = new System.Drawing.Point(285, 338);
this.btnDateFrom.Name = "btnDateFrom";
this.btnDateFrom.OccupancyBar = 0;
this.btnDateFrom.OccupancyBar_Lv0 = null;
this.btnDateFrom.OccupancyBar_Lv1 = null;
this.btnDateFrom.OccupancyBar_Lv2 = null;
this.btnDateFrom.OccupancyBar_Lv3 = null;
this.btnDateFrom.OccupancyBar_Lv4 = null;
this.btnDateFrom.Size = new System.Drawing.Size(30, 30);
this.btnDateFrom.TabIndex = 515;
this.btnDateFrom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDateFrom.Click += new System.EventHandler(this.btnDateFrom_Click);
//
// txtDateFrom
//
this.txtDateFrom.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDateFrom.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDateFrom.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDateFrom.BorderStyleReDraw = false;
this.txtDateFrom.ClearFlag = false;
this.txtDateFrom.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDateFrom.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDateFrom.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
this.txtDateFrom.InputType = Cosmos.UI.InputType.Date;
this.txtDateFrom.InputTypeFormat = "";
this.txtDateFrom.Location = new System.Drawing.Point(154, 338);
this.txtDateFrom.Margin = new System.Windows.Forms.Padding(5);
this.txtDateFrom.MaxLength = 10;
this.txtDateFrom.MaxLengthAutoEnd = false;
this.txtDateFrom.MaxLengthForKeyIn = 32767;
this.txtDateFrom.MaxLengthForNumpad = 32767;
this.txtDateFrom.Name = "txtDateFrom";
this.txtDateFrom.PasswordChar = '\0';
this.txtDateFrom.ReadOnly = false;
this.txtDateFrom.Size = new System.Drawing.Size(130, 30);
this.txtDateFrom.TabIndex = 514;
this.txtDateFrom.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDateFrom.UseDualMaxLength = false;
this.txtDateFrom.Value = "20160101";
//
// csmLabel1
//
this.csmLabel1.AutoSize = true;
this.csmLabel1.BackColor = System.Drawing.Color.White;
this.csmLabel1.BorderStyleReDraw = false;
this.csmLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel1.Location = new System.Drawing.Point(328, 345);
this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel1.Name = "csmLabel1";
this.csmLabel1.Size = new System.Drawing.Size(21, 24);
this.csmLabel1.TabIndex = 504;
this.csmLabel1.Text = "~";
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblBox6
//
this.lblBox6.BackColor = System.Drawing.Color.White;
this.lblBox6.BorderStyleReDraw = true;
this.lblBox6.Location = new System.Drawing.Point(137, 332);
this.lblBox6.Name = "lblBox6";
this.lblBox6.Size = new System.Drawing.Size(397, 40);
this.lblBox6.TabIndex = 523;
//
// 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("맑은 고딕", 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(486, 75);
this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5);
this.txtSaleDate.MaxLength = 37;
this.txtSaleDate.MaxLengthAutoEnd = false;
this.txtSaleDate.MaxLengthForKeyIn = 32767;
this.txtSaleDate.MaxLengthForNumpad = 32767;
this.txtSaleDate.Name = "txtSaleDate";
this.txtSaleDate.PasswordChar = '\0';
this.txtSaleDate.ReadOnly = true;
this.txtSaleDate.Size = new System.Drawing.Size(170, 26);
this.txtSaleDate.TabIndex = 486;
this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtSaleDate.UseDualMaxLength = false;
this.txtSaleDate.Value = "";
//
// 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("맑은 고딕", 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(486, 192);
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(170, 26);
this.txtAmount.TabIndex = 489;
this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtAmount.UseDualMaxLength = false;
this.txtAmount.Value = "";
this.txtAmount.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtAmount.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// txtDpstWthdrNm
//
this.txtDpstWthdrNm.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDpstWthdrNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDpstWthdrNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDpstWthdrNm.BorderStyleReDraw = false;
this.txtDpstWthdrNm.ClearFlag = false;
this.txtDpstWthdrNm.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDpstWthdrNm.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDpstWthdrNm.Enabled = false;
this.txtDpstWthdrNm.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtDpstWthdrNm.InputType = Cosmos.UI.InputType.None;
this.txtDpstWthdrNm.InputTypeFormat = "";
this.txtDpstWthdrNm.Location = new System.Drawing.Point(486, 153);
this.txtDpstWthdrNm.Margin = new System.Windows.Forms.Padding(5);
this.txtDpstWthdrNm.MaxLength = 100;
this.txtDpstWthdrNm.MaxLengthAutoEnd = false;
this.txtDpstWthdrNm.MaxLengthForKeyIn = 32767;
this.txtDpstWthdrNm.MaxLengthForNumpad = 32767;
this.txtDpstWthdrNm.Name = "txtDpstWthdrNm";
this.txtDpstWthdrNm.PasswordChar = '\0';
this.txtDpstWthdrNm.ReadOnly = false;
this.txtDpstWthdrNm.Size = new System.Drawing.Size(170, 26);
this.txtDpstWthdrNm.TabIndex = 488;
this.txtDpstWthdrNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDpstWthdrNm.UseDualMaxLength = false;
this.txtDpstWthdrNm.Value = "";
//
// txtCashier
//
this.txtCashier.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCashier.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtCashier.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtCashier.BorderStyleReDraw = false;
this.txtCashier.ClearFlag = false;
this.txtCashier.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtCashier.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtCashier.Enabled = false;
this.txtCashier.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtCashier.InputType = Cosmos.UI.InputType.None;
this.txtCashier.InputTypeFormat = "";
this.txtCashier.Location = new System.Drawing.Point(486, 114);
this.txtCashier.Margin = new System.Windows.Forms.Padding(5);
this.txtCashier.MaxLength = 37;
this.txtCashier.MaxLengthAutoEnd = false;
this.txtCashier.MaxLengthForKeyIn = 32767;
this.txtCashier.MaxLengthForNumpad = 32767;
this.txtCashier.Name = "txtCashier";
this.txtCashier.PasswordChar = '\0';
this.txtCashier.ReadOnly = true;
this.txtCashier.Size = new System.Drawing.Size(170, 26);
this.txtCashier.TabIndex = 487;
this.txtCashier.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCashier.UseDualMaxLength = false;
this.txtCashier.Value = "";
//
// lblBox5
//
this.lblBox5.BackColor = System.Drawing.Color.White;
this.lblBox5.BorderStyleReDraw = true;
this.lblBox5.Location = new System.Drawing.Point(470, 224);
this.lblBox5.Name = "lblBox5";
this.lblBox5.Size = new System.Drawing.Size(202, 93);
this.lblBox5.TabIndex = 518;
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(470, 185);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(202, 40);
this.lblBox4.TabIndex = 519;
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(470, 146);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(202, 40);
this.lblBox3.TabIndex = 520;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(470, 107);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(202, 40);
this.lblBox2.TabIndex = 521;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(470, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(202, 40);
this.lblBox1.TabIndex = 522;
//
// dgvDataList
//
this.dgvDataList.BackColor = System.Drawing.Color.White;
this.dgvDataList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.dgvDataList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
this.dgvDataList.CsmGridBackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
this.dgvDataList.CsmGridColumnCount = 0;
this.dgvDataList.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.dgvDataList.CsmGridColumnHeadersHeight = 18;
this.dgvDataList.CsmGridColumnHeadersVisible = false;
this.dgvDataList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
this.dgvDataList.CsmGridFirstDisplayedScrollingRowIndex = -1;
this.dgvDataList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
this.dgvDataList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
this.dgvDataList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
this.dgvDataList.CsmGridIndicateForeColor = System.Drawing.Color.White;
this.dgvDataList.CsmGridRowMove = true;
this.dgvDataList.CsmGridRowsHeight = 35;
this.dgvDataList.CsmGridShowPageRowsCount = 4;
this.dgvDataList.Font = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.dgvDataList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.dgvDataList.Location = new System.Drawing.Point(16, 387);
this.dgvDataList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvDataList.Name = "dgvDataList";
this.dgvDataList.Size = new System.Drawing.Size(963, 293);
this.dgvDataList.TabIndex = 511;
//
// 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(16, 122);
this.dgvData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvData.Name = "dgvData";
this.dgvData.Size = new System.Drawing.Size(289, 195);
this.dgvData.TabIndex = 510;
this.dgvData.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.dgvData_GridClickEvent);
//
// lblWorkFlag
//
this.lblWorkFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblWorkFlag.BorderStyleReDraw = true;
this.lblWorkFlag.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblWorkFlag.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblWorkFlag.Location = new System.Drawing.Point(17, 67);
this.lblWorkFlag.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblWorkFlag.Name = "lblWorkFlag";
this.lblWorkFlag.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblWorkFlag.Size = new System.Drawing.Size(122, 40);
this.lblWorkFlag.TabIndex = 508;
this.lblWorkFlag.Text = "업무구분";
this.lblWorkFlag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(686, 67);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 507;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = true;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCancel.BorderStyleReDraw = false;
this.btnCancel.ClickImage = null;
this.btnCancel.DefaultImage = null;
this.btnCancel.DisableImage = null;
this.btnCancel.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(907, 332);
this.btnCancel.Name = "btnCancel";
this.btnCancel.OccupancyBar = 0;
this.btnCancel.OccupancyBar_Lv0 = null;
this.btnCancel.OccupancyBar_Lv1 = null;
this.btnCancel.OccupancyBar_Lv2 = null;
this.btnCancel.OccupancyBar_Lv3 = null;
this.btnCancel.OccupancyBar_Lv4 = null;
this.btnCancel.Size = new System.Drawing.Size(100, 40);
this.btnCancel.TabIndex = 506;
this.btnCancel.Text = "삭제";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCancel.UseCompatibleTextRendering = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblSearchDate
//
this.lblSearchDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblSearchDate.BorderStyleReDraw = true;
this.lblSearchDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblSearchDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblSearchDate.Location = new System.Drawing.Point(16, 332);
this.lblSearchDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblSearchDate.Name = "lblSearchDate";
this.lblSearchDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblSearchDate.Size = new System.Drawing.Size(122, 40);
this.lblSearchDate.TabIndex = 500;
this.lblSearchDate.Text = "조회일자";
this.lblSearchDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnDw2
//
this.btnDw2.BackColor = System.Drawing.Color.White;
this.btnDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDw2.BorderStyleReDraw = true;
this.btnDw2.ClickImage = null;
this.btnDw2.DefaultImage = null;
this.btnDw2.DisableImage = null;
this.btnDw2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnDw2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.btnDw2.Location = new System.Drawing.Point(978, 533);
this.btnDw2.Name = "btnDw2";
this.btnDw2.OccupancyBar = 0;
this.btnDw2.OccupancyBar_Lv0 = null;
this.btnDw2.OccupancyBar_Lv1 = null;
this.btnDw2.OccupancyBar_Lv2 = null;
this.btnDw2.OccupancyBar_Lv3 = null;
this.btnDw2.OccupancyBar_Lv4 = null;
this.btnDw2.Size = new System.Drawing.Size(29, 147);
this.btnDw2.TabIndex = 499;
this.btnDw2.Text = "▽";
this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw2.UseCompatibleTextRendering = true;
this.btnDw2.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnUp2
//
this.btnUp2.BackColor = System.Drawing.Color.White;
this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUp2.BorderStyleReDraw = true;
this.btnUp2.ClickImage = null;
this.btnUp2.DefaultImage = null;
this.btnUp2.DisableImage = null;
this.btnUp2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.btnUp2.Location = new System.Drawing.Point(978, 387);
this.btnUp2.Name = "btnUp2";
this.btnUp2.OccupancyBar = 0;
this.btnUp2.OccupancyBar_Lv0 = null;
this.btnUp2.OccupancyBar_Lv1 = null;
this.btnUp2.OccupancyBar_Lv2 = null;
this.btnUp2.OccupancyBar_Lv3 = null;
this.btnUp2.OccupancyBar_Lv4 = null;
this.btnUp2.Size = new System.Drawing.Size(29, 147);
this.btnUp2.TabIndex = 498;
this.btnUp2.Text = "△";
this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp2.UseCompatibleTextRendering = true;
this.btnUp2.Click += new System.EventHandler(this.btnSelProc_Click);
//
// lblEtc
//
this.lblEtc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblEtc.BorderStyleReDraw = true;
this.lblEtc.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblEtc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblEtc.Location = new System.Drawing.Point(349, 224);
this.lblEtc.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblEtc.Name = "lblEtc";
this.lblEtc.Padding = new System.Windows.Forms.Padding(5, 10, 0, 0);
this.lblEtc.Size = new System.Drawing.Size(122, 93);
this.lblEtc.TabIndex = 485;
this.lblEtc.Text = "기타사유";
//
// lblAmout
//
this.lblAmout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAmout.BorderStyleReDraw = true;
this.lblAmout.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblAmout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAmout.Location = new System.Drawing.Point(349, 185);
this.lblAmout.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAmout.Name = "lblAmout";
this.lblAmout.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAmout.Size = new System.Drawing.Size(122, 40);
this.lblAmout.TabIndex = 484;
this.lblAmout.Text = "등록금액";
this.lblAmout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblFlag
//
this.lblFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblFlag.BorderStyleReDraw = true;
this.lblFlag.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblFlag.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblFlag.Location = new System.Drawing.Point(349, 146);
this.lblFlag.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblFlag.Name = "lblFlag";
this.lblFlag.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblFlag.Size = new System.Drawing.Size(122, 40);
this.lblFlag.TabIndex = 483;
this.lblFlag.Text = "계 정";
this.lblFlag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblCashier
//
this.lblCashier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCashier.BorderStyleReDraw = true;
this.lblCashier.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblCashier.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCashier.Location = new System.Drawing.Point(349, 107);
this.lblCashier.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCashier.Name = "lblCashier";
this.lblCashier.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCashier.Size = new System.Drawing.Size(122, 40);
this.lblCashier.TabIndex = 482;
this.lblCashier.Text = "등 록 자";
this.lblCashier.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(349, 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 = 481;
this.lblSaleDate.Text = "영업일자";
this.lblSaleDate.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 = false;
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(805, 332);
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, 40);
this.btnSave.TabIndex = 480;
this.btnSave.Text = "저장";
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnPrint
//
this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPrint.BorderStyleReDraw = false;
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.White;
this.btnPrint.Location = new System.Drawing.Point(703, 332);
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(100, 40);
this.btnPrint.TabIndex = 479;
this.btnPrint.Text = "출력";
this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// 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("나눔스퀘어", 14F);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(601, 332);
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(100, 40);
this.btnSearch.TabIndex = 478;
this.btnSearch.Text = "조회";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnDmnt
//
this.btnDmnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
this.btnDmnt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDmnt.BorderStyleReDraw = false;
this.btnDmnt.ClickImage = null;
this.btnDmnt.DefaultImage = null;
this.btnDmnt.DisableImage = null;
this.btnDmnt.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnDmnt.ForeColor = System.Drawing.Color.White;
this.btnDmnt.Location = new System.Drawing.Point(243, 67);
this.btnDmnt.Name = "btnDmnt";
this.btnDmnt.OccupancyBar = 0;
this.btnDmnt.OccupancyBar_Lv0 = null;
this.btnDmnt.OccupancyBar_Lv1 = null;
this.btnDmnt.OccupancyBar_Lv2 = null;
this.btnDmnt.OccupancyBar_Lv3 = null;
this.btnDmnt.OccupancyBar_Lv4 = null;
this.btnDmnt.Size = new System.Drawing.Size(90, 40);
this.btnDmnt.TabIndex = 476;
this.btnDmnt.Text = "출금";
this.btnDmnt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDmnt.Click += new System.EventHandler(this.btnPay_Click);
//
// btnDpst
//
this.btnDpst.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnDpst.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDpst.BorderStyleReDraw = false;
this.btnDpst.ClickImage = null;
this.btnDpst.DefaultImage = null;
this.btnDpst.DisableImage = null;
this.btnDpst.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnDpst.ForeColor = System.Drawing.Color.White;
this.btnDpst.Location = new System.Drawing.Point(151, 67);
this.btnDpst.Name = "btnDpst";
this.btnDpst.OccupancyBar = 0;
this.btnDpst.OccupancyBar_Lv0 = null;
this.btnDpst.OccupancyBar_Lv1 = null;
this.btnDpst.OccupancyBar_Lv2 = null;
this.btnDpst.OccupancyBar_Lv3 = null;
this.btnDpst.OccupancyBar_Lv4 = null;
this.btnDpst.Size = new System.Drawing.Size(90, 40);
this.btnDpst.TabIndex = 477;
this.btnDpst.Text = "입금";
this.btnDpst.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDpst.Click += new System.EventHandler(this.btnPay_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("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.btnDw.Location = new System.Drawing.Point(304, 219);
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, 98);
this.btnDw.TabIndex = 475;
this.btnDw.Text = "";
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw.UseCompatibleTextRendering = true;
this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click);
//
// 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("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.btnUp.Location = new System.Drawing.Point(304, 122);
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, 98);
this.btnUp.TabIndex = 474;
this.btnUp.Text = "∧";
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp.UseCompatibleTextRendering = true;
this.btnUp.Click += new System.EventHandler(this.btnSelProc_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(965, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 229;
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(950, 50);
this.lblTitle.TabIndex = 228;
this.lblTitle.Text = "기타 입출금 등록";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmAccEtcInOut
//
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(1024, 696);
this.Controls.Add(this.txtEtcReason);
this.Controls.Add(this.csmLabel3);
this.Controls.Add(this.label17);
this.Controls.Add(this.btnDateTo);
this.Controls.Add(this.txtDateTo);
this.Controls.Add(this.btnDateFrom);
this.Controls.Add(this.txtDateFrom);
this.Controls.Add(this.csmLabel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblBox6);
this.Controls.Add(this.label01);
this.Controls.Add(this.txtSaleDate);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.txtDpstWthdrNm);
this.Controls.Add(this.txtCashier);
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.dgvDataList);
this.Controls.Add(this.label3);
this.Controls.Add(this.dgvData);
this.Controls.Add(this.lblWorkFlag);
this.Controls.Add(this.padInPut);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lblSearchDate);
this.Controls.Add(this.btnDw2);
this.Controls.Add(this.btnUp2);
this.Controls.Add(this.lblEtc);
this.Controls.Add(this.lblAmout);
this.Controls.Add(this.lblFlag);
this.Controls.Add(this.lblCashier);
this.Controls.Add(this.lblSaleDate);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnDmnt);
this.Controls.Add(this.btnDpst);
this.Controls.Add(this.btnDw);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmAccEtcInOut";
this.ShowInTaskbar = false;
this.Text = "AccEtcInOut_Test";
this.Activated += new System.EventHandler(this.frmAccEtcInOut_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAccEtcInOut_FormClosing);
this.Load += new System.EventHandler(this.frmAccEtcInout_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmButton btnDw;
private UI.CsmButton btnUp;
private UI.CsmButton btnDmnt;
private UI.CsmButton btnDpst;
private UI.CsmButton btnSave;
private UI.CsmButton btnPrint;
private UI.CsmButton btnSearch;
private System.Windows.Forms.Label label01;
private UI.CsmPosEditBox txtAmount;
private UI.CsmPosEditBox txtDpstWthdrNm;
private UI.CsmPosEditBox txtCashier;
private UI.CsmPosEditBox txtSaleDate;
private UI.CsmLabel lblEtc;
private UI.CsmLabel lblAmout;
private UI.CsmLabel lblFlag;
private UI.CsmLabel lblCashier;
private UI.CsmLabel lblSaleDate;
private UI.CsmButton btnDw2;
private UI.CsmButton btnUp2;
private UI.CsmLabel csmLabel1;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblSearchDate;
private UI.CsmButton btnCancel;
private UI.CsmNumpad padInPut;
private UI.CsmLabel lblWorkFlag;
private System.Windows.Forms.TextBox txtEtcReason;
private UI.CsmGrid dgvData;
private UI.CsmGrid dgvDataList;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label3;
private UI.CsmButton btnDateFrom;
private UI.CsmPosEditBox txtDateFrom;
private UI.CsmButton btnDateTo;
private UI.CsmPosEditBox txtDateTo;
private UI.CsmLabel lblBox5;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
private UI.CsmLabel lblBox6;
private UI.CsmLabel csmLabel3;
}
}