ZA als Fehlzeit im Urlaubskalender implementiert

This commit is contained in:
2023-02-01 16:52:04 +01:00
parent 4461f45be4
commit d3e49dc299
4 changed files with 11 additions and 4 deletions

View File

@@ -101,6 +101,9 @@ Public Class frmUrlaubsplaner
Case "DR"
r.Cells(.ColumnCount - 1).Style.BackColor = Color.Gray
r.Cells(.ColumnCount - 1).Style.ForeColor = Color.White
Case "ZA"
r.Cells(.ColumnCount - 1).Style.BackColor = Color.Yellow
r.Cells(.ColumnCount - 1).Style.ForeColor = Color.Black
End Select
End If
@@ -136,6 +139,9 @@ Public Class frmUrlaubsplaner
Case "DR"
r.Cells(.ColumnCount - 1).Style.BackColor = Color.Gray
r.Cells(.ColumnCount - 1).Style.ForeColor = Color.White
Case "ZA"
r.Cells(.ColumnCount - 1).Style.BackColor = Color.Yellow
r.Cells(.ColumnCount - 1).Style.ForeColor = Color.Black
End Select
End If
Next