Erweitern der Standardisierung der Farbgebungen

This commit is contained in:
ja
2021-09-17 15:16:23 +02:00
parent 294536df20
commit 02e126e83a

View File

@@ -117,21 +117,30 @@ Partial Class Kundenbereich_Default
t8.BackColor = blau
t8.ForeColor = schwarz
End If
th1.Font.Bold = True
th1.BackColor = darkblue
th1.ForeColor = white
th2.Font.Bold = True
th2.BackColor = darkblue
th2.ForeColor = white
th3.Font.Bold = True
th3.BackColor = darkblue
th3.ForeColor = white
th4.Font.Bold = True
th4.BackColor = darkblue
th4.ForeColor = white
th5.Font.Bold = True
th5.BackColor = darkblue
th5.ForeColor = white
th6.Font.Bold = True
th6.BackColor = darkblue
th6.ForeColor = white
th7.Font.Bold = True
th7.BackColor = darkblue
th7.ForeColor = white
th8.Font.Bold = True
th8.BackColor = darkblue
th8.ForeColor = white
End Sub
Protected Sub btn_Auftraege_Click(sender As Object, e As EventArgs)