414 lines
23 KiB
C#
414 lines
23 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frm_PayMainBack
|
||
{
|
||
/// <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.padInPut = new Cosmos.UI.CsmNumpad();
|
||
this.lblTitle = new Cosmos.UI.CsmLabel();
|
||
this.picBack = new System.Windows.Forms.PictureBox();
|
||
this.rtbMotMain = new System.Windows.Forms.RichTextBox();
|
||
this.btnExit = new Cosmos.UI.CsmButton();
|
||
this.pnlCardMot = new Cosmos.UI.CsmPanel();
|
||
this.BtnMotPay05 = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPayUp = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPayDown = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPay03 = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPay04 = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPay02 = new Cosmos.UI.CsmButton();
|
||
this.BtnMotPay01 = new Cosmos.UI.CsmButton();
|
||
this.rtbMotPayTxt = new System.Windows.Forms.RichTextBox();
|
||
this.picMotPayImg = new System.Windows.Forms.PictureBox();
|
||
this.lblbg1 = new Cosmos.UI.CsmLabel();
|
||
this.lblbg2 = new Cosmos.UI.CsmLabel();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
||
this.pnlCardMot.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// padInPut
|
||
//
|
||
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
||
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
||
this.padInPut.BtnDotEnable = true;
|
||
this.padInPut.BtnMinusEnable = false;
|
||
this.padInPut.BtnPlusEnable = false;
|
||
this.padInPut.BtnQtyEnable = false;
|
||
this.padInPut.BtnSearchEnable = false;
|
||
this.padInPut.ClearBtnText = "CLEAR";
|
||
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
|
||
this.padInPut.Location = new System.Drawing.Point(660, 253);
|
||
this.padInPut.Name = "padInPut";
|
||
this.padInPut.QtyBtnText = "QTY";
|
||
this.padInPut.SearchBtnText = "FIND";
|
||
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
||
this.padInPut.TabIndex = 17;
|
||
this.padInPut.ThemeColor = "000000000";
|
||
this.padInPut.Use4By4 = true;
|
||
//
|
||
// lblTitle
|
||
//
|
||
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.lblTitle.BorderStyleReDraw = false;
|
||
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
|
||
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
||
this.lblTitle.Location = new System.Drawing.Point(242, 124);
|
||
this.lblTitle.Name = "lblTitle";
|
||
this.lblTitle.Size = new System.Drawing.Size(695, 50);
|
||
this.lblTitle.TabIndex = 287;
|
||
this.lblTitle.Text = "결제 화면";
|
||
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// picBack
|
||
//
|
||
this.picBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(147)))), ((int)(((byte)(165)))));
|
||
this.picBack.ErrorImage = null;
|
||
this.picBack.InitialImage = null;
|
||
this.picBack.Location = new System.Drawing.Point(0, 0);
|
||
this.picBack.Name = "picBack";
|
||
this.picBack.Size = new System.Drawing.Size(1024, 525);
|
||
this.picBack.TabIndex = 300;
|
||
this.picBack.TabStop = false;
|
||
//
|
||
// rtbMotMain
|
||
//
|
||
this.rtbMotMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(147)))), ((int)(((byte)(165)))));
|
||
this.rtbMotMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.rtbMotMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.rtbMotMain.ForeColor = System.Drawing.Color.White;
|
||
this.rtbMotMain.Location = new System.Drawing.Point(215, 21);
|
||
this.rtbMotMain.Name = "rtbMotMain";
|
||
this.rtbMotMain.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||
this.rtbMotMain.Size = new System.Drawing.Size(809, 96);
|
||
this.rtbMotMain.TabIndex = 301;
|
||
this.rtbMotMain.Text = "";
|
||
this.rtbMotMain.Enter += new System.EventHandler(this.rtbMotMain_Enter);
|
||
//
|
||
// btnExit
|
||
//
|
||
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnExit.BorderStyleReDraw = false;
|
||
this.btnExit.ClickImage = null;
|
||
this.btnExit.DefaultImage = null;
|
||
this.btnExit.DisableImage = null;
|
||
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnExit.ForeColor = System.Drawing.Color.White;
|
||
this.btnExit.Location = new System.Drawing.Point(943, 124);
|
||
this.btnExit.Name = "btnExit";
|
||
this.btnExit.OccupancyBar = 0;
|
||
this.btnExit.OccupancyBar_Lv0 = null;
|
||
this.btnExit.OccupancyBar_Lv1 = null;
|
||
this.btnExit.OccupancyBar_Lv2 = null;
|
||
this.btnExit.OccupancyBar_Lv3 = null;
|
||
this.btnExit.OccupancyBar_Lv4 = null;
|
||
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
||
this.btnExit.TabIndex = 303;
|
||
this.btnExit.Text = "X";
|
||
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnExit.UseCompatibleTextRendering = true;
|
||
//
|
||
// pnlCardMot
|
||
//
|
||
this.pnlCardMot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(64)))), ((int)(((byte)(82)))));
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPay05);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPayUp);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPayDown);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPay03);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPay04);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPay02);
|
||
this.pnlCardMot.Controls.Add(this.BtnMotPay01);
|
||
this.pnlCardMot.Controls.Add(this.rtbMotPayTxt);
|
||
this.pnlCardMot.Controls.Add(this.picMotPayImg);
|
||
this.pnlCardMot.Location = new System.Drawing.Point(20, 121);
|
||
this.pnlCardMot.Name = "pnlCardMot";
|
||
this.pnlCardMot.Size = new System.Drawing.Size(178, 404);
|
||
this.pnlCardMot.TabIndex = 304;
|
||
//
|
||
// BtnMotPay05
|
||
//
|
||
this.BtnMotPay05.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(110)))));
|
||
this.BtnMotPay05.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPay05.BorderStyleReDraw = false;
|
||
this.BtnMotPay05.ClickImage = null;
|
||
this.BtnMotPay05.DefaultImage = null;
|
||
this.BtnMotPay05.DisableImage = null;
|
||
this.BtnMotPay05.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPay05.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(184)))), ((int)(((byte)(191)))));
|
||
this.BtnMotPay05.Location = new System.Drawing.Point(3, 300);
|
||
this.BtnMotPay05.Name = "BtnMotPay05";
|
||
this.BtnMotPay05.OccupancyBar = 0;
|
||
this.BtnMotPay05.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPay05.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPay05.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPay05.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPay05.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPay05.Size = new System.Drawing.Size(171, 64);
|
||
this.BtnMotPay05.TabIndex = 22;
|
||
this.BtnMotPay05.Text = "신용카드";
|
||
this.BtnMotPay05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPay05.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPayUp
|
||
//
|
||
this.BtnMotPayUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(64)))), ((int)(((byte)(82)))));
|
||
this.BtnMotPayUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPayUp.BorderStyleReDraw = false;
|
||
this.BtnMotPayUp.ClickImage = null;
|
||
this.BtnMotPayUp.DefaultImage = null;
|
||
this.BtnMotPayUp.DisableImage = null;
|
||
this.BtnMotPayUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPayUp.ForeColor = System.Drawing.Color.White;
|
||
this.BtnMotPayUp.Location = new System.Drawing.Point(3, 5);
|
||
this.BtnMotPayUp.Name = "BtnMotPayUp";
|
||
this.BtnMotPayUp.OccupancyBar = 0;
|
||
this.BtnMotPayUp.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPayUp.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPayUp.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPayUp.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPayUp.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPayUp.Size = new System.Drawing.Size(171, 35);
|
||
this.BtnMotPayUp.TabIndex = 22;
|
||
this.BtnMotPayUp.Text = "∧";
|
||
this.BtnMotPayUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPayUp.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPayDown
|
||
//
|
||
this.BtnMotPayDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(64)))), ((int)(((byte)(82)))));
|
||
this.BtnMotPayDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPayDown.BorderStyleReDraw = false;
|
||
this.BtnMotPayDown.ClickImage = null;
|
||
this.BtnMotPayDown.DefaultImage = null;
|
||
this.BtnMotPayDown.DisableImage = null;
|
||
this.BtnMotPayDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPayDown.ForeColor = System.Drawing.Color.White;
|
||
this.BtnMotPayDown.Location = new System.Drawing.Point(3, 364);
|
||
this.BtnMotPayDown.Name = "BtnMotPayDown";
|
||
this.BtnMotPayDown.OccupancyBar = 0;
|
||
this.BtnMotPayDown.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPayDown.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPayDown.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPayDown.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPayDown.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPayDown.Size = new System.Drawing.Size(171, 35);
|
||
this.BtnMotPayDown.TabIndex = 22;
|
||
this.BtnMotPayDown.Text = " ∨";
|
||
this.BtnMotPayDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPayDown.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPay03
|
||
//
|
||
this.BtnMotPay03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(110)))));
|
||
this.BtnMotPay03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPay03.BorderStyleReDraw = false;
|
||
this.BtnMotPay03.ClickImage = null;
|
||
this.BtnMotPay03.DefaultImage = null;
|
||
this.BtnMotPay03.DisableImage = null;
|
||
this.BtnMotPay03.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPay03.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(184)))), ((int)(((byte)(191)))));
|
||
this.BtnMotPay03.Location = new System.Drawing.Point(3, 170);
|
||
this.BtnMotPay03.Name = "BtnMotPay03";
|
||
this.BtnMotPay03.OccupancyBar = 0;
|
||
this.BtnMotPay03.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPay03.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPay03.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPay03.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPay03.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPay03.Size = new System.Drawing.Size(171, 64);
|
||
this.BtnMotPay03.TabIndex = 22;
|
||
this.BtnMotPay03.Text = "SKT";
|
||
this.BtnMotPay03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPay03.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPay04
|
||
//
|
||
this.BtnMotPay04.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(110)))));
|
||
this.BtnMotPay04.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPay04.BorderStyleReDraw = false;
|
||
this.BtnMotPay04.ClickImage = null;
|
||
this.BtnMotPay04.DefaultImage = null;
|
||
this.BtnMotPay04.DisableImage = null;
|
||
this.BtnMotPay04.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPay04.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(184)))), ((int)(((byte)(191)))));
|
||
this.BtnMotPay04.Location = new System.Drawing.Point(3, 235);
|
||
this.BtnMotPay04.Name = "BtnMotPay04";
|
||
this.BtnMotPay04.OccupancyBar = 0;
|
||
this.BtnMotPay04.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPay04.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPay04.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPay04.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPay04.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPay04.Size = new System.Drawing.Size(171, 64);
|
||
this.BtnMotPay04.TabIndex = 22;
|
||
this.BtnMotPay04.Text = "KT";
|
||
this.BtnMotPay04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPay04.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPay02
|
||
//
|
||
this.BtnMotPay02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(110)))));
|
||
this.BtnMotPay02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPay02.BorderStyleReDraw = false;
|
||
this.BtnMotPay02.ClickImage = null;
|
||
this.BtnMotPay02.DefaultImage = null;
|
||
this.BtnMotPay02.DisableImage = null;
|
||
this.BtnMotPay02.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPay02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(184)))), ((int)(((byte)(191)))));
|
||
this.BtnMotPay02.Location = new System.Drawing.Point(3, 105);
|
||
this.BtnMotPay02.Name = "BtnMotPay02";
|
||
this.BtnMotPay02.OccupancyBar = 0;
|
||
this.BtnMotPay02.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPay02.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPay02.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPay02.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPay02.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPay02.Size = new System.Drawing.Size(171, 64);
|
||
this.BtnMotPay02.TabIndex = 22;
|
||
this.BtnMotPay02.Text = "SKT";
|
||
this.BtnMotPay02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPay02.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// BtnMotPay01
|
||
//
|
||
this.BtnMotPay01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(110)))));
|
||
this.BtnMotPay01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.BtnMotPay01.BorderStyleReDraw = false;
|
||
this.BtnMotPay01.ClickImage = null;
|
||
this.BtnMotPay01.DefaultImage = null;
|
||
this.BtnMotPay01.DisableImage = null;
|
||
this.BtnMotPay01.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.BtnMotPay01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(184)))), ((int)(((byte)(191)))));
|
||
this.BtnMotPay01.Location = new System.Drawing.Point(3, 40);
|
||
this.BtnMotPay01.Name = "BtnMotPay01";
|
||
this.BtnMotPay01.OccupancyBar = 0;
|
||
this.BtnMotPay01.OccupancyBar_Lv0 = null;
|
||
this.BtnMotPay01.OccupancyBar_Lv1 = null;
|
||
this.BtnMotPay01.OccupancyBar_Lv2 = null;
|
||
this.BtnMotPay01.OccupancyBar_Lv3 = null;
|
||
this.BtnMotPay01.OccupancyBar_Lv4 = null;
|
||
this.BtnMotPay01.Size = new System.Drawing.Size(171, 64);
|
||
this.BtnMotPay01.TabIndex = 22;
|
||
this.BtnMotPay01.Text = "해피포인트";
|
||
this.BtnMotPay01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.BtnMotPay01.Click += new System.EventHandler(this.BtnMotPay_Click);
|
||
//
|
||
// rtbMotPayTxt
|
||
//
|
||
this.rtbMotPayTxt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(64)))), ((int)(((byte)(82)))));
|
||
this.rtbMotPayTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.rtbMotPayTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.rtbMotPayTxt.ForeColor = System.Drawing.Color.White;
|
||
this.rtbMotPayTxt.Location = new System.Drawing.Point(13, 195);
|
||
this.rtbMotPayTxt.Name = "rtbMotPayTxt";
|
||
this.rtbMotPayTxt.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||
this.rtbMotPayTxt.Size = new System.Drawing.Size(149, 161);
|
||
this.rtbMotPayTxt.TabIndex = 23;
|
||
this.rtbMotPayTxt.Text = "";
|
||
//
|
||
// picMotPayImg
|
||
//
|
||
this.picMotPayImg.Location = new System.Drawing.Point(13, 110);
|
||
this.picMotPayImg.Name = "picMotPayImg";
|
||
this.picMotPayImg.Size = new System.Drawing.Size(149, 85);
|
||
this.picMotPayImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.picMotPayImg.TabIndex = 305;
|
||
this.picMotPayImg.TabStop = false;
|
||
//
|
||
// lblbg1
|
||
//
|
||
this.lblbg1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.lblbg1.BorderStyleReDraw = false;
|
||
this.lblbg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
|
||
this.lblbg1.ForeColor = System.Drawing.Color.White;
|
||
this.lblbg1.Location = new System.Drawing.Point(215, 123);
|
||
this.lblbg1.Name = "lblbg1";
|
||
this.lblbg1.Size = new System.Drawing.Size(788, 402);
|
||
this.lblbg1.TabIndex = 305;
|
||
this.lblbg1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// lblbg2
|
||
//
|
||
this.lblbg2.BackColor = System.Drawing.Color.White;
|
||
this.lblbg2.BorderStyleReDraw = false;
|
||
this.lblbg2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
|
||
this.lblbg2.ForeColor = System.Drawing.Color.White;
|
||
this.lblbg2.Location = new System.Drawing.Point(222, 175);
|
||
this.lblbg2.Name = "lblbg2";
|
||
this.lblbg2.Size = new System.Drawing.Size(775, 343);
|
||
this.lblbg2.TabIndex = 306;
|
||
this.lblbg2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// frm_PayMainBack
|
||
//
|
||
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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.ClientSize = new System.Drawing.Size(1024, 525);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.lblTitle);
|
||
this.Controls.Add(this.padInPut);
|
||
this.Controls.Add(this.pnlCardMot);
|
||
this.Controls.Add(this.rtbMotMain);
|
||
this.Controls.Add(this.lblbg2);
|
||
this.Controls.Add(this.lblbg1);
|
||
this.Controls.Add(this.picBack);
|
||
this.DoubleBuffered = true;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "frm_PayMainBack";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||
this.Text = "frm_PayMainBack";
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
||
this.pnlCardMot.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
protected UI.CsmNumpad padInPut;
|
||
protected UI.CsmLabel lblTitle;
|
||
protected System.Windows.Forms.PictureBox picBack;
|
||
protected System.Windows.Forms.RichTextBox rtbMotMain;
|
||
protected UI.CsmButton btnExit;
|
||
protected UI.CsmPanel pnlCardMot; // System.Windows.Forms.Panel pnlCardMot;
|
||
protected UI.CsmButton BtnMotPay05;
|
||
protected UI.CsmButton BtnMotPayUp;
|
||
protected UI.CsmButton BtnMotPayDown;
|
||
protected UI.CsmButton BtnMotPay03;
|
||
protected UI.CsmButton BtnMotPay04;
|
||
protected UI.CsmButton BtnMotPay02;
|
||
protected UI.CsmButton BtnMotPay01;
|
||
protected System.Windows.Forms.RichTextBox rtbMotPayTxt;
|
||
protected System.Windows.Forms.PictureBox picMotPayImg;
|
||
protected UI.CsmLabel lblbg1;
|
||
protected UI.CsmLabel lblbg2;
|
||
|
||
}
|
||
} |