363 lines
19 KiB
C#
363 lines
19 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmWelcomCard
|
|||
|
{
|
|||
|
/// <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.fncMobileKind = new Cosmos.UI.CsmFunc();
|
|||
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|||
|
this.btnClientRegister = new Cosmos.UI.CsmButton();
|
|||
|
this.btnPopCard = new Cosmos.UI.CsmButton();
|
|||
|
this.btnRfCard = new Cosmos.UI.CsmButton();
|
|||
|
this.btnPinPad = new Cosmos.UI.CsmButton();
|
|||
|
this.btnIcCard = new Cosmos.UI.CsmButton();
|
|||
|
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.pnlCardMot.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// padInPut
|
|||
|
//
|
|||
|
this.padInPut.Use4By4 = false;
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// fncMobileKind
|
|||
|
//
|
|||
|
this.fncMobileKind.BackColor = System.Drawing.Color.White;
|
|||
|
this.fncMobileKind.BackColorButton = System.Drawing.SystemColors.Control;
|
|||
|
this.fncMobileKind.BackColorUpDown = System.Drawing.SystemColors.Control;
|
|||
|
this.fncMobileKind.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|||
|
this.fncMobileKind.BorderLineSize = 0;
|
|||
|
this.fncMobileKind.BorderStyleReDraw = false;
|
|||
|
this.fncMobileKind.FontSizeUpDown = 15.75F;
|
|||
|
this.fncMobileKind.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|||
|
this.fncMobileKind.Location = new System.Drawing.Point(246, 194);
|
|||
|
this.fncMobileKind.Name = "fncMobileKind";
|
|||
|
this.fncMobileKind.SelectedBackColor = System.Drawing.Color.DarkGray;
|
|||
|
this.fncMobileKind.SelectedForeColor = System.Drawing.Color.Empty;
|
|||
|
this.fncMobileKind.Size = new System.Drawing.Size(405, 49);
|
|||
|
this.fncMobileKind.TabIndex = 343;
|
|||
|
this.fncMobileKind.Tag = "1";
|
|||
|
this.fncMobileKind.TextDown = ">";
|
|||
|
this.fncMobileKind.TextUp = "<";
|
|||
|
this.fncMobileKind.UpDownSeqUsed = true;
|
|||
|
this.fncMobileKind.VisibleUpDown = true;
|
|||
|
this.fncMobileKind.FuncClickHandler += new Cosmos.UI.CsmFunc.FuncClickEventHandler(this.fncMobileKind_FuncClickHandler);
|
|||
|
//
|
|||
|
// 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(383, 262);
|
|||
|
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 = 345;
|
|||
|
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtCardNo.UseDualMaxLength = false;
|
|||
|
this.txtCardNo.Value = "";
|
|||
|
this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtCardNo_EditBoxKeyDownEvent);
|
|||
|
this.txtCardNo.Enter += new System.EventHandler(this.txtCardNo_Enter);
|
|||
|
//
|
|||
|
// 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(246, 255);
|
|||
|
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(121, 40);
|
|||
|
this.lblCardNo.TabIndex = 344;
|
|||
|
this.lblCardNo.Text = "카드번호";
|
|||
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(366, 255);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox1.TabIndex = 346;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label2.Location = new System.Drawing.Point(246, 253);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(407, 2);
|
|||
|
this.label2.TabIndex = 347;
|
|||
|
//
|
|||
|
// 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(553, 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 = 348;
|
|||
|
this.btnEnter.Text = "발급";
|
|||
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|||
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnClientRegister
|
|||
|
//
|
|||
|
this.btnClientRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnClientRegister.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnClientRegister.BorderStyleReDraw = false;
|
|||
|
this.btnClientRegister.ClickImage = null;
|
|||
|
this.btnClientRegister.DefaultImage = null;
|
|||
|
this.btnClientRegister.DisableImage = null;
|
|||
|
this.btnClientRegister.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnClientRegister.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnClientRegister.Location = new System.Drawing.Point(247, 463);
|
|||
|
this.btnClientRegister.Name = "btnClientRegister";
|
|||
|
this.btnClientRegister.OccupancyBar = 0;
|
|||
|
this.btnClientRegister.OccupancyBar_Lv0 = null;
|
|||
|
this.btnClientRegister.OccupancyBar_Lv1 = null;
|
|||
|
this.btnClientRegister.OccupancyBar_Lv2 = null;
|
|||
|
this.btnClientRegister.OccupancyBar_Lv3 = null;
|
|||
|
this.btnClientRegister.OccupancyBar_Lv4 = null;
|
|||
|
this.btnClientRegister.Size = new System.Drawing.Size(132, 40);
|
|||
|
this.btnClientRegister.TabIndex = 349;
|
|||
|
this.btnClientRegister.Text = "해피APP고객등록";
|
|||
|
this.btnClientRegister.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnClientRegister.UseCompatibleTextRendering = true;
|
|||
|
this.btnClientRegister.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, 194);
|
|||
|
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 = 532;
|
|||
|
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(740, 194);
|
|||
|
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 = 531;
|
|||
|
this.btnRfCard.Text = "RF카드";
|
|||
|
this.btnRfCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnRfCard.UseCompatibleTextRendering = true;
|
|||
|
this.btnRfCard.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(901, 194);
|
|||
|
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);
|
|||
|
//
|
|||
|
// 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(660, 194);
|
|||
|
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 = 529;
|
|||
|
this.btnIcCard.Text = "IC카드";
|
|||
|
this.btnIcCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnIcCard.UseCompatibleTextRendering = true;
|
|||
|
this.btnIcCard.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// tmrIcCard
|
|||
|
//
|
|||
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|||
|
//
|
|||
|
// frmWelcomCard
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.ClientSize = new System.Drawing.Size(1004, 525);
|
|||
|
this.Controls.Add(this.btnPopCard);
|
|||
|
this.Controls.Add(this.btnRfCard);
|
|||
|
this.Controls.Add(this.btnPinPad);
|
|||
|
this.Controls.Add(this.btnIcCard);
|
|||
|
this.Controls.Add(this.btnClientRegister);
|
|||
|
this.Controls.Add(this.btnEnter);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.txtCardNo);
|
|||
|
this.Controls.Add(this.lblCardNo);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.fncMobileKind);
|
|||
|
this.Location = new System.Drawing.Point(210, 153);
|
|||
|
this.Name = "frmWelcomCard";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "frmWelcomCard";
|
|||
|
this.Activated += new System.EventHandler(this.frmWelcomCard_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmWelcomCard_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmWelcomCard_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmWelcomCard_Load);
|
|||
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblbg2, 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);
|
|||
|
this.Controls.SetChildIndex(this.fncMobileKind, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.label2, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnClientRegister, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnIcCard, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnPinPad, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnRfCard, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnPopCard, 0);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.pnlCardMot.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmFunc fncMobileKind;
|
|||
|
private UI.CsmPosEditBox txtCardNo;
|
|||
|
private UI.CsmLabel lblCardNo;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmButton btnEnter;
|
|||
|
private UI.CsmButton btnClientRegister;
|
|||
|
private UI.CsmButton btnPopCard;
|
|||
|
private UI.CsmButton btnRfCard;
|
|||
|
private UI.CsmButton btnPinPad;
|
|||
|
private UI.CsmButton btnIcCard;
|
|||
|
private System.Windows.Forms.Timer tmrIcCard;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|