From be94e54dc7cd0eb2e66f25d7def9a873c563564c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 10 一月 2025 09:53:30 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs index 762bcfc..cc132d2 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs @@ -31,8 +31,8 @@ this.lookSearchSupplier = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); @@ -56,8 +56,8 @@ // this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, - this.gridColumn2, this.gridColumn5, + this.gridColumn2, this.gridColumn4}); this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; @@ -69,16 +69,6 @@ this.gridColumn1.Caption = "缁勭粐ID"; this.gridColumn1.FieldName = "fid"; this.gridColumn1.Name = "gridColumn1"; - this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 0; - // - // gridColumn5 - // - this.gridColumn5.Caption = "缁勭粐鍚嶇О"; - this.gridColumn5.FieldName = "name"; - this.gridColumn5.Name = "gridColumn5"; - this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 2; // // gridColumn2 // @@ -91,6 +81,14 @@ this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 80; // + // gridColumn5 + // + this.gridColumn5.Caption = "缁勭粐鍚嶇О"; + this.gridColumn5.FieldName = "name"; + this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.Visible = true; + this.gridColumn5.VisibleIndex = 0; + // // gridColumn4 // this.gridColumn4.Caption = "guid"; -- Gitblit v1.9.3