namespace Cosmos.Win { partial class frmPointHPRegularCust { /// /// 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.btnCancel = new Cosmos.UI.CsmButton(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.txtCardNo = new Cosmos.UI.CsmPosEditBox(); this.btnEnter = new Cosmos.UI.CsmButton(); this.lblCardNo = new Cosmos.UI.CsmLabel(); this.lblGuideMsg = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.picBack = new System.Windows.Forms.PictureBox(); this.btnIcCard = new Cosmos.UI.CsmButton(); this.btnExit = new Cosmos.UI.CsmButton(); this.tmrIcCard = new System.Windows.Forms.Timer(this.components); this.lblBox1 = new Cosmos.UI.CsmLabel(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnCancel.BorderStyleReDraw = false; this.btnCancel.ClickImage = null; this.btnCancel.DefaultImage = null; this.btnCancel.DisableImage = null; this.btnCancel.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(200, 340); this.btnCancel.Name = "btnCancel"; this.btnCancel.OccupancyBar = 0; this.btnCancel.OccupancyBar_Lv0 = null; this.btnCancel.OccupancyBar_Lv1 = null; this.btnCancel.OccupancyBar_Lv2 = null; this.btnCancel.OccupancyBar_Lv3 = null; this.btnCancel.OccupancyBar_Lv4 = null; this.btnCancel.Size = new System.Drawing.Size(114, 40); this.btnCancel.TabIndex = 133; this.btnCancel.Text = "단골고객해지"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCancel.UseCompatibleTextRendering = true; this.btnCancel.Click += new System.EventHandler(this.btnProc_Click); // // 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(444, 130); this.padInPut.Name = "padInPut"; this.padInPut.QtyBtnText = "QTY"; this.padInPut.Size = new System.Drawing.Size(322, 250); this.padInPut.TabIndex = 17; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = true; // // 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(160, 75); 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(253, 26); this.txtCardNo.TabIndex = 105; this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCardNo.UseDualMaxLength = false; this.txtCardNo.Value = ""; this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // 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(316, 340); 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(114, 40); this.btnEnter.TabIndex = 152; this.btnEnter.Text = "단골매장등록"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnProc_Click); // // 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(22, 68); 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 = 104; this.lblCardNo.Text = "카드번호"; this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblCardNo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblCardNo_MouseDown); // // lblGuideMsg // this.lblGuideMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.lblGuideMsg.BorderStyleReDraw = true; this.lblGuideMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGuideMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblGuideMsg.Location = new System.Drawing.Point(22, 121); this.lblGuideMsg.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblGuideMsg.Name = "lblGuideMsg"; this.lblGuideMsg.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblGuideMsg.Size = new System.Drawing.Size(408, 125); this.lblGuideMsg.TabIndex = 285; this.lblGuideMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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("나눔스퀘어", 16F, 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(714, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "단골매장등록"; this.lblTitle.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(22, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(408, 2); this.label2.TabIndex = 295; // // picBack // 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(788, 402); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // btnIcCard // this.btnIcCard.BackColor = System.Drawing.Color.White; this.btnIcCard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnIcCard.BorderStyleReDraw = true; this.btnIcCard.ClickImage = null; this.btnIcCard.DefaultImage = null; this.btnIcCard.DisableImage = null; this.btnIcCard.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnIcCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnIcCard.Location = new System.Drawing.Point(444, 68); this.btnIcCard.Name = "btnIcCard"; this.btnIcCard.OccupancyBar = 0; this.btnIcCard.OccupancyBar_Lv0 = null; this.btnIcCard.OccupancyBar_Lv1 = null; this.btnIcCard.OccupancyBar_Lv2 = null; this.btnIcCard.OccupancyBar_Lv3 = null; this.btnIcCard.OccupancyBar_Lv4 = null; this.btnIcCard.Size = new System.Drawing.Size(81, 49); this.btnIcCard.TabIndex = 299; this.btnIcCard.Text = "카드"; this.btnIcCard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnIcCard.UseCompatibleTextRendering = true; this.btnIcCard.Click += new System.EventHandler(this.btnProc_Click); // // 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(729, 1); 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 = 304; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.UseCompatibleTextRendering = true; this.btnExit.Click += new System.EventHandler(this.btnProc_Click); // // tmrIcCard // this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick); // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(143, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 498; // // frmPointHPRegularCust // 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.label2); this.Controls.Add(this.txtCardNo); this.Controls.Add(this.lblBox1); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnIcCard); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblGuideMsg); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblCardNo); this.Controls.Add(this.padInPut); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmPointHPRegularCust"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmPointHPReguarCust"; this.Activated += new System.EventHandler(this.frmPointHPReguarCust_Activated); this.Deactivate += new System.EventHandler(this.frmPointHPReguarCust_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPointHPReguarCust_FormClosing); this.Load += new System.EventHandler(this.frmPointHPReguarCust_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmPosEditBox txtCardNo; private UI.CsmButton btnCancel; private UI.CsmButton btnEnter; private UI.CsmLabel lblCardNo; private UI.CsmLabel lblGuideMsg; private UI.CsmLabel lblTitle; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnIcCard; protected UI.CsmButton btnExit; private System.Windows.Forms.Timer tmrIcCard; private UI.CsmLabel lblBox1; } }