From 3eb3fe911d6cd078a03dc833fd8296f5d53b5f21 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期五, 21 十一月 2025 13:37:15 +0800
Subject: [PATCH] 导出参数调整
---
DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
index dd95fcf..0fb967a 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
@@ -45,12 +45,11 @@
this.lookSearchSupplier.EditValue = "璇烽�夋嫨";
this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0);
this.lookSearchSupplier.Name = "lookSearchSupplier";
-
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(219, 28);
+ this.lookSearchSupplier.Size = new System.Drawing.Size(219, 24);
this.lookSearchSupplier.TabIndex = 8;
//
// searchLookUpEdit1View
--
Gitblit v1.9.3