From 2e3496c2bc19c1dcb25dbbde0022a6a6d2b4ff7b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 13:27:18 +0800
Subject: [PATCH] ID转人名:受托退料申请、受托退料单

---
 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