neu
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user