구매 hold 색상 지정 => hotpink

This commit is contained in:
chi
2020-10-14 17:46:22 +09:00
parent 60cc309353
commit ae92e22f8c
9 changed files with 1025 additions and 170 deletions

View File

@@ -267,6 +267,9 @@ namespace FEQ0000
case "received":
this.fpSpread1.ActiveSheet.Rows[i].ForeColor = Color.Gray;
break;
case "hold":
this.fpSpread1.ActiveSheet.Rows[i].ForeColor = Color.HotPink;
break;
default:
this.fpSpread1.ActiveSheet.Rows[i].ForeColor = Color.Black;
break;