| | |
| | | using DevExpress.XtraEditors; |
| | | using HStation.Vmo; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using HStation.Vmo; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using System.Windows.Input; |
| | | using Yw; |
| | | |
| | | namespace HStation.WinFrmUI |
| | |
| | | { |
| | | InitializeComponent(); |
| | | this.gridView1.SetNormalView(); |
| | | this.gridView1.RegistCustomDrawCell(Color.BurlyWood, Color.White); |
| | | this.gridView1.RegistCustomDrawCell(); |
| | | } |
| | | |
| | | private List<PhartDiagramRelationGridItemViewModel> _allBindingList = null;//所有绑定列表 |