430 lines
24 KiB
C#
430 lines
24 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmAddBag
|
|||
|
{
|
|||
|
/// <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();
|
|||
|
this.btnSave = new Cosmos.UI.CsmButton();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.lblProd = new Cosmos.UI.CsmLabel();
|
|||
|
this.btn_AllClear = new Cosmos.UI.CsmButton();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
this.btnDwS = new Cosmos.UI.CsmButton();
|
|||
|
this.btnUpS = new Cosmos.UI.CsmButton();
|
|||
|
this.pnlBagMenu = new System.Windows.Forms.Panel();
|
|||
|
this.btnBagMenu = new Cosmos.UI.CsmMenu();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.SaleItemGrid = new Cosmos.UI.CsmGridEx();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.lblItemTotAmtTxt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblItemTotAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.lblItemSumQty = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblItemSumAmtTxt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblItemSumAmt = new Cosmos.UI.CsmLabel();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
|||
|
this.pnlBagMenu.SuspendLayout();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
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("Microsoft Sans Serif", 14F);
|
|||
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnSave.Location = new System.Drawing.Point(631, 529);
|
|||
|
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(147, 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);
|
|||
|
//
|
|||
|
// 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("Microsoft Sans Serif", 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(762, 50);
|
|||
|
this.lblTitle.TabIndex = 287;
|
|||
|
this.lblTitle.Text = "봉투 추가";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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, 153);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(756, 2);
|
|||
|
this.label2.TabIndex = 330;
|
|||
|
//
|
|||
|
// lblProd
|
|||
|
//
|
|||
|
this.lblProd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|||
|
this.lblProd.BorderStyleReDraw = false;
|
|||
|
this.lblProd.Font = new System.Drawing.Font("나눔고딕 ExtraBold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblProd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblProd.Location = new System.Drawing.Point(22, 62);
|
|||
|
this.lblProd.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblProd.Name = "lblProd";
|
|||
|
this.lblProd.Size = new System.Drawing.Size(756, 79);
|
|||
|
this.lblProd.TabIndex = 453;
|
|||
|
this.lblProd.Text = "고객님, 종이봉투(100)원인데 구입하시겠어요?";
|
|||
|
this.lblProd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// btn_AllClear
|
|||
|
//
|
|||
|
this.btn_AllClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btn_AllClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btn_AllClear.BorderStyleReDraw = false;
|
|||
|
this.btn_AllClear.ClickImage = null;
|
|||
|
this.btn_AllClear.DefaultImage = null;
|
|||
|
this.btn_AllClear.DisableImage = null;
|
|||
|
this.btn_AllClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|||
|
this.btn_AllClear.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btn_AllClear.Location = new System.Drawing.Point(449, 529);
|
|||
|
this.btn_AllClear.Name = "btn_AllClear";
|
|||
|
this.btn_AllClear.OccupancyBar = 0;
|
|||
|
this.btn_AllClear.OccupancyBar_Lv0 = null;
|
|||
|
this.btn_AllClear.OccupancyBar_Lv1 = null;
|
|||
|
this.btn_AllClear.OccupancyBar_Lv2 = null;
|
|||
|
this.btn_AllClear.OccupancyBar_Lv3 = null;
|
|||
|
this.btn_AllClear.OccupancyBar_Lv4 = null;
|
|||
|
this.btn_AllClear.Size = new System.Drawing.Size(157, 40);
|
|||
|
this.btn_AllClear.TabIndex = 459;
|
|||
|
this.btn_AllClear.Text = "초기화";
|
|||
|
this.btn_AllClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btn_AllClear.UseCompatibleTextRendering = true;
|
|||
|
this.btn_AllClear.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);
|
|||
|
//
|
|||
|
// gridDataItemBindingSource
|
|||
|
//
|
|||
|
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
|||
|
//
|
|||
|
// btnDwS
|
|||
|
//
|
|||
|
this.btnDwS.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnDwS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDwS.BorderStyleReDraw = true;
|
|||
|
this.btnDwS.ClickImage = null;
|
|||
|
this.btnDwS.DefaultImage = null;
|
|||
|
this.btnDwS.DisableImage = null;
|
|||
|
this.btnDwS.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnDwS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnDwS.Location = new System.Drawing.Point(476, 287);
|
|||
|
this.btnDwS.Name = "btnDwS";
|
|||
|
this.btnDwS.OccupancyBar = 0;
|
|||
|
this.btnDwS.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDwS.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDwS.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDwS.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDwS.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDwS.Size = new System.Drawing.Size(29, 124);
|
|||
|
this.btnDwS.TabIndex = 463;
|
|||
|
this.btnDwS.Text = "▽";
|
|||
|
this.btnDwS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDwS.UseCompatibleTextRendering = true;
|
|||
|
this.btnDwS.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnUpS
|
|||
|
//
|
|||
|
this.btnUpS.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnUpS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnUpS.BorderStyleReDraw = true;
|
|||
|
this.btnUpS.ClickImage = null;
|
|||
|
this.btnUpS.DefaultImage = null;
|
|||
|
this.btnUpS.DisableImage = null;
|
|||
|
this.btnUpS.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnUpS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnUpS.Location = new System.Drawing.Point(476, 156);
|
|||
|
this.btnUpS.Name = "btnUpS";
|
|||
|
this.btnUpS.OccupancyBar = 0;
|
|||
|
this.btnUpS.OccupancyBar_Lv0 = null;
|
|||
|
this.btnUpS.OccupancyBar_Lv1 = null;
|
|||
|
this.btnUpS.OccupancyBar_Lv2 = null;
|
|||
|
this.btnUpS.OccupancyBar_Lv3 = null;
|
|||
|
this.btnUpS.OccupancyBar_Lv4 = null;
|
|||
|
this.btnUpS.Size = new System.Drawing.Size(29, 124);
|
|||
|
this.btnUpS.TabIndex = 464;
|
|||
|
this.btnUpS.Text = "△";
|
|||
|
this.btnUpS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnUpS.UseCompatibleTextRendering = true;
|
|||
|
this.btnUpS.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// pnlBagMenu
|
|||
|
//
|
|||
|
this.pnlBagMenu.BackColor = System.Drawing.Color.White;
|
|||
|
this.pnlBagMenu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.pnlBagMenu.Controls.Add(this.btnBagMenu);
|
|||
|
this.pnlBagMenu.Location = new System.Drawing.Point(515, 154);
|
|||
|
this.pnlBagMenu.Name = "pnlBagMenu";
|
|||
|
this.pnlBagMenu.Size = new System.Drawing.Size(263, 340);
|
|||
|
this.pnlBagMenu.TabIndex = 470;
|
|||
|
//
|
|||
|
// btnBagMenu
|
|||
|
//
|
|||
|
this.btnBagMenu.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnBagMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.btnBagMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|||
|
this.btnBagMenu.BorderLineSize = 0;
|
|||
|
this.btnBagMenu.BorderStyleReDraw = false;
|
|||
|
this.btnBagMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.btnBagMenu.FontSizeUpDown = 14F;
|
|||
|
this.btnBagMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|||
|
this.btnBagMenu.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.btnBagMenu.Name = "btnBagMenu";
|
|||
|
this.btnBagMenu.Size = new System.Drawing.Size(261, 338);
|
|||
|
this.btnBagMenu.TabIndex = 476;
|
|||
|
this.btnBagMenu.TextDown = "▶";
|
|||
|
this.btnBagMenu.TextUp = "◀";
|
|||
|
this.btnBagMenu.VisibleUpDown = true;
|
|||
|
this.btnBagMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnBagMenu_MenuClickHandler);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel1.Controls.Add(this.SaleItemGrid);
|
|||
|
this.panel1.Controls.Add(this.label3);
|
|||
|
this.panel1.Controls.Add(this.lblItemTotAmtTxt);
|
|||
|
this.panel1.Controls.Add(this.lblItemTotAmt);
|
|||
|
this.panel1.Controls.Add(this.label1);
|
|||
|
this.panel1.Controls.Add(this.lblItemSumQty);
|
|||
|
this.panel1.Controls.Add(this.lblItemSumAmtTxt);
|
|||
|
this.panel1.Controls.Add(this.lblItemSumAmt);
|
|||
|
this.panel1.Location = new System.Drawing.Point(22, 154);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(452, 339);
|
|||
|
this.panel1.TabIndex = 474;
|
|||
|
//
|
|||
|
// SaleItemGrid
|
|||
|
//
|
|||
|
this.SaleItemGrid.DisplayItemCount = 5;
|
|||
|
this.SaleItemGrid.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.SaleItemGrid.GapSize = 0;
|
|||
|
this.SaleItemGrid.GridDataHeaderHeight = 0;
|
|||
|
this.SaleItemGrid.GridDataItems = null;
|
|||
|
this.SaleItemGrid.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.SaleItemGrid.Name = "SaleItemGrid";
|
|||
|
this.SaleItemGrid.SelectedIndex = 0;
|
|||
|
this.SaleItemGrid.Size = new System.Drawing.Size(450, 254);
|
|||
|
this.SaleItemGrid.TabIndex = 481;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label3.Location = new System.Drawing.Point(-1, 255);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(452, 1);
|
|||
|
this.label3.TabIndex = 480;
|
|||
|
//
|
|||
|
// lblItemTotAmtTxt
|
|||
|
//
|
|||
|
this.lblItemTotAmtTxt.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblItemTotAmtTxt.BorderStyleReDraw = false;
|
|||
|
this.lblItemTotAmtTxt.Font = new System.Drawing.Font("나눔고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblItemTotAmtTxt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblItemTotAmtTxt.Location = new System.Drawing.Point(375, 301);
|
|||
|
this.lblItemTotAmtTxt.Margin = new System.Windows.Forms.Padding(13, 0, 0, 0);
|
|||
|
this.lblItemTotAmtTxt.Name = "lblItemTotAmtTxt";
|
|||
|
this.lblItemTotAmtTxt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblItemTotAmtTxt.Size = new System.Drawing.Size(77, 30);
|
|||
|
this.lblItemTotAmtTxt.TabIndex = 479;
|
|||
|
this.lblItemTotAmtTxt.Text = "16.400";
|
|||
|
this.lblItemTotAmtTxt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblItemTotAmt
|
|||
|
//
|
|||
|
this.lblItemTotAmt.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblItemTotAmt.BorderStyleReDraw = false;
|
|||
|
this.lblItemTotAmt.Font = new System.Drawing.Font("나눔고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblItemTotAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblItemTotAmt.Location = new System.Drawing.Point(-4, 301);
|
|||
|
this.lblItemTotAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblItemTotAmt.Name = "lblItemTotAmt";
|
|||
|
this.lblItemTotAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblItemTotAmt.Size = new System.Drawing.Size(165, 30);
|
|||
|
this.lblItemTotAmt.TabIndex = 477;
|
|||
|
this.lblItemTotAmt.Text = "합계(구매제품포함)";
|
|||
|
this.lblItemTotAmt.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(0, 292);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(452, 1);
|
|||
|
this.label1.TabIndex = 474;
|
|||
|
//
|
|||
|
// lblItemSumQty
|
|||
|
//
|
|||
|
this.lblItemSumQty.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblItemSumQty.BorderStyleReDraw = false;
|
|||
|
this.lblItemSumQty.Font = new System.Drawing.Font("나눔고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblItemSumQty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblItemSumQty.Location = new System.Drawing.Point(321, 260);
|
|||
|
this.lblItemSumQty.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblItemSumQty.Name = "lblItemSumQty";
|
|||
|
this.lblItemSumQty.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblItemSumQty.Size = new System.Drawing.Size(50, 30);
|
|||
|
this.lblItemSumQty.TabIndex = 476;
|
|||
|
this.lblItemSumQty.Text = "2";
|
|||
|
this.lblItemSumQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblItemSumAmtTxt
|
|||
|
//
|
|||
|
this.lblItemSumAmtTxt.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblItemSumAmtTxt.BorderStyleReDraw = false;
|
|||
|
this.lblItemSumAmtTxt.Font = new System.Drawing.Font("나눔고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblItemSumAmtTxt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblItemSumAmtTxt.Location = new System.Drawing.Point(375, 260);
|
|||
|
this.lblItemSumAmtTxt.Margin = new System.Windows.Forms.Padding(13, 0, 0, 0);
|
|||
|
this.lblItemSumAmtTxt.Name = "lblItemSumAmtTxt";
|
|||
|
this.lblItemSumAmtTxt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblItemSumAmtTxt.Size = new System.Drawing.Size(77, 30);
|
|||
|
this.lblItemSumAmtTxt.TabIndex = 475;
|
|||
|
this.lblItemSumAmtTxt.Text = "1,000";
|
|||
|
this.lblItemSumAmtTxt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblItemSumAmt
|
|||
|
//
|
|||
|
this.lblItemSumAmt.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblItemSumAmt.BorderStyleReDraw = false;
|
|||
|
this.lblItemSumAmt.Font = new System.Drawing.Font("나눔고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblItemSumAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblItemSumAmt.Location = new System.Drawing.Point(-4, 260);
|
|||
|
this.lblItemSumAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblItemSumAmt.Name = "lblItemSumAmt";
|
|||
|
this.lblItemSumAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblItemSumAmt.Size = new System.Drawing.Size(57, 30);
|
|||
|
this.lblItemSumAmt.TabIndex = 473;
|
|||
|
this.lblItemSumAmt.Text = "소계";
|
|||
|
this.lblItemSumAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// frmAddBag
|
|||
|
//
|
|||
|
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.panel1);
|
|||
|
this.Controls.Add(this.pnlBagMenu);
|
|||
|
this.Controls.Add(this.btnDwS);
|
|||
|
this.Controls.Add(this.btnUpS);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.btn_AllClear);
|
|||
|
this.Controls.Add(this.lblProd);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.btnSave);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmAddBag";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmTakeInOut";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAddBag_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmAddBag_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
|||
|
this.pnlBagMenu.ResumeLayout(false);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmButton btnSave;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmLabel lblProd;
|
|||
|
private UI.CsmButton btn_AllClear;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmButton btnDwS;
|
|||
|
private UI.CsmButton btnUpS;
|
|||
|
private System.Windows.Forms.Panel pnlBagMenu;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private UI.CsmLabel lblItemTotAmtTxt;
|
|||
|
private UI.CsmLabel lblItemTotAmt;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private UI.CsmLabel lblItemSumQty;
|
|||
|
private UI.CsmLabel lblItemSumAmtTxt;
|
|||
|
private UI.CsmLabel lblItemSumAmt;
|
|||
|
private UI.CsmMenu btnBagMenu;
|
|||
|
private UI.CsmGridEx SaleItemGrid;
|
|||
|
}
|
|||
|
}
|