bug
lu
3 天以前 cfffed5058c71b27040fa2d6d74f04ccc94be567
DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs
@@ -38,6 +38,7 @@
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
            this.SuspendLayout();
@@ -65,7 +66,8 @@
            this.gridColumn1,
            this.gridColumn7,
            this.gridColumn6,
            this.gridColumn4});
            this.gridColumn4,
            this.gridColumn9});
            this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
            this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
@@ -133,6 +135,14 @@
            this.gridColumn4.FieldName = "guid";
            this.gridColumn4.Name = "gridColumn4";
            // 
            // gridColumn9
            //
            this.gridColumn9.Caption = "货主";
            this.gridColumn9.FieldName = "stockownerName";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 6;
            //
            // UcLookWwgd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -158,5 +168,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
    }
}