| | |
| | | global using Yw.EPAnet; |
| | | using HStation.WinFrmUI.Xhs; |
| | | using HStation.WinFrmUI.Xhs.Core; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | public partial class XhsProjectSimulationCorePage : DocumentPage |
| | |
| | | private Yw.Model.HydroParterInfo _parter = null; |
| | | private Yw.EPAnet.CheckResult _checkResult = null; |
| | | private Yw.EPAnet.CalcuResult _calcuResult = null; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 绑定数据 |
| | |
| | | } |
| | | if (_showHideCodeList == null) |
| | | { |
| | | |
| | | } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #endregion 模型 |
| | | |
| | | #region 水力 |
| | | |
| | |
| | | var dlg = new XhsProjectSimulationHydroCalcuFailedDlg(); |
| | | dlg.SetBindingData(_calcuResult.FailedList); |
| | | dlg.ShowDialog(); |
| | | |
| | | |
| | | } |
| | | |
| | | //水力构件列表 |
| | |
| | | } |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #endregion 水力 |
| | | |
| | | #region 更多 |
| | | |
| | |
| | | TipFormHelper.ShowSucceed("保存成功!"); |
| | | } |
| | | |
| | | #endregion |
| | | #endregion 更多 |
| | | |
| | | #region 自动匹配 |
| | | |
| | | //自动匹配 |
| | | private void barBtnAllAutoMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | var dlg = new AssetsAutoMatchingMainDlg(); |
| | | dlg.ShowDialog(); |
| | | } |
| | | |
| | | #endregion 自动匹配 |
| | | |
| | | private void BtnPerformChart_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | var dlg = new PerformChart(); |
| | | dlg.ShowDialog(); |
| | | } |
| | | } |
| | | } |
| | | } |