585 lines
33 KiB
C#
585 lines
33 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmBundleiTem
|
|
{
|
|
/// <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.btnAddOne = new Cosmos.UI.CsmButton();
|
|
this.padInPut = new Cosmos.UI.CsmNumpad();
|
|
this.txtSaleAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnDelete = new Cosmos.UI.CsmButton();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnAddAll = new Cosmos.UI.CsmButton();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnComplete = new Cosmos.UI.CsmButton();
|
|
this.cglAlliTem = new Cosmos.UI.CsmGrid();
|
|
this.cgdBundleiTem = new Cosmos.UI.CsmGrid();
|
|
this.btnAllDw = new Cosmos.UI.CsmButton();
|
|
this.btnAllUp = new Cosmos.UI.CsmButton();
|
|
this.btnBudleDw = new Cosmos.UI.CsmButton();
|
|
this.btnBudleUp = new Cosmos.UI.CsmButton();
|
|
this.btnCancel = new Cosmos.UI.CsmButton();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddOne
|
|
//
|
|
this.btnAddOne.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnAddOne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAddOne.BorderStyleReDraw = false;
|
|
this.btnAddOne.ClickImage = null;
|
|
this.btnAddOne.DefaultImage = null;
|
|
this.btnAddOne.DisableImage = null;
|
|
this.btnAddOne.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnAddOne.ForeColor = System.Drawing.Color.White;
|
|
this.btnAddOne.Location = new System.Drawing.Point(232, 303);
|
|
this.btnAddOne.Name = "btnAddOne";
|
|
this.btnAddOne.OccupancyBar = 0;
|
|
this.btnAddOne.OccupancyBar_Lv0 = null;
|
|
this.btnAddOne.OccupancyBar_Lv1 = null;
|
|
this.btnAddOne.OccupancyBar_Lv2 = null;
|
|
this.btnAddOne.OccupancyBar_Lv3 = null;
|
|
this.btnAddOne.OccupancyBar_Lv4 = null;
|
|
this.btnAddOne.Size = new System.Drawing.Size(104, 40);
|
|
this.btnAddOne.TabIndex = 133;
|
|
this.btnAddOne.Text = "추가";
|
|
this.btnAddOne.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAddOne.UseCompatibleTextRendering = true;
|
|
this.btnAddOne.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// padInPut
|
|
//
|
|
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
|
this.padInPut.BtnDotEnable = true;
|
|
this.padInPut.BtnMinusEnable = false;
|
|
this.padInPut.BtnPlusEnable = false;
|
|
this.padInPut.BtnQtyEnable = false;
|
|
this.padInPut.BtnSearchEnable = false;
|
|
this.padInPut.ClearBtnText = "CLEAR";
|
|
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
|
|
this.padInPut.Location = new System.Drawing.Point(456, 328);
|
|
this.padInPut.Name = "padInPut";
|
|
this.padInPut.QtyBtnText = "QTY";
|
|
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
|
this.padInPut.TabIndex = 17;
|
|
this.padInPut.ThemeColor = "000000000";
|
|
this.padInPut.Use4By4 = true;
|
|
//
|
|
// txtSaleAmt
|
|
//
|
|
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtSaleAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtSaleAmt.BorderStyleReDraw = false;
|
|
this.txtSaleAmt.ClearFlag = false;
|
|
this.txtSaleAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtSaleAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtSaleAmt.InputTypeFormat = "";
|
|
this.txtSaleAmt.Location = new System.Drawing.Point(595, 114);
|
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtSaleAmt.MaxLength = 15;
|
|
this.txtSaleAmt.MaxLengthAutoEnd = false;
|
|
this.txtSaleAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtSaleAmt.MaxLengthForNumpad = 32767;
|
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|
this.txtSaleAmt.PasswordChar = '\0';
|
|
this.txtSaleAmt.ReadOnly = false;
|
|
this.txtSaleAmt.Size = new System.Drawing.Size(166, 26);
|
|
this.txtSaleAmt.TabIndex = 105;
|
|
this.txtSaleAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtSaleAmt.UseDualMaxLength = false;
|
|
this.txtSaleAmt.Value = "";
|
|
this.txtSaleAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtSaleAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDelete.BorderStyleReDraw = false;
|
|
this.btnDelete.ClickImage = null;
|
|
this.btnDelete.DefaultImage = null;
|
|
this.btnDelete.DisableImage = null;
|
|
this.btnDelete.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnDelete.ForeColor = System.Drawing.Color.White;
|
|
this.btnDelete.Location = new System.Drawing.Point(338, 303);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.OccupancyBar = 0;
|
|
this.btnDelete.OccupancyBar_Lv0 = null;
|
|
this.btnDelete.OccupancyBar_Lv1 = null;
|
|
this.btnDelete.OccupancyBar_Lv2 = null;
|
|
this.btnDelete.OccupancyBar_Lv3 = null;
|
|
this.btnDelete.OccupancyBar_Lv4 = null;
|
|
this.btnDelete.Size = new System.Drawing.Size(104, 40);
|
|
this.btnDelete.TabIndex = 152;
|
|
this.btnDelete.Text = "삭제";
|
|
this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDelete.UseCompatibleTextRendering = true;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblPayAmt
|
|
//
|
|
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblPayAmt.BorderStyleReDraw = true;
|
|
this.lblPayAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblPayAmt.Location = new System.Drawing.Point(456, 68);
|
|
this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblPayAmt.Name = "lblPayAmt";
|
|
this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblPayAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblPayAmt.TabIndex = 104;
|
|
this.lblPayAmt.Text = "선택금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnExit.BorderStyleReDraw = false;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(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", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(16, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(728, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "묶음상품/쇼킹박스";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblSaleAmt
|
|
//
|
|
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSaleAmt.BorderStyleReDraw = true;
|
|
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSaleAmt.Location = new System.Drawing.Point(456, 107);
|
|
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSaleAmt.Name = "lblSaleAmt";
|
|
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSaleAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSaleAmt.TabIndex = 283;
|
|
this.lblSaleAmt.Text = "판매금액";
|
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(456, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(322, 2);
|
|
this.label2.TabIndex = 305;
|
|
//
|
|
// btnAddAll
|
|
//
|
|
this.btnAddAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnAddAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAddAll.BorderStyleReDraw = false;
|
|
this.btnAddAll.ClickImage = null;
|
|
this.btnAddAll.DefaultImage = null;
|
|
this.btnAddAll.DisableImage = null;
|
|
this.btnAddAll.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnAddAll.ForeColor = System.Drawing.Color.White;
|
|
this.btnAddAll.Location = new System.Drawing.Point(126, 303);
|
|
this.btnAddAll.Name = "btnAddAll";
|
|
this.btnAddAll.OccupancyBar = 0;
|
|
this.btnAddAll.OccupancyBar_Lv0 = null;
|
|
this.btnAddAll.OccupancyBar_Lv1 = null;
|
|
this.btnAddAll.OccupancyBar_Lv2 = null;
|
|
this.btnAddAll.OccupancyBar_Lv3 = null;
|
|
this.btnAddAll.OccupancyBar_Lv4 = null;
|
|
this.btnAddAll.Size = new System.Drawing.Size(104, 40);
|
|
this.btnAddAll.TabIndex = 133;
|
|
this.btnAddAll.Text = "전체";
|
|
this.btnAddAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAddAll.UseCompatibleTextRendering = true;
|
|
this.btnAddAll.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.InitialImage = null;
|
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(800, 600);
|
|
this.picBack.TabIndex = 298;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// gridDataItemBindingSource
|
|
//
|
|
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
|
//
|
|
// txtPayAmt
|
|
//
|
|
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.BorderStyleReDraw = true;
|
|
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtPayAmt.Location = new System.Drawing.Point(595, 75);
|
|
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtPayAmt.Name = "txtPayAmt";
|
|
this.txtPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtPayAmt.Size = new System.Drawing.Size(166, 26);
|
|
this.txtPayAmt.TabIndex = 319;
|
|
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// btnComplete
|
|
//
|
|
this.btnComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnComplete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnComplete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnComplete.BorderStyleReDraw = false;
|
|
this.btnComplete.ClickImage = null;
|
|
this.btnComplete.DefaultImage = null;
|
|
this.btnComplete.DisableImage = null;
|
|
this.btnComplete.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnComplete.ForeColor = System.Drawing.Color.White;
|
|
this.btnComplete.Location = new System.Drawing.Point(674, 161);
|
|
this.btnComplete.Name = "btnComplete";
|
|
this.btnComplete.OccupancyBar = 0;
|
|
this.btnComplete.OccupancyBar_Lv0 = null;
|
|
this.btnComplete.OccupancyBar_Lv1 = null;
|
|
this.btnComplete.OccupancyBar_Lv2 = null;
|
|
this.btnComplete.OccupancyBar_Lv3 = null;
|
|
this.btnComplete.OccupancyBar_Lv4 = null;
|
|
this.btnComplete.Size = new System.Drawing.Size(104, 40);
|
|
this.btnComplete.TabIndex = 321;
|
|
this.btnComplete.Text = "묶음적용";
|
|
this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnComplete.UseCompatibleTextRendering = true;
|
|
this.btnComplete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// cglAlliTem
|
|
//
|
|
this.cglAlliTem.BackColor = System.Drawing.Color.White;
|
|
this.cglAlliTem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.cglAlliTem.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.cglAlliTem.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.cglAlliTem.CsmGridColumnCount = 0;
|
|
this.cglAlliTem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cglAlliTem.CsmGridColumnHeadersHeight = 18;
|
|
this.cglAlliTem.CsmGridColumnHeadersVisible = false;
|
|
this.cglAlliTem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.cglAlliTem.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.cglAlliTem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.cglAlliTem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.cglAlliTem.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.cglAlliTem.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.cglAlliTem.CsmGridRowMove = true;
|
|
this.cglAlliTem.CsmGridRowsHeight = 35;
|
|
this.cglAlliTem.CsmGridShowPageRowsCount = 6;
|
|
this.cglAlliTem.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cglAlliTem.Location = new System.Drawing.Point(22, 68);
|
|
this.cglAlliTem.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cglAlliTem.Name = "cglAlliTem";
|
|
this.cglAlliTem.Size = new System.Drawing.Size(420, 175);
|
|
this.cglAlliTem.TabIndex = 322;
|
|
//
|
|
// cgdBundleiTem
|
|
//
|
|
this.cgdBundleiTem.BackColor = System.Drawing.Color.White;
|
|
this.cgdBundleiTem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.cgdBundleiTem.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.cgdBundleiTem.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.cgdBundleiTem.CsmGridColumnCount = 0;
|
|
this.cgdBundleiTem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cgdBundleiTem.CsmGridColumnHeadersHeight = 18;
|
|
this.cgdBundleiTem.CsmGridColumnHeadersVisible = false;
|
|
this.cgdBundleiTem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.cgdBundleiTem.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.cgdBundleiTem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.cgdBundleiTem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.cgdBundleiTem.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.cgdBundleiTem.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.cgdBundleiTem.CsmGridRowMove = true;
|
|
this.cgdBundleiTem.CsmGridRowsHeight = 35;
|
|
this.cgdBundleiTem.CsmGridShowPageRowsCount = 6;
|
|
this.cgdBundleiTem.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cgdBundleiTem.Location = new System.Drawing.Point(22, 358);
|
|
this.cgdBundleiTem.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cgdBundleiTem.Name = "cgdBundleiTem";
|
|
this.cgdBundleiTem.Size = new System.Drawing.Size(420, 176);
|
|
this.cgdBundleiTem.TabIndex = 323;
|
|
//
|
|
// btnAllDw
|
|
//
|
|
this.btnAllDw.BackColor = System.Drawing.Color.White;
|
|
this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAllDw.BorderStyleReDraw = true;
|
|
this.btnAllDw.ClickImage = null;
|
|
this.btnAllDw.DefaultImage = null;
|
|
this.btnAllDw.DisableImage = null;
|
|
this.btnAllDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnAllDw.Location = new System.Drawing.Point(232, 242);
|
|
this.btnAllDw.Name = "btnAllDw";
|
|
this.btnAllDw.OccupancyBar = 0;
|
|
this.btnAllDw.OccupancyBar_Lv0 = null;
|
|
this.btnAllDw.OccupancyBar_Lv1 = null;
|
|
this.btnAllDw.OccupancyBar_Lv2 = null;
|
|
this.btnAllDw.OccupancyBar_Lv3 = null;
|
|
this.btnAllDw.OccupancyBar_Lv4 = null;
|
|
this.btnAllDw.Size = new System.Drawing.Size(210, 48);
|
|
this.btnAllDw.TabIndex = 324;
|
|
this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllDw.UseCompatibleTextRendering = true;
|
|
this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnAllUp
|
|
//
|
|
this.btnAllUp.BackColor = System.Drawing.Color.White;
|
|
this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAllUp.BorderStyleReDraw = true;
|
|
this.btnAllUp.ClickImage = null;
|
|
this.btnAllUp.DefaultImage = null;
|
|
this.btnAllUp.DisableImage = null;
|
|
this.btnAllUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnAllUp.Location = new System.Drawing.Point(22, 242);
|
|
this.btnAllUp.Name = "btnAllUp";
|
|
this.btnAllUp.OccupancyBar = 0;
|
|
this.btnAllUp.OccupancyBar_Lv0 = null;
|
|
this.btnAllUp.OccupancyBar_Lv1 = null;
|
|
this.btnAllUp.OccupancyBar_Lv2 = null;
|
|
this.btnAllUp.OccupancyBar_Lv3 = null;
|
|
this.btnAllUp.OccupancyBar_Lv4 = null;
|
|
this.btnAllUp.Size = new System.Drawing.Size(210, 48);
|
|
this.btnAllUp.TabIndex = 325;
|
|
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllUp.UseCompatibleTextRendering = true;
|
|
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnBudleDw
|
|
//
|
|
this.btnBudleDw.BackColor = System.Drawing.Color.White;
|
|
this.btnBudleDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnBudleDw.BorderStyleReDraw = true;
|
|
this.btnBudleDw.ClickImage = null;
|
|
this.btnBudleDw.DefaultImage = null;
|
|
this.btnBudleDw.DisableImage = null;
|
|
this.btnBudleDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnBudleDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnBudleDw.Location = new System.Drawing.Point(232, 533);
|
|
this.btnBudleDw.Name = "btnBudleDw";
|
|
this.btnBudleDw.OccupancyBar = 0;
|
|
this.btnBudleDw.OccupancyBar_Lv0 = null;
|
|
this.btnBudleDw.OccupancyBar_Lv1 = null;
|
|
this.btnBudleDw.OccupancyBar_Lv2 = null;
|
|
this.btnBudleDw.OccupancyBar_Lv3 = null;
|
|
this.btnBudleDw.OccupancyBar_Lv4 = null;
|
|
this.btnBudleDw.Size = new System.Drawing.Size(210, 48);
|
|
this.btnBudleDw.TabIndex = 326;
|
|
this.btnBudleDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnBudleDw.UseCompatibleTextRendering = true;
|
|
this.btnBudleDw.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnBudleUp
|
|
//
|
|
this.btnBudleUp.BackColor = System.Drawing.Color.White;
|
|
this.btnBudleUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnBudleUp.BorderStyleReDraw = true;
|
|
this.btnBudleUp.ClickImage = null;
|
|
this.btnBudleUp.DefaultImage = null;
|
|
this.btnBudleUp.DisableImage = null;
|
|
this.btnBudleUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnBudleUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnBudleUp.Location = new System.Drawing.Point(22, 533);
|
|
this.btnBudleUp.Name = "btnBudleUp";
|
|
this.btnBudleUp.OccupancyBar = 0;
|
|
this.btnBudleUp.OccupancyBar_Lv0 = null;
|
|
this.btnBudleUp.OccupancyBar_Lv1 = null;
|
|
this.btnBudleUp.OccupancyBar_Lv2 = null;
|
|
this.btnBudleUp.OccupancyBar_Lv3 = null;
|
|
this.btnBudleUp.OccupancyBar_Lv4 = null;
|
|
this.btnBudleUp.Size = new System.Drawing.Size(210, 48);
|
|
this.btnBudleUp.TabIndex = 327;
|
|
this.btnBudleUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnBudleUp.UseCompatibleTextRendering = true;
|
|
this.btnBudleUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancel.Location = new System.Drawing.Point(568, 161);
|
|
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(104, 40);
|
|
this.btnCancel.TabIndex = 328;
|
|
this.btnCancel.Text = "묶음취소";
|
|
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCancel.UseCompatibleTextRendering = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label5.Location = new System.Drawing.Point(22, 67);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(419, 2);
|
|
this.label5.TabIndex = 305;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label6.Location = new System.Drawing.Point(22, 357);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(420, 2);
|
|
this.label6.TabIndex = 305;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(577, 107);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox2.TabIndex = 335;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(577, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox1.TabIndex = 336;
|
|
//
|
|
// frmBundleiTem
|
|
//
|
|
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.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.btnBudleDw);
|
|
this.Controls.Add(this.btnBudleUp);
|
|
this.Controls.Add(this.btnAllDw);
|
|
this.Controls.Add(this.btnAllUp);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.cgdBundleiTem);
|
|
this.Controls.Add(this.cglAlliTem);
|
|
this.Controls.Add(this.btnComplete);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblSaleAmt);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnDelete);
|
|
this.Controls.Add(this.btnAddAll);
|
|
this.Controls.Add(this.btnAddOne);
|
|
this.Controls.Add(this.txtSaleAmt);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.padInPut);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmBundleiTem";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmBundleiTem";
|
|
this.Activated += new System.EventHandler(this.frmBundleiTem_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmBundleiTem_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBundleiTem_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmBundleiTem_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmNumpad padInPut;
|
|
private UI.CsmPosEditBox txtSaleAmt;
|
|
private UI.CsmButton btnAddOne;
|
|
private UI.CsmButton btnDelete;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmLabel lblSaleAmt;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
|
private UI.CsmButton btnAddAll;
|
|
private UI.CsmLabel txtPayAmt;
|
|
private UI.CsmButton btnComplete;
|
|
private UI.CsmGrid cglAlliTem;
|
|
private UI.CsmGrid cgdBundleiTem;
|
|
private UI.CsmButton btnAllDw;
|
|
private UI.CsmButton btnAllUp;
|
|
private UI.CsmButton btnBudleDw;
|
|
private UI.CsmButton btnBudleUp;
|
|
private UI.CsmButton btnCancel;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
}
|
|
} |