This commit is contained in:
chi
2025-07-01 13:24:51 +09:00
parent 3b0d3f0be5
commit cc4430a553

View File

@@ -367,7 +367,7 @@ namespace FEQ0000
break;
case "---":
case "----":
if (str_place.Contains("SPR") || str_pumname.ToUpper().Contains("SPR"))
if (str_place.Contains("SPR") || str_pumname.ToUpper().Contains("[SPR]"))
this.fpSpread1.ActiveSheet.Rows[i].ForeColor = Color.Violet;
else
this.fpSpread1.ActiveSheet.Rows[i].ForeColor = Color.Blue;