848 lines
48 KiB
C#
848 lines
48 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmMealTicket
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 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();
|
|
this.lblAmount = new Cosmos.UI.CsmLabel();
|
|
this.btnDelete = new Cosmos.UI.CsmButton();
|
|
this.padInPut = new Cosmos.UI.CsmNumpad();
|
|
this.btnComplete = new Cosmos.UI.CsmButton();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.txtAmount = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.lblQty = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblCardNM = new Cosmos.UI.CsmLabel();
|
|
this.dgvData = new System.Windows.Forms.DataGridView();
|
|
this.btnMenu = new Cosmos.UI.CsmMenu();
|
|
this.txtCardNM = new Cosmos.UI.CsmLabel();
|
|
this.btnAdd = new Cosmos.UI.CsmButton();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.txtQty = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.picFuncKey = new System.Windows.Forms.PictureBox();
|
|
this.btnExchangeTicket = new Cosmos.UI.CsmButton();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnAllDw = new Cosmos.UI.CsmButton();
|
|
this.btnAllUp = new Cosmos.UI.CsmButton();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel2 = new Cosmos.UI.CsmLabel();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.Select = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ITEMCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ITEMNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.QTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AMOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MEALTICKET_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblAmount
|
|
//
|
|
this.lblAmount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAmount.BorderStyleReDraw = true;
|
|
this.lblAmount.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAmount.Location = new System.Drawing.Point(456, 146);
|
|
this.lblAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAmount.Name = "lblAmount";
|
|
this.lblAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAmount.Size = new System.Drawing.Size(122, 40);
|
|
this.lblAmount.TabIndex = 119;
|
|
this.lblAmount.Text = "식권금액";
|
|
this.lblAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.BackColor = System.Drawing.Color.White;
|
|
this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDelete.BorderStyleReDraw = true;
|
|
this.btnDelete.ClickImage = null;
|
|
this.btnDelete.DefaultImage = null;
|
|
this.btnDelete.DisableImage = null;
|
|
this.btnDelete.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnDelete.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDelete.Location = new System.Drawing.Point(575, 240);
|
|
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(100, 40);
|
|
this.btnDelete.TabIndex = 133;
|
|
this.btnDelete.Text = "삭제";
|
|
this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDelete.UseCompatibleTextRendering = true;
|
|
this.btnDelete.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, 307);
|
|
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;
|
|
//
|
|
// 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.BorderStyleReDraw = false;
|
|
this.btnComplete.ClickImage = null;
|
|
this.btnComplete.DefaultImage = null;
|
|
this.btnComplete.DisableImage = null;
|
|
this.btnComplete.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnComplete.ForeColor = System.Drawing.Color.White;
|
|
this.btnComplete.Location = new System.Drawing.Point(342, 516);
|
|
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(100, 40);
|
|
this.btnComplete.TabIndex = 152;
|
|
this.btnComplete.Text = "결제";
|
|
this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnComplete.UseCompatibleTextRendering = true;
|
|
this.btnComplete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblCardNo
|
|
//
|
|
this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCardNo.BorderStyleReDraw = true;
|
|
this.lblCardNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCardNo.Location = new System.Drawing.Point(456, 68);
|
|
this.lblCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCardNo.Name = "lblCardNo";
|
|
this.lblCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCardNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCardNo.TabIndex = 104;
|
|
this.lblCardNo.Text = "식권번호";
|
|
this.lblCardNo.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);
|
|
//
|
|
// txtAmount
|
|
//
|
|
this.txtAmount.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAmount.BorderStyleReDraw = true;
|
|
this.txtAmount.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtAmount.Location = new System.Drawing.Point(594, 153);
|
|
this.txtAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtAmount.Name = "txtAmount";
|
|
this.txtAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtAmount.Size = new System.Drawing.Size(167, 26);
|
|
this.txtAmount.TabIndex = 285;
|
|
this.txtAmount.Text = "0";
|
|
this.txtAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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;
|
|
//
|
|
// lblQty
|
|
//
|
|
this.lblQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblQty.BorderStyleReDraw = true;
|
|
this.lblQty.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblQty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblQty.Location = new System.Drawing.Point(456, 185);
|
|
this.lblQty.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblQty.Name = "lblQty";
|
|
this.lblQty.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblQty.Size = new System.Drawing.Size(122, 40);
|
|
this.lblQty.TabIndex = 283;
|
|
this.lblQty.Text = "식권수량";
|
|
this.lblQty.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;
|
|
//
|
|
// lblCardNM
|
|
//
|
|
this.lblCardNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCardNM.BorderStyleReDraw = true;
|
|
this.lblCardNM.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCardNM.Location = new System.Drawing.Point(456, 107);
|
|
this.lblCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCardNM.Name = "lblCardNM";
|
|
this.lblCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCardNM.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCardNM.TabIndex = 308;
|
|
this.lblCardNM.Text = "식권명칭";
|
|
this.lblCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dgvData
|
|
//
|
|
this.dgvData.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, 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.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvData.ColumnHeadersHeight = 40;
|
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Select,
|
|
this.ITEMCD,
|
|
this.ITEMNAME,
|
|
this.QTY,
|
|
this.AMOUNT,
|
|
this.MEALTICKET_TYPE,
|
|
this.Column1,
|
|
this.Column2,
|
|
this.Column3});
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvData.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dgvData.EnableHeadersVisualStyles = false;
|
|
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
|
this.dgvData.Location = new System.Drawing.Point(22, 240);
|
|
this.dgvData.MultiSelect = false;
|
|
this.dgvData.Name = "dgvData";
|
|
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dgvData.RowHeadersVisible = false;
|
|
this.dgvData.RowHeadersWidth = 10;
|
|
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dgvData.RowTemplate.Height = 40;
|
|
this.dgvData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvData.ShowEditingIcon = false;
|
|
this.dgvData.Size = new System.Drawing.Size(420, 121);
|
|
this.dgvData.TabIndex = 315;
|
|
//
|
|
// btnMenu
|
|
//
|
|
this.btnMenu.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.btnMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnMenu.BorderLineSize = 0;
|
|
this.btnMenu.BorderStyleReDraw = false;
|
|
this.btnMenu.FontSizeUpDown = 14F;
|
|
this.btnMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnMenu.Location = new System.Drawing.Point(23, 68);
|
|
this.btnMenu.Name = "btnMenu";
|
|
this.btnMenu.Size = new System.Drawing.Size(418, 157);
|
|
this.btnMenu.TabIndex = 317;
|
|
this.btnMenu.TextDown = "▶";
|
|
this.btnMenu.TextUp = "◀";
|
|
this.btnMenu.VisibleUpDown = true;
|
|
this.btnMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnMenu_MenuClickHandler);
|
|
//
|
|
// txtCardNM
|
|
//
|
|
this.txtCardNM.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNM.BorderStyleReDraw = true;
|
|
this.txtCardNM.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardNM.Location = new System.Drawing.Point(594, 114);
|
|
this.txtCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCardNM.Name = "txtCardNM";
|
|
this.txtCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCardNM.Size = new System.Drawing.Size(167, 26);
|
|
this.txtCardNM.TabIndex = 318;
|
|
this.txtCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAdd.BorderStyleReDraw = false;
|
|
this.btnAdd.ClickImage = null;
|
|
this.btnAdd.DefaultImage = null;
|
|
this.btnAdd.DisableImage = null;
|
|
this.btnAdd.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnAdd.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd.Location = new System.Drawing.Point(678, 240);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.OccupancyBar = 0;
|
|
this.btnAdd.OccupancyBar_Lv0 = null;
|
|
this.btnAdd.OccupancyBar_Lv1 = null;
|
|
this.btnAdd.OccupancyBar_Lv2 = null;
|
|
this.btnAdd.OccupancyBar_Lv3 = null;
|
|
this.btnAdd.OccupancyBar_Lv4 = null;
|
|
this.btnAdd.Size = new System.Drawing.Size(100, 40);
|
|
this.btnAdd.TabIndex = 133;
|
|
this.btnAdd.Text = "추가";
|
|
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAdd.UseCompatibleTextRendering = true;
|
|
this.btnAdd.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, 578);
|
|
this.picBack.TabIndex = 298;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// txtQty
|
|
//
|
|
this.txtQty.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtQty.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtQty.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtQty.BorderStyleReDraw = false;
|
|
this.txtQty.ClearFlag = false;
|
|
this.txtQty.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtQty.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtQty.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtQty.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtQty.InputTypeFormat = "";
|
|
this.txtQty.Location = new System.Drawing.Point(594, 192);
|
|
this.txtQty.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtQty.MaxLength = 4;
|
|
this.txtQty.MaxLengthAutoEnd = false;
|
|
this.txtQty.MaxLengthForKeyIn = 32767;
|
|
this.txtQty.MaxLengthForNumpad = 32767;
|
|
this.txtQty.Name = "txtQty";
|
|
this.txtQty.PasswordChar = '\0';
|
|
this.txtQty.ReadOnly = false;
|
|
this.txtQty.Size = new System.Drawing.Size(167, 26);
|
|
this.txtQty.TabIndex = 319;
|
|
this.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtQty.UseDualMaxLength = false;
|
|
this.txtQty.Value = "";
|
|
this.txtQty.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtQty.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// 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(160, 430);
|
|
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(265, 26);
|
|
this.txtPayAmt.TabIndex = 320;
|
|
this.txtPayAmt.Text = "0";
|
|
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// picFuncKey
|
|
//
|
|
this.picFuncKey.BackColor = System.Drawing.Color.Gray;
|
|
this.picFuncKey.Location = new System.Drawing.Point(22, 67);
|
|
this.picFuncKey.Name = "picFuncKey";
|
|
this.picFuncKey.Size = new System.Drawing.Size(420, 159);
|
|
this.picFuncKey.TabIndex = 322;
|
|
this.picFuncKey.TabStop = false;
|
|
//
|
|
// btnExchangeTicket
|
|
//
|
|
this.btnExchangeTicket.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnExchangeTicket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnExchangeTicket.BorderStyleReDraw = false;
|
|
this.btnExchangeTicket.ClickImage = null;
|
|
this.btnExchangeTicket.DefaultImage = null;
|
|
this.btnExchangeTicket.DisableImage = null;
|
|
this.btnExchangeTicket.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnExchangeTicket.ForeColor = System.Drawing.Color.White;
|
|
this.btnExchangeTicket.Location = new System.Drawing.Point(240, 516);
|
|
this.btnExchangeTicket.Name = "btnExchangeTicket";
|
|
this.btnExchangeTicket.OccupancyBar = 0;
|
|
this.btnExchangeTicket.OccupancyBar_Lv0 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv1 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv2 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv3 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv4 = null;
|
|
this.btnExchangeTicket.Size = new System.Drawing.Size(100, 40);
|
|
this.btnExchangeTicket.TabIndex = 323;
|
|
this.btnExchangeTicket.Text = "교환권";
|
|
this.btnExchangeTicket.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExchangeTicket.UseCompatibleTextRendering = true;
|
|
this.btnExchangeTicket.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(22, 423);
|
|
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 = 324;
|
|
this.lblPayAmt.Text = "받을금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label7.Location = new System.Drawing.Point(22, 422);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(420, 2);
|
|
this.label7.TabIndex = 326;
|
|
//
|
|
// 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(22, 462);
|
|
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 = 328;
|
|
this.lblSaleAmt.Text = "총 금액";
|
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtSaleAmt
|
|
//
|
|
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleAmt.BorderStyleReDraw = true;
|
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtSaleAmt.Location = new System.Drawing.Point(160, 469);
|
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|
this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtSaleAmt.Size = new System.Drawing.Size(265, 26);
|
|
this.txtSaleAmt.TabIndex = 327;
|
|
this.txtSaleAmt.Text = "0";
|
|
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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, 360);
|
|
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 = 342;
|
|
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, 360);
|
|
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 = 343;
|
|
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllUp.UseCompatibleTextRendering = true;
|
|
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label11.Location = new System.Drawing.Point(22, 240);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(420, 2);
|
|
this.label11.TabIndex = 345;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(143, 462);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(299, 40);
|
|
this.lblBox2.TabIndex = 535;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(143, 423);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(299, 40);
|
|
this.lblBox1.TabIndex = 536;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(577, 185);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox4.TabIndex = 537;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(577, 146);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox3.TabIndex = 538;
|
|
//
|
|
// csmLabel1
|
|
//
|
|
this.csmLabel1.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel1.BorderStyleReDraw = true;
|
|
this.csmLabel1.Location = new System.Drawing.Point(577, 107);
|
|
this.csmLabel1.Name = "csmLabel1";
|
|
this.csmLabel1.Size = new System.Drawing.Size(201, 40);
|
|
this.csmLabel1.TabIndex = 539;
|
|
//
|
|
// csmLabel2
|
|
//
|
|
this.csmLabel2.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel2.BorderStyleReDraw = true;
|
|
this.csmLabel2.Location = new System.Drawing.Point(577, 68);
|
|
this.csmLabel2.Name = "csmLabel2";
|
|
this.csmLabel2.Size = new System.Drawing.Size(201, 40);
|
|
this.csmLabel2.TabIndex = 540;
|
|
//
|
|
// txtCardNo
|
|
//
|
|
this.txtCardNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtCardNo.BorderStyleReDraw = false;
|
|
this.txtCardNo.ClearFlag = false;
|
|
this.txtCardNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardNo.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtCardNo.InputTypeFormat = "";
|
|
this.txtCardNo.Location = new System.Drawing.Point(594, 74);
|
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCardNo.MaxLength = 16;
|
|
this.txtCardNo.MaxLengthAutoEnd = false;
|
|
this.txtCardNo.MaxLengthForKeyIn = 32767;
|
|
this.txtCardNo.MaxLengthForNumpad = 32767;
|
|
this.txtCardNo.Name = "txtCardNo";
|
|
this.txtCardNo.PasswordChar = '\0';
|
|
this.txtCardNo.ReadOnly = true;
|
|
this.txtCardNo.Size = new System.Drawing.Size(167, 26);
|
|
this.txtCardNo.TabIndex = 541;
|
|
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtCardNo.UseDualMaxLength = false;
|
|
this.txtCardNo.Value = "";
|
|
//
|
|
// Select
|
|
//
|
|
this.Select.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle2.Format = "N0";
|
|
dataGridViewCellStyle2.NullValue = "0";
|
|
this.Select.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.Select.HeaderText = "No.";
|
|
this.Select.Name = "Select";
|
|
this.Select.ReadOnly = true;
|
|
this.Select.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.Select.Width = 40;
|
|
//
|
|
// ITEMCD
|
|
//
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.ITEMCD.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.ITEMCD.HeaderText = "식권코드";
|
|
this.ITEMCD.Name = "ITEMCD";
|
|
this.ITEMCD.ReadOnly = true;
|
|
this.ITEMCD.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ITEMCD.Visible = false;
|
|
//
|
|
// ITEMNAME
|
|
//
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.ITEMNAME.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.ITEMNAME.HeaderText = "식권명칭";
|
|
this.ITEMNAME.Name = "ITEMNAME";
|
|
this.ITEMNAME.ReadOnly = true;
|
|
this.ITEMNAME.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ITEMNAME.Width = 180;
|
|
//
|
|
// QTY
|
|
//
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle5.Format = "N0";
|
|
dataGridViewCellStyle5.NullValue = "0";
|
|
this.QTY.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.QTY.HeaderText = "수량";
|
|
this.QTY.Name = "QTY";
|
|
this.QTY.ReadOnly = true;
|
|
this.QTY.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.QTY.Width = 70;
|
|
//
|
|
// AMOUNT
|
|
//
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle6.Format = "N0";
|
|
dataGridViewCellStyle6.NullValue = "0";
|
|
this.AMOUNT.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.AMOUNT.HeaderText = "금액";
|
|
this.AMOUNT.Name = "AMOUNT";
|
|
this.AMOUNT.ReadOnly = true;
|
|
this.AMOUNT.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.AMOUNT.Width = 129;
|
|
//
|
|
// MEALTICKET_TYPE
|
|
//
|
|
this.MEALTICKET_TYPE.HeaderText = "교환권가능여부";
|
|
this.MEALTICKET_TYPE.Name = "MEALTICKET_TYPE";
|
|
this.MEALTICKET_TYPE.ReadOnly = true;
|
|
this.MEALTICKET_TYPE.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.MEALTICKET_TYPE.Visible = false;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "거스름가능여부";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.Visible = false;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "번호필수여부";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
this.Column2.Visible = false;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.HeaderText = "식권권종";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
this.Column3.Visible = false;
|
|
//
|
|
// frmMealTicket
|
|
//
|
|
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, 578);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.txtQty);
|
|
this.Controls.Add(this.txtCardNM);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtAmount);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.csmLabel1);
|
|
this.Controls.Add(this.csmLabel2);
|
|
this.Controls.Add(this.txtSaleAmt);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.btnAllDw);
|
|
this.Controls.Add(this.btnAllUp);
|
|
this.Controls.Add(this.lblSaleAmt);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.btnExchangeTicket);
|
|
this.Controls.Add(this.btnMenu);
|
|
this.Controls.Add(this.dgvData);
|
|
this.Controls.Add(this.lblCardNM);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblQty);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnComplete);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.btnDelete);
|
|
this.Controls.Add(this.lblAmount);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.padInPut);
|
|
this.Controls.Add(this.picFuncKey);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmMealTicket";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "`";
|
|
this.Activated += new System.EventHandler(this.frmMealTicket_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmMealTicket_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMealTicket_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmMealTicket_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmNumpad padInPut;
|
|
private UI.CsmLabel lblAmount;
|
|
private UI.CsmButton btnDelete;
|
|
private UI.CsmButton btnComplete;
|
|
private UI.CsmLabel lblCardNo;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel txtAmount;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmLabel lblQty;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblCardNM;
|
|
private System.Windows.Forms.DataGridView dgvData;
|
|
private UI.CsmMenu btnMenu;
|
|
private UI.CsmLabel txtCardNM;
|
|
private UI.CsmButton btnAdd;
|
|
private UI.CsmPosEditBox txtQty;
|
|
private UI.CsmLabel txtPayAmt;
|
|
private System.Windows.Forms.PictureBox picFuncKey;
|
|
private UI.CsmButton btnExchangeTicket;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private System.Windows.Forms.Label label7;
|
|
private UI.CsmLabel lblSaleAmt;
|
|
private UI.CsmLabel txtSaleAmt;
|
|
private UI.CsmButton btnAllDw;
|
|
private UI.CsmButton btnAllUp;
|
|
private System.Windows.Forms.Label label11;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel csmLabel1;
|
|
private UI.CsmLabel csmLabel2;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Select;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMCD;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn QTY;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AMOUNT;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MEALTICKET_TYPE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
}
|
|
} |