cdk
2025-09-03 5f012649a67fc5ec11567b6e1543a86ecfe53535
DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
@@ -48,6 +48,7 @@
            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.bandedGridColumn2 = 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();
@@ -64,6 +65,7 @@
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -158,7 +160,8 @@
            this.gridBand13,
            this.gridBand14,
            this.gridBand15,
            this.gridBand3});
            this.gridBand3,
            this.gridBand16});
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.gv_guid,
            this.gv_itemBarcode,
@@ -173,7 +176,8 @@
            this.gv_ownerType,
            this.gv_ownerId,
            this.gridColumn5,
            this.bandedGridColumn1});
            this.bandedGridColumn1,
            this.bandedGridColumn2});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -345,6 +349,15 @@
            this.gv_ownerId.Visible = true;
            this.gv_ownerId.Width = 130;
            // 
            // bandedGridColumn2
            //
            this.bandedGridColumn2.Caption = "收料组织";
            this.bandedGridColumn2.FieldName = "tlOrg";
            this.bandedGridColumn2.MinWidth = 25;
            this.bandedGridColumn2.Name = "bandedGridColumn2";
            this.bandedGridColumn2.Visible = true;
            this.bandedGridColumn2.Width = 94;
            //
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
@@ -515,6 +528,14 @@
            this.gridBand5.VisibleIndex = 2;
            this.gridBand5.Width = 130;
            // 
            // gridBand16
            //
            this.gridBand16.Caption = "收料组织";
            this.gridBand16.Columns.Add(this.bandedGridColumn2);
            this.gridBand16.Name = "gridBand16";
            this.gridBand16.VisibleIndex = 10;
            this.gridBand16.Width = 94;
            //
            // Ckcgmx
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -524,7 +545,7 @@
            this.Controls.Add(this.toolBarMenu1);
            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
            this.Name = "Ckcgmx";
            this.Text = "条码库存";
            this.Text = "采购明细";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
@@ -560,6 +581,7 @@
        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.BandedGridColumn bandedGridColumn2;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7;
@@ -575,5 +597,6 @@
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand16;
    }
}