From b54d247ffc912c4af1c96fe05bc6ca1630a77be0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 23:58:51 +0800
Subject: [PATCH] 1
---
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