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

581 lines
35 KiB
C#

namespace Cosmos.Win
{
partial class frmTakeInOut
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnSave = new Cosmos.UI.CsmButton();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.dgvPluItem = new System.Windows.Forms.DataGridView();
this.picBack = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.grpOut = new System.Windows.Forms.GroupBox();
this.lblQtyOut = new Cosmos.UI.CsmLabel();
this.txtAmtOut = new Cosmos.UI.CsmLabel();
this.txtQtyOut = new Cosmos.UI.CsmLabel();
this.csmLabel3 = new Cosmos.UI.CsmLabel();
this.lblAmtOut = new Cosmos.UI.CsmLabel();
this.csmLabel5 = new Cosmos.UI.CsmLabel();
this.grpbIn = new System.Windows.Forms.GroupBox();
this.txtAmtIn = new Cosmos.UI.CsmLabel();
this.lblAmtIn = new Cosmos.UI.CsmLabel();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.txtQtyIn = new Cosmos.UI.CsmLabel();
this.lblQtyIn = new Cosmos.UI.CsmLabel();
this.csmLabel4 = new Cosmos.UI.CsmLabel();
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.TakeIn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.TakeOut = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ItemNm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SalePrc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SaleQty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SaleAmt = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TakeInPrc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TakeOutPrc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TakeInOutDiv = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TaxRateCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvPluItem)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.grpOut.SuspendLayout();
this.grpbIn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
this.SuspendLayout();
//
// 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(678, 538);
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 = 152;
this.btnSave.Text = "저장";
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSave.UseCompatibleTextRendering = true;
this.btnSave.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 = "Take In/Out";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dgvPluItem
//
this.dgvPluItem.BackgroundColor = System.Drawing.Color.White;
this.dgvPluItem.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dgvPluItem.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, 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.dgvPluItem.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvPluItem.ColumnHeadersHeight = 40;
this.dgvPluItem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPluItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TakeIn,
this.TakeOut,
this.ItemNm,
this.SalePrc,
this.SaleQty,
this.SaleAmt,
this.TakeInPrc,
this.TakeOutPrc,
this.TakeInOutDiv,
this.TaxRateCD});
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPluItem.DefaultCellStyle = dataGridViewCellStyle12;
this.dgvPluItem.GridColor = System.Drawing.Color.Silver;
this.dgvPluItem.Location = new System.Drawing.Point(22, 68);
this.dgvPluItem.MultiSelect = false;
this.dgvPluItem.Name = "dgvPluItem";
this.dgvPluItem.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvPluItem.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
this.dgvPluItem.RowHeadersWidth = 40;
this.dgvPluItem.RowTemplate.Height = 40;
this.dgvPluItem.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dgvPluItem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgvPluItem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPluItem.ShowEditingIcon = false;
this.dgvPluItem.Size = new System.Drawing.Size(756, 390);
this.dgvPluItem.TabIndex = 315;
this.dgvPluItem.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPluItem_CellClick);
//
// 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, 600);
this.picBack.TabIndex = 298;
this.picBack.TabStop = false;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(22, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(756, 2);
this.label2.TabIndex = 330;
//
// grpOut
//
this.grpOut.Controls.Add(this.lblQtyOut);
this.grpOut.Controls.Add(this.txtAmtOut);
this.grpOut.Controls.Add(this.txtQtyOut);
this.grpOut.Controls.Add(this.csmLabel3);
this.grpOut.Controls.Add(this.lblAmtOut);
this.grpOut.Controls.Add(this.csmLabel5);
this.grpOut.Font = new System.Drawing.Font("나눔스퀘어 Bold", 10F, System.Drawing.FontStyle.Bold);
this.grpOut.Location = new System.Drawing.Point(406, 464);
this.grpOut.Name = "grpOut";
this.grpOut.Size = new System.Drawing.Size(372, 67);
this.grpOut.TabIndex = 345;
this.grpOut.TabStop = false;
this.grpOut.Text = "Take Out";
//
// lblQtyOut
//
this.lblQtyOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblQtyOut.BorderStyleReDraw = true;
this.lblQtyOut.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblQtyOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblQtyOut.Location = new System.Drawing.Point(8, 17);
this.lblQtyOut.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblQtyOut.Name = "lblQtyOut";
this.lblQtyOut.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblQtyOut.Size = new System.Drawing.Size(59, 40);
this.lblQtyOut.TabIndex = 335;
this.lblQtyOut.Text = "QTY";
this.lblQtyOut.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtAmtOut
//
this.txtAmtOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAmtOut.BorderStyleReDraw = true;
this.txtAmtOut.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtAmtOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtAmtOut.Location = new System.Drawing.Point(238, 25);
this.txtAmtOut.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtAmtOut.Name = "txtAmtOut";
this.txtAmtOut.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtAmtOut.Size = new System.Drawing.Size(114, 26);
this.txtAmtOut.TabIndex = 335;
this.txtAmtOut.Text = "12.34";
this.txtAmtOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtQtyOut
//
this.txtQtyOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtQtyOut.BorderStyleReDraw = true;
this.txtQtyOut.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtQtyOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtQtyOut.Location = new System.Drawing.Point(76, 25);
this.txtQtyOut.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtQtyOut.Name = "txtQtyOut";
this.txtQtyOut.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtQtyOut.Size = new System.Drawing.Size(77, 26);
this.txtQtyOut.TabIndex = 335;
this.txtQtyOut.Text = "12.34";
this.txtQtyOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// csmLabel3
//
this.csmLabel3.BackColor = System.Drawing.Color.White;
this.csmLabel3.BorderStyleReDraw = true;
this.csmLabel3.Location = new System.Drawing.Point(66, 17);
this.csmLabel3.Name = "csmLabel3";
this.csmLabel3.Size = new System.Drawing.Size(97, 40);
this.csmLabel3.TabIndex = 337;
//
// lblAmtOut
//
this.lblAmtOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAmtOut.BorderStyleReDraw = true;
this.lblAmtOut.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblAmtOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAmtOut.Location = new System.Drawing.Point(170, 17);
this.lblAmtOut.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAmtOut.Name = "lblAmtOut";
this.lblAmtOut.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAmtOut.Size = new System.Drawing.Size(59, 40);
this.lblAmtOut.TabIndex = 335;
this.lblAmtOut.Text = "AMT";
this.lblAmtOut.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel5
//
this.csmLabel5.BackColor = System.Drawing.Color.White;
this.csmLabel5.BorderStyleReDraw = true;
this.csmLabel5.Location = new System.Drawing.Point(228, 17);
this.csmLabel5.Name = "csmLabel5";
this.csmLabel5.Size = new System.Drawing.Size(135, 40);
this.csmLabel5.TabIndex = 337;
//
// grpbIn
//
this.grpbIn.Controls.Add(this.txtAmtIn);
this.grpbIn.Controls.Add(this.lblAmtIn);
this.grpbIn.Controls.Add(this.csmLabel1);
this.grpbIn.Controls.Add(this.txtQtyIn);
this.grpbIn.Controls.Add(this.lblQtyIn);
this.grpbIn.Controls.Add(this.csmLabel4);
this.grpbIn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 10F, System.Drawing.FontStyle.Bold);
this.grpbIn.Location = new System.Drawing.Point(22, 464);
this.grpbIn.Name = "grpbIn";
this.grpbIn.Size = new System.Drawing.Size(372, 67);
this.grpbIn.TabIndex = 346;
this.grpbIn.TabStop = false;
this.grpbIn.Text = "Take In";
//
// txtAmtIn
//
this.txtAmtIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAmtIn.BorderStyleReDraw = true;
this.txtAmtIn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtAmtIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtAmtIn.Location = new System.Drawing.Point(238, 25);
this.txtAmtIn.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtAmtIn.Name = "txtAmtIn";
this.txtAmtIn.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtAmtIn.Size = new System.Drawing.Size(114, 26);
this.txtAmtIn.TabIndex = 335;
this.txtAmtIn.Text = "12.34";
this.txtAmtIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblAmtIn
//
this.lblAmtIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAmtIn.BorderStyleReDraw = true;
this.lblAmtIn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblAmtIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAmtIn.Location = new System.Drawing.Point(170, 17);
this.lblAmtIn.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAmtIn.Name = "lblAmtIn";
this.lblAmtIn.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAmtIn.Size = new System.Drawing.Size(59, 40);
this.lblAmtIn.TabIndex = 335;
this.lblAmtIn.Text = "AMT";
this.lblAmtIn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel1
//
this.csmLabel1.BackColor = System.Drawing.Color.White;
this.csmLabel1.BorderStyleReDraw = true;
this.csmLabel1.Location = new System.Drawing.Point(228, 17);
this.csmLabel1.Name = "csmLabel1";
this.csmLabel1.Size = new System.Drawing.Size(135, 40);
this.csmLabel1.TabIndex = 337;
//
// txtQtyIn
//
this.txtQtyIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtQtyIn.BorderStyleReDraw = true;
this.txtQtyIn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtQtyIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtQtyIn.Location = new System.Drawing.Point(76, 25);
this.txtQtyIn.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtQtyIn.Name = "txtQtyIn";
this.txtQtyIn.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtQtyIn.Size = new System.Drawing.Size(77, 26);
this.txtQtyIn.TabIndex = 335;
this.txtQtyIn.Text = "12.34";
this.txtQtyIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblQtyIn
//
this.lblQtyIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblQtyIn.BorderStyleReDraw = true;
this.lblQtyIn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblQtyIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblQtyIn.Location = new System.Drawing.Point(8, 17);
this.lblQtyIn.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblQtyIn.Name = "lblQtyIn";
this.lblQtyIn.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblQtyIn.Size = new System.Drawing.Size(59, 40);
this.lblQtyIn.TabIndex = 335;
this.lblQtyIn.Text = "QTY";
this.lblQtyIn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel4
//
this.csmLabel4.BackColor = System.Drawing.Color.White;
this.csmLabel4.BorderStyleReDraw = true;
this.csmLabel4.Location = new System.Drawing.Point(66, 17);
this.csmLabel4.Name = "csmLabel4";
this.csmLabel4.Size = new System.Drawing.Size(97, 40);
this.csmLabel4.TabIndex = 337;
//
// gridDataItemBindingSource
//
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
//
// TakeIn
//
this.TakeIn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.NullValue = false;
this.TakeIn.DefaultCellStyle = dataGridViewCellStyle2;
this.TakeIn.HeaderText = "Take In";
this.TakeIn.Name = "TakeIn";
this.TakeIn.ReadOnly = true;
this.TakeIn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.TakeIn.Width = 80;
//
// TakeOut
//
this.TakeOut.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.NullValue = false;
this.TakeOut.DefaultCellStyle = dataGridViewCellStyle3;
this.TakeOut.HeaderText = "Take Out";
this.TakeOut.Name = "TakeOut";
this.TakeOut.ReadOnly = true;
this.TakeOut.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.TakeOut.Width = 80;
//
// ItemNm
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.ItemNm.DefaultCellStyle = dataGridViewCellStyle4;
this.ItemNm.HeaderText = "상품명";
this.ItemNm.Name = "ItemNm";
this.ItemNm.ReadOnly = true;
this.ItemNm.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ItemNm.Width = 300;
//
// SalePrc
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle5.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle5.NullValue = "0";
this.SalePrc.DefaultCellStyle = dataGridViewCellStyle5;
this.SalePrc.HeaderText = "단가";
this.SalePrc.Name = "SalePrc";
this.SalePrc.ReadOnly = true;
this.SalePrc.Width = 80;
//
// SaleQty
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle6.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle6.Format = "N0";
dataGridViewCellStyle6.NullValue = "0";
this.SaleQty.DefaultCellStyle = dataGridViewCellStyle6;
this.SaleQty.HeaderText = "수량";
this.SaleQty.Name = "SaleQty";
this.SaleQty.ReadOnly = true;
this.SaleQty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.SaleQty.Width = 60;
//
// SaleAmt
//
this.SaleAmt.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle7.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle7.Format = "N0";
dataGridViewCellStyle7.NullValue = "0";
this.SaleAmt.DefaultCellStyle = dataGridViewCellStyle7;
this.SaleAmt.HeaderText = "금액";
this.SaleAmt.Name = "SaleAmt";
this.SaleAmt.ReadOnly = true;
this.SaleAmt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// TakeInPrc
//
dataGridViewCellStyle8.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.TakeInPrc.DefaultCellStyle = dataGridViewCellStyle8;
this.TakeInPrc.HeaderText = "TakeInPrc";
this.TakeInPrc.Name = "TakeInPrc";
this.TakeInPrc.ReadOnly = true;
this.TakeInPrc.Visible = false;
//
// TakeOutPrc
//
dataGridViewCellStyle9.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.TakeOutPrc.DefaultCellStyle = dataGridViewCellStyle9;
this.TakeOutPrc.HeaderText = "TakeOutPrc";
this.TakeOutPrc.Name = "TakeOutPrc";
this.TakeOutPrc.ReadOnly = true;
this.TakeOutPrc.Visible = false;
//
// TakeInOutDiv
//
dataGridViewCellStyle10.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.TakeInOutDiv.DefaultCellStyle = dataGridViewCellStyle10;
this.TakeInOutDiv.HeaderText = "TakeInOutDiv";
this.TakeInOutDiv.Name = "TakeInOutDiv";
this.TakeInOutDiv.ReadOnly = true;
this.TakeInOutDiv.Visible = false;
//
// TaxRateCD
//
dataGridViewCellStyle11.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold);
this.TaxRateCD.DefaultCellStyle = dataGridViewCellStyle11;
this.TaxRateCD.HeaderText = "SaleItem";
this.TaxRateCD.Name = "TaxRateCD";
this.TaxRateCD.ReadOnly = true;
this.TaxRateCD.Visible = false;
this.TaxRateCD.Width = 700;
//
// frmTakeInOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.grpOut);
this.Controls.Add(this.grpbIn);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvPluItem);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmTakeInOut";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmTakeInOut";
this.Activated += new System.EventHandler(this.frmTakeInOut_Activated);
this.Deactivate += new System.EventHandler(this.frmTakeInOut_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTakeInOut_FormClosing);
this.Load += new System.EventHandler(this.frmTakeInOut_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvPluItem)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.grpOut.ResumeLayout(false);
this.grpbIn.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnSave;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.DataGridView dgvPluItem;
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox grpOut;
private UI.CsmLabel lblQtyOut;
private UI.CsmLabel txtAmtOut;
private UI.CsmLabel txtQtyOut;
private UI.CsmLabel csmLabel3;
private UI.CsmLabel lblAmtOut;
private UI.CsmLabel csmLabel5;
private System.Windows.Forms.GroupBox grpbIn;
private UI.CsmLabel txtAmtIn;
private UI.CsmLabel lblAmtIn;
private UI.CsmLabel csmLabel1;
private UI.CsmLabel txtQtyIn;
private UI.CsmLabel lblQtyIn;
private UI.CsmLabel csmLabel4;
private System.Windows.Forms.DataGridViewCheckBoxColumn TakeIn;
private System.Windows.Forms.DataGridViewCheckBoxColumn TakeOut;
private System.Windows.Forms.DataGridViewTextBoxColumn ItemNm;
private System.Windows.Forms.DataGridViewTextBoxColumn SalePrc;
private System.Windows.Forms.DataGridViewTextBoxColumn SaleQty;
private System.Windows.Forms.DataGridViewTextBoxColumn SaleAmt;
private System.Windows.Forms.DataGridViewTextBoxColumn TakeInPrc;
private System.Windows.Forms.DataGridViewTextBoxColumn TakeOutPrc;
private System.Windows.Forms.DataGridViewTextBoxColumn TakeInOutDiv;
private System.Windows.Forms.DataGridViewTextBoxColumn TaxRateCD;
}
}