From f12cc5610aea3ad0e569da1a007feafa3ac8c7a4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 05 四月 2025 15:03:15 +0800
Subject: [PATCH] fqc

---
 DevApp/Gs.DevApp/UserControl/UcDictionary.cs |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs
index 8503b12..425fe1e 100644
--- a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs
@@ -19,10 +19,8 @@
             InitializeComponent();
         }
 
-
-
         /// <summary>
-        ///     鎬昏褰曟暟
+        /// 鎸夐挳鏂囧瓧
         /// </summary>
         public string BtnTxt
         {
@@ -33,9 +31,8 @@
             }
         }
 
-
         /// <summary>
-        ///     鎬昏褰曟暟
+        /// 鏂囨湰妗嗘枃瀛�
         /// </summary>
         public string TextTxt
         {
@@ -46,9 +43,17 @@
             }
         }
 
+        /// <summary>
+        /// 鏌ヨ鏉′欢
+        /// </summary>
+        public string WhereTxt
+        {
+            get;
+            set;
+        }
         private void simpleButton1_Click(object sender, EventArgs e)
         {
-            UcDictionarySelect frm = new UcDictionarySelect(this.BtnTxt, "");
+            UcDictionarySelect frm = new UcDictionarySelect(this.BtnTxt, this.WhereTxt);
             frm.UpdateParent += (ss, ee) =>
             {
                 System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder();

--
Gitblit v1.9.3