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