/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xtraGridBlending1 = new DevExpress.XtraGrid.Blending.XtraGridBlending();
     this.basePanel         = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.labelHeading      = new System.Windows.Forms.Label();
     this.btnPgUp           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnUp             = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnSelect         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnCancel         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnDown           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnPgDown         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.grItems           = new DevExpress.XtraGrid.GridControl();
     this.grdView           = new DevExpress.XtraGrid.Views.Grid.GridView();
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).BeginInit();
     this.basePanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     this.SuspendLayout();
     //
     // xtraGridBlending1
     //
     this.xtraGridBlending1.AlphaStyles.AddReplace("Row", 220);
     //
     // basePanel
     //
     this.basePanel.Controls.Add(this.tableLayoutPanel1);
     this.basePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.basePanel.Location = new System.Drawing.Point(0, 0);
     this.basePanel.Name     = "basePanel";
     this.basePanel.Size     = new System.Drawing.Size(869, 639);
     this.basePanel.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.labelHeading, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnPgUp, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnUp, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnSelect, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnCancel, 4, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnDown, 6, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnPgDown, 7, 4);
     this.tableLayoutPanel1.Controls.Add(this.grItems, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(30, 40, 30, 15);
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(865, 635);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // labelHeading
     //
     this.labelHeading.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelHeading.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.labelHeading, 8);
     this.labelHeading.Font      = new System.Drawing.Font("Segoe UI Light", 36F);
     this.labelHeading.Location  = new System.Drawing.Point(333, 40);
     this.labelHeading.Name      = "labelHeading";
     this.labelHeading.Size      = new System.Drawing.Size(198, 65);
     this.labelHeading.TabIndex  = 7;
     this.labelHeading.Text      = "Heading";
     this.labelHeading.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // btnPgUp
     //
     this.btnPgUp.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnPgUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgUp.Appearance.Options.UseFont = true;
     this.btnPgUp.Image         = global::Microsoft.Dynamics.Retail.Pos.Dialog.Properties.Resources.top;
     this.btnPgUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgUp.Location      = new System.Drawing.Point(33, 560);
     this.btnPgUp.Name          = "btnPgUp";
     this.btnPgUp.Padding       = new System.Windows.Forms.Padding(0);
     this.btnPgUp.Size          = new System.Drawing.Size(57, 57);
     this.btnPgUp.TabIndex      = 1;
     this.btnPgUp.Text          = "Ç";
     this.btnPgUp.Click        += new System.EventHandler(this.OnPageUp_Click);
     //
     // btnUp
     //
     this.btnUp.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnUp.Appearance.Options.UseFont = true;
     this.btnUp.Image         = global::Microsoft.Dynamics.Retail.Pos.Dialog.Properties.Resources.up;
     this.btnUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnUp.Location      = new System.Drawing.Point(96, 560);
     this.btnUp.Name          = "btnUp";
     this.btnUp.Padding       = new System.Windows.Forms.Padding(0);
     this.btnUp.Size          = new System.Drawing.Size(57, 57);
     this.btnUp.TabIndex      = 2;
     this.btnUp.Text          = "ñ";
     this.btnUp.Click        += new System.EventHandler(this.OnUp_Click);
     //
     // btnSelect
     //
     this.btnSelect.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnSelect.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSelect.Appearance.Options.UseFont = true;
     this.btnSelect.ImageLocation              = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSelect.Location                   = new System.Drawing.Point(302, 560);
     this.btnSelect.Name     = "btnSelect";
     this.btnSelect.Padding  = new System.Windows.Forms.Padding(0);
     this.btnSelect.Size     = new System.Drawing.Size(127, 57);
     this.btnSelect.TabIndex = 3;
     this.btnSelect.Text     = "Select";
     this.btnSelect.Click   += new System.EventHandler(this.OnSelect_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.DialogResult               = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageLocation              = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnCancel.Location                   = new System.Drawing.Point(435, 560);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Padding  = new System.Windows.Forms.Padding(0);
     this.btnCancel.Size     = new System.Drawing.Size(127, 57);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text     = "Cancel";
     //
     // btnDown
     //
     this.btnDown.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnDown.Appearance.Options.UseFont = true;
     this.btnDown.Image         = global::Microsoft.Dynamics.Retail.Pos.Dialog.Properties.Resources.down;
     this.btnDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnDown.Location      = new System.Drawing.Point(711, 560);
     this.btnDown.Name          = "btnDown";
     this.btnDown.Padding       = new System.Windows.Forms.Padding(0);
     this.btnDown.Size          = new System.Drawing.Size(57, 57);
     this.btnDown.TabIndex      = 5;
     this.btnDown.Text          = "ò";
     this.btnDown.Click        += new System.EventHandler(this.OnDown_Click);
     //
     // btnPgDown
     //
     this.btnPgDown.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnPgDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgDown.Appearance.Options.UseFont = true;
     this.btnPgDown.Image         = global::Microsoft.Dynamics.Retail.Pos.Dialog.Properties.Resources.bottom;
     this.btnPgDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgDown.Location      = new System.Drawing.Point(774, 560);
     this.btnPgDown.Name          = "btnPgDown";
     this.btnPgDown.Padding       = new System.Windows.Forms.Padding(0);
     this.btnPgDown.Size          = new System.Drawing.Size(57, 57);
     this.btnPgDown.TabIndex      = 6;
     this.btnPgDown.Text          = "Ê";
     this.btnPgDown.Click        += new System.EventHandler(this.OnPageDown_Click);
     //
     // grItems
     //
     this.grItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tableLayoutPanel1.SetColumnSpan(this.grItems, 8);
     this.grItems.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grItems.Location = new System.Drawing.Point(33, 138);
     this.grItems.MainView = this.grdView;
     this.grItems.Name     = "grItems";
     this.grItems.Size     = new System.Drawing.Size(799, 401);
     this.grItems.TabIndex = 0;
     this.grItems.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grdView
     });
     this.grItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grItems_KeyDown);
     //
     // grdView
     //
     this.grdView.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdView.Appearance.HeaderPanel.Options.UseFont = true;
     this.grdView.Appearance.Row.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.grdView.Appearance.Row.Options.UseFont = true;
     this.grdView.ColumnPanelRowHeight           = 40;
     this.grdView.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.grdView.GridControl          = this.grItems;
     this.grdView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.Name = "grdView";
     this.grdView.OptionsBehavior.AllowIncrementalSearch = true;
     this.grdView.OptionsBehavior.Editable                     = false;
     this.grdView.OptionsCustomization.AllowFilter             = false;
     this.grdView.OptionsMenu.EnableColumnMenu                 = false;
     this.grdView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdView.OptionsView.ShowGroupPanel                   = false;
     this.grdView.OptionsView.ShowIndicator                    = false;
     this.grdView.RowHeight            = 40;
     this.grdView.ScrollStyle          = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
     this.grdView.ShowButtonMode       = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     this.grdView.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.DoubleClick         += new System.EventHandler(this.grdView_DoubleClick);
     //
     // frmGenericLookup
     //
     this.CancelButton = this.btnCancel;
     this.ClientSize   = new System.Drawing.Size(869, 639);
     this.Controls.Add(this.basePanel);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name = "frmGenericLookup";
     this.Controls.SetChildIndex(this.basePanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).EndInit();
     this.basePanel.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPurchaseOrderReceiptSearch));
     this.styleController   = new DevExpress.XtraEditors.StyleController(this.components);
     this.xtraGridBlending1 = new DevExpress.XtraGrid.Blending.XtraGridBlending();
     this.basePanel         = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.btnPgDown         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnClose          = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnDown           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnSelect         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnRefresh        = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnUp             = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnPgUp           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.grReceipts        = new DevExpress.XtraGrid.GridControl();
     this.grdView           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colOrderType      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPoNumber       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView1         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.txtKeyboardInput  = new DevExpress.XtraEditors.TextEdit();
     this.btnSearch         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnClear          = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.lblHeading        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).BeginInit();
     this.tableLayoutPanel6.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grReceipts)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // basePanel
     //
     this.basePanel.Controls.Add(this.tableLayoutPanel6);
     this.basePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.basePanel.Location = new System.Drawing.Point(0, 0);
     this.basePanel.Margin   = new System.Windows.Forms.Padding(0);
     this.basePanel.Name     = "basePanel";
     this.basePanel.Size     = new System.Drawing.Size(1024, 768);
     this.basePanel.TabIndex = 8;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 1;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel8, 0, 3);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel7, 0, 2);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel1, 0, 1);
     this.tableLayoutPanel6.Controls.Add(this.lblHeading, 0, 0);
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel6.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.Padding  = new System.Windows.Forms.Padding(26, 40, 26, 11);
     this.tableLayoutPanel6.RowCount = 4;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(1020, 764);
     this.tableLayoutPanel6.TabIndex = 9;
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 9;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel8.Controls.Add(this.btnPgDown, 8, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnClose, 5, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnDown, 7, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnSelect, 3, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnRefresh, 4, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnUp, 1, 0);
     this.tableLayoutPanel8.Controls.Add(this.btnPgUp, 0, 0);
     this.tableLayoutPanel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(26, 688);
     this.tableLayoutPanel8.Margin   = new System.Windows.Forms.Padding(0, 11, 0, 0);
     this.tableLayoutPanel8.Name     = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 1;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.Size     = new System.Drawing.Size(968, 65);
     this.tableLayoutPanel8.TabIndex = 10;
     //
     // btnPgDown
     //
     this.btnPgDown.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnPgDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgDown.Appearance.Options.UseFont = true;
     this.btnPgDown.Image         = ((System.Drawing.Image)(resources.GetObject("btnPgDown.Image")));
     this.btnPgDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgDown.Location      = new System.Drawing.Point(899, 3);
     this.btnPgDown.Name          = "btnPgDown";
     this.btnPgDown.Size          = new System.Drawing.Size(65, 59);
     this.btnPgDown.TabIndex      = 16;
     this.btnPgDown.Text          = "Ê";
     this.btnPgDown.Click        += new System.EventHandler(this.btnPgDown_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnClose.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Appearance.Options.UseFont = true;
     this.btnClose.DialogResult               = System.Windows.Forms.DialogResult.OK;
     this.btnClose.Location                   = new System.Drawing.Point(549, 4);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(127, 57);
     this.btnClose.TabIndex = 14;
     this.btnClose.Tag      = "";
     this.btnClose.Text     = "Close";
     //
     // btnDown
     //
     this.btnDown.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnDown.Appearance.Options.UseFont = true;
     this.btnDown.Image         = ((System.Drawing.Image)(resources.GetObject("btnDown.Image")));
     this.btnDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnDown.Location      = new System.Drawing.Point(828, 3);
     this.btnDown.Name          = "btnDown";
     this.btnDown.Size          = new System.Drawing.Size(65, 59);
     this.btnDown.TabIndex      = 15;
     this.btnDown.Text          = "ò";
     this.btnDown.Click        += new System.EventHandler(this.btnDown_Click);
     //
     // btnSelect
     //
     this.btnSelect.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnSelect.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.btnSelect.Appearance.Options.UseFont = true;
     this.btnSelect.ImageLocation              = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSelect.Location                   = new System.Drawing.Point(283, 4);
     this.btnSelect.Name     = "btnSelect";
     this.btnSelect.Size     = new System.Drawing.Size(127, 57);
     this.btnSelect.TabIndex = 12;
     this.btnSelect.Tag      = "";
     this.btnSelect.Text     = "Select";
     this.btnSelect.Click   += new System.EventHandler(this.btnSelect_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnRefresh.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.Appearance.Options.UseFont = true;
     this.btnRefresh.Location                   = new System.Drawing.Point(416, 4);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(127, 57);
     this.btnRefresh.TabIndex = 13;
     this.btnRefresh.Tag      = "";
     this.btnRefresh.Text     = "Refresh";
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnUp
     //
     this.btnUp.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnUp.Appearance.Options.UseFont = true;
     this.btnUp.Image         = ((System.Drawing.Image)(resources.GetObject("btnUp.Image")));
     this.btnUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnUp.Location      = new System.Drawing.Point(66, 3);
     this.btnUp.Name          = "btnUp";
     this.btnUp.Size          = new System.Drawing.Size(65, 59);
     this.btnUp.TabIndex      = 11;
     this.btnUp.Text          = "ñ";
     this.btnUp.Click        += new System.EventHandler(this.btnUp_Click);
     //
     // btnPgUp
     //
     this.btnPgUp.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnPgUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgUp.Appearance.Options.UseFont = true;
     this.btnPgUp.Image         = ((System.Drawing.Image)(resources.GetObject("btnPgUp.Image")));
     this.btnPgUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgUp.Location      = new System.Drawing.Point(3, 4);
     this.btnPgUp.Name          = "btnPgUp";
     this.btnPgUp.Padding       = new System.Windows.Forms.Padding(0);
     this.btnPgUp.Size          = new System.Drawing.Size(57, 57);
     this.btnPgUp.TabIndex      = 10;
     this.btnPgUp.Text          = "Ç";
     this.btnPgUp.Click        += new System.EventHandler(this.btnPgUp_Click);
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel7.ColumnCount = 1;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel7.Controls.Add(this.grReceipts, 0, 0);
     this.tableLayoutPanel7.Location = new System.Drawing.Point(29, 182);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 1;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.95131F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(962, 492);
     this.tableLayoutPanel7.TabIndex = 14;
     //
     // grReceipts
     //
     this.grReceipts.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.grReceipts.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grReceipts.Location = new System.Drawing.Point(3, 3);
     this.grReceipts.MainView = this.grdView;
     this.grReceipts.Name     = "grReceipts";
     this.grReceipts.Size     = new System.Drawing.Size(956, 486);
     this.grReceipts.TabIndex = 20;
     this.grReceipts.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grdView,
         this.gridView1
     });
     this.grReceipts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grItems_KeyDown);
     //
     // grdView
     //
     this.grdView.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdView.Appearance.HeaderPanel.Options.UseFont = true;
     this.grdView.Appearance.Row.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.grdView.Appearance.Row.Options.UseFont = true;
     this.grdView.ColumnPanelRowHeight           = 40;
     this.grdView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colOrderType,
         this.colPoNumber,
         this.colStatus
     });
     this.grdView.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.grdView.GridControl          = this.grReceipts;
     this.grdView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.Name = "grdView";
     this.grdView.OptionsBehavior.Editable                     = false;
     this.grdView.OptionsCustomization.AllowFilter             = false;
     this.grdView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdView.OptionsView.ShowGroupPanel                   = false;
     this.grdView.OptionsView.ShowIndicator                    = false;
     this.grdView.RowHeight      = 40;
     this.grdView.ScrollStyle    = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
     this.grdView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     this.grdView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPoNumber, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.grdView.VertScrollVisibility  = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.FocusedColumnChanged += new DevExpress.XtraGrid.Views.Base.FocusedColumnChangedEventHandler(this.gridView1_FocusedColumnChanged);
     this.grdView.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.grItems_KeyDown);
     this.grdView.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.grdView_MouseDown);
     this.grdView.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // colOrderType
     //
     this.colOrderType.AppearanceCell.Options.UseTextOptions   = true;
     this.colOrderType.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colOrderType.AppearanceHeader.Options.UseTextOptions = true;
     this.colOrderType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colOrderType.Caption   = "Order type";
     this.colOrderType.FieldName = "ORDERTYPE";
     this.colOrderType.Name      = "colOrderType";
     this.colOrderType.OptionsColumn.AllowEdit = false;
     this.colOrderType.Visible      = true;
     this.colOrderType.VisibleIndex = 0;
     //
     // colPoNumber
     //
     this.colPoNumber.Caption   = "Order number";
     this.colPoNumber.FieldName = "PONUMBER";
     this.colPoNumber.Name      = "colPoNumber";
     this.colPoNumber.OptionsColumn.AllowEdit = false;
     this.colPoNumber.Visible      = true;
     this.colPoNumber.VisibleIndex = 1;
     //
     // colStatus
     //
     this.colStatus.AppearanceCell.Options.UseTextOptions   = true;
     this.colStatus.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colStatus.AppearanceHeader.Options.UseTextOptions = true;
     this.colStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colStatus.Caption = "Status";
     this.colStatus.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.colStatus.FieldName = "STATUS";
     this.colStatus.Name      = "colStatus";
     this.colStatus.OptionsColumn.AllowEdit = false;
     this.colStatus.Visible      = true;
     this.colStatus.VisibleIndex = 2;
     //
     // gridView1
     //
     this.gridView1.GridControl = this.grReceipts;
     this.gridView1.Name        = "gridView1";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.txtKeyboardInput, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSearch, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnClear, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(29, 138);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 3, 5, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(960, 38);
     this.tableLayoutPanel1.TabIndex = 13;
     //
     // txtKeyboardInput
     //
     this.txtKeyboardInput.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.txtKeyboardInput.Location = new System.Drawing.Point(3, 9);
     this.txtKeyboardInput.Name     = "txtKeyboardInput";
     this.txtKeyboardInput.Size     = new System.Drawing.Size(828, 20);
     this.txtKeyboardInput.TabIndex = 1;
     this.txtKeyboardInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKeyboardInput_KeyDown);
     //
     // btnSearch
     //
     this.btnSearch.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.btnSearch.Image         = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSearch.Location      = new System.Drawing.Point(837, 3);
     this.btnSearch.Name          = "btnSearch";
     this.btnSearch.Size          = new System.Drawing.Size(57, 32);
     this.btnSearch.TabIndex      = 2;
     this.btnSearch.Text          = "Search";
     this.btnSearch.Click        += new System.EventHandler(this.btnSearch_Click);
     //
     // btnClear
     //
     this.btnClear.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnClear.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F);
     this.btnClear.Appearance.Options.UseFont = true;
     this.btnClear.Image         = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnClear.Location      = new System.Drawing.Point(900, 3);
     this.btnClear.Name          = "btnClear";
     this.btnClear.Size          = new System.Drawing.Size(57, 32);
     this.btnClear.TabIndex      = 3;
     this.btnClear.Text          = "û";
     this.btnClear.Click        += new System.EventHandler(this.btnClear_Click);
     //
     // lblHeading
     //
     this.lblHeading.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lblHeading.AutoSize  = true;
     this.lblHeading.Font      = new System.Drawing.Font("Segoe UI Light", 36F);
     this.lblHeading.Location  = new System.Drawing.Point(284, 40);
     this.lblHeading.Margin    = new System.Windows.Forms.Padding(0);
     this.lblHeading.Name      = "lblHeading";
     this.lblHeading.Padding   = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.lblHeading.Size      = new System.Drawing.Size(452, 95);
     this.lblHeading.TabIndex  = 18;
     this.lblHeading.Tag       = "";
     this.lblHeading.Text      = "Picking and receiving";
     this.lblHeading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmPurchaseOrderReceiptSearch
     //
     this.ClientSize = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.basePanel);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name = "frmPurchaseOrderReceiptSearch";
     this.Controls.SetChildIndex(this.basePanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).EndInit();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grReceipts)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSerialIdSearch));
     this.styleController   = new DevExpress.XtraEditors.StyleController(this.components);
     this.xtraGridBlending1 = new DevExpress.XtraGrid.Blending.XtraGridBlending();
     this.grItems           = new DevExpress.XtraGrid.GridControl();
     this.grdView           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colInventSerialId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRFIDTagId      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.basePanel         = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.txtKeyboardInput  = new DevExpress.XtraEditors.TextEdit();
     this.btnSearch         = new DevExpress.XtraEditors.SimpleButton();
     this.btnClear          = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.btnPgDown         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnSelect         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnDown           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnUp             = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnPgUp           = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.lblHeader         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).BeginInit();
     this.tableLayoutPanel6.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.SuspendLayout();
     //
     // xtraGridBlending1
     //
     this.xtraGridBlending1.GridControl = this.grItems;
     //
     // grItems
     //
     this.grItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.grItems.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grItems.Location = new System.Drawing.Point(29, 181);
     this.grItems.MainView = this.grdView;
     this.grItems.Name     = "grItems";
     this.grItems.Size     = new System.Drawing.Size(956, 466);
     this.grItems.TabIndex = 20;
     this.grItems.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grdView
     });
     //
     // grdView
     //
     this.grdView.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.grdView.Appearance.HeaderPanel.Options.UseFont = true;
     this.grdView.Appearance.Row.Font            = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.grdView.Appearance.Row.Options.UseFont = true;
     this.grdView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colInventSerialId,
         this.colRFIDTagId
     });
     this.grdView.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.grdView.GridControl          = this.grItems;
     this.grdView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.Name = "grdView";
     this.grdView.OptionsBehavior.Editable                     = false;
     this.grdView.OptionsCustomization.AllowFilter             = false;
     this.grdView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdView.OptionsView.ShowGroupPanel                   = false;
     this.grdView.OptionsView.ShowIndicator                    = false;
     this.grdView.RowHeight             = 30;
     this.grdView.ScrollStyle           = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.None;
     this.grdView.ShowButtonMode        = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     this.grdView.VertScrollVisibility  = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.grdView.FocusedColumnChanged += new DevExpress.XtraGrid.Views.Base.FocusedColumnChangedEventHandler(this.gridView1_FocusedColumnChanged);
     this.grdView.DoubleClick          += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // colInventSerialId
     //
     this.colInventSerialId.Caption   = "Serial number";
     this.colInventSerialId.FieldName = "INVENTSERIALID";
     this.colInventSerialId.Name      = "colInventSerialId";
     this.colInventSerialId.OptionsColumn.AllowEdit = false;
     this.colInventSerialId.Visible      = true;
     this.colInventSerialId.VisibleIndex = 0;
     this.colInventSerialId.Width        = 350;
     //
     // colRFIDTagId
     //
     this.colRFIDTagId.Caption      = "RFID tag";
     this.colRFIDTagId.FieldName    = "RFIDTAGID";
     this.colRFIDTagId.Name         = "colRFIDTagId";
     this.colRFIDTagId.Visible      = true;
     this.colRFIDTagId.VisibleIndex = 1;
     this.colRFIDTagId.Width        = 365;
     //
     // basePanel
     //
     this.basePanel.Controls.Add(this.tableLayoutPanel6);
     this.basePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.basePanel.Location = new System.Drawing.Point(0, 0);
     this.basePanel.Name     = "basePanel";
     this.basePanel.Size     = new System.Drawing.Size(1018, 743);
     this.basePanel.TabIndex = 8;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 1;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.Controls.Add(this.grItems, 0, 2);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel1, 0, 1);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel7, 0, 3);
     this.tableLayoutPanel6.Controls.Add(this.lblHeader, 0, 0);
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel6.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.Padding  = new System.Windows.Forms.Padding(26, 40, 26, 11);
     this.tableLayoutPanel6.RowCount = 4;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(1014, 739);
     this.tableLayoutPanel6.TabIndex = 11;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.51881F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 59F));
     this.tableLayoutPanel1.Controls.Add(this.txtKeyboardInput, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSearch, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnClear, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(29, 138);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 3, 5, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(954, 37);
     this.tableLayoutPanel1.TabIndex = 10;
     //
     // txtKeyboardInput
     //
     this.txtKeyboardInput.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.txtKeyboardInput.Location     = new System.Drawing.Point(3, 3);
     this.txtKeyboardInput.Name         = "txtKeyboardInput";
     this.txtKeyboardInput.Size         = new System.Drawing.Size(831, 20);
     this.txtKeyboardInput.TabIndex     = 1;
     this.txtKeyboardInput.TextChanged += new System.EventHandler(this.txtKeyboardInput_TextChanged);
     this.txtKeyboardInput.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtKeyboardInput_KeyDown);
     //
     // btnSearch
     //
     this.btnSearch.Dock          = System.Windows.Forms.DockStyle.Top;
     this.btnSearch.Image         = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSearch.Location      = new System.Drawing.Point(840, 3);
     this.btnSearch.Margin        = new System.Windows.Forms.Padding(3, 3, 5, 3);
     this.btnSearch.Name          = "btnSearch";
     this.btnSearch.Size          = new System.Drawing.Size(50, 30);
     this.btnSearch.TabIndex      = 2;
     this.btnSearch.Text          = "Search";
     this.btnSearch.Click        += new System.EventHandler(this.btnSearch_Click);
     //
     // btnClear
     //
     this.btnClear.Image         = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnClear.Location      = new System.Drawing.Point(900, 3);
     this.btnClear.Margin        = new System.Windows.Forms.Padding(5, 3, 3, 3);
     this.btnClear.Name          = "btnClear";
     this.btnClear.Size          = new System.Drawing.Size(50, 30);
     this.btnClear.TabIndex      = 3;
     this.btnClear.Text          = "Clear";
     this.btnClear.Click        += new System.EventHandler(this.btnClear_Click);
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.ColumnCount = 7;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.Controls.Add(this.btnPgDown, 6, 0);
     this.tableLayoutPanel7.Controls.Add(this.btnSelect, 3, 0);
     this.tableLayoutPanel7.Controls.Add(this.btnDown, 5, 0);
     this.tableLayoutPanel7.Controls.Add(this.btnUp, 1, 0);
     this.tableLayoutPanel7.Controls.Add(this.btnPgUp, 0, 0);
     this.tableLayoutPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(29, 653);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 1;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(956, 72);
     this.tableLayoutPanel7.TabIndex = 12;
     //
     // btnPgDown
     //
     this.btnPgDown.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnPgDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgDown.Appearance.Options.UseFont = true;
     this.btnPgDown.Image         = ((System.Drawing.Image)(resources.GetObject("btnPgDown.Image")));
     this.btnPgDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgDown.Location      = new System.Drawing.Point(887, 11);
     this.btnPgDown.Margin        = new System.Windows.Forms.Padding(4, 11, 4, 4);
     this.btnPgDown.Name          = "btnPgDown";
     this.btnPgDown.Size          = new System.Drawing.Size(65, 57);
     this.btnPgDown.TabIndex      = 8;
     this.btnPgDown.Text          = "Ê";
     this.btnPgDown.Click        += new System.EventHandler(this.btnDown_Click);
     //
     // btnSelect
     //
     this.btnSelect.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnSelect.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSelect.Appearance.Options.UseFont = true;
     this.btnSelect.ImageLocation              = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSelect.Location                   = new System.Drawing.Point(417, 11);
     this.btnSelect.Margin                     = new System.Windows.Forms.Padding(4, 11, 4, 4);
     this.btnSelect.Name     = "btnSelect";
     this.btnSelect.Size     = new System.Drawing.Size(127, 57);
     this.btnSelect.TabIndex = 6;
     this.btnSelect.Tag      = "";
     this.btnSelect.Text     = "Select";
     this.btnSelect.Click   += new System.EventHandler(this.btnSelect_Click);
     //
     // btnDown
     //
     this.btnDown.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnDown.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnDown.Appearance.Options.UseFont = true;
     this.btnDown.Image         = ((System.Drawing.Image)(resources.GetObject("btnDown.Image")));
     this.btnDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnDown.Location      = new System.Drawing.Point(814, 11);
     this.btnDown.Margin        = new System.Windows.Forms.Padding(4, 11, 4, 4);
     this.btnDown.Name          = "btnDown";
     this.btnDown.Size          = new System.Drawing.Size(65, 57);
     this.btnDown.TabIndex      = 7;
     this.btnDown.Text          = "ò";
     this.btnDown.Click        += new System.EventHandler(this.btnDown_Click_1);
     //
     // btnUp
     //
     this.btnUp.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnUp.Appearance.Options.UseFont = true;
     this.btnUp.Image         = ((System.Drawing.Image)(resources.GetObject("btnUp.Image")));
     this.btnUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnUp.Location      = new System.Drawing.Point(77, 11);
     this.btnUp.Margin        = new System.Windows.Forms.Padding(4, 11, 4, 4);
     this.btnUp.Name          = "btnUp";
     this.btnUp.Padding       = new System.Windows.Forms.Padding(10, 3, 3, 3);
     this.btnUp.Size          = new System.Drawing.Size(70, 57);
     this.btnUp.TabIndex      = 5;
     this.btnUp.Text          = "ñ";
     this.btnUp.Click        += new System.EventHandler(this.btnUp_Click_1);
     //
     // btnPgUp
     //
     this.btnPgUp.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnPgUp.Appearance.Font            = new System.Drawing.Font("Wingdings", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnPgUp.Appearance.Options.UseFont = true;
     this.btnPgUp.Image         = ((System.Drawing.Image)(resources.GetObject("btnPgUp.Image")));
     this.btnPgUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPgUp.Location      = new System.Drawing.Point(4, 11);
     this.btnPgUp.Margin        = new System.Windows.Forms.Padding(4, 11, 4, 4);
     this.btnPgUp.Name          = "btnPgUp";
     this.btnPgUp.Size          = new System.Drawing.Size(65, 57);
     this.btnPgUp.TabIndex      = 4;
     this.btnPgUp.Text          = "Ç";
     this.btnPgUp.Click        += new System.EventHandler(this.btnUp_Click);
     //
     // lblHeader
     //
     this.lblHeader.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font     = new System.Drawing.Font("Segoe UI Light", 36F);
     this.lblHeader.Location = new System.Drawing.Point(342, 40);
     this.lblHeader.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.lblHeader.Name     = "lblHeader";
     this.lblHeader.Size     = new System.Drawing.Size(329, 65);
     this.lblHeader.TabIndex = 21;
     this.lblHeader.Text     = "Serial id search";
     //
     // frmSerialIdSearch
     //
     this.ClientSize = new System.Drawing.Size(1018, 743);
     this.Controls.Add(this.basePanel);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name  = "frmSerialIdSearch";
     this.Load += new System.EventHandler(this.frmSerialIdSearch_Load);
     this.Controls.SetChildIndex(this.basePanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePanel)).EndInit();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel7.ResumeLayout(false);
     this.ResumeLayout(false);
 }