This commit is contained in:
2022-12-12 11:58:15 +01:00
parent 555e69d1b9
commit a430ed2a42
5 changed files with 71 additions and 32 deletions

View File

@@ -84,14 +84,16 @@
<Reference Include="GdPicture.NET.14"> <Reference Include="GdPicture.NET.14">
<HintPath>D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET (.NET Framework 4.5)\GdPicture.NET.14.dll</HintPath> <HintPath>D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET (.NET Framework 4.5)\GdPicture.NET.14.dll</HintPath>
</Reference> </Reference>
<Reference Include="NLog"> <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\..\DDMonorepo\Modules.Config\bin\Debug\NLog.dll</HintPath> <HintPath>..\packages\NLog.5.0.0\lib\net46\NLog.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" /> <Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Deployment" /> <Reference Include="System.Deployment" />
<Reference Include="System.Drawing" /> <Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.ServiceProcess" /> <Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
@@ -194,6 +196,7 @@
<LastGenOutput>Settings.Designer.vb</LastGenOutput> <LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None> </None>
<None Include="App.config" /> <None Include="App.config" />
<None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project> </Project>

View File

@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")> <Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")> <Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("EB_Creator")> <Assembly: AssemblyProduct("EB_Creator")>
<Assembly: AssemblyCopyright("Copyright © 2021")> <Assembly: AssemblyCopyright("Copyright © 2022")>
<Assembly: AssemblyTrademark("")> <Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' indem Sie "*" wie unten gezeigt eingeben: ' indem Sie "*" wie unten gezeigt eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.2.0.0")> <Assembly: AssemblyVersion("1.3.0.0")>
<Assembly: AssemblyFileVersion("1.2.0.0")> <Assembly: AssemblyFileVersion("1.3.0.0")>

View File

@@ -92,6 +92,10 @@ Partial Public Class XtraReportEB
Me.XrTableCell25 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell25 = New DevExpress.XtraReports.UI.XRTableCell()
Me.XrTableCell26 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell26 = New DevExpress.XtraReports.UI.XRTableCell()
Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel()
Me.DetailReport = New DevExpress.XtraReports.UI.DetailReportBand()
Me.Detail1 = New DevExpress.XtraReports.UI.DetailBand()
Me.ReportHeader = New DevExpress.XtraReports.UI.ReportHeaderBand()
Me.GroupHeader1 = New DevExpress.XtraReports.UI.GroupHeaderBand()
CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -100,7 +104,7 @@ Partial Public Class XtraReportEB
'Detail 'Detail
' '
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2})
Me.Detail.HeightF = 29.45836! Me.Detail.HeightF = 33.25005!
Me.Detail.Name = "Detail" Me.Detail.Name = "Detail"
Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
@@ -129,7 +133,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell40.StyleName = "DetailData3" Me.XrTableCell40.StyleName = "DetailData3"
Me.XrTableCell40.StylePriority.UseFont = False Me.XrTableCell40.StylePriority.UseFont = False
Me.XrTableCell40.Text = "XrTableCell40" Me.XrTableCell40.Text = "XrTableCell40"
Me.XrTableCell40.Weight = 0.27170248283386134R Me.XrTableCell40.Weight = 0.31864373082144459R
' '
'XrTableCell41 'XrTableCell41
' '
@@ -141,7 +145,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell41.StyleName = "DetailData3" Me.XrTableCell41.StyleName = "DetailData3"
Me.XrTableCell41.StylePriority.UseFont = False Me.XrTableCell41.StylePriority.UseFont = False
Me.XrTableCell41.Text = "XrTableCell41" Me.XrTableCell41.Text = "XrTableCell41"
Me.XrTableCell41.Weight = 0.1516249745658986R Me.XrTableCell41.Weight = 0.15932187225142502R
' '
'XrTableCell42 'XrTableCell42
' '
@@ -153,7 +157,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell42.StyleName = "DetailData3" Me.XrTableCell42.StyleName = "DetailData3"
Me.XrTableCell42.StylePriority.UseFont = False Me.XrTableCell42.StylePriority.UseFont = False
Me.XrTableCell42.Text = "XrTableCell42" Me.XrTableCell42.Text = "XrTableCell42"
Me.XrTableCell42.Weight = 0.24709847493591364R Me.XrTableCell42.Weight = 0.21657414308126954R
' '
'XrTableCell43 'XrTableCell43
' '
@@ -166,7 +170,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell43.StylePriority.UseFont = False Me.XrTableCell43.StylePriority.UseFont = False
Me.XrTableCell43.Text = "XrTableCell43" Me.XrTableCell43.Text = "XrTableCell43"
Me.XrTableCell43.TextFormatString = "{0:dd.MM.yyyy HH:mm}" Me.XrTableCell43.TextFormatString = "{0:dd.MM.yyyy HH:mm}"
Me.XrTableCell43.Weight = 0.20010822769535319R Me.XrTableCell43.Weight = 0.17599441387688758R
' '
'TopMargin 'TopMargin
' '
@@ -395,7 +399,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell18.StyleName = "DetailCaption3" Me.XrTableCell18.StyleName = "DetailCaption3"
Me.XrTableCell18.StylePriority.UseFont = False Me.XrTableCell18.StylePriority.UseFont = False
Me.XrTableCell18.Text = "Prozessschritt" Me.XrTableCell18.Text = "Prozessschritt"
Me.XrTableCell18.Weight = 0.26013168552048471R Me.XrTableCell18.Weight = 0.30507371396877425R
' '
'XrTableCell19 'XrTableCell19
' '
@@ -406,7 +410,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell19.StyleName = "DetailCaption3" Me.XrTableCell19.StyleName = "DetailCaption3"
Me.XrTableCell19.StylePriority.UseFont = False Me.XrTableCell19.StylePriority.UseFont = False
Me.XrTableCell19.Text = "Durch" Me.XrTableCell19.Text = "Durch"
Me.XrTableCell19.Weight = 0.14516790917579048R Me.XrTableCell19.Weight = 0.15253691662539687R
' '
'XrTableCell20 'XrTableCell20
' '
@@ -417,7 +421,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell20.StyleName = "DetailCaption3" Me.XrTableCell20.StyleName = "DetailCaption3"
Me.XrTableCell20.StylePriority.UseFont = False Me.XrTableCell20.StylePriority.UseFont = False
Me.XrTableCell20.Text = "Status" Me.XrTableCell20.Text = "Status"
Me.XrTableCell20.Weight = 0.23657514321513412R Me.XrTableCell20.Weight = 0.20735099336405002R
' '
'XrTableCell21 'XrTableCell21
' '
@@ -428,7 +432,7 @@ Partial Public Class XtraReportEB
Me.XrTableCell21.StyleName = "DetailCaption3" Me.XrTableCell21.StyleName = "DetailCaption3"
Me.XrTableCell21.StylePriority.UseFont = False Me.XrTableCell21.StylePriority.UseFont = False
Me.XrTableCell21.Text = "Datum" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Uhrzeit" Me.XrTableCell21.Text = "Datum" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Uhrzeit"
Me.XrTableCell21.Weight = 0.18334757858955103R Me.XrTableCell21.Weight = 0.16026069254273917R
' '
'SqlDataSource1 'SqlDataSource1
' '
@@ -507,21 +511,20 @@ Partial Public Class XtraReportEB
' '
'ReportFooter 'ReportFooter
' '
Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLine2, Me.XrLabel25, Me.XrLabel24, Me.XrLabel23, Me.XrLabel22, Me.XrLabel20, Me.XrLabel17, Me.XrLabel15, Me.XrLabel14, Me.XrLabel11, Me.XrLabel6, Me.XrLabel5, Me.XrTable4, Me.XrLabel8}) Me.ReportFooter.HeightF = 106.6664!
Me.ReportFooter.HeightF = 121.9999!
Me.ReportFooter.Name = "ReportFooter" Me.ReportFooter.Name = "ReportFooter"
' '
'XrLine2 'XrLine2
' '
Me.XrLine2.LineWidth = 3.0! Me.XrLine2.LineWidth = 3.0!
Me.XrLine2.LocationFloat = New DevExpress.Utils.PointFloat(5.999756!, 23.37498!) Me.XrLine2.LocationFloat = New DevExpress.Utils.PointFloat(11.99996!, 0!)
Me.XrLine2.Name = "XrLine2" Me.XrLine2.Name = "XrLine2"
Me.XrLine2.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!) Me.XrLine2.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!)
' '
'XrLabel25 'XrLabel25
' '
Me.XrLabel25.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel25.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel25.LocationFloat = New DevExpress.Utils.PointFloat(571.4545!, 63.99993!) Me.XrLabel25.LocationFloat = New DevExpress.Utils.PointFloat(571.4545!, 35.5!)
Me.XrLabel25.Multiline = True Me.XrLabel25.Multiline = True
Me.XrLabel25.Name = "XrLabel25" Me.XrLabel25.Name = "XrLabel25"
Me.XrLabel25.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel25.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -532,7 +535,7 @@ Partial Public Class XtraReportEB
'XrLabel24 'XrLabel24
' '
Me.XrLabel24.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel24.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel24.LocationFloat = New DevExpress.Utils.PointFloat(515.9092!, 63.99993!) Me.XrLabel24.LocationFloat = New DevExpress.Utils.PointFloat(515.9092!, 35.5!)
Me.XrLabel24.Multiline = True Me.XrLabel24.Multiline = True
Me.XrLabel24.Name = "XrLabel24" Me.XrLabel24.Name = "XrLabel24"
Me.XrLabel24.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel24.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -543,7 +546,7 @@ Partial Public Class XtraReportEB
'XrLabel23 'XrLabel23
' '
Me.XrLabel23.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel23.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel23.LocationFloat = New DevExpress.Utils.PointFloat(460.3638!, 63.99993!) Me.XrLabel23.LocationFloat = New DevExpress.Utils.PointFloat(460.3638!, 35.5!)
Me.XrLabel23.Multiline = True Me.XrLabel23.Multiline = True
Me.XrLabel23.Name = "XrLabel23" Me.XrLabel23.Name = "XrLabel23"
Me.XrLabel23.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel23.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -554,7 +557,7 @@ Partial Public Class XtraReportEB
'XrLabel22 'XrLabel22
' '
Me.XrLabel22.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel22.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel22.LocationFloat = New DevExpress.Utils.PointFloat(404.8184!, 63.99993!) Me.XrLabel22.LocationFloat = New DevExpress.Utils.PointFloat(404.8184!, 35.5!)
Me.XrLabel22.Multiline = True Me.XrLabel22.Multiline = True
Me.XrLabel22.Name = "XrLabel22" Me.XrLabel22.Name = "XrLabel22"
Me.XrLabel22.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel22.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -565,7 +568,7 @@ Partial Public Class XtraReportEB
'XrLabel20 'XrLabel20
' '
Me.XrLabel20.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel20.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(349.2729!, 63.99993!) Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(349.2729!, 35.5!)
Me.XrLabel20.Multiline = True Me.XrLabel20.Multiline = True
Me.XrLabel20.Name = "XrLabel20" Me.XrLabel20.Name = "XrLabel20"
Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -576,7 +579,7 @@ Partial Public Class XtraReportEB
'XrLabel17 'XrLabel17
' '
Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(293.7275!, 63.99993!) Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(293.7275!, 35.5!)
Me.XrLabel17.Multiline = True Me.XrLabel17.Multiline = True
Me.XrLabel17.Name = "XrLabel17" Me.XrLabel17.Name = "XrLabel17"
Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -587,7 +590,7 @@ Partial Public Class XtraReportEB
'XrLabel15 'XrLabel15
' '
Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(238.1821!, 63.99993!) Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(238.1821!, 35.5!)
Me.XrLabel15.Multiline = True Me.XrLabel15.Multiline = True
Me.XrLabel15.Name = "XrLabel15" Me.XrLabel15.Name = "XrLabel15"
Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -598,7 +601,7 @@ Partial Public Class XtraReportEB
'XrLabel14 'XrLabel14
' '
Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(182.6366!, 63.99993!) Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(182.6366!, 35.5!)
Me.XrLabel14.Multiline = True Me.XrLabel14.Multiline = True
Me.XrLabel14.Name = "XrLabel14" Me.XrLabel14.Name = "XrLabel14"
Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -609,7 +612,7 @@ Partial Public Class XtraReportEB
'XrLabel11 'XrLabel11
' '
Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(127.0912!, 63.99993!) Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(127.0912!, 35.5!)
Me.XrLabel11.Multiline = True Me.XrLabel11.Multiline = True
Me.XrLabel11.Name = "XrLabel11" Me.XrLabel11.Name = "XrLabel11"
Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -620,7 +623,7 @@ Partial Public Class XtraReportEB
'XrLabel6 'XrLabel6
' '
Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(85.5011!, 63.99993!) Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(85.50108!, 35.5!)
Me.XrLabel6.Multiline = True Me.XrLabel6.Multiline = True
Me.XrLabel6.Name = "XrLabel6" Me.XrLabel6.Name = "XrLabel6"
Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -631,7 +634,7 @@ Partial Public Class XtraReportEB
'XrLabel5 'XrLabel5
' '
Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 63.99993!) Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 35.5!)
Me.XrLabel5.Multiline = True Me.XrLabel5.Multiline = True
Me.XrLabel5.Name = "XrLabel5" Me.XrLabel5.Name = "XrLabel5"
Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -642,7 +645,7 @@ Partial Public Class XtraReportEB
'XrTable4 'XrTable4
' '
Me.XrTable4.Font = New System.Drawing.Font("Arial", 9.75!) Me.XrTable4.Font = New System.Drawing.Font("Arial", 9.75!)
Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 86.99993!) Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(16.00021!, 9.999974!)
Me.XrTable4.Name = "XrTable4" Me.XrTable4.Name = "XrTable4"
Me.XrTable4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96.0!) Me.XrTable4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96.0!)
Me.XrTable4.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow4}) Me.XrTable4.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow4})
@@ -652,7 +655,9 @@ Partial Public Class XtraReportEB
'XrTableRow4 'XrTableRow4
' '
Me.XrTableRow4.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell12, Me.XrTableCell13, Me.XrTableCell14, Me.XrTableCell15, Me.XrTableCell16, Me.XrTableCell17, Me.XrTableCell22, Me.XrTableCell23, Me.XrTableCell24, Me.XrTableCell25, Me.XrTableCell26}) Me.XrTableRow4.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell12, Me.XrTableCell13, Me.XrTableCell14, Me.XrTableCell15, Me.XrTableCell16, Me.XrTableCell17, Me.XrTableCell22, Me.XrTableCell23, Me.XrTableCell24, Me.XrTableCell25, Me.XrTableCell26})
Me.XrTableRow4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrTableRow4.Name = "XrTableRow4" Me.XrTableRow4.Name = "XrTableRow4"
Me.XrTableRow4.StylePriority.UseFont = False
Me.XrTableRow4.Weight = 11.5R Me.XrTableRow4.Weight = 11.5R
' '
'XrTableCell12 'XrTableCell12
@@ -758,7 +763,7 @@ Partial Public Class XtraReportEB
'XrLabel8 'XrLabel8
' '
Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 35.87498!) Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 12.5!)
Me.XrLabel8.Multiline = True Me.XrLabel8.Multiline = True
Me.XrLabel8.Name = "XrLabel8" Me.XrLabel8.Name = "XrLabel8"
Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
@@ -766,9 +771,32 @@ Partial Public Class XtraReportEB
Me.XrLabel8.StylePriority.UseFont = False Me.XrLabel8.StylePriority.UseFont = False
Me.XrLabel8.Text = "Kontierung" Me.XrLabel8.Text = "Kontierung"
' '
'DetailReport
'
Me.DetailReport.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail1, Me.ReportHeader})
Me.DetailReport.Level = 0
Me.DetailReport.Name = "DetailReport"
'
'Detail1
'
Me.Detail1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable4})
Me.Detail1.HeightF = 50.08335!
Me.Detail1.Name = "Detail1"
'
'ReportHeader
'
Me.ReportHeader.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLine2, Me.XrLabel25, Me.XrLabel24, Me.XrLabel23, Me.XrLabel22, Me.XrLabel20, Me.XrLabel17, Me.XrLabel15, Me.XrLabel14, Me.XrLabel11, Me.XrLabel6, Me.XrLabel5, Me.XrLabel8})
Me.ReportHeader.HeightF = 58.5!
Me.ReportHeader.Name = "ReportHeader"
'
'GroupHeader1
'
Me.GroupHeader1.Level = 1
Me.GroupHeader1.Name = "GroupHeader1"
'
'XtraReportEB 'XtraReportEB
' '
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.ReportFooter}) Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.ReportFooter, Me.DetailReport, Me.GroupHeader1})
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
Me.DataMember = "VWCUST_RPTERGEBNISBERICHT" Me.DataMember = "VWCUST_RPTERGEBNISBERICHT"
Me.DataSource = Me.SqlDataSource1 Me.DataSource = Me.SqlDataSource1
@@ -852,4 +880,8 @@ Partial Public Class XtraReportEB
Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents DetailReport As DevExpress.XtraReports.UI.DetailReportBand
Friend WithEvents Detail1 As DevExpress.XtraReports.UI.DetailBand
Friend WithEvents ReportHeader As DevExpress.XtraReports.UI.ReportHeaderBand
Friend WithEvents GroupHeader1 As DevExpress.XtraReports.UI.GroupHeaderBand
End Class End Class

View File

@@ -146,6 +146,6 @@
from "dbo"."VWCUST_RPTERGEBNISBERICHT" "VWCUST_RPTERGEBNISBERICHT" where "VWCUST_RPTERGEBNISBERICHT"."DocID" = @pDocID ORDER BY wannPos desc</value> from "dbo"."VWCUST_RPTERGEBNISBERICHT" "VWCUST_RPTERGEBNISBERICHT" where "VWCUST_RPTERGEBNISBERICHT"."DocID" = @pDocID ORDER BY wannPos desc</value>
</data> </data>
<data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve"> <data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve">
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRFUkdFQk5JU0JFUklDSFQiPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkRhdHVtSW4iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVsZWdkYXR1bSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck51bW1lciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWVfTGFuZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUmVjaG51bmdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJSZWZlcmVueiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOZXR0b2JldHJhZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iWmFobHVuZ3N6aWVsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik1hbmRhbnQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTWFuZGFudCBOYW1lIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Iktvc3RlbnN0ZWxsZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCZXN0ZWxsTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQWJzZW5kZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRmluYWxlciBGcmVpZ2ViZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUHJvemVzc3NjaHJpdHQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRHVyY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RhdHVzX0NoYW5nZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJ3YW5uUG9zIiBUeXBlPSJEYXRlVGltZSIgLz48RmllbGQgTmFtZT0iS29tbWVudGFyIiBUeXBlPSJTdHJpbmciIC8+PC9WaWV3PjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRfRUJfUE9TX0tPTlRJRVJVTkciPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkF1ZnRyYWdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLb3N0ZW5zdGVsbGUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU2FjaGtvbnRvIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkxhZ2VybWF0ZXJpYWwiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTmV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RldWVyc2NobMO8c3NlbCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iR2VzY2jDpGZ0c2JlcmVpY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUy9IIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik9wdGlvbiIgVHlwZT0iU3RyaW5nIiAvPjwvVmlldz48L0RhdGFTZXQ+</value> <value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRFUkdFQk5JU0JFUklDSFQiPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50NjQiIC8+PEZpZWxkIE5hbWU9IkRhdHVtSW4iIFR5cGU9IkRhdGVUaW1lIiAvPjxGaWVsZCBOYW1lPSJCZWxlZ2RhdHVtIiBUeXBlPSJEYXRlVGltZSIgLz48RmllbGQgTmFtZT0iS3JlZGl0b3JOdW1tZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iS3JlZGl0b3JOYW1lX0xhbmciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iS3JlZGl0b3JOYW1lIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlJlY2hudW5nTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUmVmZXJlbnoiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTmV0dG9iZXRyYWciIFR5cGU9IkRvdWJsZSIgLz48RmllbGQgTmFtZT0iQnJ1dHRvYmV0cmFnIiBUeXBlPSJEb3VibGUiIC8+PEZpZWxkIE5hbWU9IlphaGx1bmdzemllbCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJNYW5kYW50IiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik1hbmRhbnQgTmFtZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLb3N0ZW5zdGVsbGUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVzdGVsbE5yIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkFic2VuZGVyIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkZpbmFsZXIgRnJlaWdlYmVyIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlByb3plc3NzY2hyaXR0IiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkR1cmNoIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlN0YXR1c19DaGFuZ2UiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0id2FublBvcyIgVHlwZT0iRGF0ZVRpbWUiIC8+PEZpZWxkIE5hbWU9IktvbW1lbnRhciIgVHlwZT0iU3RyaW5nIiAvPjwvVmlldz48VmlldyBOYW1lPSJWV0NVU1RfUlBUX0VCX1BPU19LT05USUVSVU5HIj48RmllbGQgTmFtZT0iRG9jSUQiIFR5cGU9IkludDMyIiAvPjxGaWVsZCBOYW1lPSJBdWZ0cmFnTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iS29zdGVuc3RlbGxlIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlNhY2hrb250byIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJMYWdlcm1hdGVyaWFsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik5ldHRvYmV0cmFnIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlN0ZXVlcnNjaGzDvHNzZWwiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQnJ1dHRvYmV0cmFnIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ikdlc2Now6RmdHNiZXJlaWNoIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlMvSCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJPcHRpb24iIFR5cGU9IlN0cmluZyIgLz48L1ZpZXc+PC9EYXRhU2V0Pg==</value>
</data> </data>
</root> </root>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="5.0.0" targetFramework="net461" />
</packages>