namespace Gs.DevApp.DevFrm.Rpt { partial class Ckcgmx { /// /// 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.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.gv_guid = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_itemBarcode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_itemId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_depotId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_quantity = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_ownerType = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_ownerId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit(); this.split1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit(); this.split1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 // this.toolBarMenu1.chkParameter = null; this.toolBarMenu1.currentAction = null; this.toolBarMenu1.defaultActions = "查询"; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.rptParameter = null; this.toolBarMenu1.Size = new System.Drawing.Size(1312, 80); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; this.toolBarMenu1.xlsOutParameter = null; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(1312, 602); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.split1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1310, 570); this.xtraTabPage1.Text = "数据列表"; // // split1 // this.split1.Dock = System.Windows.Forms.DockStyle.Fill; this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); this.split1.Name = "split1"; // // split1.Panel1 // this.split1.Panel1.Controls.Add(this.gcMain1); this.split1.Panel1.Controls.Add(this.pageBar1); this.split1.Panel1.Text = "Panel1"; // // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1310, 570); this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; this.gcMain1.Size = new System.Drawing.Size(1310, 519); this.gcMain1.TabIndex = 2; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand1, this.gridBand4, this.gridBand7, this.gridBand8, this.gridBand9, this.gridBand10, this.gridBand11, this.gridBand12, this.gridBand13, this.gridBand14, this.gridBand15, this.gridBand3}); this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.gv_guid, this.gv_itemBarcode, this.gv_itemId, this.gridColumn3, this.gridColumn2, this.gridColumn4, this.gv_depotId, this.gv_quantity, this.gridColumn6, this.gridColumn1, this.gv_ownerType, this.gv_ownerId, this.gridColumn5, this.bandedGridColumn1}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; this.gridView1.OptionsView.ShowColumnHeaders = false; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // gv_guid // this.gv_guid.AppearanceCell.Options.UseFont = true; this.gv_guid.Caption = "采购明细GUID"; this.gv_guid.FieldName = "guid"; this.gv_guid.MinWidth = 50; this.gv_guid.Name = "gv_guid"; this.gv_guid.OptionsColumn.AllowEdit = false; this.gv_guid.Tag = "query_a.guid"; this.gv_guid.Visible = true; this.gv_guid.Width = 95; // // gv_itemBarcode // this.gv_itemBarcode.AppearanceCell.Options.UseFont = true; this.gv_itemBarcode.Caption = "采购单号"; this.gv_itemBarcode.FieldName = "hNo"; this.gv_itemBarcode.MinWidth = 50; this.gv_itemBarcode.Name = "gv_itemBarcode"; this.gv_itemBarcode.OptionsColumn.AllowEdit = false; this.gv_itemBarcode.Tag = "query_a.ITEM_BARCODE"; this.gv_itemBarcode.Visible = true; this.gv_itemBarcode.Width = 77; // // gv_itemId // this.gv_itemId.AppearanceCell.Options.UseFont = true; this.gv_itemId.Caption = "物料ID"; this.gv_itemId.FieldName = "itemId"; this.gv_itemId.MinWidth = 50; this.gv_itemId.Name = "gv_itemId"; this.gv_itemId.OptionsColumn.AllowEdit = false; this.gv_itemId.Tag = "query_a.ITEM_ID"; this.gv_itemId.Visible = true; this.gv_itemId.Width = 74; // // gridColumn3 // this.gridColumn3.Caption = "物料编码"; this.gridColumn3.FieldName = "itemNo"; this.gridColumn3.MinWidth = 25; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.Width = 77; // // gridColumn2 // this.gridColumn2.Caption = "物料名称"; this.gridColumn2.FieldName = "itemName"; this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.Width = 77; // // gridColumn4 // this.gridColumn4.Caption = "规格型号"; this.gridColumn4.FieldName = "itemModel"; this.gridColumn4.MinWidth = 25; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.Width = 77; // // gv_depotId // this.gv_depotId.AppearanceCell.Options.UseFont = true; this.gv_depotId.Caption = "采购单位"; this.gv_depotId.FieldName = "dwCg"; this.gv_depotId.MinWidth = 50; this.gv_depotId.Name = "gv_depotId"; this.gv_depotId.OptionsColumn.AllowEdit = false; this.gv_depotId.Tag = "query_a.DEPOT_ID"; this.gv_depotId.Visible = true; this.gv_depotId.Width = 77; // // gv_quantity // this.gv_quantity.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gv_quantity.AppearanceCell.Options.UseFont = true; this.gv_quantity.AppearanceCell.Options.UseForeColor = true; this.gv_quantity.Caption = "采购单数量"; this.gv_quantity.FieldName = "cgsl"; this.gv_quantity.MinWidth = 50; this.gv_quantity.Name = "gv_quantity"; this.gv_quantity.OptionsColumn.AllowEdit = false; this.gv_quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "cgsl", "合计={0:0.##}")}); this.gv_quantity.Tag = "query_a.QUANTITY"; this.gv_quantity.Visible = true; this.gv_quantity.Width = 60; // // gridColumn6 // this.gridColumn6.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gridColumn6.AppearanceCell.Options.UseForeColor = true; this.gridColumn6.Caption = "累计实入库"; this.gridColumn6.FieldName = "qtySjrk"; this.gridColumn6.MinWidth = 25; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "qtySjrk", "合计={0:0.##}")}); this.gridColumn6.Visible = true; this.gridColumn6.Width = 60; // // gridColumn1 // this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.gridColumn1.AppearanceCell.ForeColor = System.Drawing.Color.Red; this.gridColumn1.AppearanceCell.Options.UseFont = true; this.gridColumn1.AppearanceCell.Options.UseForeColor = true; this.gridColumn1.Caption = "总欠料"; this.gridColumn1.FieldName = "qtyQl"; this.gridColumn1.MinWidth = 25; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "qtyQl", "合计={0:0.##}")}); this.gridColumn1.Visible = true; this.gridColumn1.Width = 60; // // bandedGridColumn1 // this.bandedGridColumn1.Caption = "比例"; this.bandedGridColumn1.FieldName = "barbl"; this.bandedGridColumn1.MinWidth = 25; this.bandedGridColumn1.Name = "bandedGridColumn1"; this.bandedGridColumn1.Tag = "query_a.guid"; this.bandedGridColumn1.Visible = true; this.bandedGridColumn1.Width = 327; // // gv_ownerType // this.gv_ownerType.AppearanceCell.Options.UseFont = true; this.gv_ownerType.Caption = "累计收料数量"; this.gv_ownerType.FieldName = "sl"; this.gv_ownerType.MinWidth = 50; this.gv_ownerType.Name = "gv_ownerType"; this.gv_ownerType.OptionsColumn.AllowEdit = false; this.gv_ownerType.Tag = "query_a.Owner_Type"; this.gv_ownerType.Visible = true; this.gv_ownerType.Width = 105; // // gridColumn5 // this.gridColumn5.Caption = "累计仓退"; this.gridColumn5.FieldName = "ct"; this.gridColumn5.MinWidth = 25; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.Width = 105; // // gv_ownerId // this.gv_ownerId.AppearanceCell.Options.UseFont = true; this.gv_ownerId.Caption = "累计验退"; this.gv_ownerId.FieldName = "yt"; this.gv_ownerId.MinWidth = 50; this.gv_ownerId.Name = "gv_ownerId"; this.gv_ownerId.OptionsColumn.AllowEdit = false; this.gv_ownerId.Tag = "query_a.Owner_Id"; this.gv_ownerId.Visible = true; this.gv_ownerId.Width = 130; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageBar1.Location = new System.Drawing.Point(0, 519); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.Size = new System.Drawing.Size(1310, 39); this.pageBar1.TabIndex = 4; this.pageBar1.TotalPages = 0; // // gridBand1 // this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand1.Caption = "采购明细GUID"; this.gridBand1.Columns.Add(this.gv_guid); this.gridBand1.Name = "gridBand1"; this.gridBand1.Visible = false; this.gridBand1.VisibleIndex = -1; this.gridBand1.Width = 95; // // gridBand4 // this.gridBand4.AppearanceHeader.Options.UseTextOptions = true; this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand4.Caption = "采购单号"; this.gridBand4.Columns.Add(this.gv_itemBarcode); this.gridBand4.Name = "gridBand4"; this.gridBand4.VisibleIndex = 0; this.gridBand4.Width = 77; // // gridBand7 // this.gridBand7.Caption = "物料ID"; this.gridBand7.Columns.Add(this.gv_itemId); this.gridBand7.Name = "gridBand7"; this.gridBand7.Visible = false; this.gridBand7.VisibleIndex = -1; this.gridBand7.Width = 74; // // gridBand8 // this.gridBand8.Caption = "物料编码"; this.gridBand8.Columns.Add(this.gridColumn3); this.gridBand8.Name = "gridBand8"; this.gridBand8.VisibleIndex = 1; this.gridBand8.Width = 77; // // gridBand9 // this.gridBand9.Caption = "物料名称"; this.gridBand9.Columns.Add(this.gridColumn2); this.gridBand9.Name = "gridBand9"; this.gridBand9.VisibleIndex = 2; this.gridBand9.Width = 77; // // gridBand10 // this.gridBand10.Caption = "规格型号"; this.gridBand10.Columns.Add(this.gridColumn4); this.gridBand10.Name = "gridBand10"; this.gridBand10.VisibleIndex = 3; this.gridBand10.Width = 77; // // gridBand11 // this.gridBand11.AppearanceHeader.Options.UseTextOptions = true; this.gridBand11.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand11.Caption = "采购单位"; this.gridBand11.Columns.Add(this.gv_depotId); this.gridBand11.MinWidth = 30; this.gridBand11.Name = "gridBand11"; this.gridBand11.VisibleIndex = 4; this.gridBand11.Width = 77; // // gridBand12 // this.gridBand12.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.gridBand12.AppearanceHeader.Options.UseForeColor = true; this.gridBand12.AppearanceHeader.Options.UseTextOptions = true; this.gridBand12.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand12.Caption = "采购单数量"; this.gridBand12.Columns.Add(this.gv_quantity); this.gridBand12.MinWidth = 50; this.gridBand12.Name = "gridBand12"; this.gridBand12.VisibleIndex = 5; this.gridBand12.Width = 60; // // gridBand13 // this.gridBand13.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.gridBand13.AppearanceHeader.Options.UseForeColor = true; this.gridBand13.AppearanceHeader.Options.UseTextOptions = true; this.gridBand13.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand13.Caption = "累计实入库"; this.gridBand13.Columns.Add(this.gridColumn6); this.gridBand13.MinWidth = 50; this.gridBand13.Name = "gridBand13"; this.gridBand13.VisibleIndex = 6; this.gridBand13.Width = 60; // // gridBand14 // this.gridBand14.AppearanceHeader.ForeColor = System.Drawing.Color.Red; this.gridBand14.AppearanceHeader.Options.UseForeColor = true; this.gridBand14.AppearanceHeader.Options.UseTextOptions = true; this.gridBand14.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand14.Caption = "总欠料"; this.gridBand14.Columns.Add(this.gridColumn1); this.gridBand14.MinWidth = 50; this.gridBand14.Name = "gridBand14"; this.gridBand14.VisibleIndex = 7; this.gridBand14.Width = 60; // // gridBand15 // this.gridBand15.Caption = "交货进度"; this.gridBand15.Columns.Add(this.bandedGridColumn1); this.gridBand15.MinWidth = 300; this.gridBand15.Name = "gridBand15"; this.gridBand15.VisibleIndex = 8; this.gridBand15.Width = 327; // // gridBand3 // this.gridBand3.AppearanceHeader.Options.UseTextOptions = true; this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand3.Caption = "汇总"; this.gridBand3.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand2, this.gridBand6, this.gridBand5}); this.gridBand3.MinWidth = 300; this.gridBand3.Name = "gridBand3"; this.gridBand3.VisibleIndex = 9; this.gridBand3.Width = 340; // // gridBand2 // this.gridBand2.AppearanceHeader.Options.UseTextOptions = true; this.gridBand2.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand2.Caption = "累计收料"; this.gridBand2.Columns.Add(this.gv_ownerType); this.gridBand2.Name = "gridBand2"; this.gridBand2.VisibleIndex = 0; this.gridBand2.Width = 105; // // gridBand6 // this.gridBand6.AppearanceHeader.Options.UseTextOptions = true; this.gridBand6.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand6.Caption = "累计退料"; this.gridBand6.Columns.Add(this.gridColumn5); this.gridBand6.Name = "gridBand6"; this.gridBand6.VisibleIndex = 1; this.gridBand6.Width = 105; // // gridBand5 // this.gridBand5.AppearanceHeader.Options.UseTextOptions = true; this.gridBand5.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridBand5.Caption = "累计验退"; this.gridBand5.Columns.Add(this.gv_ownerId); this.gridBand5.Name = "gridBand5"; this.gridBand5.VisibleIndex = 2; this.gridBand5.Width = 130; // // Ckcgmx // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1312, 682); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Name = "Ckcgmx"; this.Text = "条码库存"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit(); this.split1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit(); this.split1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private UserControl.UcToolBarMenu toolBarMenu1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraEditors.SplitContainerControl split1; private DevExpress.XtraGrid.GridControl gcMain1; private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView gridView1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_guid; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_itemBarcode; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_itemId; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn3; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn2; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn4; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_depotId; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_quantity; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn6; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_ownerType; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_ownerId; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn5; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn bandedGridColumn1; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand8; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand9; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand10; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand11; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand12; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand13; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand14; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand15; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand3; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5; } }