From 62a564f283e70b5eda749df806162a8c5aa7fe75 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 03 四月 2025 20:53:37 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs index 762bcfc..4f9b1c4 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs @@ -44,7 +44,7 @@ this.lookSearchSupplier.EditValue = "璇烽�夋嫨"; this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0); this.lookSearchSupplier.Name = "lookSearchSupplier"; - this.lookSearchSupplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lookSearchSupplier.Properties.Appearance.Options.UseFont = true; this.lookSearchSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -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,8 +69,6 @@ this.gridColumn1.Caption = "缁勭粐ID"; this.gridColumn1.FieldName = "fid"; this.gridColumn1.Name = "gridColumn1"; - this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 0; // // gridColumn5 // @@ -78,7 +76,7 @@ this.gridColumn5.FieldName = "name"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 2; + this.gridColumn5.VisibleIndex = 0; // // gridColumn2 // -- Gitblit v1.9.3