lu
2025-04-17 a65db6e442f0b1b0a776b11bf164e60c8c7374e0
DevApp/Gs.DevApp/UserControl/UcDictionary.cs
@@ -1,14 +1,6 @@
using DevExpress.XtraEditors;
using Gs.DevApp.DevFrm.Work;
using Gs.DevApp.DevFrm.Work;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp.UserControl
{
@@ -51,6 +43,15 @@
            get;
            set;
        }
        public bool IsReadly
        {
            set
            {
                this.memoEdit1.ReadOnly = value;
                this.simpleButton1.Enabled = !value;
            }
        }
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            UcDictionarySelect frm = new UcDictionarySelect(this.BtnTxt, this.WhereTxt);