@@ -84,7 +84,7 @@ namespace Uninpho.Tools.components.DataManager
}
else
{
- XtraMessageBox.Show(type == "jh" ? "几何分析波形数据为空" : "轮轨力波形数据为空", "提示");
+ if (type == "jh") XtraMessageBox.Show("几何分析波形数据为空", "提示");//轮轨力波形数据为空
ShowLayoutPanel.RowStyles[type == "jh" ? 0 : 1].Height = 0;
+ if(type == "jh")XtraMessageBox.Show("几何分析波形数据为空", "提示");//轮轨力波形数据为空
@@ -194,7 +194,7 @@ namespace Uninpho.Tools.components.DataManager
- XtraMessageBox.Show("轮轨力波形数据为空", "提示");
+ // XtraMessageBox.Show("轮轨力波形数据为空", "提示");