lixiaojun
2024-12-20 0a975f1ebe0cd0f3ca06e6320383a29220c39bda
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/04-junction/SetHydroJunctionListDlg.cs
@@ -6,7 +6,6 @@
        {
            InitializeComponent();
            this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
            this.hydroJunctionListCtrl1.ShowFindPanel = false;
            this.hydroJunctionListCtrl1.HydroClickInfoEvent += HydroJunctionListCtrl1_HydroClickInfoEvent;
            this.hydroJunctionListCtrl1.HydroClickViewEvent += HydroJunctionListCtrl1_HydroClickViewEvent;
            this.hydroJunctionListCtrl1.HydroChangedInfoEvent += HydroJunctionListCtrl1_HydroChangedInfoEvent;
@@ -37,7 +36,7 @@
        public void SetBindingData(Yw.Model.HydroModelInfo hydroInfo)
        {
            this.hydroJunctionListCtrl1.SetBindingData(hydroInfo);
            this.hydroJunctionListCtrl1.SetBulkSetView();
            this.hydroJunctionListCtrl1.SetBulkView();
        }
        /// <summary>
@@ -46,7 +45,7 @@
        public void SetBindingData(List<HydroVisualViewModel> allVisualViewModelList)
        {
            this.hydroJunctionListCtrl1.SetBindingData(allVisualViewModelList);
            this.hydroJunctionListCtrl1.SetBulkSetView();
            this.hydroJunctionListCtrl1.SetBulkView();
        }
        //水力点击信息事件