DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
@@ -70,6 +70,8 @@
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_Warehouse_keeper = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_tcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_tname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -283,7 +285,9 @@
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gv_Warehouse_keeper});
            this.gv_Warehouse_keeper,
            this.gv_tcode,
            this.gv_tname});
            this.gridView1.DetailHeight = 272;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
@@ -598,12 +602,30 @@
            // gv_Warehouse_keeper
            // 
            this.gv_Warehouse_keeper.Caption = "仓管员";
            this.gv_Warehouse_keeper.FieldName = "fWpvtBaseQtr";
            this.gv_Warehouse_keeper.FieldName = "cgy";
            this.gv_Warehouse_keeper.Name = "gv_Warehouse_keeper";
            this.gv_Warehouse_keeper.Tag = "query_a.F_WPVT_BASE_QTR";
            this.gv_Warehouse_keeper.Tag = "query_u1.cgy";
            this.gv_Warehouse_keeper.Visible = true;
            this.gv_Warehouse_keeper.VisibleIndex = 21;
            this.gv_Warehouse_keeper.Width = 66;
            //
            // gv_tcode
            //
            this.gv_tcode.Caption = "物料分类编码";
            this.gv_tcode.FieldName = "tcode";
            this.gv_tcode.Name = "gv_tcode";
            this.gv_tcode.Tag = "query_t.tcode";
            this.gv_tcode.Visible = true;
            this.gv_tcode.VisibleIndex = 22;
            //
            // gv_tname
            //
            this.gv_tname.Caption = "物料分类名称";
            this.gv_tname.FieldName = "tname";
            this.gv_tname.Name = "gv_tname";
            this.gv_tname.Tag = "query_t.tname";
            this.gv_tname.Visible = true;
            this.gv_tname.VisibleIndex = 23;
            // 
            // pageBar1
            // 
@@ -1319,5 +1341,7 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
        private DevExpress.XtraGrid.Columns.GridColumn gv_Warehouse_keeper;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tcode;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tname;
    }
}