371 lines
19 KiB
C#
371 lines
19 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmSFCCard
|
|||
|
{
|
|||
|
/// <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.btnMenu3 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnCatApp = new Cosmos.UI.CsmButton();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblMsg = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|||
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|||
|
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();
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|||
|
//
|
|||
|
// btnMenu3
|
|||
|
//
|
|||
|
this.btnMenu3.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnMenu3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnMenu3.BorderStyleReDraw = true;
|
|||
|
this.btnMenu3.ClickImage = null;
|
|||
|
this.btnMenu3.DefaultImage = null;
|
|||
|
this.btnMenu3.DisableImage = null;
|
|||
|
this.btnMenu3.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|||
|
this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnMenu3.Location = new System.Drawing.Point(820, 190);
|
|||
|
this.btnMenu3.Name = "btnMenu3";
|
|||
|
this.btnMenu3.OccupancyBar = 0;
|
|||
|
this.btnMenu3.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMenu3.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMenu3.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMenu3.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMenu3.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMenu3.Size = new System.Drawing.Size(81, 49);
|
|||
|
this.btnMenu3.TabIndex = 515;
|
|||
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu3.Visible = false;
|
|||
|
//
|
|||
|
// 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(443, 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 = 506;
|
|||
|
this.btnSearch.Text = "조회";
|
|||
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|||
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnMenu4
|
|||
|
//
|
|||
|
this.btnMenu4.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnMenu4.BorderStyleReDraw = true;
|
|||
|
this.btnMenu4.ClickImage = null;
|
|||
|
this.btnMenu4.DefaultImage = null;
|
|||
|
this.btnMenu4.DisableImage = null;
|
|||
|
this.btnMenu4.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|||
|
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnMenu4.Location = new System.Drawing.Point(900, 190);
|
|||
|
this.btnMenu4.Name = "btnMenu4";
|
|||
|
this.btnMenu4.OccupancyBar = 0;
|
|||
|
this.btnMenu4.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMenu4.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMenu4.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMenu4.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMenu4.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMenu4.Size = new System.Drawing.Size(81, 49);
|
|||
|
this.btnMenu4.TabIndex = 514;
|
|||
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu4.Visible = false;
|
|||
|
//
|
|||
|
// btnMenu2
|
|||
|
//
|
|||
|
this.btnMenu2.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnMenu2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnMenu2.BorderStyleReDraw = true;
|
|||
|
this.btnMenu2.ClickImage = null;
|
|||
|
this.btnMenu2.DefaultImage = null;
|
|||
|
this.btnMenu2.DisableImage = null;
|
|||
|
this.btnMenu2.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|||
|
this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnMenu2.Location = new System.Drawing.Point(739, 190);
|
|||
|
this.btnMenu2.Name = "btnMenu2";
|
|||
|
this.btnMenu2.OccupancyBar = 0;
|
|||
|
this.btnMenu2.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMenu2.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMenu2.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMenu2.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMenu2.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMenu2.Size = new System.Drawing.Size(82, 49);
|
|||
|
this.btnMenu2.TabIndex = 513;
|
|||
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu2.Visible = false;
|
|||
|
//
|
|||
|
// btnMenu1
|
|||
|
//
|
|||
|
this.btnMenu1.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnMenu1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnMenu1.BorderStyleReDraw = true;
|
|||
|
this.btnMenu1.ClickImage = null;
|
|||
|
this.btnMenu1.DefaultImage = null;
|
|||
|
this.btnMenu1.DisableImage = null;
|
|||
|
this.btnMenu1.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|||
|
this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnMenu1.Location = new System.Drawing.Point(659, 190);
|
|||
|
this.btnMenu1.Name = "btnMenu1";
|
|||
|
this.btnMenu1.OccupancyBar = 0;
|
|||
|
this.btnMenu1.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMenu1.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMenu1.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMenu1.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMenu1.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMenu1.Size = new System.Drawing.Size(81, 49);
|
|||
|
this.btnMenu1.TabIndex = 512;
|
|||
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu1.Visible = false;
|
|||
|
//
|
|||
|
// 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(341, 463);
|
|||
|
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 = 511;
|
|||
|
this.btnCatApp.Text = "CAT단말기";
|
|||
|
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnCatApp.UseCompatibleTextRendering = true;
|
|||
|
this.btnCatApp.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(237, 190);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|||
|
this.label2.TabIndex = 508;
|
|||
|
//
|
|||
|
// 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.CardNo;
|
|||
|
this.txtCardNo.InputTypeFormat = "";
|
|||
|
this.txtCardNo.Location = new System.Drawing.Point(375, 198);
|
|||
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtCardNo.MaxLength = 24;
|
|||
|
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 = 505;
|
|||
|
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);
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(358, 191);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox1.TabIndex = 510;
|
|||
|
//
|
|||
|
// lblMsg
|
|||
|
//
|
|||
|
this.lblMsg.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblMsg.BorderStyleReDraw = false;
|
|||
|
this.lblMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblMsg.ForeColor = System.Drawing.Color.Red;
|
|||
|
this.lblMsg.Location = new System.Drawing.Point(237, 292);
|
|||
|
this.lblMsg.Name = "lblMsg";
|
|||
|
this.lblMsg.Size = new System.Drawing.Size(408, 141);
|
|||
|
this.lblMsg.TabIndex = 509;
|
|||
|
this.lblMsg.Text = "csmLabel1";
|
|||
|
//
|
|||
|
// 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(545, 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 = 507;
|
|||
|
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(237, 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 = 504;
|
|||
|
this.lblCardNo.Text = "카드번호";
|
|||
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// tmrIcCard
|
|||
|
//
|
|||
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|||
|
//
|
|||
|
// frmSFCCard
|
|||
|
//
|
|||
|
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.btnMenu3);
|
|||
|
this.Controls.Add(this.btnSearch);
|
|||
|
this.Controls.Add(this.btnMenu4);
|
|||
|
this.Controls.Add(this.btnMenu2);
|
|||
|
this.Controls.Add(this.btnMenu1);
|
|||
|
this.Controls.Add(this.btnCatApp);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.txtCardNo);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.lblMsg);
|
|||
|
this.Controls.Add(this.btnEnter);
|
|||
|
this.Controls.Add(this.lblCardNo);
|
|||
|
this.Name = "frmSFCCard";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "frmSFCCard";
|
|||
|
this.Activated += new System.EventHandler(this.frmSFCCard_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmSFCCard_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSFCCard_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmSFCCard_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.lblCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblMsg, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.label2, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnCatApp, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnSearch, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.pnlCardMot.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmButton btnMenu3;
|
|||
|
private UI.CsmButton btnSearch;
|
|||
|
private UI.CsmButton btnMenu4;
|
|||
|
private UI.CsmButton btnMenu2;
|
|||
|
private UI.CsmButton btnMenu1;
|
|||
|
private UI.CsmButton btnCatApp;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmPosEditBox txtCardNo;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private UI.CsmLabel lblMsg;
|
|||
|
private UI.CsmButton btnEnter;
|
|||
|
private UI.CsmLabel lblCardNo;
|
|||
|
private System.Windows.Forms.Timer tmrIcCard;
|
|||
|
|
|||
|
}
|
|||
|
}
|