983 lines
55 KiB
C#
983 lines
55 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frmGift
|
||
{
|
||
/// <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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.padInPut = new Cosmos.UI.CsmNumpad();
|
||
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
||
this.btnExit = new Cosmos.UI.CsmLabel();
|
||
this.lblTitle = new Cosmos.UI.CsmLabel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.dgvData = new System.Windows.Forms.DataGridView();
|
||
this.btnMenu = new Cosmos.UI.CsmMenu();
|
||
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
||
this.picFuncKey = new System.Windows.Forms.PictureBox();
|
||
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.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
||
this.btnAllDw = new Cosmos.UI.CsmButton();
|
||
this.btnAllUp = new Cosmos.UI.CsmButton();
|
||
this.btnAdd = new Cosmos.UI.CsmButton();
|
||
this.btnDelete = new Cosmos.UI.CsmButton();
|
||
this.btnHappyGifHelp = new Cosmos.UI.CsmButton();
|
||
this.picBack = new System.Windows.Forms.PictureBox();
|
||
this.btnComplete = new Cosmos.UI.CsmButton();
|
||
this.btnExchangeTicket = new Cosmos.UI.CsmButton();
|
||
this.csmLabel2 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox6 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.txtQty = new Cosmos.UI.CsmPosEditBox();
|
||
this.txtCardNM = new Cosmos.UI.CsmLabel();
|
||
this.txtAmount = new Cosmos.UI.CsmLabel();
|
||
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
||
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
||
this.lblCardNM = new Cosmos.UI.CsmLabel();
|
||
this.lblQty = new Cosmos.UI.CsmLabel();
|
||
this.lblAmount = new Cosmos.UI.CsmLabel();
|
||
this.Select = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.ITEMNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AMOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.ITEMCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AppNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AppDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AppTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Wcc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Pat_Group_CD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Pay_CD_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AppSvrID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.AppYN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.GiftType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.APPRNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CHANGE_PAYMNT_YN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.MNDTRY_INPUT_YN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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.SearchBtnText = "FIND";
|
||
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
||
this.padInPut.TabIndex = 17;
|
||
this.padInPut.ThemeColor = "000000000";
|
||
this.padInPut.Use4By4 = true;
|
||
//
|
||
// 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);
|
||
//
|
||
// 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", 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;
|
||
//
|
||
// 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;
|
||
//
|
||
// 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("맑은 고딕", 9.75F, 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 = 35;
|
||
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.Select,
|
||
this.ITEMNAME,
|
||
this.AMOUNT,
|
||
this.Qty,
|
||
this.ITEMCD,
|
||
this.AppNo,
|
||
this.AppDate,
|
||
this.AppTime,
|
||
this.Wcc,
|
||
this.Pat_Group_CD,
|
||
this.Pay_CD_Type,
|
||
this.AppSvrID,
|
||
this.AppYN,
|
||
this.GiftType,
|
||
this.APPRNO,
|
||
this.CHANGE_PAYMNT_YN,
|
||
this.MNDTRY_INPUT_YN});
|
||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvData.DefaultCellStyle = dataGridViewCellStyle9;
|
||
this.dgvData.EnableHeadersVisualStyles = false;
|
||
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
||
this.dgvData.Location = new System.Drawing.Point(22, 287);
|
||
this.dgvData.MultiSelect = false;
|
||
this.dgvData.Name = "dgvData";
|
||
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
||
this.dgvData.RowHeadersWidth = 40;
|
||
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||
this.dgvData.RowTemplate.Height = 34;
|
||
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(392, 164);
|
||
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, 203);
|
||
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);
|
||
//
|
||
// txtPayAmt
|
||
//
|
||
this.txtPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||
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(112, 470);
|
||
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(114, 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, 205);
|
||
this.picFuncKey.TabIndex = 322;
|
||
this.picFuncKey.TabStop = false;
|
||
//
|
||
// 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, 463);
|
||
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(85, 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, 462);
|
||
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(231, 463);
|
||
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(85, 40);
|
||
this.lblSaleAmt.TabIndex = 328;
|
||
this.lblSaleAmt.Text = "총 금액";
|
||
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtSaleAmt
|
||
//
|
||
this.txtSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||
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(322, 470);
|
||
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(114, 26);
|
||
this.txtSaleAmt.TabIndex = 327;
|
||
this.txtSaleAmt.Text = "0";
|
||
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// txtCardNo
|
||
//
|
||
this.txtCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
||
this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
||
this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
||
this.txtCardNo.BorderStyleReDraw = false;
|
||
this.txtCardNo.ClearFlag = false;
|
||
this.txtCardNo.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
||
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
||
this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
|
||
//#20171108 마스킹 미처리 start
|
||
//기존
|
||
//this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo;
|
||
//변경
|
||
this.txtCardNo.InputType = Cosmos.UI.InputType.None;
|
||
//#20171108 마스킹 미처리 end
|
||
|
||
this.txtCardNo.InputTypeFormat = "";
|
||
this.txtCardNo.Location = new System.Drawing.Point(594, 75);
|
||
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
||
this.txtCardNo.MaxLength = 20;
|
||
this.txtCardNo.MaxLengthAutoEnd = false;
|
||
this.txtCardNo.MaxLengthForKeyIn = 32767;
|
||
this.txtCardNo.MaxLengthForNumpad = 32767;
|
||
this.txtCardNo.Name = "txtCardNo";
|
||
this.txtCardNo.PasswordChar = '\0';
|
||
this.txtCardNo.ReadOnly = false;
|
||
this.txtCardNo.Size = new System.Drawing.Size(167, 26);
|
||
this.txtCardNo.TabIndex = 330;
|
||
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||
this.txtCardNo.UseDualMaxLength = false;
|
||
this.txtCardNo.Value = "";
|
||
this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
||
this.txtCardNo.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtCardNo_EditBoxTextChangedEvnet);
|
||
this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
||
//
|
||
// btnAllDw
|
||
//
|
||
this.btnAllDw.BackColor = System.Drawing.Color.White;
|
||
this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnAllDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllDw.BorderStyleReDraw = true;
|
||
this.btnAllDw.ClickImage = null;
|
||
this.btnAllDw.DefaultImage = null;
|
||
this.btnAllDw.DisableImage = null;
|
||
this.btnAllDw.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(413, 369);
|
||
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(29, 82);
|
||
this.btnAllDw.TabIndex = 342;
|
||
this.btnAllDw.Text = "∨";
|
||
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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllUp.BorderStyleReDraw = true;
|
||
this.btnAllUp.ClickImage = null;
|
||
this.btnAllUp.DefaultImage = null;
|
||
this.btnAllUp.DisableImage = null;
|
||
this.btnAllUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(413, 287);
|
||
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(29, 83);
|
||
this.btnAllUp.TabIndex = 343;
|
||
this.btnAllUp.Text = "∧";
|
||
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllUp.UseCompatibleTextRendering = true;
|
||
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// 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, 248);
|
||
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 = 344;
|
||
this.btnAdd.Text = "추가";
|
||
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAdd.UseCompatibleTextRendering = true;
|
||
this.btnAdd.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// 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, 248);
|
||
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 = 345;
|
||
this.btnDelete.Text = "삭제";
|
||
this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnDelete.UseCompatibleTextRendering = true;
|
||
this.btnDelete.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnHappyGifHelp
|
||
//
|
||
this.btnHappyGifHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.btnHappyGifHelp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnHappyGifHelp.BorderStyleReDraw = true;
|
||
this.btnHappyGifHelp.ClickImage = null;
|
||
this.btnHappyGifHelp.DefaultImage = null;
|
||
this.btnHappyGifHelp.DisableImage = null;
|
||
this.btnHappyGifHelp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnHappyGifHelp.ForeColor = System.Drawing.Color.White;
|
||
this.btnHappyGifHelp.Location = new System.Drawing.Point(527, 8);
|
||
this.btnHappyGifHelp.Name = "btnHappyGifHelp";
|
||
this.btnHappyGifHelp.OccupancyBar = 0;
|
||
this.btnHappyGifHelp.OccupancyBar_Lv0 = null;
|
||
this.btnHappyGifHelp.OccupancyBar_Lv1 = null;
|
||
this.btnHappyGifHelp.OccupancyBar_Lv2 = null;
|
||
this.btnHappyGifHelp.OccupancyBar_Lv3 = null;
|
||
this.btnHappyGifHelp.OccupancyBar_Lv4 = null;
|
||
this.btnHappyGifHelp.Size = new System.Drawing.Size(208, 40);
|
||
this.btnHappyGifHelp.TabIndex = 346;
|
||
this.btnHappyGifHelp.Text = "해피머니 상품권 도움말";
|
||
this.btnHappyGifHelp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnHappyGifHelp.UseCompatibleTextRendering = true;
|
||
this.btnHappyGifHelp.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;
|
||
//
|
||
// 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnComplete.ForeColor = System.Drawing.Color.White;
|
||
this.btnComplete.Location = new System.Drawing.Point(342, 517);
|
||
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);
|
||
//
|
||
// 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnExchangeTicket.ForeColor = System.Drawing.Color.White;
|
||
this.btnExchangeTicket.Location = new System.Drawing.Point(22, 517);
|
||
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);
|
||
//
|
||
// 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 = 544;
|
||
//
|
||
// lblBox6
|
||
//
|
||
this.lblBox6.BackColor = System.Drawing.Color.White;
|
||
this.lblBox6.BorderStyleReDraw = true;
|
||
this.lblBox6.Location = new System.Drawing.Point(315, 463);
|
||
this.lblBox6.Name = "lblBox6";
|
||
this.lblBox6.Size = new System.Drawing.Size(127, 40);
|
||
this.lblBox6.TabIndex = 545;
|
||
//
|
||
// lblBox5
|
||
//
|
||
this.lblBox5.BackColor = System.Drawing.Color.White;
|
||
this.lblBox5.BorderStyleReDraw = true;
|
||
this.lblBox5.Location = new System.Drawing.Point(106, 463);
|
||
this.lblBox5.Name = "lblBox5";
|
||
this.lblBox5.Size = new System.Drawing.Size(126, 40);
|
||
this.lblBox5.TabIndex = 546;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
||
this.label1.Location = new System.Drawing.Point(22, 286);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(420, 2);
|
||
this.label1.TabIndex = 547;
|
||
//
|
||
// txtQty
|
||
//
|
||
this.txtQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
||
this.txtQty.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
||
this.txtQty.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
||
this.txtQty.BorderStyleReDraw = false;
|
||
this.txtQty.ClearFlag = false;
|
||
this.txtQty.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
||
this.txtQty.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
||
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 = 5;
|
||
this.txtQty.MaxLengthAutoEnd = false;
|
||
this.txtQty.MaxLengthForKeyIn = 32767;
|
||
this.txtQty.MaxLengthForNumpad = 32767;
|
||
this.txtQty.Name = "txtQty";
|
||
this.txtQty.PasswordChar = '\0';
|
||
this.txtQty.ReadOnly = true;
|
||
this.txtQty.Size = new System.Drawing.Size(167, 26);
|
||
this.txtQty.TabIndex = 558;
|
||
this.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||
this.txtQty.UseDualMaxLength = false;
|
||
this.txtQty.Value = "0";
|
||
this.txtQty.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
||
this.txtQty.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
||
//
|
||
// txtCardNM
|
||
//
|
||
this.txtCardNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||
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 = 557;
|
||
this.txtCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtAmount
|
||
//
|
||
this.txtAmount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||
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 = 555;
|
||
this.txtAmount.Text = "0";
|
||
this.txtAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// 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 = 559;
|
||
//
|
||
// 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 = 560;
|
||
//
|
||
// 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 = 561;
|
||
//
|
||
// 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 = 556;
|
||
this.lblCardNM.Text = "상품권명칭";
|
||
this.lblCardNM.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 = 554;
|
||
this.lblQty.Text = "상품권수량";
|
||
this.lblQty.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// 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 = 553;
|
||
this.lblAmount.Text = "상품권금액";
|
||
this.lblAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// 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.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.Select.Visible = false;
|
||
this.Select.Width = 40;
|
||
//
|
||
// ITEMNAME
|
||
//
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.ITEMNAME.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.ITEMNAME.HeaderText = "상품권 명칭";
|
||
this.ITEMNAME.Name = "ITEMNAME";
|
||
this.ITEMNAME.ReadOnly = true;
|
||
this.ITEMNAME.Width = 150;
|
||
//
|
||
// AMOUNT
|
||
//
|
||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle4.Format = "N0";
|
||
dataGridViewCellStyle4.NullValue = "0";
|
||
this.AMOUNT.DefaultCellStyle = dataGridViewCellStyle4;
|
||
this.AMOUNT.HeaderText = "상품권 금액";
|
||
this.AMOUNT.Name = "AMOUNT";
|
||
this.AMOUNT.ReadOnly = true;
|
||
this.AMOUNT.Width = 95;
|
||
//
|
||
// Qty
|
||
//
|
||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle5.Format = "N0";
|
||
dataGridViewCellStyle5.NullValue = "0";
|
||
this.Qty.DefaultCellStyle = dataGridViewCellStyle5;
|
||
this.Qty.HeaderText = "수량";
|
||
this.Qty.MaxInputLength = 4;
|
||
this.Qty.Name = "Qty";
|
||
this.Qty.ReadOnly = true;
|
||
this.Qty.Width = 40;
|
||
//
|
||
// ITEMCD
|
||
//
|
||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.ITEMCD.DefaultCellStyle = dataGridViewCellStyle6;
|
||
this.ITEMCD.HeaderText = "상품권 번호";
|
||
this.ITEMCD.Name = "ITEMCD";
|
||
this.ITEMCD.ReadOnly = true;
|
||
this.ITEMCD.Visible = false;
|
||
this.ITEMCD.Width = 130;
|
||
//
|
||
// AppNo
|
||
//
|
||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.AppNo.DefaultCellStyle = dataGridViewCellStyle7;
|
||
this.AppNo.HeaderText = "처리번호";
|
||
this.AppNo.Name = "AppNo";
|
||
this.AppNo.ReadOnly = true;
|
||
this.AppNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.AppNo.Visible = false;
|
||
//
|
||
// AppDate
|
||
//
|
||
this.AppDate.HeaderText = "승인일자";
|
||
this.AppDate.Name = "AppDate";
|
||
this.AppDate.ReadOnly = true;
|
||
this.AppDate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.AppDate.Visible = false;
|
||
//
|
||
// AppTime
|
||
//
|
||
this.AppTime.HeaderText = "승인시간";
|
||
this.AppTime.Name = "AppTime";
|
||
this.AppTime.ReadOnly = true;
|
||
this.AppTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.AppTime.Visible = false;
|
||
//
|
||
// Wcc
|
||
//
|
||
this.Wcc.HeaderText = "입력구분";
|
||
this.Wcc.Name = "Wcc";
|
||
this.Wcc.ReadOnly = true;
|
||
this.Wcc.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.Wcc.Visible = false;
|
||
//
|
||
// Pat_Group_CD
|
||
//
|
||
this.Pat_Group_CD.HeaderText = "결제수단";
|
||
this.Pat_Group_CD.Name = "Pat_Group_CD";
|
||
this.Pat_Group_CD.ReadOnly = true;
|
||
this.Pat_Group_CD.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.Pat_Group_CD.Visible = false;
|
||
//
|
||
// Pay_CD_Type
|
||
//
|
||
this.Pay_CD_Type.HeaderText = "결제상세코드";
|
||
this.Pay_CD_Type.Name = "Pay_CD_Type";
|
||
this.Pay_CD_Type.ReadOnly = true;
|
||
this.Pay_CD_Type.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.Pay_CD_Type.Visible = false;
|
||
//
|
||
// AppSvrID
|
||
//
|
||
this.AppSvrID.HeaderText = "승인서버ID";
|
||
this.AppSvrID.Name = "AppSvrID";
|
||
this.AppSvrID.ReadOnly = true;
|
||
this.AppSvrID.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.AppSvrID.Visible = false;
|
||
//
|
||
// AppYN
|
||
//
|
||
this.AppYN.HeaderText = "인증여부";
|
||
this.AppYN.Name = "AppYN";
|
||
this.AppYN.ReadOnly = true;
|
||
this.AppYN.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.AppYN.Visible = false;
|
||
//
|
||
// GiftType
|
||
//
|
||
this.GiftType.HeaderText = "권종";
|
||
this.GiftType.Name = "GiftType";
|
||
this.GiftType.ReadOnly = true;
|
||
this.GiftType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.GiftType.Visible = false;
|
||
//
|
||
// APPRNO
|
||
//
|
||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.APPRNO.DefaultCellStyle = dataGridViewCellStyle8;
|
||
this.APPRNO.HeaderText = "상태";
|
||
this.APPRNO.Name = "APPRNO";
|
||
this.APPRNO.ReadOnly = true;
|
||
this.APPRNO.Width = 60;
|
||
//
|
||
// CHANGE_PAYMNT_YN
|
||
//
|
||
this.CHANGE_PAYMNT_YN.HeaderText = "거스름지불여부";
|
||
this.CHANGE_PAYMNT_YN.Name = "CHANGE_PAYMNT_YN";
|
||
this.CHANGE_PAYMNT_YN.ReadOnly = true;
|
||
this.CHANGE_PAYMNT_YN.Visible = false;
|
||
//
|
||
// MNDTRY_INPUT_YN
|
||
//
|
||
this.MNDTRY_INPUT_YN.HeaderText = "필수입력여부";
|
||
this.MNDTRY_INPUT_YN.Name = "MNDTRY_INPUT_YN";
|
||
this.MNDTRY_INPUT_YN.ReadOnly = true;
|
||
this.MNDTRY_INPUT_YN.Visible = false;
|
||
//
|
||
// frmGift
|
||
//
|
||
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.txtQty);
|
||
this.Controls.Add(this.txtCardNM);
|
||
this.Controls.Add(this.txtAmount);
|
||
this.Controls.Add(this.lblBox4);
|
||
this.Controls.Add(this.lblBox3);
|
||
this.Controls.Add(this.csmLabel1);
|
||
this.Controls.Add(this.lblCardNM);
|
||
this.Controls.Add(this.lblQty);
|
||
this.Controls.Add(this.lblAmount);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.txtSaleAmt);
|
||
this.Controls.Add(this.txtPayAmt);
|
||
this.Controls.Add(this.lblBox6);
|
||
this.Controls.Add(this.lblBox5);
|
||
this.Controls.Add(this.txtCardNo);
|
||
this.Controls.Add(this.csmLabel2);
|
||
this.Controls.Add(this.btnHappyGifHelp);
|
||
this.Controls.Add(this.btnAdd);
|
||
this.Controls.Add(this.btnDelete);
|
||
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.lblTitle);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.btnComplete);
|
||
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 = "frmGift";
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "frmGift";
|
||
this.Activated += new System.EventHandler(this.frmGift_Activated);
|
||
this.Deactivate += new System.EventHandler(this.frmGift_Deactivate);
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGift_FormClosing);
|
||
this.Load += new System.EventHandler(this.frmGift_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private UI.CsmNumpad padInPut;
|
||
private UI.CsmLabel lblCardNo;
|
||
private UI.CsmLabel btnExit;
|
||
private UI.CsmLabel lblTitle;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.DataGridView dgvData;
|
||
private UI.CsmMenu btnMenu;
|
||
private UI.CsmLabel txtPayAmt;
|
||
private System.Windows.Forms.PictureBox picFuncKey;
|
||
private UI.CsmLabel lblPayAmt;
|
||
private System.Windows.Forms.Label label7;
|
||
private UI.CsmLabel lblSaleAmt;
|
||
private UI.CsmLabel txtSaleAmt;
|
||
private UI.CsmPosEditBox txtCardNo;
|
||
private UI.CsmButton btnAllDw;
|
||
private UI.CsmButton btnAllUp;
|
||
private UI.CsmButton btnAdd;
|
||
private UI.CsmButton btnDelete;
|
||
private UI.CsmButton btnHappyGifHelp;
|
||
private System.Windows.Forms.PictureBox picBack;
|
||
private UI.CsmButton btnComplete;
|
||
private UI.CsmButton btnExchangeTicket;
|
||
private UI.CsmLabel csmLabel2;
|
||
private UI.CsmLabel lblBox6;
|
||
private UI.CsmLabel lblBox5;
|
||
private System.Windows.Forms.Label label1;
|
||
private UI.CsmPosEditBox txtQty;
|
||
private UI.CsmLabel txtCardNM;
|
||
private UI.CsmLabel txtAmount;
|
||
private UI.CsmLabel lblBox4;
|
||
private UI.CsmLabel lblBox3;
|
||
private UI.CsmLabel csmLabel1;
|
||
private UI.CsmLabel lblCardNM;
|
||
private UI.CsmLabel lblQty;
|
||
private UI.CsmLabel lblAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Select;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNAME;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AMOUNT;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Qty;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMCD;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AppNo;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AppDate;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AppTime;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Wcc;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Pat_Group_CD;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CD_Type;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AppSvrID;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn AppYN;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn GiftType;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn APPRNO;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CHANGE_PAYMNT_YN;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn MNDTRY_INPUT_YN;
|
||
}
|
||
} |