This commit is contained in:
2021-12-06 11:52:36 +01:00
parent 50df683d3b
commit 273a0c5b29
71 changed files with 1305 additions and 270 deletions

View File

@@ -92,9 +92,9 @@ Public Class rptGestellungskontrolleEZOLL
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = System.Drawing.Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = System.Drawing.Color.WhiteSmoke
End If
End Sub

View File

@@ -158,9 +158,9 @@ Public Class rptKontrolleLKW
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = System.Drawing.Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = System.Drawing.Color.WhiteSmoke
End If
End Sub

View File

@@ -138,9 +138,9 @@ Public Class rptKontrolleLKW_Dakosy
End If
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = System.Drawing.Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = System.Drawing.Color.WhiteSmoke
End If
End Sub

View File

@@ -240,9 +240,9 @@ Public Class rptKontrolleLKW_NCTSTR
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = Color.WhiteSmoke
End If
End Sub

View File

@@ -145,9 +145,9 @@ Public Class rptKontrolleLKW_TELOTEC
End If
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = Color.WhiteSmoke
End If
End Sub

View File

@@ -128,9 +128,9 @@ Public Class rptKontrolleLKW_Zolaris
End If
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = System.Drawing.Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = System.Drawing.Color.WhiteSmoke
End If
End Sub

View File

@@ -89,9 +89,9 @@ Public Class rptTGestellungskontrolle
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = System.Drawing.Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = System.Drawing.Color.WhiteSmoke
End If
End Sub

View File

@@ -88,9 +88,9 @@ Public Class rptTGestellungskontrolleDY
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = Color.WhiteSmoke
End If
End Sub