erfasst Status-Zelenfarbe angepasast.

This commit is contained in:
ja
2021-09-20 08:09:41 +02:00
parent 9ec3cd92db
commit 500e3b8441

View File

@@ -54,7 +54,7 @@ Partial Class Kundenbereich_Default
t1.ForeColor = schwarz
End If
If t2.Text = "Erfasst" Then
t2.BackColor = Drawing.Color.LightPink
t2.BackColor = Drawing.Color.HotPink
t2.ForeColor = white
ElseIf t2.Text = "Nicht eingetroffen" Then
t2.BackColor = Drawing.Color.Black