fqc
lu
2025-04-05 f12cc5610aea3ad0e569da1a007feafa3ac8c7a4
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();