huawei
昨天 499b47a2b59c8e26a270501d74100b5d973e55d9
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
@@ -169,6 +169,7 @@
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -354,7 +355,8 @@
            this.gridColumn11,
            this.gv_checkDate,
            this.gridColumn28,
            this.gridColumn29});
            this.gridColumn29,
            this.gridColumn30});
            this.gridView1.DetailHeight = 427;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 63;
@@ -1793,6 +1795,16 @@
            this.gridColumn31.VisibleIndex = 12;
            this.gridColumn31.Width = 107;
            // 
            // gridColumn30
            //
            this.gridColumn30.Caption = "送货单号";
            this.gridColumn30.FieldName = "paperBillNo";
            this.gridColumn30.MinWidth = 30;
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 15;
            this.gridColumn30.Width = 112;
            //
            // Frm_ArrivalBarcode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
@@ -2014,5 +2026,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn28;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn29;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn31;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn30;
    }
}