From 3816b7dfff85051c09a99f2e49196a731ce994a5 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 19 九月 2024 10:03:59 +0800
Subject: [PATCH] 添加图表显示窗体

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs |   31 ++++++++++++++++++++++---------
 1 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
index 656ed34..109afd2 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -1,4 +1,7 @@
 锘縢lobal using Yw.EPAnet;
+using HStation.WinFrmUI.Xhs;
+using HStation.WinFrmUI.Xhs.Core;
+
 namespace HStation.WinFrmUI
 {
     public partial class XhsProjectSimulationCorePage : DocumentPage
@@ -18,7 +21,6 @@
         private Yw.Model.HydroParterInfo _parter = null;
         private Yw.EPAnet.CheckResult _checkResult = null;
         private Yw.EPAnet.CalcuResult _calcuResult = null;
-
 
         /// <summary>
         /// 缁戝畾鏁版嵁
@@ -75,12 +77,10 @@
             }
             if (_showHideCodeList == null)
             {
-
             }
         }
 
-        #endregion
-
+        #endregion 妯″瀷
 
         #region 姘村姏
 
@@ -133,8 +133,6 @@
             var dlg = new XhsProjectSimulationHydroCalcuFailedDlg();
             dlg.SetBindingData(_calcuResult.FailedList);
             dlg.ShowDialog();
-
-
         }
 
         //姘村姏鏋勪欢鍒楄〃
@@ -231,7 +229,8 @@
                 }
             }
         }
-        #endregion
+
+        #endregion 姘村姏
 
         #region 鏇村
 
@@ -252,9 +251,23 @@
             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();
+        }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3