487 lines
27 KiB
C#
487 lines
27 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmSamsungPoint
|
|||
|
{
|
|||
|
/// <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.btnSearch = new Cosmos.UI.CsmButton();
|
|||
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtUsablePoint = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblUsablePoint = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|||
|
this.btnPoint = new Cosmos.UI.CsmButton();
|
|||
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.tmrIcCard = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblValidDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtValidDate = new Cosmos.UI.CsmPosEditBox();
|
|||
|
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);
|
|||
|
//
|
|||
|
// 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(342, 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 = 330;
|
|||
|
this.btnSearch.Text = "조회";
|
|||
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|||
|
this.btnSearch.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, 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 = 328;
|
|||
|
this.lblPayAmt.Text = "받을금액";
|
|||
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtUsablePoint
|
|||
|
//
|
|||
|
this.txtUsablePoint.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtUsablePoint.BorderStyleReDraw = true;
|
|||
|
this.txtUsablePoint.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtUsablePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtUsablePoint.Location = new System.Drawing.Point(376, 276);
|
|||
|
this.txtUsablePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtUsablePoint.Name = "txtUsablePoint";
|
|||
|
this.txtUsablePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtUsablePoint.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtUsablePoint.TabIndex = 326;
|
|||
|
this.txtUsablePoint.Text = "0";
|
|||
|
this.txtUsablePoint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblUsablePoint
|
|||
|
//
|
|||
|
this.lblUsablePoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblUsablePoint.BorderStyleReDraw = true;
|
|||
|
this.lblUsablePoint.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblUsablePoint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblUsablePoint.Location = new System.Drawing.Point(238, 269);
|
|||
|
this.lblUsablePoint.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblUsablePoint.Name = "lblUsablePoint";
|
|||
|
this.lblUsablePoint.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblUsablePoint.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblUsablePoint.TabIndex = 325;
|
|||
|
this.lblUsablePoint.Text = "가용포인트";
|
|||
|
this.lblUsablePoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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(661, 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(79, 50);
|
|||
|
this.btnMenu1.TabIndex = 324;
|
|||
|
this.btnMenu1.Text = "카드";
|
|||
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|||
|
this.btnMenu1.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 = 323;
|
|||
|
//
|
|||
|
// btnEnter
|
|||
|
//
|
|||
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|||
|
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(444, 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 = 320;
|
|||
|
this.btnEnter.Text = "신용";
|
|||
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|||
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnPoint
|
|||
|
//
|
|||
|
this.btnPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|||
|
this.btnPoint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPoint.BorderStyleReDraw = false;
|
|||
|
this.btnPoint.ClickImage = null;
|
|||
|
this.btnPoint.DefaultImage = null;
|
|||
|
this.btnPoint.DisableImage = null;
|
|||
|
this.btnPoint.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnPoint.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnPoint.Location = new System.Drawing.Point(546, 463);
|
|||
|
this.btnPoint.Name = "btnPoint";
|
|||
|
this.btnPoint.OccupancyBar = 0;
|
|||
|
this.btnPoint.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPoint.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPoint.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPoint.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPoint.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPoint.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnPoint.TabIndex = 319;
|
|||
|
this.btnPoint.Text = "포인트";
|
|||
|
this.btnPoint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPoint.UseCompatibleTextRendering = true;
|
|||
|
this.btnPoint.Visible = false;
|
|||
|
this.btnPoint.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.CardNo;
|
|||
|
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 = 318;
|
|||
|
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 = 317;
|
|||
|
this.lblCardNo.Text = "카드번호";
|
|||
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// tmrIcCard
|
|||
|
//
|
|||
|
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
|
|||
|
//
|
|||
|
// 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.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 = 12;
|
|||
|
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 = 351;
|
|||
|
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.txtPayAmt.UseDualMaxLength = false;
|
|||
|
this.txtPayAmt.Value = "";
|
|||
|
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);
|
|||
|
//
|
|||
|
// 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;
|
|||
|
//
|
|||
|
// lblValidDate
|
|||
|
//
|
|||
|
this.lblValidDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblValidDate.BorderStyleReDraw = true;
|
|||
|
this.lblValidDate.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblValidDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblValidDate.Location = new System.Drawing.Point(238, 308);
|
|||
|
this.lblValidDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblValidDate.Name = "lblValidDate";
|
|||
|
this.lblValidDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblValidDate.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblValidDate.TabIndex = 352;
|
|||
|
this.lblValidDate.Text = "유효기간";
|
|||
|
this.lblValidDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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 = 354;
|
|||
|
//
|
|||
|
// txtValidDate
|
|||
|
//
|
|||
|
this.txtValidDate.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
|
|||
|
this.txtValidDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtValidDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtValidDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtValidDate.BorderStyleReDraw = false;
|
|||
|
this.txtValidDate.ClearFlag = false;
|
|||
|
this.txtValidDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtValidDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtValidDate.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtValidDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtValidDate.InputType = Cosmos.UI.InputType.Digit;
|
|||
|
this.txtValidDate.InputTypeFormat = "";
|
|||
|
this.txtValidDate.Location = new System.Drawing.Point(376, 315);
|
|||
|
this.txtValidDate.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtValidDate.MaxLength = 4;
|
|||
|
this.txtValidDate.MaxLengthAutoEnd = false;
|
|||
|
this.txtValidDate.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtValidDate.MaxLengthForNumpad = 32767;
|
|||
|
this.txtValidDate.Name = "txtValidDate";
|
|||
|
this.txtValidDate.PasswordChar = '\0';
|
|||
|
this.txtValidDate.ReadOnly = false;
|
|||
|
this.txtValidDate.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtValidDate.TabIndex = 355;
|
|||
|
this.txtValidDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.txtValidDate.UseDualMaxLength = false;
|
|||
|
this.txtValidDate.Value = "0121";
|
|||
|
this.txtValidDate.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|||
|
this.txtValidDate.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|||
|
//
|
|||
|
// 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(240, 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 = 500;
|
|||
|
this.btnCatApp.Text = "CAT단말기";
|
|||
|
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnCatApp.UseCompatibleTextRendering = true;
|
|||
|
this.btnCatApp.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// frmSamsungPoint
|
|||
|
//
|
|||
|
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.btnCatApp);
|
|||
|
this.Controls.Add(this.lblPayAmt);
|
|||
|
this.Controls.Add(this.lblCardNo);
|
|||
|
this.Controls.Add(this.lblUsablePoint);
|
|||
|
this.Controls.Add(this.lblValidDate);
|
|||
|
this.Controls.Add(this.txtPayAmt);
|
|||
|
this.Controls.Add(this.txtCardNo);
|
|||
|
this.Controls.Add(this.txtValidDate);
|
|||
|
this.Controls.Add(this.txtUsablePoint);
|
|||
|
this.Controls.Add(this.lblBox4);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.btnSearch);
|
|||
|
this.Controls.Add(this.btnMenu1);
|
|||
|
this.Controls.Add(this.btnEnter);
|
|||
|
this.Controls.Add(this.btnPoint);
|
|||
|
this.Controls.Add(this.lblBox3);
|
|||
|
this.Controls.Add(this.lblBox2);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Name = "frmSamsungPoint";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "frmSamsungPoint";
|
|||
|
this.Activated += new System.EventHandler(this.frmSamsungPoint_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmSamsungPoint_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSamsungPoint_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmSamsungPoint_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.btnPoint, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnSearch, 0);
|
|||
|
this.Controls.SetChildIndex(this.label2, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblBox4, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtUsablePoint, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtValidDate, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblValidDate, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblUsablePoint, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblPayAmt, 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);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmButton btnSearch;
|
|||
|
private UI.CsmPosEditBox txtPayAmt;
|
|||
|
private UI.CsmLabel lblPayAmt;
|
|||
|
private UI.CsmLabel txtUsablePoint;
|
|||
|
private UI.CsmLabel lblUsablePoint;
|
|||
|
private UI.CsmButton btnMenu1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmButton btnEnter;
|
|||
|
private UI.CsmButton btnPoint;
|
|||
|
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.CsmLabel lblValidDate;
|
|||
|
private UI.CsmLabel lblBox4;
|
|||
|
private UI.CsmPosEditBox txtValidDate;
|
|||
|
private UI.CsmButton btnCatApp;
|
|||
|
|
|||
|
}
|
|||
|
}
|