test
This commit is contained in:
27
Gemeinsames/rptSendungen.Designer.vb
generated
27
Gemeinsames/rptSendungen.Designer.vb
generated
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -174,13 +174,18 @@ Public Class rptSendungen
|
||||
|
||||
If barcodeLKW IsNot Nothing Then
|
||||
If VALUES.barcodeLKW IsNot Nothing Then
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
End If
|
||||
End If
|
||||
|
||||
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
|
||||
|
||||
' picQR.Image = If(VALUES.imgQR, Nothing)
|
||||
If picQR IsNot Nothing Then
|
||||
If VALUES.imgQR IsNot Nothing Then
|
||||
picQR.Image = If(VALUES.imgQR, Nothing)
|
||||
End If
|
||||
End If
|
||||
|
||||
'OFFERTE!
|
||||
If False Then
|
||||
@@ -331,6 +336,7 @@ Public Class rptSendungenValues
|
||||
|
||||
Property barcodeLKW As Image = Nothing
|
||||
Property barcodeSendung As Image = Nothing
|
||||
Property imgQR As Image = Nothing
|
||||
|
||||
Property AbfKost As String = ""
|
||||
Property AbfKostKdnr As Integer = -1
|
||||
|
||||
Reference in New Issue
Block a user