lixiaojun
2024-11-09 c9585ab171fb973d16792d7a290994bf8279da63
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-add/01-set/01-pump/SetSchemePumpListCtrl.cs
@@ -2,13 +2,13 @@
namespace HStation.WinFrmUI
{
    public partial class SetSchemePumpListCtrl : DevExpress.XtraEditors.XtraUserControl, IHydroParterList
    public partial class SetSchemePumpListCtrl : DevExpress.XtraEditors.XtraUserControl//, IHydroVisualList
    {
        public SetSchemePumpListCtrl()
        {
            InitializeComponent();
            this.gridView1.SetNormalView(30);
            this.gridView1.RegistCustomDrawRowIndicator(40);
            this.gridView1.RegistCustomDrawRowIndicator(40);
            this.gridView1.BorderStyle = BorderStyles.NoBorder;
            this.layoutControl1.SetupLayoutControl();
        }