1
lixiaojun
2024-09-27 721892f081744079284e8d19e96309cd9e24ae6d
1
已修改2个文件
4 ■■■■ 文件已修改
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs
@@ -174,7 +174,7 @@
            barBtnMatchingList.Id = 10;
            barBtnMatchingList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnMatchingList.ImageOptions.SvgImage");
            barBtnMatchingList.Name = "barBtnMatchingList";
            barBtnMatchingList.ItemClick += barBtnMatching_ItemClick;
            barBtnMatchingList.ItemClick += barBtnMatchingList_ItemClick;
            // 
            // barBtnUnMatchingList
            // 
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -208,7 +208,7 @@
        #region 自动匹配
        //自动匹配
        private void barBtnMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        private void barBtnMatchingList_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (_hydroInfo == null)
            {