ZA als Fehlzeit im Urlaubskalender implementiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user