SpirePDF OEM License
This commit is contained in:
@@ -96,15 +96,15 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accessibility" />
|
||||
<Reference Include="ActiveReports.Imports.resources">
|
||||
<HintPath>C:\Program Files (x86)\MESCIUS\ActiveReports 18\Tools\zh-CN\ActiveReports.Imports.resources.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ActiveReports.Imports.Win.resources">
|
||||
<HintPath>C:\Program Files (x86)\MESCIUS\ActiveReports 18\Tools\zh-CN\ActiveReports.Imports.Win.resources.dll</HintPath>
|
||||
<Reference Include="BouncyCastle.Cryptography">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\allDll\BouncyCastle.Cryptography.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DS.Documents.Imaging">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\DS.Documents.Imaging.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DS.Documents.Pdf">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\DS.Documents.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MESCIUS.ActiveReports, Version=18.0.1.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.dll</HintPath>
|
||||
@@ -137,6 +137,9 @@
|
||||
<Reference Include="MESCIUS.ActiveReports.Core.Drawing.Gdi">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gdi.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MESCIUS.ActiveReports.Core.Export.Pdf.Section">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Export.Pdf.Section.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MESCIUS.ActiveReports.Core.Rdl">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rdl.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -174,6 +177,10 @@
|
||||
<Reference Include="MESCIUS.ActiveReports.Win">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Win.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MESCIUS.Data.DataEngine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0b5e1563d2869208, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.Data.DataEngine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MESCIUS.Data.ExpressionInfo">
|
||||
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.Data.ExpressionInfo.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
@@ -172,8 +172,13 @@ Public Class rptSendungen
|
||||
lblNCTSVZAdr.Text = "Fiskal" & vbNewLine & "EndEmpf.:"
|
||||
End Select
|
||||
|
||||
If barcodeLKW IsNot Nothing Then
|
||||
If VALUES.barcodeLKW IsNot Nothing Then
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
End If
|
||||
End If
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user