436 lines
24 KiB
C#
436 lines
24 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmPntMobileCom
|
|
{
|
|
/// <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.btnIcCard = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtDcAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblDcAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.btnCatApp = new Cosmos.UI.CsmButton();
|
|
this.btnWelcomGift = new Cosmos.UI.CsmButton();
|
|
this.btnDoubleDC = new Cosmos.UI.CsmButton();
|
|
this.btnWccIssue = new Cosmos.UI.CsmButton();
|
|
((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);
|
|
//
|
|
// 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)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnIcCard.Location = new System.Drawing.Point(660, 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 = 319;
|
|
this.btnIcCard.Text = "카드";
|
|
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 = 318;
|
|
//
|
|
// txtDcAmt
|
|
//
|
|
this.txtDcAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDcAmt.BorderStyleReDraw = true;
|
|
this.txtDcAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDcAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtDcAmt.Location = new System.Drawing.Point(376, 276);
|
|
this.txtDcAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtDcAmt.Name = "txtDcAmt";
|
|
this.txtDcAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtDcAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtDcAmt.TabIndex = 314;
|
|
this.txtDcAmt.Text = "0";
|
|
this.txtDcAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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 = 313;
|
|
this.txtPayAmt.Text = "0";
|
|
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblDcAmt
|
|
//
|
|
this.lblDcAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDcAmt.BorderStyleReDraw = true;
|
|
this.lblDcAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDcAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDcAmt.Location = new System.Drawing.Point(238, 269);
|
|
this.lblDcAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDcAmt.Name = "lblDcAmt";
|
|
this.lblDcAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDcAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDcAmt.TabIndex = 312;
|
|
this.lblDcAmt.Text = "할인 금액";
|
|
this.lblDcAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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 = 311;
|
|
this.btnEnter.Text = "승인";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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 = 310;
|
|
this.lblPayAmt.Text = "대상 금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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 = 309;
|
|
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 = 308;
|
|
this.lblCardNo.Text = "카드번호";
|
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tmrIcCard
|
|
//
|
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(359, 269);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 335;
|
|
//
|
|
// 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 = 336;
|
|
//
|
|
// 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 = 337;
|
|
//
|
|
// 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(444, 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 = 338;
|
|
this.btnCatApp.Text = "CAT단말기";
|
|
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCatApp.UseCompatibleTextRendering = true;
|
|
this.btnCatApp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnWelcomGift
|
|
//
|
|
this.btnWelcomGift.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnWelcomGift.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnWelcomGift.BorderStyleReDraw = false;
|
|
this.btnWelcomGift.ClickImage = null;
|
|
this.btnWelcomGift.DefaultImage = null;
|
|
this.btnWelcomGift.DisableImage = null;
|
|
this.btnWelcomGift.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnWelcomGift.ForeColor = System.Drawing.Color.White;
|
|
this.btnWelcomGift.Location = new System.Drawing.Point(240, 463);
|
|
this.btnWelcomGift.Name = "btnWelcomGift";
|
|
this.btnWelcomGift.OccupancyBar = 0;
|
|
this.btnWelcomGift.OccupancyBar_Lv0 = null;
|
|
this.btnWelcomGift.OccupancyBar_Lv1 = null;
|
|
this.btnWelcomGift.OccupancyBar_Lv2 = null;
|
|
this.btnWelcomGift.OccupancyBar_Lv3 = null;
|
|
this.btnWelcomGift.OccupancyBar_Lv4 = null;
|
|
this.btnWelcomGift.Size = new System.Drawing.Size(100, 40);
|
|
this.btnWelcomGift.TabIndex = 345;
|
|
this.btnWelcomGift.Text = "웰컴기프트 승인";
|
|
this.btnWelcomGift.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnWelcomGift.UseCompatibleTextRendering = true;
|
|
this.btnWelcomGift.Click += new System.EventHandler(this.btnWelcomGiftClick);
|
|
//
|
|
// btnDoubleDC
|
|
//
|
|
this.btnDoubleDC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnDoubleDC.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDoubleDC.BorderStyleReDraw = false;
|
|
this.btnDoubleDC.ClickImage = null;
|
|
this.btnDoubleDC.DefaultImage = null;
|
|
this.btnDoubleDC.DisableImage = null;
|
|
this.btnDoubleDC.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnDoubleDC.ForeColor = System.Drawing.Color.White;
|
|
this.btnDoubleDC.Location = new System.Drawing.Point(342, 463);
|
|
this.btnDoubleDC.Name = "btnDoubleDC";
|
|
this.btnDoubleDC.OccupancyBar = 0;
|
|
this.btnDoubleDC.OccupancyBar_Lv0 = null;
|
|
this.btnDoubleDC.OccupancyBar_Lv1 = null;
|
|
this.btnDoubleDC.OccupancyBar_Lv2 = null;
|
|
this.btnDoubleDC.OccupancyBar_Lv3 = null;
|
|
this.btnDoubleDC.OccupancyBar_Lv4 = null;
|
|
this.btnDoubleDC.Size = new System.Drawing.Size(100, 40);
|
|
this.btnDoubleDC.TabIndex = 347;
|
|
this.btnDoubleDC.Text = "KT더블할인";
|
|
this.btnDoubleDC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDoubleDC.UseCompatibleTextRendering = true;
|
|
this.btnDoubleDC.Click += new System.EventHandler(this.btnDoubleDC_Click);
|
|
//
|
|
// btnWccIssue
|
|
//
|
|
this.btnWccIssue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnWccIssue.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnWccIssue.BorderStyleReDraw = false;
|
|
this.btnWccIssue.ClickImage = null;
|
|
this.btnWccIssue.DefaultImage = null;
|
|
this.btnWccIssue.DisableImage = null;
|
|
this.btnWccIssue.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnWccIssue.ForeColor = System.Drawing.Color.White;
|
|
this.btnWccIssue.Location = new System.Drawing.Point(240, 463);
|
|
this.btnWccIssue.Name = "btnWccIssue";
|
|
this.btnWccIssue.OccupancyBar = 0;
|
|
this.btnWccIssue.OccupancyBar_Lv0 = null;
|
|
this.btnWccIssue.OccupancyBar_Lv1 = null;
|
|
this.btnWccIssue.OccupancyBar_Lv2 = null;
|
|
this.btnWccIssue.OccupancyBar_Lv3 = null;
|
|
this.btnWccIssue.OccupancyBar_Lv4 = null;
|
|
this.btnWccIssue.Size = new System.Drawing.Size(100, 40);
|
|
this.btnWccIssue.TabIndex = 348;
|
|
this.btnWccIssue.Text = "웰컴카드 \r\n발급";
|
|
this.btnWccIssue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnWccIssue.UseCompatibleTextRendering = true;
|
|
this.btnWccIssue.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// frmPntMobileCom
|
|
//
|
|
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.btnWccIssue);
|
|
this.Controls.Add(this.btnDoubleDC);
|
|
this.Controls.Add(this.btnWelcomGift);
|
|
this.Controls.Add(this.btnCatApp);
|
|
this.Controls.Add(this.btnIcCard);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtDcAmt);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.lblDcAmt);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Name = "frmPntMobileCom";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmPointMobileCom";
|
|
this.Activated += new System.EventHandler(this.frmMobileComPoint_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmMobileComPoint_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMobileComPoint_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmMobileComPoint_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|
this.Controls.SetChildIndex(this.lblbg2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|
this.Controls.SetChildIndex(this.lblBox2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox3, 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.txtCardNo, 0);
|
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|
this.Controls.SetChildIndex(this.lblDcAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtDcAmt, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.btnIcCard, 0);
|
|
this.Controls.SetChildIndex(this.btnCatApp, 0);
|
|
this.Controls.SetChildIndex(this.btnWelcomGift, 0);
|
|
this.Controls.SetChildIndex(this.btnDoubleDC, 0);
|
|
this.Controls.SetChildIndex(this.btnWccIssue, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmButton btnIcCard;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtDcAmt;
|
|
private UI.CsmLabel txtPayAmt;
|
|
private UI.CsmLabel lblDcAmt;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private UI.CsmLabel lblCardNo;
|
|
private System.Windows.Forms.Timer tmrIcCard;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmButton btnCatApp;
|
|
private UI.CsmButton btnWelcomGift;
|
|
private UI.CsmButton btnDoubleDC;
|
|
private UI.CsmButton btnWccIssue;
|
|
|
|
}
|
|
} |