namespace Cosmos.Service { partial class frmInputCardCom { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.lblDspCardNo = new Cosmos.UI.CsmLabel(); this.txtDspAppAmt = new Cosmos.UI.CsmLabel(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.lblDspCardNm = new Cosmos.UI.CsmLabel(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.lblDspAppAmt = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.picBack = new System.Windows.Forms.PictureBox(); this.txtDspCardNo = new Cosmos.UI.CsmLabel(); this.txtDspCardNm = new Cosmos.UI.CsmLabel(); this.lblCardNo = new Cosmos.UI.CsmLabel(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtCardNo = new Cosmos.UI.CsmPosEditBox(); this.btnMenu2 = new Cosmos.UI.CsmButton(); this.btnMenu4 = new Cosmos.UI.CsmButton(); this.btnMenu1 = new Cosmos.UI.CsmButton(); this.btnEnter = new Cosmos.UI.CsmButton(); this.lblPassword = new Cosmos.UI.CsmLabel(); this.label7 = new System.Windows.Forms.Label(); this.txtPassword = new Cosmos.UI.CsmPosEditBox(); this.btnMenu3 = new Cosmos.UI.CsmButton(); this.tmrIcCard = new System.Windows.Forms.Timer(this.components); this.lblValidDate = new Cosmos.UI.CsmLabel(); this.txtValidDate = new Cosmos.UI.CsmPosEditBox(); this.label8 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // lblDspCardNo // this.lblDspCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242))))); this.lblDspCardNo.BorderStyleReDraw = false; this.lblDspCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDspCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblDspCardNo.Location = new System.Drawing.Point(23, 156); this.lblDspCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblDspCardNo.Name = "lblDspCardNo"; this.lblDspCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblDspCardNo.Size = new System.Drawing.Size(126, 38); this.lblDspCardNo.TabIndex = 129; this.lblDspCardNo.Text = "대상카드_1"; this.lblDspCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblDspCardNo.Visible = false; // // txtDspAppAmt // this.txtDspAppAmt.BackColor = System.Drawing.Color.White; this.txtDspAppAmt.BorderStyleReDraw = true; this.txtDspAppAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDspAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtDspAppAmt.Location = new System.Drawing.Point(153, 78); this.txtDspAppAmt.Name = "txtDspAppAmt"; this.txtDspAppAmt.Size = new System.Drawing.Size(270, 25); this.txtDspAppAmt.TabIndex = 147; this.txtDspAppAmt.Text = "현대카드"; this.txtDspAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(451, 131); 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 = false; // // lblDspCardNm // this.lblDspCardNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242))))); this.lblDspCardNm.BorderStyleReDraw = false; this.lblDspCardNm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDspCardNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblDspCardNm.Location = new System.Drawing.Point(23, 111); this.lblDspCardNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblDspCardNm.Name = "lblDspCardNm"; this.lblDspCardNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblDspCardNm.Size = new System.Drawing.Size(126, 38); this.lblDspCardNm.TabIndex = 104; this.lblDspCardNm.Text = "카드명_1"; this.lblDspCardNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnExit.BorderStyleReDraw = false; this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(729, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 224; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // 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", 18F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(740, 50); this.lblTitle.TabIndex = 223; this.lblTitle.Text = "카드 입력"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDspAppAmt // this.lblDspAppAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242))))); this.lblDspAppAmt.BorderStyleReDraw = false; this.lblDspAppAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDspAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblDspAppAmt.Location = new System.Drawing.Point(23, 72); this.lblDspAppAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblDspAppAmt.Name = "lblDspAppAmt"; this.lblDspAppAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblDspAppAmt.Size = new System.Drawing.Size(126, 38); this.lblDspAppAmt.TabIndex = 119; this.lblDspAppAmt.Text = "승인금액_1"; this.lblDspAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.label2.Location = new System.Drawing.Point(23, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(410, 1); this.label2.TabIndex = 226; // // label4 // this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229))))); this.label4.Location = new System.Drawing.Point(23, 110); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(410, 1); this.label4.TabIndex = 226; // // label5 // this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229))))); this.label5.Location = new System.Drawing.Point(23, 194); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(410, 1); this.label5.TabIndex = 226; this.label5.Visible = false; // // label6 // this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.label6.Location = new System.Drawing.Point(23, 149); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(410, 1); this.label6.TabIndex = 226; // // picBack // this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(12, 350); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(66, 40); this.picBack.TabIndex = 227; this.picBack.TabStop = false; // // txtDspCardNo // this.txtDspCardNo.BackColor = System.Drawing.Color.White; this.txtDspCardNo.BorderStyleReDraw = true; this.txtDspCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDspCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtDspCardNo.Location = new System.Drawing.Point(153, 163); this.txtDspCardNo.Name = "txtDspCardNo"; this.txtDspCardNo.Size = new System.Drawing.Size(270, 25); this.txtDspCardNo.TabIndex = 147; this.txtDspCardNo.Text = "123456"; this.txtDspCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.txtDspCardNo.Visible = false; // // txtDspCardNm // this.txtDspCardNm.BackColor = System.Drawing.Color.White; this.txtDspCardNm.BorderStyleReDraw = true; this.txtDspCardNm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDspCardNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtDspCardNm.Location = new System.Drawing.Point(153, 118); this.txtDspCardNm.Name = "txtDspCardNm"; this.txtDspCardNm.Size = new System.Drawing.Size(270, 25); this.txtDspCardNm.TabIndex = 147; this.txtDspCardNm.Text = "현대카드"; this.txtDspCardNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblCardNo // this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242))))); this.lblCardNo.BorderStyleReDraw = false; this.lblCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCardNo.Location = new System.Drawing.Point(23, 219); 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(126, 38); this.lblCardNo.TabIndex = 119; this.lblCardNo.Text = "카드번호_1"; this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label1.Location = new System.Drawing.Point(23, 218); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(410, 1); this.label1.TabIndex = 226; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label3.Location = new System.Drawing.Point(23, 257); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(410, 1); this.label3.TabIndex = 226; // // txtCardNo // this.txtCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178))))); this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtCardNo.BorderStyleReDraw = false; this.txtCardNo.ClearFlag = false; this.txtCardNo.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176))))); this.txtCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo; this.txtCardNo.InputTypeFormat = ""; this.txtCardNo.Location = new System.Drawing.Point(153, 225); this.txtCardNo.Margin = new System.Windows.Forms.Padding(5); this.txtCardNo.MaxLength = 30; 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(270, 25); this.txtCardNo.TabIndex = 228; this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCardNo.UseDualMaxLength = false; this.txtCardNo.Value = "5142547896584586"; this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // 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("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu2.Location = new System.Drawing.Point(532, 71); 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(80, 50); this.btnMenu2.TabIndex = 524; this.btnMenu2.Text = "RF카드"; this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu2.UseCompatibleTextRendering = true; this.btnMenu2.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("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu4.Location = new System.Drawing.Point(694, 71); 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(80, 50); this.btnMenu4.TabIndex = 523; this.btnMenu4.Text = "핀패드"; this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu4.UseCompatibleTextRendering = true; this.btnMenu4.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("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu1.Location = new System.Drawing.Point(451, 71); 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(80, 50); this.btnMenu1.TabIndex = 522; this.btnMenu1.Text = "IC카드"; this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu1.UseCompatibleTextRendering = true; this.btnMenu1.Click += new System.EventHandler(this.btnProc_Click); // // 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("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(333, 341); 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 = 525; this.btnEnter.Text = "승인"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnProc_Click); // // lblPassword // this.lblPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242))))); this.lblPassword.BorderStyleReDraw = false; this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblPassword.Location = new System.Drawing.Point(23, 258); this.lblPassword.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblPassword.Name = "lblPassword"; this.lblPassword.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblPassword.Size = new System.Drawing.Size(126, 38); this.lblPassword.TabIndex = 119; this.lblPassword.Text = "카드번호_1"; this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label7 // this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label7.Location = new System.Drawing.Point(23, 296); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(410, 1); this.label7.TabIndex = 226; // // txtPassword // this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtPassword.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178))))); this.txtPassword.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtPassword.BorderStyleReDraw = false; this.txtPassword.ClearFlag = false; this.txtPassword.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtPassword.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176))))); this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.InputType = Cosmos.UI.InputType.Digit; this.txtPassword.InputTypeFormat = ""; this.txtPassword.Location = new System.Drawing.Point(153, 264); this.txtPassword.Margin = new System.Windows.Forms.Padding(5); this.txtPassword.MaxLength = 30; this.txtPassword.MaxLengthAutoEnd = false; this.txtPassword.MaxLengthForKeyIn = 32767; this.txtPassword.MaxLengthForNumpad = 32767; this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.ReadOnly = false; this.txtPassword.Size = new System.Drawing.Size(270, 25); this.txtPassword.TabIndex = 228; this.txtPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtPassword.UseDualMaxLength = false; this.txtPassword.Value = "5142547896584586"; this.txtPassword.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtPassword.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // 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("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu3.Location = new System.Drawing.Point(613, 71); 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(80, 50); this.btnMenu3.TabIndex = 529; this.btnMenu3.Text = "POP카드"; this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu3.UseCompatibleTextRendering = true; this.btnMenu3.Click += new System.EventHandler(this.btnProc_Click); // // tmrIcCard // this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick); // // 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("Microsoft Sans Serif", 12F); this.lblValidDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblValidDate.Location = new System.Drawing.Point(23, 296); 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(126, 38); this.lblValidDate.TabIndex = 530; this.lblValidDate.Text = "유효기간"; this.lblValidDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblValidDate.Visible = false; // // 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("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); 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(153, 303); 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(270, 25); this.txtValidDate.TabIndex = 531; this.txtValidDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtValidDate.UseDualMaxLength = false; this.txtValidDate.Value = "0121"; this.txtValidDate.Visible = false; // // label8 // this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label8.Location = new System.Drawing.Point(23, 333); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(410, 1); this.label8.TabIndex = 532; this.label8.Visible = false; // // frmInputCardCom // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(788, 402); this.Controls.Add(this.label8); this.Controls.Add(this.txtValidDate); this.Controls.Add(this.btnMenu3); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnMenu2); this.Controls.Add(this.btnMenu4); this.Controls.Add(this.btnMenu1); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtCardNo); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label7); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.txtDspCardNm); this.Controls.Add(this.txtDspCardNo); this.Controls.Add(this.txtDspAppAmt); this.Controls.Add(this.lblDspCardNo); this.Controls.Add(this.lblPassword); this.Controls.Add(this.lblCardNo); this.Controls.Add(this.lblDspAppAmt); this.Controls.Add(this.lblDspCardNm); this.Controls.Add(this.padInPut); this.Controls.Add(this.picBack); this.Controls.Add(this.lblValidDate); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmInputCardCom"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmInputCardCom"; this.TopMost = true; this.Activated += new System.EventHandler(this.frmInputCardCom_Activated); this.Deactivate += new System.EventHandler(this.frmInputCardCom_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInputCardCom_FormClosing); this.Load += new System.EventHandler(this.frmInputCardCom_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmLabel lblDspCardNo; private UI.CsmLabel txtDspAppAmt; private UI.CsmLabel lblDspCardNm; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private UI.CsmLabel lblDspAppAmt; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.PictureBox picBack; private UI.CsmLabel txtDspCardNo; private UI.CsmLabel txtDspCardNm; private UI.CsmLabel lblCardNo; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private UI.CsmPosEditBox txtCardNo; private UI.CsmButton btnMenu2; private UI.CsmButton btnMenu4; private UI.CsmButton btnMenu1; private UI.CsmButton btnEnter; private UI.CsmLabel lblPassword; private System.Windows.Forms.Label label7; private UI.CsmPosEditBox txtPassword; private UI.CsmButton btnMenu3; private System.Windows.Forms.Timer tmrIcCard; private UI.CsmLabel lblValidDate; private UI.CsmPosEditBox txtValidDate; private System.Windows.Forms.Label label8; } }