namespace Cosmos.Win { partial class frmCustSearch { /// /// 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnEnter = new Cosmos.UI.CsmButton(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.btnExit = 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.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components); this.btnSearch = new Cosmos.UI.CsmButton(); this.lblCustID = new Cosmos.UI.CsmLabel(); this.dgvData = new System.Windows.Forms.DataGridView(); this.btnAllDw = new Cosmos.UI.CsmButton(); this.btnAllUp = new Cosmos.UI.CsmButton(); this.txtCustID = new Cosmos.UI.CsmPosEditBox(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.label3 = new System.Windows.Forms.Label(); this.btnAllPgDw = new Cosmos.UI.CsmButton(); this.btnAllPgUp = new Cosmos.UI.CsmButton(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.White; this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnEnter.BorderStyleReDraw = true; this.btnEnter.ClickImage = null; this.btnEnter.DefaultImage = null; this.btnEnter.DisableImage = null; this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnEnter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnEnter.Location = new System.Drawing.Point(524, 67); 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(82, 49); this.btnEnter.TabIndex = 133; this.btnEnter.Text = "선택"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.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.SearchBtnText = "FIND"; this.padInPut.Size = new System.Drawing.Size(322, 250); this.padInPut.TabIndex = 17; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = true; // // 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, 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.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("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); 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 = 305; // // 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; // // gridDataItemBindingSource // this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.White; this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch.BorderStyleReDraw = true; this.btnSearch.ClickImage = null; this.btnSearch.DefaultImage = null; this.btnSearch.DisableImage = null; this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnSearch.Location = new System.Drawing.Point(444, 67); 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(81, 49); this.btnSearch.TabIndex = 321; this.btnSearch.Text = "조회"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.Click += new System.EventHandler(this.btnProc_Click); // // lblCustID // this.lblCustID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblCustID.BorderStyleReDraw = true; this.lblCustID.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblCustID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCustID.Location = new System.Drawing.Point(22, 68); this.lblCustID.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCustID.Name = "lblCustID"; this.lblCustID.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCustID.Size = new System.Drawing.Size(122, 40); this.lblCustID.TabIndex = 328; this.lblCustID.Text = "검색코드"; this.lblCustID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dgvData // this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvData.ColumnHeadersHeight = 40; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvData.DefaultCellStyle = dataGridViewCellStyle8; this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.GridColor = System.Drawing.Color.Silver; this.dgvData.Location = new System.Drawing.Point(22, 123); this.dgvData.MultiSelect = false; this.dgvData.Name = "dgvData"; this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvData.RowHeadersVisible = false; this.dgvData.RowHeadersWidth = 40; this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvData.RowTemplate.Height = 40; this.dgvData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.ShowEditingIcon = false; this.dgvData.Size = new System.Drawing.Size(380, 257); this.dgvData.TabIndex = 336; this.dgvData.DoubleClick += new System.EventHandler(this.dgvCustInfo_DoubleClick); this.dgvData.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); this.dgvData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvData_KeyDown); // // btnAllDw // this.btnAllDw.BackColor = System.Drawing.Color.White; this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllDw.BorderStyleReDraw = true; this.btnAllDw.ClickImage = null; this.btnAllDw.DefaultImage = null; this.btnAllDw.DisableImage = null; this.btnAllDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllDw.Location = new System.Drawing.Point(401, 251); this.btnAllDw.Name = "btnAllDw"; this.btnAllDw.OccupancyBar = 0; this.btnAllDw.OccupancyBar_Lv0 = null; this.btnAllDw.OccupancyBar_Lv1 = null; this.btnAllDw.OccupancyBar_Lv2 = null; this.btnAllDw.OccupancyBar_Lv3 = null; this.btnAllDw.OccupancyBar_Lv4 = null; this.btnAllDw.Size = new System.Drawing.Size(29, 65); this.btnAllDw.TabIndex = 344; this.btnAllDw.Text = "∨"; this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllDw.UseCompatibleTextRendering = true; this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click); // // btnAllUp // this.btnAllUp.BackColor = System.Drawing.Color.White; this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllUp.BorderStyleReDraw = true; this.btnAllUp.ClickImage = null; this.btnAllUp.DefaultImage = null; this.btnAllUp.DisableImage = null; this.btnAllUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllUp.Location = new System.Drawing.Point(401, 187); this.btnAllUp.Name = "btnAllUp"; this.btnAllUp.OccupancyBar = 0; this.btnAllUp.OccupancyBar_Lv0 = null; this.btnAllUp.OccupancyBar_Lv1 = null; this.btnAllUp.OccupancyBar_Lv2 = null; this.btnAllUp.OccupancyBar_Lv3 = null; this.btnAllUp.OccupancyBar_Lv4 = null; this.btnAllUp.Size = new System.Drawing.Size(29, 65); this.btnAllUp.TabIndex = 345; this.btnAllUp.Text = "∧"; this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllUp.UseCompatibleTextRendering = true; this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click); // // txtCustID // this.txtCustID.BackColor = System.Drawing.Color.WhiteSmoke; this.txtCustID.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtCustID.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtCustID.BorderStyleReDraw = false; this.txtCustID.ClearFlag = false; this.txtCustID.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtCustID.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtCustID.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtCustID.InputType = Cosmos.UI.InputType.None; this.txtCustID.InputTypeFormat = ""; this.txtCustID.Location = new System.Drawing.Point(160, 75); this.txtCustID.Margin = new System.Windows.Forms.Padding(5); this.txtCustID.MaxLength = 30; this.txtCustID.MaxLengthAutoEnd = false; this.txtCustID.MaxLengthForKeyIn = 32767; this.txtCustID.MaxLengthForNumpad = 32767; this.txtCustID.Name = "txtCustID"; this.txtCustID.PasswordChar = '\0'; this.txtCustID.ReadOnly = false; this.txtCustID.Size = new System.Drawing.Size(253, 26); this.txtCustID.TabIndex = 346; this.txtCustID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCustID.UseDualMaxLength = false; this.txtCustID.Value = ""; this.txtCustID.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtCustID.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtCardNo_EditBoxTextChangedEvnet); this.txtCustID.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(143, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 347; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(22, 122); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(408, 2); this.label3.TabIndex = 546; // // btnAllPgDw // this.btnAllPgDw.BackColor = System.Drawing.Color.White; this.btnAllPgDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllPgDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllPgDw.BorderStyleReDraw = true; this.btnAllPgDw.ClickImage = null; this.btnAllPgDw.DefaultImage = null; this.btnAllPgDw.DisableImage = null; this.btnAllPgDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllPgDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllPgDw.Location = new System.Drawing.Point(401, 315); this.btnAllPgDw.Name = "btnAllPgDw"; this.btnAllPgDw.OccupancyBar = 0; this.btnAllPgDw.OccupancyBar_Lv0 = null; this.btnAllPgDw.OccupancyBar_Lv1 = null; this.btnAllPgDw.OccupancyBar_Lv2 = null; this.btnAllPgDw.OccupancyBar_Lv3 = null; this.btnAllPgDw.OccupancyBar_Lv4 = null; this.btnAllPgDw.Size = new System.Drawing.Size(29, 65); this.btnAllPgDw.TabIndex = 547; this.btnAllPgDw.Text = "▼"; this.btnAllPgDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllPgDw.UseCompatibleTextRendering = true; this.btnAllPgDw.Click += new System.EventHandler(this.btnProc_Click); // // btnAllPgUp // this.btnAllPgUp.BackColor = System.Drawing.Color.White; this.btnAllPgUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllPgUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnAllPgUp.BorderStyleReDraw = true; this.btnAllPgUp.ClickImage = null; this.btnAllPgUp.DefaultImage = null; this.btnAllPgUp.DisableImage = null; this.btnAllPgUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllPgUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnAllPgUp.Location = new System.Drawing.Point(401, 123); this.btnAllPgUp.Name = "btnAllPgUp"; this.btnAllPgUp.OccupancyBar = 0; this.btnAllPgUp.OccupancyBar_Lv0 = null; this.btnAllPgUp.OccupancyBar_Lv1 = null; this.btnAllPgUp.OccupancyBar_Lv2 = null; this.btnAllPgUp.OccupancyBar_Lv3 = null; this.btnAllPgUp.OccupancyBar_Lv4 = null; this.btnAllPgUp.Size = new System.Drawing.Size(29, 65); this.btnAllPgUp.TabIndex = 548; this.btnAllPgUp.Text = "▲"; this.btnAllPgUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllPgUp.UseCompatibleTextRendering = true; this.btnAllPgUp.Click += new System.EventHandler(this.btnProc_Click); // // frmCustSearch // 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.btnAllPgUp); this.Controls.Add(this.btnAllPgDw); this.Controls.Add(this.btnSearch); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtCustID); this.Controls.Add(this.btnAllDw); this.Controls.Add(this.btnAllUp); this.Controls.Add(this.lblCustID); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnEnter); this.Controls.Add(this.padInPut); this.Controls.Add(this.dgvData); this.Controls.Add(this.lblBox1); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmCustSearch"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmCustSearch"; this.Activated += new System.EventHandler(this.frmCustSearch_Activated); this.Deactivate += new System.EventHandler(this.frmCustSearch_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustSearch_FormClosing); this.Load += new System.EventHandler(this.frmCustSearch_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmButton btnEnter; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label label2; private System.Windows.Forms.BindingSource gridDataItemBindingSource; private UI.CsmButton btnSearch; private UI.CsmLabel lblCustID; private System.Windows.Forms.DataGridView dgvData; private UI.CsmButton btnAllDw; private UI.CsmButton btnAllUp; private UI.CsmPosEditBox txtCustID; private UI.CsmLabel lblBox1; private System.Windows.Forms.Label label3; private UI.CsmButton btnAllPgDw; private UI.CsmButton btnAllPgUp; } }