776 lines
44 KiB
C#
776 lines
44 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmPointHappyPointAfter
|
|
{
|
|
/// <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.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.padInPut = new Cosmos.UI.CsmNumpad();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.lblSaleDateTime = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtSaleDateTime = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnIcCard = new Cosmos.UI.CsmButton();
|
|
this.btnPopCard = new Cosmos.UI.CsmButton();
|
|
this.btnRfCard = new Cosmos.UI.CsmButton();
|
|
this.txtBasicPoint = new Cosmos.UI.CsmLabel();
|
|
this.txtAddPoint = new Cosmos.UI.CsmLabel();
|
|
this.lblBasicPoint = new Cosmos.UI.CsmLabel();
|
|
this.lblAddPoint = new Cosmos.UI.CsmLabel();
|
|
this.txtTotSavePoint = new Cosmos.UI.CsmLabel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtUsablePoint = new Cosmos.UI.CsmLabel();
|
|
this.lblTotSavePoint = new Cosmos.UI.CsmLabel();
|
|
this.lblUsablePoint = new Cosmos.UI.CsmLabel();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
|
|
this.lblAddPointNm = new Cosmos.UI.CsmLabel();
|
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel2 = new Cosmos.UI.CsmLabel();
|
|
this.btnCatApp = new Cosmos.UI.CsmButton();
|
|
this.btnPinPad = new Cosmos.UI.CsmButton();
|
|
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.WarningMsg = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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, 142);
|
|
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, 38);
|
|
this.lblPayAmt.TabIndex = 119;
|
|
this.lblPayAmt.Text = "대상금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = false;
|
|
this.btnSearch.ClickImage = null;
|
|
this.btnSearch.DefaultImage = null;
|
|
this.btnSearch.DisableImage = null;
|
|
this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(228, 340);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(100, 40);
|
|
this.btnSearch.TabIndex = 133;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.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(446, 130);
|
|
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;
|
|
//
|
|
// 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.None;
|
|
this.txtCardNo.InputTypeFormat = "";
|
|
this.txtCardNo.Location = new System.Drawing.Point(160, 111);
|
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCardNo.MaxLength = 40;
|
|
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(253, 25);
|
|
this.txtCardNo.TabIndex = 105;
|
|
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.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEnter.BorderStyleReDraw = false;
|
|
this.btnEnter.ClickImage = null;
|
|
this.btnEnter.DefaultImage = null;
|
|
this.btnEnter.DisableImage = null;
|
|
this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(330, 340);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.OccupancyBar = 0;
|
|
this.btnEnter.OccupancyBar_Lv0 = null;
|
|
this.btnEnter.OccupancyBar_Lv1 = null;
|
|
this.btnEnter.OccupancyBar_Lv2 = null;
|
|
this.btnEnter.OccupancyBar_Lv3 = null;
|
|
this.btnEnter.OccupancyBar_Lv4 = null;
|
|
this.btnEnter.Size = new System.Drawing.Size(100, 40);
|
|
this.btnEnter.TabIndex = 152;
|
|
this.btnEnter.Text = "적립";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.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(22, 105);
|
|
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, 38);
|
|
this.lblCardNo.TabIndex = 104;
|
|
this.lblCardNo.Text = "카드번호";
|
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblCardNo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblCardNo_MouseDown);
|
|
//
|
|
// lblSaleDateTime
|
|
//
|
|
this.lblSaleDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSaleDateTime.BorderStyleReDraw = true;
|
|
this.lblSaleDateTime.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblSaleDateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSaleDateTime.Location = new System.Drawing.Point(22, 68);
|
|
this.lblSaleDateTime.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSaleDateTime.Name = "lblSaleDateTime";
|
|
this.lblSaleDateTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSaleDateTime.Size = new System.Drawing.Size(122, 38);
|
|
this.lblSaleDateTime.TabIndex = 283;
|
|
this.lblSaleDateTime.Text = "판매시간";
|
|
this.lblSaleDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.lblTitle.BorderStyleReDraw = false;
|
|
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(16, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(714, 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(22, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 295;
|
|
//
|
|
// txtSaleDateTime
|
|
//
|
|
this.txtSaleDateTime.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleDateTime.BorderStyleReDraw = true;
|
|
this.txtSaleDateTime.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtSaleDateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtSaleDateTime.Location = new System.Drawing.Point(160, 74);
|
|
this.txtSaleDateTime.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtSaleDateTime.Name = "txtSaleDateTime";
|
|
this.txtSaleDateTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtSaleDateTime.Size = new System.Drawing.Size(253, 25);
|
|
this.txtSaleDateTime.TabIndex = 297;
|
|
this.txtSaleDateTime.Text = "2011-12-31 10:00:00";
|
|
this.txtSaleDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.InitialImage = null;
|
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(788, 402);
|
|
this.picBack.TabIndex = 298;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// btnIcCard
|
|
//
|
|
this.btnIcCard.BackColor = System.Drawing.Color.White;
|
|
this.btnIcCard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnIcCard.BorderStyleReDraw = true;
|
|
this.btnIcCard.ClickImage = null;
|
|
this.btnIcCard.DefaultImage = null;
|
|
this.btnIcCard.DisableImage = null;
|
|
this.btnIcCard.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnIcCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnIcCard.Location = new System.Drawing.Point(444, 67);
|
|
this.btnIcCard.Name = "btnIcCard";
|
|
this.btnIcCard.OccupancyBar = 0;
|
|
this.btnIcCard.OccupancyBar_Lv0 = null;
|
|
this.btnIcCard.OccupancyBar_Lv1 = null;
|
|
this.btnIcCard.OccupancyBar_Lv2 = null;
|
|
this.btnIcCard.OccupancyBar_Lv3 = null;
|
|
this.btnIcCard.OccupancyBar_Lv4 = null;
|
|
this.btnIcCard.Size = new System.Drawing.Size(81, 49);
|
|
this.btnIcCard.TabIndex = 299;
|
|
this.btnIcCard.Text = "카드";
|
|
this.btnIcCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnIcCard.UseCompatibleTextRendering = true;
|
|
this.btnIcCard.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPopCard
|
|
//
|
|
this.btnPopCard.BackColor = System.Drawing.Color.White;
|
|
this.btnPopCard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPopCard.BorderStyleReDraw = true;
|
|
this.btnPopCard.ClickImage = null;
|
|
this.btnPopCard.DefaultImage = null;
|
|
this.btnPopCard.DisableImage = null;
|
|
this.btnPopCard.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnPopCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnPopCard.Location = new System.Drawing.Point(605, 67);
|
|
this.btnPopCard.Name = "btnPopCard";
|
|
this.btnPopCard.OccupancyBar = 0;
|
|
this.btnPopCard.OccupancyBar_Lv0 = null;
|
|
this.btnPopCard.OccupancyBar_Lv1 = null;
|
|
this.btnPopCard.OccupancyBar_Lv2 = null;
|
|
this.btnPopCard.OccupancyBar_Lv3 = null;
|
|
this.btnPopCard.OccupancyBar_Lv4 = null;
|
|
this.btnPopCard.Size = new System.Drawing.Size(81, 49);
|
|
this.btnPopCard.TabIndex = 530;
|
|
this.btnPopCard.Text = "POP카드";
|
|
this.btnPopCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPopCard.UseCompatibleTextRendering = true;
|
|
this.btnPopCard.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnRfCard
|
|
//
|
|
this.btnRfCard.BackColor = System.Drawing.Color.White;
|
|
this.btnRfCard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnRfCard.BorderStyleReDraw = true;
|
|
this.btnRfCard.ClickImage = null;
|
|
this.btnRfCard.DefaultImage = null;
|
|
this.btnRfCard.DisableImage = null;
|
|
this.btnRfCard.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnRfCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnRfCard.Location = new System.Drawing.Point(524, 67);
|
|
this.btnRfCard.Name = "btnRfCard";
|
|
this.btnRfCard.OccupancyBar = 0;
|
|
this.btnRfCard.OccupancyBar_Lv0 = null;
|
|
this.btnRfCard.OccupancyBar_Lv1 = null;
|
|
this.btnRfCard.OccupancyBar_Lv2 = null;
|
|
this.btnRfCard.OccupancyBar_Lv3 = null;
|
|
this.btnRfCard.OccupancyBar_Lv4 = null;
|
|
this.btnRfCard.Size = new System.Drawing.Size(82, 49);
|
|
this.btnRfCard.TabIndex = 529;
|
|
this.btnRfCard.Text = "RF카드";
|
|
this.btnRfCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnRfCard.UseCompatibleTextRendering = true;
|
|
this.btnRfCard.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtBasicPoint
|
|
//
|
|
this.txtBasicPoint.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBasicPoint.BorderStyleReDraw = true;
|
|
this.txtBasicPoint.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtBasicPoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtBasicPoint.Location = new System.Drawing.Point(160, 259);
|
|
this.txtBasicPoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtBasicPoint.Name = "txtBasicPoint";
|
|
this.txtBasicPoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtBasicPoint.Size = new System.Drawing.Size(253, 25);
|
|
this.txtBasicPoint.TabIndex = 542;
|
|
this.txtBasicPoint.Text = "0";
|
|
this.txtBasicPoint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtAddPoint
|
|
//
|
|
this.txtAddPoint.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAddPoint.BorderStyleReDraw = true;
|
|
this.txtAddPoint.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtAddPoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtAddPoint.Location = new System.Drawing.Point(281, 296);
|
|
this.txtAddPoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtAddPoint.Name = "txtAddPoint";
|
|
this.txtAddPoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtAddPoint.Size = new System.Drawing.Size(132, 25);
|
|
this.txtAddPoint.TabIndex = 539;
|
|
this.txtAddPoint.Text = "0";
|
|
this.txtAddPoint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblBasicPoint
|
|
//
|
|
this.lblBasicPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblBasicPoint.BorderStyleReDraw = true;
|
|
this.lblBasicPoint.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblBasicPoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblBasicPoint.Location = new System.Drawing.Point(22, 253);
|
|
this.lblBasicPoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblBasicPoint.Name = "lblBasicPoint";
|
|
this.lblBasicPoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblBasicPoint.Size = new System.Drawing.Size(122, 38);
|
|
this.lblBasicPoint.TabIndex = 538;
|
|
this.lblBasicPoint.Text = "기본포인트";
|
|
this.lblBasicPoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblAddPoint
|
|
//
|
|
this.lblAddPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAddPoint.BorderStyleReDraw = true;
|
|
this.lblAddPoint.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblAddPoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAddPoint.Location = new System.Drawing.Point(22, 290);
|
|
this.lblAddPoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAddPoint.Name = "lblAddPoint";
|
|
this.lblAddPoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAddPoint.Size = new System.Drawing.Size(122, 38);
|
|
this.lblAddPoint.TabIndex = 537;
|
|
this.lblAddPoint.Text = "추가포인트";
|
|
this.lblAddPoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblAddPoint.UseCompatibleTextRendering = true;
|
|
//
|
|
// txtTotSavePoint
|
|
//
|
|
this.txtTotSavePoint.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTotSavePoint.BorderStyleReDraw = true;
|
|
this.txtTotSavePoint.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtTotSavePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtTotSavePoint.Location = new System.Drawing.Point(160, 185);
|
|
this.txtTotSavePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtTotSavePoint.Name = "txtTotSavePoint";
|
|
this.txtTotSavePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtTotSavePoint.Size = new System.Drawing.Size(253, 25);
|
|
this.txtTotSavePoint.TabIndex = 536;
|
|
this.txtTotSavePoint.Text = "0";
|
|
this.txtTotSavePoint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
|
|
this.label1.Location = new System.Drawing.Point(22, 253);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(408, 1);
|
|
this.label1.TabIndex = 534;
|
|
//
|
|
// txtUsablePoint
|
|
//
|
|
this.txtUsablePoint.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtUsablePoint.BorderStyleReDraw = true;
|
|
this.txtUsablePoint.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtUsablePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtUsablePoint.Location = new System.Drawing.Point(160, 222);
|
|
this.txtUsablePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtUsablePoint.Name = "txtUsablePoint";
|
|
this.txtUsablePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtUsablePoint.Size = new System.Drawing.Size(253, 25);
|
|
this.txtUsablePoint.TabIndex = 533;
|
|
this.txtUsablePoint.Text = "0";
|
|
this.txtUsablePoint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblTotSavePoint
|
|
//
|
|
this.lblTotSavePoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTotSavePoint.BorderStyleReDraw = true;
|
|
this.lblTotSavePoint.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblTotSavePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTotSavePoint.Location = new System.Drawing.Point(22, 179);
|
|
this.lblTotSavePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTotSavePoint.Name = "lblTotSavePoint";
|
|
this.lblTotSavePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTotSavePoint.Size = new System.Drawing.Size(122, 38);
|
|
this.lblTotSavePoint.TabIndex = 532;
|
|
this.lblTotSavePoint.Text = "누적포인트";
|
|
this.lblTotSavePoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblUsablePoint
|
|
//
|
|
this.lblUsablePoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblUsablePoint.BorderStyleReDraw = true;
|
|
this.lblUsablePoint.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblUsablePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblUsablePoint.Location = new System.Drawing.Point(22, 216);
|
|
this.lblUsablePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblUsablePoint.Name = "lblUsablePoint";
|
|
this.lblUsablePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblUsablePoint.Size = new System.Drawing.Size(122, 38);
|
|
this.lblUsablePoint.TabIndex = 531;
|
|
this.lblUsablePoint.Text = "가용포인트";
|
|
this.lblUsablePoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
|
|
this.label8.Location = new System.Drawing.Point(22, 179);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(408, 1);
|
|
this.label8.TabIndex = 290;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnExit.BorderStyleReDraw = false;
|
|
this.btnExit.ClickImage = null;
|
|
this.btnExit.DefaultImage = null;
|
|
this.btnExit.DisableImage = null;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(729, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.OccupancyBar = 0;
|
|
this.btnExit.OccupancyBar_Lv0 = null;
|
|
this.btnExit.OccupancyBar_Lv1 = null;
|
|
this.btnExit.OccupancyBar_Lv2 = null;
|
|
this.btnExit.OccupancyBar_Lv3 = null;
|
|
this.btnExit.OccupancyBar_Lv4 = null;
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 543;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// tmrIcCard
|
|
//
|
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|
//
|
|
// lblAddPointNm
|
|
//
|
|
this.lblAddPointNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAddPointNm.BorderStyleReDraw = true;
|
|
this.lblAddPointNm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblAddPointNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAddPointNm.Location = new System.Drawing.Point(143, 290);
|
|
this.lblAddPointNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAddPointNm.Name = "lblAddPointNm";
|
|
this.lblAddPointNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAddPointNm.Size = new System.Drawing.Size(122, 38);
|
|
this.lblAddPointNm.TabIndex = 544;
|
|
this.lblAddPointNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblAddPointNm.UseCompatibleTextRendering = true;
|
|
//
|
|
// lblBox5
|
|
//
|
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|
this.lblBox5.BorderStyleReDraw = true;
|
|
this.lblBox5.Location = new System.Drawing.Point(143, 216);
|
|
this.lblBox5.Name = "lblBox5";
|
|
this.lblBox5.Size = new System.Drawing.Size(287, 38);
|
|
this.lblBox5.TabIndex = 544;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(143, 179);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 38);
|
|
this.lblBox4.TabIndex = 545;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(143, 142);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 38);
|
|
this.lblBox3.TabIndex = 546;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(143, 105);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 38);
|
|
this.lblBox2.TabIndex = 547;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(143, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 38);
|
|
this.lblBox1.TabIndex = 548;
|
|
//
|
|
// csmLabel1
|
|
//
|
|
this.csmLabel1.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel1.BorderStyleReDraw = true;
|
|
this.csmLabel1.Location = new System.Drawing.Point(143, 290);
|
|
this.csmLabel1.Name = "csmLabel1";
|
|
this.csmLabel1.Size = new System.Drawing.Size(287, 38);
|
|
this.csmLabel1.TabIndex = 549;
|
|
//
|
|
// csmLabel2
|
|
//
|
|
this.csmLabel2.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel2.BorderStyleReDraw = true;
|
|
this.csmLabel2.Location = new System.Drawing.Point(143, 253);
|
|
this.csmLabel2.Name = "csmLabel2";
|
|
this.csmLabel2.Size = new System.Drawing.Size(287, 38);
|
|
this.csmLabel2.TabIndex = 550;
|
|
//
|
|
// btnCatApp
|
|
//
|
|
this.btnCatApp.BackColor = System.Drawing.Color.Black;
|
|
this.btnCatApp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnCatApp.BorderStyleReDraw = false;
|
|
this.btnCatApp.ClickImage = null;
|
|
this.btnCatApp.DefaultImage = null;
|
|
this.btnCatApp.DisableImage = null;
|
|
this.btnCatApp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnCatApp.ForeColor = System.Drawing.Color.White;
|
|
this.btnCatApp.Location = new System.Drawing.Point(126, 340);
|
|
this.btnCatApp.Name = "btnCatApp";
|
|
this.btnCatApp.OccupancyBar = 0;
|
|
this.btnCatApp.OccupancyBar_Lv0 = null;
|
|
this.btnCatApp.OccupancyBar_Lv1 = null;
|
|
this.btnCatApp.OccupancyBar_Lv2 = null;
|
|
this.btnCatApp.OccupancyBar_Lv3 = null;
|
|
this.btnCatApp.OccupancyBar_Lv4 = null;
|
|
this.btnCatApp.Size = new System.Drawing.Size(100, 40);
|
|
this.btnCatApp.TabIndex = 551;
|
|
this.btnCatApp.Text = "CAT단말기";
|
|
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCatApp.UseCompatibleTextRendering = true;
|
|
this.btnCatApp.Visible = false;
|
|
this.btnCatApp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPinPad
|
|
//
|
|
this.btnPinPad.BackColor = System.Drawing.Color.White;
|
|
this.btnPinPad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPinPad.BorderStyleReDraw = true;
|
|
this.btnPinPad.ClickImage = null;
|
|
this.btnPinPad.DefaultImage = null;
|
|
this.btnPinPad.DisableImage = null;
|
|
this.btnPinPad.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnPinPad.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnPinPad.Location = new System.Drawing.Point(685, 67);
|
|
this.btnPinPad.Name = "btnPinPad";
|
|
this.btnPinPad.OccupancyBar = 0;
|
|
this.btnPinPad.OccupancyBar_Lv0 = null;
|
|
this.btnPinPad.OccupancyBar_Lv1 = null;
|
|
this.btnPinPad.OccupancyBar_Lv2 = null;
|
|
this.btnPinPad.OccupancyBar_Lv3 = null;
|
|
this.btnPinPad.OccupancyBar_Lv4 = null;
|
|
this.btnPinPad.Size = new System.Drawing.Size(81, 49);
|
|
this.btnPinPad.TabIndex = 552;
|
|
this.btnPinPad.Text = "핀패드";
|
|
this.btnPinPad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPinPad.UseCompatibleTextRendering = true;
|
|
this.btnPinPad.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtPayAmt
|
|
//
|
|
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtPayAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtPayAmt.BorderStyleReDraw = false;
|
|
this.txtPayAmt.ClearFlag = false;
|
|
this.txtPayAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtPayAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtPayAmt.InputTypeFormat = "";
|
|
this.txtPayAmt.Location = new System.Drawing.Point(160, 149);
|
|
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtPayAmt.MaxLength = 15;
|
|
this.txtPayAmt.MaxLengthAutoEnd = false;
|
|
this.txtPayAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtPayAmt.MaxLengthForNumpad = 32767;
|
|
this.txtPayAmt.Name = "txtPayAmt";
|
|
this.txtPayAmt.PasswordChar = '\0';
|
|
this.txtPayAmt.ReadOnly = false;
|
|
this.txtPayAmt.Size = new System.Drawing.Size(253, 25);
|
|
this.txtPayAmt.TabIndex = 553;
|
|
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtPayAmt.UseDualMaxLength = false;
|
|
this.txtPayAmt.Value = "";
|
|
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// WarningMsg
|
|
//
|
|
this.WarningMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.WarningMsg.BorderStyleReDraw = false;
|
|
this.WarningMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
|
|
this.WarningMsg.ForeColor = System.Drawing.Color.White;
|
|
this.WarningMsg.Location = new System.Drawing.Point(505, 9);
|
|
this.WarningMsg.Name = "WarningMsg";
|
|
this.WarningMsg.Size = new System.Drawing.Size(225, 40);
|
|
this.WarningMsg.TabIndex = 557;
|
|
this.WarningMsg.Text = "* 포인트 부정 적립은 민/형사상 \r\n처벌 대상이 될 수 있습니다.\r\n";
|
|
this.WarningMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// frmPointHappyPointAfter
|
|
//
|
|
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(788, 402);
|
|
this.Controls.Add(this.WarningMsg);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.btnPinPad);
|
|
this.Controls.Add(this.btnCatApp);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.lblAddPointNm);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.txtBasicPoint);
|
|
this.Controls.Add(this.txtAddPoint);
|
|
this.Controls.Add(this.lblBasicPoint);
|
|
this.Controls.Add(this.lblAddPoint);
|
|
this.Controls.Add(this.txtTotSavePoint);
|
|
this.Controls.Add(this.txtUsablePoint);
|
|
this.Controls.Add(this.lblTotSavePoint);
|
|
this.Controls.Add(this.lblUsablePoint);
|
|
this.Controls.Add(this.btnPopCard);
|
|
this.Controls.Add(this.btnRfCard);
|
|
this.Controls.Add(this.btnIcCard);
|
|
this.Controls.Add(this.txtSaleDateTime);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblSaleDateTime);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.padInPut);
|
|
this.Controls.Add(this.lblBox5);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.csmLabel1);
|
|
this.Controls.Add(this.csmLabel2);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmPointHappyPointAfter";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "frmPointHappyPointAfter";
|
|
this.Activated += new System.EventHandler(this.frmPointHappyPointAfter_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmPointHappyPointAfter_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPointHappyPointAfter_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmPointHappyPointAfter_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmNumpad padInPut;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblCardNo;
|
|
private UI.CsmLabel lblSaleDateTime;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtSaleDateTime;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmButton btnIcCard;
|
|
private UI.CsmButton btnPopCard;
|
|
private UI.CsmButton btnRfCard;
|
|
private UI.CsmLabel txtBasicPoint;
|
|
private UI.CsmLabel txtAddPoint;
|
|
private UI.CsmLabel lblBasicPoint;
|
|
private UI.CsmLabel lblAddPoint;
|
|
private UI.CsmLabel txtTotSavePoint;
|
|
private System.Windows.Forms.Label label1;
|
|
private UI.CsmLabel txtUsablePoint;
|
|
private UI.CsmLabel lblTotSavePoint;
|
|
private UI.CsmLabel lblUsablePoint;
|
|
private System.Windows.Forms.Label label8;
|
|
protected UI.CsmButton btnExit;
|
|
private System.Windows.Forms.Timer tmrIcCard;
|
|
private UI.CsmLabel lblBox5;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmLabel csmLabel1;
|
|
private UI.CsmLabel csmLabel2;
|
|
private UI.CsmLabel lblAddPointNm;
|
|
private UI.CsmButton btnCatApp;
|
|
private UI.CsmButton btnPinPad;
|
|
private UI.CsmPosEditBox txtPayAmt;
|
|
private UI.CsmLabel WarningMsg;
|
|
}
|
|
} |