| | |
| | | using DevExpress.XtraEditors; |
| | | 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; |
| | | using System.Data; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | InitializeComponent(); |
| | | this.layoutControl1.SetupLayoutControl(); |
| | | this.gridView1.SetLimitView(); |
| | | this.gridView1.RegistCustomDrawCell(Color.BurlyWood, Color.White); |
| | | this.gridView1.RegistCustomDrawCell(); |
| | | this.generalSearchCtrl1.SearchEvent += Search; |
| | | this.generalSearchCtrl1.ClearEvent += Clear; |
| | | } |