| | |
| | | { |
| | | 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; |
| | |
| | | public void SetBindingData(Yw.Model.HydroModelInfo hydroInfo) |
| | | { |
| | | this.hydroJunctionListCtrl1.SetBindingData(hydroInfo); |
| | | this.hydroJunctionListCtrl1.SetBulkSetView(); |
| | | this.hydroJunctionListCtrl1.SetBulkView(); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public void SetBindingData(List<HydroVisualViewModel> allVisualViewModelList) |
| | | { |
| | | this.hydroJunctionListCtrl1.SetBindingData(allVisualViewModelList); |
| | | this.hydroJunctionListCtrl1.SetBulkSetView(); |
| | | this.hydroJunctionListCtrl1.SetBulkView(); |
| | | } |
| | | |
| | | //水力点击信息事件 |