From 8114becd3aa125191bf0ed06cb8b17379b5757aa Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:38:48 +0800
Subject: [PATCH] 其它入库单据类型改为可维护

---
 DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs
index 762bcfc..af23991 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookOrg.Designer.cs
@@ -44,20 +44,19 @@
             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)});
             this.lookSearchSupplier.Properties.PopupView = this.searchLookUpEdit1View;
-            this.lookSearchSupplier.Size = new System.Drawing.Size(309, 28);
+            this.lookSearchSupplier.Size = new System.Drawing.Size(309, 24);
             this.lookSearchSupplier.TabIndex = 10;
             // 
             // searchLookUpEdit1View
             // 
             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 +68,6 @@
             this.gridColumn1.Caption = "缁勭粐ID";
             this.gridColumn1.FieldName = "fid";
             this.gridColumn1.Name = "gridColumn1";
-            this.gridColumn1.Visible = true;
-            this.gridColumn1.VisibleIndex = 0;
             // 
             // gridColumn5
             // 
@@ -78,7 +75,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