wbc
2025-11-13 4ed9b85875542aa93d573b03ef2bf41aae13328c
DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
@@ -90,6 +90,7 @@
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -224,7 +225,8 @@
            this.gv_ownerId,
            this.gridColumn5,
            this.gv_indepUserCode,
            this.gv_indepDate});
            this.gv_indepDate,
            this.gridColumn7});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -832,6 +834,15 @@
            this.layoutControlItem11.Text = "入库日期";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18);
            // 
            // gridColumn7
            //
            this.gridColumn7.Caption = "仓库编码";
            this.gridColumn7.MinWidth = 25;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 12;
            this.gridColumn7.Width = 94;
            //
            // CKTmkc
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -943,5 +954,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraGrid.Columns.GridColumn colChkInt;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
    }
}