788 lines
45 KiB
C#
788 lines
45 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmCreditCard
|
|
{
|
|
/// <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.tmrTimeOut = new System.Windows.Forms.Timer(this.components);
|
|
this.tmrPinPad = new System.Windows.Forms.Timer(this.components);
|
|
this.ckbSamsungPoint = new System.Windows.Forms.CheckBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ckbUnionPay = new System.Windows.Forms.CheckBox();
|
|
this.txtApprNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblApprNo = new Cosmos.UI.CsmLabel();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.txtCardComp = new Cosmos.UI.CsmLabel();
|
|
this.btnMenu3 = new Cosmos.UI.CsmButton();
|
|
this.btnMobileCashSearch = new Cosmos.UI.CsmButton();
|
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|
this.btnApprMenual = new Cosmos.UI.CsmButton();
|
|
this.txtDivMonth = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblDivMonth = new Cosmos.UI.CsmLabel();
|
|
this.txtAppAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtDcAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblAppAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblDcAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox6 = new Cosmos.UI.CsmLabel();
|
|
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
|
|
this.btnCatApp = new Cosmos.UI.CsmButton();
|
|
((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);
|
|
//
|
|
// lblbg1
|
|
//
|
|
this.lblbg1.Size = new System.Drawing.Size(788, 402);
|
|
//
|
|
// lblbg2
|
|
//
|
|
this.lblbg2.Location = new System.Drawing.Point(222, 176);
|
|
//
|
|
// tmrPinPad
|
|
//
|
|
this.tmrPinPad.Tick += new System.EventHandler(this.tmrPinPad_Tick);
|
|
//
|
|
// ckbSamsungPoint
|
|
//
|
|
this.ckbSamsungPoint.AutoSize = true;
|
|
this.ckbSamsungPoint.BackColor = System.Drawing.Color.White;
|
|
this.ckbSamsungPoint.Enabled = false;
|
|
this.ckbSamsungPoint.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.ckbSamsungPoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.ckbSamsungPoint.Location = new System.Drawing.Point(241, 429);
|
|
this.ckbSamsungPoint.Name = "ckbSamsungPoint";
|
|
this.ckbSamsungPoint.Size = new System.Drawing.Size(98, 23);
|
|
this.ckbSamsungPoint.TabIndex = 333;
|
|
this.ckbSamsungPoint.Text = "삼성포인트";
|
|
this.ckbSamsungPoint.UseVisualStyleBackColor = false;
|
|
this.ckbSamsungPoint.Visible = false;
|
|
//
|
|
// 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 = 326;
|
|
//
|
|
// ckbUnionPay
|
|
//
|
|
this.ckbUnionPay.AutoSize = true;
|
|
this.ckbUnionPay.BackColor = System.Drawing.Color.White;
|
|
this.ckbUnionPay.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.ckbUnionPay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.ckbUnionPay.Location = new System.Drawing.Point(556, 239);
|
|
this.ckbUnionPay.Name = "ckbUnionPay";
|
|
this.ckbUnionPay.Size = new System.Drawing.Size(84, 23);
|
|
this.ckbUnionPay.TabIndex = 325;
|
|
this.ckbUnionPay.Text = "은련카드";
|
|
this.ckbUnionPay.UseVisualStyleBackColor = false;
|
|
//
|
|
// txtApprNo
|
|
//
|
|
this.txtApprNo.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
|
|
this.txtApprNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtApprNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtApprNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtApprNo.BorderStyleReDraw = false;
|
|
this.txtApprNo.ClearFlag = false;
|
|
this.txtApprNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtApprNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtApprNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtApprNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtApprNo.InputType = Cosmos.UI.InputType.DigitKtc;
|
|
this.txtApprNo.InputTypeFormat = "";
|
|
this.txtApprNo.Location = new System.Drawing.Point(376, 393);
|
|
this.txtApprNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtApprNo.MaxLength = 8;
|
|
this.txtApprNo.MaxLengthAutoEnd = false;
|
|
this.txtApprNo.MaxLengthForKeyIn = 32767;
|
|
this.txtApprNo.MaxLengthForNumpad = 32767;
|
|
this.txtApprNo.Name = "txtApprNo";
|
|
this.txtApprNo.PasswordChar = '\0';
|
|
this.txtApprNo.ReadOnly = true;
|
|
this.txtApprNo.Size = new System.Drawing.Size(253, 26);
|
|
this.txtApprNo.TabIndex = 324;
|
|
this.txtApprNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtApprNo.UseDualMaxLength = false;
|
|
this.txtApprNo.Value = "";
|
|
this.txtApprNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtApprNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// lblApprNo
|
|
//
|
|
this.lblApprNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblApprNo.BorderStyleReDraw = true;
|
|
this.lblApprNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblApprNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblApprNo.Location = new System.Drawing.Point(238, 386);
|
|
this.lblApprNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblApprNo.Name = "lblApprNo";
|
|
this.lblApprNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblApprNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblApprNo.TabIndex = 323;
|
|
this.lblApprNo.Text = "승인번호";
|
|
this.lblApprNo.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 = 322;
|
|
this.btnEnter.Text = "승인";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtCardComp
|
|
//
|
|
this.txtCardComp.BackColor = System.Drawing.Color.White;
|
|
this.txtCardComp.BorderStyleReDraw = false;
|
|
this.txtCardComp.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.txtCardComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardComp.Location = new System.Drawing.Point(558, 276);
|
|
this.txtCardComp.Name = "txtCardComp";
|
|
this.txtCardComp.Size = new System.Drawing.Size(85, 25);
|
|
this.txtCardComp.TabIndex = 321;
|
|
this.txtCardComp.Text = "현대카드";
|
|
this.txtCardComp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(830, 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 = 320;
|
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|
this.btnMenu3.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnMobileCashSearch
|
|
//
|
|
this.btnMobileCashSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnMobileCashSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMobileCashSearch.BorderStyleReDraw = false;
|
|
this.btnMobileCashSearch.ClickImage = null;
|
|
this.btnMobileCashSearch.DefaultImage = null;
|
|
this.btnMobileCashSearch.DisableImage = null;
|
|
this.btnMobileCashSearch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnMobileCashSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnMobileCashSearch.Location = new System.Drawing.Point(240, 463);
|
|
this.btnMobileCashSearch.Name = "btnMobileCashSearch";
|
|
this.btnMobileCashSearch.OccupancyBar = 0;
|
|
this.btnMobileCashSearch.OccupancyBar_Lv0 = null;
|
|
this.btnMobileCashSearch.OccupancyBar_Lv1 = null;
|
|
this.btnMobileCashSearch.OccupancyBar_Lv2 = null;
|
|
this.btnMobileCashSearch.OccupancyBar_Lv3 = null;
|
|
this.btnMobileCashSearch.OccupancyBar_Lv4 = null;
|
|
this.btnMobileCashSearch.Size = new System.Drawing.Size(100, 40);
|
|
this.btnMobileCashSearch.TabIndex = 319;
|
|
this.btnMobileCashSearch.Text = "잔액조회";
|
|
this.btnMobileCashSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMobileCashSearch.UseCompatibleTextRendering = true;
|
|
this.btnMobileCashSearch.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(910, 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 = 318;
|
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|
this.btnMenu4.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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(750, 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(81, 49);
|
|
this.btnMenu2.TabIndex = 317;
|
|
this.btnMenu2.Text = "교통카드";
|
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|
this.btnMenu2.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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(660, 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(91, 49);
|
|
this.btnMenu1.TabIndex = 316;
|
|
this.btnMenu1.Text = "페이온 [JUSTOUCH]";
|
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|
this.btnMenu1.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnApprMenual
|
|
//
|
|
this.btnApprMenual.BackColor = System.Drawing.Color.Black;
|
|
this.btnApprMenual.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnApprMenual.BorderStyleReDraw = false;
|
|
this.btnApprMenual.ClickImage = null;
|
|
this.btnApprMenual.DefaultImage = null;
|
|
this.btnApprMenual.DisableImage = null;
|
|
this.btnApprMenual.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnApprMenual.ForeColor = System.Drawing.Color.White;
|
|
this.btnApprMenual.Location = new System.Drawing.Point(342, 463);
|
|
this.btnApprMenual.Name = "btnApprMenual";
|
|
this.btnApprMenual.OccupancyBar = 0;
|
|
this.btnApprMenual.OccupancyBar_Lv0 = null;
|
|
this.btnApprMenual.OccupancyBar_Lv1 = null;
|
|
this.btnApprMenual.OccupancyBar_Lv2 = null;
|
|
this.btnApprMenual.OccupancyBar_Lv3 = null;
|
|
this.btnApprMenual.OccupancyBar_Lv4 = null;
|
|
this.btnApprMenual.Size = new System.Drawing.Size(100, 40);
|
|
this.btnApprMenual.TabIndex = 315;
|
|
this.btnApprMenual.Text = "기능1";
|
|
this.btnApprMenual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnApprMenual.UseCompatibleTextRendering = true;
|
|
this.btnApprMenual.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtDivMonth
|
|
//
|
|
this.txtDivMonth.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDivMonth.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDivMonth.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDivMonth.BorderStyleReDraw = false;
|
|
this.txtDivMonth.ClearFlag = false;
|
|
this.txtDivMonth.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDivMonth.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtDivMonth.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDivMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtDivMonth.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtDivMonth.InputTypeFormat = "";
|
|
this.txtDivMonth.Location = new System.Drawing.Point(376, 237);
|
|
this.txtDivMonth.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDivMonth.MaxLength = 2;
|
|
this.txtDivMonth.MaxLengthAutoEnd = false;
|
|
this.txtDivMonth.MaxLengthForKeyIn = 32767;
|
|
this.txtDivMonth.MaxLengthForNumpad = 32767;
|
|
this.txtDivMonth.Name = "txtDivMonth";
|
|
this.txtDivMonth.PasswordChar = '\0';
|
|
this.txtDivMonth.ReadOnly = false;
|
|
this.txtDivMonth.Size = new System.Drawing.Size(173, 26);
|
|
this.txtDivMonth.TabIndex = 314;
|
|
this.txtDivMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtDivMonth.UseDualMaxLength = false;
|
|
this.txtDivMonth.Value = "24";
|
|
this.txtDivMonth.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtDivMonth.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// lblDivMonth
|
|
//
|
|
this.lblDivMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDivMonth.BorderStyleReDraw = true;
|
|
this.lblDivMonth.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDivMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDivMonth.Location = new System.Drawing.Point(238, 230);
|
|
this.lblDivMonth.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDivMonth.Name = "lblDivMonth";
|
|
this.lblDivMonth.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDivMonth.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDivMonth.TabIndex = 313;
|
|
this.lblDivMonth.Text = "할부기간";
|
|
this.lblDivMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtAppAmt
|
|
//
|
|
this.txtAppAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAppAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtAppAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtAppAmt.BorderStyleReDraw = false;
|
|
this.txtAppAmt.ClearFlag = false;
|
|
this.txtAppAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAppAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtAppAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(150)))));
|
|
this.txtAppAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtAppAmt.InputTypeFormat = "";
|
|
this.txtAppAmt.Location = new System.Drawing.Point(376, 354);
|
|
this.txtAppAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtAppAmt.MaxLength = 11;
|
|
this.txtAppAmt.MaxLengthAutoEnd = false;
|
|
this.txtAppAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtAppAmt.MaxLengthForNumpad = 32767;
|
|
this.txtAppAmt.Name = "txtAppAmt";
|
|
this.txtAppAmt.PasswordChar = '\0';
|
|
this.txtAppAmt.ReadOnly = true;
|
|
this.txtAppAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtAppAmt.TabIndex = 312;
|
|
this.txtAppAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtAppAmt.UseDualMaxLength = false;
|
|
this.txtAppAmt.Value = "72000";
|
|
this.txtAppAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtAppAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtDcAmt
|
|
//
|
|
this.txtDcAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDcAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDcAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDcAmt.BorderStyleReDraw = false;
|
|
this.txtDcAmt.ClearFlag = false;
|
|
this.txtDcAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDcAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
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.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtDcAmt.InputTypeFormat = "";
|
|
this.txtDcAmt.Location = new System.Drawing.Point(376, 315);
|
|
this.txtDcAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDcAmt.MaxLength = 11;
|
|
this.txtDcAmt.MaxLengthAutoEnd = false;
|
|
this.txtDcAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtDcAmt.MaxLengthForNumpad = 32767;
|
|
this.txtDcAmt.Name = "txtDcAmt";
|
|
this.txtDcAmt.PasswordChar = '\0';
|
|
this.txtDcAmt.ReadOnly = true;
|
|
this.txtDcAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtDcAmt.TabIndex = 311;
|
|
this.txtDcAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtDcAmt.UseDualMaxLength = false;
|
|
this.txtDcAmt.Value = "1500";
|
|
this.txtDcAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtDcAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// lblAppAmt
|
|
//
|
|
this.lblAppAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAppAmt.BorderStyleReDraw = true;
|
|
this.lblAppAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAppAmt.Location = new System.Drawing.Point(238, 347);
|
|
this.lblAppAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAppAmt.Name = "lblAppAmt";
|
|
this.lblAppAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAppAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblAppAmt.TabIndex = 309;
|
|
this.lblAppAmt.Text = "승인금액";
|
|
this.lblAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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, 308);
|
|
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 = 308;
|
|
this.lblDcAmt.Text = "할인금액";
|
|
this.lblDcAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtPayAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtPayAmt.InputTypeFormat = "";
|
|
this.txtPayAmt.Location = new System.Drawing.Point(376, 198);
|
|
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtPayAmt.MaxLength = 11;
|
|
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, 26);
|
|
this.txtPayAmt.TabIndex = 310;
|
|
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtPayAmt.UseDualMaxLength = false;
|
|
this.txtPayAmt.Value = "73500";
|
|
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtPayAmt.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtPayAmt_EditBoxTextChangedEvnet);
|
|
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// 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, 191);
|
|
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 = 307;
|
|
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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo;
|
|
this.txtCardNo.InputTypeFormat = "";
|
|
this.txtCardNo.Location = new System.Drawing.Point(376, 276);
|
|
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 = true;
|
|
this.txtCardNo.Size = new System.Drawing.Size(173, 26);
|
|
this.txtCardNo.TabIndex = 306;
|
|
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, 269);
|
|
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 = 305;
|
|
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(359, 191);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 334;
|
|
//
|
|
// 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 = 334;
|
|
//
|
|
// 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 = 334;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(359, 308);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox4.TabIndex = 334;
|
|
//
|
|
// lblBox5
|
|
//
|
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|
this.lblBox5.BorderStyleReDraw = true;
|
|
this.lblBox5.Location = new System.Drawing.Point(359, 347);
|
|
this.lblBox5.Name = "lblBox5";
|
|
this.lblBox5.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox5.TabIndex = 334;
|
|
//
|
|
// lblBox6
|
|
//
|
|
this.lblBox6.BackColor = System.Drawing.Color.White;
|
|
this.lblBox6.BorderStyleReDraw = true;
|
|
this.lblBox6.Location = new System.Drawing.Point(359, 386);
|
|
this.lblBox6.Name = "lblBox6";
|
|
this.lblBox6.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox6.TabIndex = 334;
|
|
//
|
|
// tmrIcCard
|
|
//
|
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|
//
|
|
// 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 = 335;
|
|
this.btnCatApp.Text = "CAT단말기";
|
|
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCatApp.UseCompatibleTextRendering = true;
|
|
this.btnCatApp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// frmCreditCard
|
|
//
|
|
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.btnCatApp);
|
|
this.Controls.Add(this.ckbUnionPay);
|
|
this.Controls.Add(this.ckbSamsungPoint);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtApprNo);
|
|
this.Controls.Add(this.lblApprNo);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.txtCardComp);
|
|
this.Controls.Add(this.btnMenu3);
|
|
this.Controls.Add(this.btnMobileCashSearch);
|
|
this.Controls.Add(this.btnMenu4);
|
|
this.Controls.Add(this.btnMenu2);
|
|
this.Controls.Add(this.btnMenu1);
|
|
this.Controls.Add(this.btnApprMenual);
|
|
this.Controls.Add(this.txtDivMonth);
|
|
this.Controls.Add(this.lblDivMonth);
|
|
this.Controls.Add(this.txtAppAmt);
|
|
this.Controls.Add(this.txtDcAmt);
|
|
this.Controls.Add(this.lblAppAmt);
|
|
this.Controls.Add(this.lblDcAmt);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.lblBox6);
|
|
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.Name = "frmCreditCard";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmCreditCard";
|
|
this.Activated += new System.EventHandler(this.frmCreditCard_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmCreditCard_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCreditCard_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmCreditCard_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.lblBox4, 0);
|
|
this.Controls.SetChildIndex(this.lblBox5, 0);
|
|
this.Controls.SetChildIndex(this.lblBox6, 0);
|
|
this.Controls.SetChildIndex(this.lblCardNo, 0);
|
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblDcAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblAppAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtDcAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtAppAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblDivMonth, 0);
|
|
this.Controls.SetChildIndex(this.txtDivMonth, 0);
|
|
this.Controls.SetChildIndex(this.btnApprMenual, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|
this.Controls.SetChildIndex(this.btnMobileCashSearch, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|
this.Controls.SetChildIndex(this.txtCardComp, 0);
|
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|
this.Controls.SetChildIndex(this.lblApprNo, 0);
|
|
this.Controls.SetChildIndex(this.txtApprNo, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.ckbSamsungPoint, 0);
|
|
this.Controls.SetChildIndex(this.ckbUnionPay, 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.btnCatApp, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer tmrTimeOut;
|
|
private System.Windows.Forms.Timer tmrPinPad;
|
|
private System.Windows.Forms.CheckBox ckbSamsungPoint;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.CheckBox ckbUnionPay;
|
|
private UI.CsmPosEditBox txtApprNo;
|
|
private UI.CsmLabel lblApprNo;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel txtCardComp;
|
|
private UI.CsmButton btnMenu3;
|
|
private UI.CsmButton btnMobileCashSearch;
|
|
private UI.CsmButton btnMenu4;
|
|
private UI.CsmButton btnMenu2;
|
|
private UI.CsmButton btnMenu1;
|
|
private UI.CsmButton btnApprMenual;
|
|
private UI.CsmPosEditBox txtDivMonth;
|
|
private UI.CsmLabel lblDivMonth;
|
|
private UI.CsmPosEditBox txtAppAmt;
|
|
private UI.CsmPosEditBox txtDcAmt;
|
|
private UI.CsmLabel lblAppAmt;
|
|
private UI.CsmLabel lblDcAmt;
|
|
private UI.CsmPosEditBox txtPayAmt;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private UI.CsmLabel lblCardNo;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox5;
|
|
private UI.CsmLabel lblBox6;
|
|
private System.Windows.Forms.Timer tmrIcCard;
|
|
private UI.CsmButton btnCatApp;
|
|
}
|
|
} |