| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraTreeList.Nodes; |
| | | using DevExpress.XtraTreeList.Nodes; |
| | | using DevExpress.XtraTreeList; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Newtonsoft.Json; |
| | | 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.DevFrm.QC |
| | |
| | | tlMenu.KeyFieldName = "guid"; |
| | | tlMenu.ParentFieldName = "pid"; |
| | | tlMenu.EndUpdate(); |
| | | this.tlMenu.CollapseAll(); |
| | | //this.tlMenu.CollapseAll(); |
| | | // this.tlMenu.ExpandAll(); |
| | | this.tlMenu.ExpandToLevel(0); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MsgHelper.Warning("提示:" + ex.Message); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |