| | |
| | | using DevExpress.XtraTreeList; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Windows.Forms; |
| | | using DevExpress.XtraTreeList; |
| | | using DevExpress.XtraTreeList.Nodes; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Windows.Forms; |
| | | |
| | | |
| | | namespace Gs.DevApp.DevFrm.Work |
| | | namespace Gs.DevApp.UserControl |
| | | { |
| | | public partial class UcDictionarySelect : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | private List<dynamic> lstCheckedKeyID = new List<dynamic>();//选择集合 |
| | | string strTitle = ""; |
| | | string strWhere = ""; |
| | | public UcDictionarySelect(string _strTitle, string _strWhere) |
| | | public UcDictionarySelect(string _strTitle, string _strWhere,string _strMsg="") |
| | | { |
| | | InitializeComponent(); |
| | | lbMsg.Text = _strMsg; |
| | | this.strTitle = _strTitle; |
| | | this.strWhere = _strWhere; |
| | | this.Text = _strTitle; |