WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -259,6 +259,7 @@ var elementIds = new List<string>() { _parter.Code }; await this.xhsProjectSimulationBimfaceCtrl1.ZoomAndSelectComponents(elementIds); ShowProperty(); SetBimfaceLinkColor(); } //未匹配列表查看模型 @@ -270,7 +271,7 @@ ShowProperty(); } #endregion 未匹配列表 #endregion #region 一键显隐 @@ -419,5 +420,17 @@ } #endregion 业务方法 #region 配置 //显示RadialMenu private void barBtnSetList_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { this.rmSet.ShowPopup(MousePosition, true); } #endregion } }