lixiaojun
2024-09-24 cfe5793ec364b38ef9d775a5fdc769a56383d18b
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -109,7 +109,7 @@
        //水力计算
        private void barBtnHydroCalcu_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        private async void barBtnHydroCalcu_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (_hydroInfo == null)
            {
@@ -126,11 +126,14 @@
            {
                ShowProperty();
                TipFormHelper.ShowSucceed("计算成功!");
                return;
            }
            else
            {
            this.xhsProjectSimulationHydroCalcuFailedCtrl1.SetBindingData(_calcuResult.FailedList);
            this.docPnlHydroCalcu.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Visible;
            this.docPnlHydroCalcu.Height = 350;
            }
            await this.xhsProjectSimulationBimfaceCtrl1.ShowCalcuCustomLabels(_calcuResult);
        }
        //水力构件列表
@@ -282,6 +285,12 @@
        }
        #region Bimface
        //获取水力信息
        private Yw.Model.HydroModelInfo xhsProjectSimulationBimfaceCtrl1_GetHydroInfoEvent()
        {
            return _hydroInfo;
        }
        //bimface 构件点击
        private void xhsProjectSimulationBimfaceCtrl1_ClickParterEvent(string objectId)
@@ -500,5 +509,6 @@
        #endregion
    }
}