spc-kiosk-pb/Window/WinPayment/frmPntHappyCpn.designer.cs
2019-06-16 14:12:09 +09:00

523 lines
28 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Cosmos.Win
{
partial class frmPntHappyCpn
{
/// <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.btnDown = new Cosmos.UI.CsmButton();
this.btnUp = new Cosmos.UI.CsmButton();
this.gridList = new Cosmos.UI.CsmGrid();
this.btnIcCard = new Cosmos.UI.CsmButton();
this.label2 = new System.Windows.Forms.Label();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnSearch = new Cosmos.UI.CsmButton();
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
this.lblCardNo = new Cosmos.UI.CsmLabel();
this.txtPayAmt = new Cosmos.UI.CsmLabel();
this.lblPayAmt = new Cosmos.UI.CsmLabel();
this.label8 = new System.Windows.Forms.Label();
this.btnRfCard = new Cosmos.UI.CsmButton();
this.btnPopCard = new Cosmos.UI.CsmButton();
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
this.btnPinPad = new Cosmos.UI.CsmButton();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.pnlCardMot.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.Text = "해피쿠폰";
//
// btnExit
//
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
//
// btnDown
//
this.btnDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDown.BorderStyleReDraw = false;
this.btnDown.ClickImage = null;
this.btnDown.DefaultImage = null;
this.btnDown.DisableImage = null;
this.btnDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnDown.ForeColor = System.Drawing.Color.Black;
this.btnDown.Location = new System.Drawing.Point(340, 463);
this.btnDown.Name = "btnDown";
this.btnDown.OccupancyBar = 0;
this.btnDown.OccupancyBar_Lv0 = null;
this.btnDown.OccupancyBar_Lv1 = null;
this.btnDown.OccupancyBar_Lv2 = null;
this.btnDown.OccupancyBar_Lv3 = null;
this.btnDown.OccupancyBar_Lv4 = null;
this.btnDown.Size = new System.Drawing.Size(100, 40);
this.btnDown.TabIndex = 324;
this.btnDown.Text = "";
this.btnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDown.UseCompatibleTextRendering = true;
this.btnDown.Click += new System.EventHandler(this.btnProc_Click);
//
// btnUp
//
this.btnUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUp.BorderStyleReDraw = false;
this.btnUp.ClickImage = null;
this.btnUp.DefaultImage = null;
this.btnUp.DisableImage = null;
this.btnUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnUp.ForeColor = System.Drawing.Color.Black;
this.btnUp.Location = new System.Drawing.Point(238, 463);
this.btnUp.Name = "btnUp";
this.btnUp.OccupancyBar = 0;
this.btnUp.OccupancyBar_Lv0 = null;
this.btnUp.OccupancyBar_Lv1 = null;
this.btnUp.OccupancyBar_Lv2 = null;
this.btnUp.OccupancyBar_Lv3 = null;
this.btnUp.OccupancyBar_Lv4 = null;
this.btnUp.Size = new System.Drawing.Size(100, 40);
this.btnUp.TabIndex = 323;
this.btnUp.Text = "∧";
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp.UseCompatibleTextRendering = true;
this.btnUp.Click += new System.EventHandler(this.btnProc_Click);
//
// gridList
//
this.gridList.BackColor = System.Drawing.Color.White;
this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
this.gridList.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
this.gridList.CsmGridColumnCount = 0;
this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gridList.CsmGridColumnHeadersHeight = 18;
this.gridList.CsmGridColumnHeadersVisible = false;
this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1;
this.gridList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White;
this.gridList.CsmGridRowMove = true;
this.gridList.CsmGridRowsHeight = 35;
this.gridList.CsmGridShowPageRowsCount = 4;
this.gridList.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gridList.Location = new System.Drawing.Point(238, 285);
this.gridList.Margin = new System.Windows.Forms.Padding(4);
this.gridList.Name = "gridList";
this.gridList.Size = new System.Drawing.Size(408, 166);
this.gridList.TabIndex = 322;
this.gridList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridList_GridClickEvent);
//
// 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(661, 190);
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 = 321;
this.btnIcCard.Text = "IC카드";
this.btnIcCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnIcCard.UseCompatibleTextRendering = true;
this.btnIcCard.Click += new System.EventHandler(this.btnProc_Click);
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(238, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(408, 2);
this.label2.TabIndex = 320;
//
// 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(546, 463);
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 = 318;
this.btnEnter.Text = "승인";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// 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(444, 463);
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 = 317;
this.btnSearch.Text = "조회";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.UseCompatibleTextRendering = true;
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
//
// 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(376, 198);
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, 26);
this.txtCardNo.TabIndex = 316;
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);
//
// 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(238, 191);
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 = 315;
this.lblCardNo.Text = "쿠폰번호";
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblCardNo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblCardNo_MouseDown);
//
// 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(376, 237);
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(253, 26);
this.txtPayAmt.TabIndex = 328;
this.txtPayAmt.Text = "0";
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// 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(238, 230);
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 = 326;
this.lblPayAmt.Text = "대상금액";
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label8
//
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167)))));
this.label8.Location = new System.Drawing.Point(238, 269);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(408, 1);
this.label8.TabIndex = 325;
//
// 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(741, 190);
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(81, 49);
this.btnRfCard.TabIndex = 522;
this.btnRfCard.Text = "RF카드";
this.btnRfCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnRfCard.UseCompatibleTextRendering = true;
this.btnRfCard.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(821, 190);
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 = 529;
this.btnPopCard.Text = "POP카드";
this.btnPopCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPopCard.UseCompatibleTextRendering = true;
this.btnPopCard.Click += new System.EventHandler(this.btnProc_Click);
//
// tmrIcCard
//
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
//
// 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(901, 190);
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 = 530;
this.btnPinPad.Text = "핀패드";
this.btnPinPad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPinPad.UseCompatibleTextRendering = true;
this.btnPinPad.Click += new System.EventHandler(this.btnProc_Click);
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(359, 230);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(287, 40);
this.lblBox2.TabIndex = 530;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(359, 191);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(287, 40);
this.lblBox1.TabIndex = 531;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167)))));
this.label1.Location = new System.Drawing.Point(359, 192);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(1, 77);
this.label1.TabIndex = 532;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167)))));
this.label3.Location = new System.Drawing.Point(359, 192);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(1, 77);
this.label3.TabIndex = 533;
//
// label4
//
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label4.Location = new System.Drawing.Point(238, 284);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(408, 2);
this.label4.TabIndex = 534;
//
// frmPntHappyCpn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114)))));
this.ClientSize = new System.Drawing.Size(1004, 525);
this.Controls.Add(this.label4);
this.Controls.Add(this.label8);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtPayAmt);
this.Controls.Add(this.txtCardNo);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.btnPinPad);
this.Controls.Add(this.btnPopCard);
this.Controls.Add(this.btnRfCard);
this.Controls.Add(this.lblPayAmt);
this.Controls.Add(this.btnDown);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.gridList);
this.Controls.Add(this.btnIcCard);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.lblCardNo);
this.Controls.Add(this.lblBox2);
this.Name = "frmPntHappyCpn";
this.ShowInTaskbar = false;
this.Text = "frmPointHappyCpn";
this.Activated += new System.EventHandler(this.frmPointHappyCpn_Activated);
this.Deactivate += new System.EventHandler(this.frmPointHappyCpn_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPointHappyCpn_FormClosing);
this.Load += new System.EventHandler(this.frmPointHappyCpn_Load);
this.Controls.SetChildIndex(this.picBack, 0);
this.Controls.SetChildIndex(this.lblbg1, 0);
this.Controls.SetChildIndex(this.lblbg2, 0);
this.Controls.SetChildIndex(this.lblBox2, 0);
this.Controls.SetChildIndex(this.lblCardNo, 0);
this.Controls.SetChildIndex(this.btnSearch, 0);
this.Controls.SetChildIndex(this.btnEnter, 0);
this.Controls.SetChildIndex(this.btnIcCard, 0);
this.Controls.SetChildIndex(this.gridList, 0);
this.Controls.SetChildIndex(this.btnUp, 0);
this.Controls.SetChildIndex(this.btnDown, 0);
this.Controls.SetChildIndex(this.lblPayAmt, 0);
this.Controls.SetChildIndex(this.btnRfCard, 0);
this.Controls.SetChildIndex(this.btnPopCard, 0);
this.Controls.SetChildIndex(this.btnPinPad, 0);
this.Controls.SetChildIndex(this.lblBox1, 0);
this.Controls.SetChildIndex(this.txtCardNo, 0);
this.Controls.SetChildIndex(this.txtPayAmt, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.label8, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.padInPut, 0);
this.Controls.SetChildIndex(this.lblTitle, 0);
this.Controls.SetChildIndex(this.rtbMotMain, 0);
this.Controls.SetChildIndex(this.btnExit, 0);
this.Controls.SetChildIndex(this.pnlCardMot, 0);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlCardMot.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnDown;
private UI.CsmButton btnUp;
private UI.CsmGrid gridList;
private UI.CsmButton btnIcCard;
private System.Windows.Forms.Label label2;
private UI.CsmButton btnEnter;
private UI.CsmButton btnSearch;
private UI.CsmPosEditBox txtCardNo;
private UI.CsmLabel lblCardNo;
private UI.CsmLabel txtPayAmt;
private UI.CsmLabel lblPayAmt;
private System.Windows.Forms.Label label8;
private UI.CsmButton btnRfCard;
private UI.CsmButton btnPopCard;
private System.Windows.Forms.Timer tmrIcCard;
private UI.CsmButton btnPinPad;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}