Prechádzať zdrojové kódy

fix:注释判断轮轨力的提示词

mux 2 mesiacov pred
rodič
commit
9be2429a00

+ 1 - 1
DPTools/components/DataManager/BXDBFrom.cs

@@ -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;
             }
         }

+ 1 - 1
DPTools/components/DataManager/BXTForm.cs

@@ -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;
             }
         }

+ 1 - 1
DPTools/components/DataManager/FrmAnalyze.cs

@@ -194,7 +194,7 @@ namespace Uninpho.Tools.components.DataManager
                 }
                 else
                 {
-                    XtraMessageBox.Show("轮轨力波形数据为空", "提示");
+                    // XtraMessageBox.Show("轮轨力波形数据为空", "提示");
                 }