544 lines
30 KiB
C#
544 lines
30 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmHappyGiftUse
|
|||
|
{
|
|||
|
/// <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.txtAfterBalanceAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtSaleAmt = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblAfterBalanceAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtBeforeBalanceAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBeforeBalanceAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|||
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|||
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu3 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|||
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = 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();
|
|||
|
//
|
|||
|
// padInPut
|
|||
|
//
|
|||
|
this.padInPut.Use4By4 = false;
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|||
|
//
|
|||
|
// txtAfterBalanceAmt
|
|||
|
//
|
|||
|
this.txtAfterBalanceAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtAfterBalanceAmt.BorderStyleReDraw = true;
|
|||
|
this.txtAfterBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtAfterBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtAfterBalanceAmt.Location = new System.Drawing.Point(376, 354);
|
|||
|
this.txtAfterBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtAfterBalanceAmt.Name = "txtAfterBalanceAmt";
|
|||
|
this.txtAfterBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtAfterBalanceAmt.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtAfterBalanceAmt.TabIndex = 343;
|
|||
|
this.txtAfterBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblSaleAmt
|
|||
|
//
|
|||
|
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSaleAmt.BorderStyleReDraw = true;
|
|||
|
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSaleAmt.Location = new System.Drawing.Point(238, 308);
|
|||
|
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSaleAmt.Name = "lblSaleAmt";
|
|||
|
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSaleAmt.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblSaleAmt.TabIndex = 342;
|
|||
|
this.lblSaleAmt.Text = "결제금액";
|
|||
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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, 198);
|
|||
|
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 = 340;
|
|||
|
this.txtPayAmt.Text = "0";
|
|||
|
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// 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 = 339;
|
|||
|
this.lblPayAmt.Text = "받을금액";
|
|||
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtSaleAmt
|
|||
|
//
|
|||
|
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtSaleAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtSaleAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtSaleAmt.BorderStyleReDraw = false;
|
|||
|
this.txtSaleAmt.ClearFlag = false;
|
|||
|
this.txtSaleAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtSaleAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtSaleAmt.InputType = Cosmos.UI.InputType.Money;
|
|||
|
this.txtSaleAmt.InputTypeFormat = "";
|
|||
|
this.txtSaleAmt.Location = new System.Drawing.Point(376, 315);
|
|||
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtSaleAmt.MaxLength = 32767;
|
|||
|
this.txtSaleAmt.MaxLengthAutoEnd = false;
|
|||
|
this.txtSaleAmt.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtSaleAmt.MaxLengthForNumpad = 32767;
|
|||
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|||
|
this.txtSaleAmt.PasswordChar = '\0';
|
|||
|
this.txtSaleAmt.ReadOnly = false;
|
|||
|
this.txtSaleAmt.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtSaleAmt.TabIndex = 337;
|
|||
|
this.txtSaleAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.txtSaleAmt.UseDualMaxLength = false;
|
|||
|
this.txtSaleAmt.Value = "0";
|
|||
|
this.txtSaleAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|||
|
this.txtSaleAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|||
|
//
|
|||
|
// lblAfterBalanceAmt
|
|||
|
//
|
|||
|
this.lblAfterBalanceAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblAfterBalanceAmt.BorderStyleReDraw = true;
|
|||
|
this.lblAfterBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblAfterBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblAfterBalanceAmt.Location = new System.Drawing.Point(238, 347);
|
|||
|
this.lblAfterBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblAfterBalanceAmt.Name = "lblAfterBalanceAmt";
|
|||
|
this.lblAfterBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblAfterBalanceAmt.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblAfterBalanceAmt.TabIndex = 336;
|
|||
|
this.lblAfterBalanceAmt.Text = "결제후 잔액";
|
|||
|
this.lblAfterBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtBeforeBalanceAmt
|
|||
|
//
|
|||
|
this.txtBeforeBalanceAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtBeforeBalanceAmt.BorderStyleReDraw = true;
|
|||
|
this.txtBeforeBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtBeforeBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtBeforeBalanceAmt.Location = new System.Drawing.Point(376, 276);
|
|||
|
this.txtBeforeBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtBeforeBalanceAmt.Name = "txtBeforeBalanceAmt";
|
|||
|
this.txtBeforeBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtBeforeBalanceAmt.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtBeforeBalanceAmt.TabIndex = 335;
|
|||
|
this.txtBeforeBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblBeforeBalanceAmt
|
|||
|
//
|
|||
|
this.lblBeforeBalanceAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblBeforeBalanceAmt.BorderStyleReDraw = true;
|
|||
|
this.lblBeforeBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblBeforeBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblBeforeBalanceAmt.Location = new System.Drawing.Point(238, 269);
|
|||
|
this.lblBeforeBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblBeforeBalanceAmt.Name = "lblBeforeBalanceAmt";
|
|||
|
this.lblBeforeBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblBeforeBalanceAmt.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblBeforeBalanceAmt.TabIndex = 334;
|
|||
|
this.lblBeforeBalanceAmt.Text = "카드잔액";
|
|||
|
this.lblBeforeBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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 = 333;
|
|||
|
//
|
|||
|
// 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 = 330;
|
|||
|
this.btnEnter.Text = "승인";
|
|||
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|||
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// 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(444, 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 = 329;
|
|||
|
this.btnSearch.Text = "조회";
|
|||
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|||
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// 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, 237);
|
|||
|
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 = 328;
|
|||
|
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.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtCardNo_EditBoxTextChangedEvnet);
|
|||
|
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, 230);
|
|||
|
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 = 327;
|
|||
|
this.lblCardNo.Text = "카드번호";
|
|||
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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(901, 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 = 352;
|
|||
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|||
|
//
|
|||
|
// 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(821, 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 = 351;
|
|||
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|||
|
//
|
|||
|
// 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(740, 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 = 350;
|
|||
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|||
|
//
|
|||
|
// 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(81, 49);
|
|||
|
this.btnMenu1.TabIndex = 349;
|
|||
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu1.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// 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 = 354;
|
|||
|
//
|
|||
|
// 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 = 355;
|
|||
|
//
|
|||
|
// 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 = 356;
|
|||
|
//
|
|||
|
// 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 = 357;
|
|||
|
//
|
|||
|
// 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 = 358;
|
|||
|
//
|
|||
|
// tmrIcCard
|
|||
|
//
|
|||
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|||
|
//
|
|||
|
// frmHappyGiftUse
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.ClientSize = new System.Drawing.Size(1004, 525);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.btnMenu4);
|
|||
|
this.Controls.Add(this.btnMenu3);
|
|||
|
this.Controls.Add(this.btnMenu2);
|
|||
|
this.Controls.Add(this.btnMenu1);
|
|||
|
this.Controls.Add(this.txtAfterBalanceAmt);
|
|||
|
this.Controls.Add(this.lblSaleAmt);
|
|||
|
this.Controls.Add(this.txtPayAmt);
|
|||
|
this.Controls.Add(this.lblPayAmt);
|
|||
|
this.Controls.Add(this.txtSaleAmt);
|
|||
|
this.Controls.Add(this.lblAfterBalanceAmt);
|
|||
|
this.Controls.Add(this.txtBeforeBalanceAmt);
|
|||
|
this.Controls.Add(this.lblBeforeBalanceAmt);
|
|||
|
this.Controls.Add(this.btnEnter);
|
|||
|
this.Controls.Add(this.btnSearch);
|
|||
|
this.Controls.Add(this.txtCardNo);
|
|||
|
this.Controls.Add(this.lblCardNo);
|
|||
|
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 = "frmHappyGiftUse";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "frmhHappyGiftUse";
|
|||
|
this.Activated += new System.EventHandler(this.frmhHappyGiftUse_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmhHappyGiftUse_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmhHappyGiftUse_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmhHappyGiftUse_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.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.btnSearch, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblBeforeBalanceAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtBeforeBalanceAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblAfterBalanceAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtSaleAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblSaleAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtAfterBalanceAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|||
|
this.Controls.SetChildIndex(this.label2, 0);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.pnlCardMot.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmLabel txtAfterBalanceAmt;
|
|||
|
private UI.CsmLabel lblSaleAmt;
|
|||
|
private UI.CsmLabel txtPayAmt;
|
|||
|
private UI.CsmLabel lblPayAmt;
|
|||
|
private UI.CsmPosEditBox txtSaleAmt;
|
|||
|
private UI.CsmLabel lblAfterBalanceAmt;
|
|||
|
private UI.CsmLabel txtBeforeBalanceAmt;
|
|||
|
private UI.CsmLabel lblBeforeBalanceAmt;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmButton btnEnter;
|
|||
|
private UI.CsmButton btnSearch;
|
|||
|
private UI.CsmPosEditBox txtCardNo;
|
|||
|
private UI.CsmLabel lblCardNo;
|
|||
|
private UI.CsmButton btnMenu4;
|
|||
|
private UI.CsmButton btnMenu3;
|
|||
|
private UI.CsmButton btnMenu2;
|
|||
|
private UI.CsmButton btnMenu1;
|
|||
|
private UI.CsmLabel lblBox5;
|
|||
|
private UI.CsmLabel lblBox4;
|
|||
|
private UI.CsmLabel lblBox3;
|
|||
|
private UI.CsmLabel lblBox2;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private System.Windows.Forms.Timer tmrIcCard;
|
|||
|
|
|||
|
}
|
|||
|
}
|