namespace Cosmos.Win { partial class frmOnLineCouponSch { /// /// 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.padInPut = new Cosmos.UI.CsmNumpad(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.btnExit = new Cosmos.UI.CsmButton(); this.tmrIcCard = new System.Windows.Forms.Timer(); this.lblCouponInfo = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.txtCardNo = new Cosmos.UI.CsmPosEditBox(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.btnDown = new Cosmos.UI.CsmButton(); this.btnUp = new Cosmos.UI.CsmButton(); this.btnEnter = new Cosmos.UI.CsmButton(); this.btnSearch = new Cosmos.UI.CsmButton(); this.lblCardNo = new Cosmos.UI.CsmLabel(); this.gridList = new Cosmos.UI.CsmGrid(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // padInPut // this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.padInPut.BackColor = System.Drawing.Color.Transparent; this.padInPut.BtnDotEnable = true; this.padInPut.BtnMinusEnable = false; this.padInPut.BtnPlusEnable = false; this.padInPut.BtnQtyEnable = false; this.padInPut.BtnSearchEnable = false; this.padInPut.ClearBtnText = "CLEAR"; this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP; this.padInPut.Location = new System.Drawing.Point(446, 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; // // 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("나눔스퀘어 Bold", 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; // // 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; // // 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 = 543; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.UseCompatibleTextRendering = true; this.btnExit.Click += new System.EventHandler(this.btnProc_Click); // // lblCouponInfo // this.lblCouponInfo.BackColor = System.Drawing.Color.White; this.lblCouponInfo.BorderStyleReDraw = true; this.lblCouponInfo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblCouponInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCouponInfo.Location = new System.Drawing.Point(22, 135); this.lblCouponInfo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCouponInfo.Name = "lblCouponInfo"; this.lblCouponInfo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCouponInfo.Size = new System.Drawing.Size(406, 200); this.lblCouponInfo.TabIndex = 552; this.lblCouponInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(21, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(408, 2); this.label2.TabIndex = 548; // // 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("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtCardNo.InputType = Cosmos.UI.InputType.Digit; this.txtCardNo.InputTypeFormat = ""; this.txtCardNo.Location = new System.Drawing.Point(159, 75); this.txtCardNo.Margin = new System.Windows.Forms.Padding(5); this.txtCardNo.MaxLength = 16; 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 = 545; 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); // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(142, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 551; // // btnDown // this.btnDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDown.BorderStyleReDraw = false; this.btnDown.ClickImage = null; this.btnDown.DefaultImage = null; this.btnDown.DisableImage = null; this.btnDown.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnDown.ForeColor = System.Drawing.Color.Black; this.btnDown.Location = new System.Drawing.Point(123, 340); this.btnDown.Name = "btnDown"; this.btnDown.OccupancyBar = 0; this.btnDown.OccupancyBar_Lv0 = null; this.btnDown.OccupancyBar_Lv1 = null; this.btnDown.OccupancyBar_Lv2 = null; this.btnDown.OccupancyBar_Lv3 = null; this.btnDown.OccupancyBar_Lv4 = null; this.btnDown.Size = new System.Drawing.Size(100, 40); this.btnDown.TabIndex = 550; this.btnDown.Text = "∨"; this.btnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDown.UseCompatibleTextRendering = true; this.btnDown.Click += new System.EventHandler(this.btnProc_Click); // // btnUp // this.btnUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp.BorderStyleReDraw = false; this.btnUp.ClickImage = null; this.btnUp.DefaultImage = null; this.btnUp.DisableImage = null; this.btnUp.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnUp.ForeColor = System.Drawing.Color.Black; this.btnUp.Location = new System.Drawing.Point(21, 340); this.btnUp.Name = "btnUp"; this.btnUp.OccupancyBar = 0; this.btnUp.OccupancyBar_Lv0 = null; this.btnUp.OccupancyBar_Lv1 = null; this.btnUp.OccupancyBar_Lv2 = null; this.btnUp.OccupancyBar_Lv3 = null; this.btnUp.OccupancyBar_Lv4 = null; this.btnUp.Size = new System.Drawing.Size(100, 40); this.btnUp.TabIndex = 549; this.btnUp.Text = "∧"; this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp.UseCompatibleTextRendering = true; this.btnUp.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("나눔스퀘어", 14F); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(329, 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(100, 40); this.btnEnter.TabIndex = 547; 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("나눔스퀘어", 14F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(227, 340); 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 = 546; this.btnSearch.Text = "조회"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.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("나눔스퀘어 Bold", 12F, 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(21, 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 = 544; this.lblCardNo.Text = "쿠폰번호"; this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gridList // this.gridList.BackColor = System.Drawing.Color.White; this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.gridList.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.gridList.CsmGridColumnCount = 0; this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.gridList.CsmGridColumnHeadersHeight = 18; this.gridList.CsmGridColumnHeadersVisible = false; this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1; this.gridList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White; this.gridList.CsmGridRowMove = true; this.gridList.CsmGridRowsHeight = 35; this.gridList.CsmGridShowPageRowsCount = 4; this.gridList.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.gridList.Location = new System.Drawing.Point(21, 133); this.gridList.Margin = new System.Windows.Forms.Padding(4); this.gridList.Name = "gridList"; this.gridList.Size = new System.Drawing.Size(408, 203); this.gridList.TabIndex = 553; this.gridList.Enter += new System.EventHandler(this.gridList_Enter); // // label4 // this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label4.Location = new System.Drawing.Point(21, 133); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(408, 2); this.label4.TabIndex = 554; // // frmOnLineCouponSch // 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.label4); this.Controls.Add(this.lblCouponInfo); this.Controls.Add(this.label2); this.Controls.Add(this.txtCardNo); this.Controls.Add(this.lblBox1); this.Controls.Add(this.btnDown); this.Controls.Add(this.btnUp); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnSearch); this.Controls.Add(this.lblCardNo); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.padInPut); this.Controls.Add(this.gridList); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmOnLineCouponSch"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmOnLineCouponSch"; this.Activated += new System.EventHandler(this.frmOnLineCouponSch_Activated); this.Deactivate += new System.EventHandler(this.frmOnLineCouponSch_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOnLineCouponSch_FormClosing); this.Load += new System.EventHandler(this.frmOnLineCouponSch_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; protected UI.CsmButton btnExit; private System.Windows.Forms.Timer tmrIcCard; private UI.CsmLabel lblCouponInfo; private System.Windows.Forms.Label label2; private UI.CsmPosEditBox txtCardNo; private UI.CsmLabel lblBox1; private UI.CsmButton btnDown; private UI.CsmButton btnUp; private UI.CsmButton btnEnter; private UI.CsmButton btnSearch; private UI.CsmLabel lblCardNo; private UI.CsmGrid gridList; private System.Windows.Forms.Label label4; } }