From 1c0e57cf9a11d49fa8f5e287e21d1f4c6c7c5930 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 05 四月 2025 09:18:38 +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 16095ff..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)
{
- SelectDictionary frm = new SelectDictionary(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