diff --git a/EB_Creator.sln b/EB_Creator.sln index c16300b..b60a1e8 100644 --- a/EB_Creator.sln +++ b/EB_Creator.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31005.135 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32929.385 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EB_Creator", "EB_Creator\EB_Creator.vbproj", "{F0D4AEE6-3F66-4A0E-940B-4ECF2D33440A}" EndProject +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EB_Creator_Bebra", "EB_Creator_Bebra\EB_Creator_Bebra.vbproj", "{D1B97A26-D64B-43D7-8F30-FA933D677563}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {F0D4AEE6-3F66-4A0E-940B-4ECF2D33440A}.Debug|Any CPU.Build.0 = Debug|Any CPU {F0D4AEE6-3F66-4A0E-940B-4ECF2D33440A}.Release|Any CPU.ActiveCfg = Release|Any CPU {F0D4AEE6-3F66-4A0E-940B-4ECF2D33440A}.Release|Any CPU.Build.0 = Release|Any CPU + {D1B97A26-D64B-43D7-8F30-FA933D677563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1B97A26-D64B-43D7-8F30-FA933D677563}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D1B97A26-D64B-43D7-8F30-FA933D677563}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D1B97A26-D64B-43D7-8F30-FA933D677563}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/App.config b/EB_Creator_Bebra/App.config similarity index 100% rename from App.config rename to EB_Creator_Bebra/App.config diff --git a/EB_Creator.vbproj.bak b/EB_Creator_Bebra/EB_Creator.vbproj.bak similarity index 100% rename from EB_Creator.vbproj.bak rename to EB_Creator_Bebra/EB_Creator.vbproj.bak diff --git a/EB_Creator.vbproj b/EB_Creator_Bebra/EB_Creator_Bebra.vbproj similarity index 99% rename from EB_Creator.vbproj rename to EB_Creator_Bebra/EB_Creator_Bebra.vbproj index 4af8e51..50584d0 100644 --- a/EB_Creator.vbproj +++ b/EB_Creator_Bebra/EB_Creator_Bebra.vbproj @@ -4,7 +4,7 @@ Debug AnyCPU - {F0D4AEE6-3F66-4A0E-940B-4ECF2D33440A} + {D1B97A26-D64B-43D7-8F30-FA933D677563} WinExe EB_Creator.MyService EB_Creator diff --git a/My Project/Application.Designer.vb b/EB_Creator_Bebra/My Project/Application.Designer.vb similarity index 100% rename from My Project/Application.Designer.vb rename to EB_Creator_Bebra/My Project/Application.Designer.vb diff --git a/My Project/Application.myapp b/EB_Creator_Bebra/My Project/Application.myapp similarity index 100% rename from My Project/Application.myapp rename to EB_Creator_Bebra/My Project/Application.myapp diff --git a/My Project/AssemblyInfo.vb b/EB_Creator_Bebra/My Project/AssemblyInfo.vb similarity index 100% rename from My Project/AssemblyInfo.vb rename to EB_Creator_Bebra/My Project/AssemblyInfo.vb diff --git a/My Project/Resources.Designer.vb b/EB_Creator_Bebra/My Project/Resources.Designer.vb similarity index 100% rename from My Project/Resources.Designer.vb rename to EB_Creator_Bebra/My Project/Resources.Designer.vb diff --git a/My Project/Resources.resx b/EB_Creator_Bebra/My Project/Resources.resx similarity index 100% rename from My Project/Resources.resx rename to EB_Creator_Bebra/My Project/Resources.resx diff --git a/My Project/Settings.Designer.vb b/EB_Creator_Bebra/My Project/Settings.Designer.vb similarity index 100% rename from My Project/Settings.Designer.vb rename to EB_Creator_Bebra/My Project/Settings.Designer.vb diff --git a/My Project/Settings.settings b/EB_Creator_Bebra/My Project/Settings.settings similarity index 100% rename from My Project/Settings.settings rename to EB_Creator_Bebra/My Project/Settings.settings diff --git a/My Project/licenses.licx b/EB_Creator_Bebra/My Project/licenses.licx similarity index 100% rename from My Project/licenses.licx rename to EB_Creator_Bebra/My Project/licenses.licx diff --git a/My Project/licenses.licx.bak b/EB_Creator_Bebra/My Project/licenses.licx.bak similarity index 100% rename from My Project/licenses.licx.bak rename to EB_Creator_Bebra/My Project/licenses.licx.bak diff --git a/MyService.Designer.vb b/EB_Creator_Bebra/MyService.Designer.vb similarity index 100% rename from MyService.Designer.vb rename to EB_Creator_Bebra/MyService.Designer.vb diff --git a/MyService.resx b/EB_Creator_Bebra/MyService.resx similarity index 100% rename from MyService.resx rename to EB_Creator_Bebra/MyService.resx diff --git a/MyService.vb b/EB_Creator_Bebra/MyService.vb similarity index 100% rename from MyService.vb rename to EB_Creator_Bebra/MyService.vb diff --git a/ProjectInstaller.Designer.vb b/EB_Creator_Bebra/ProjectInstaller.Designer.vb similarity index 100% rename from ProjectInstaller.Designer.vb rename to EB_Creator_Bebra/ProjectInstaller.Designer.vb diff --git a/ProjectInstaller.resx b/EB_Creator_Bebra/ProjectInstaller.resx similarity index 100% rename from ProjectInstaller.resx rename to EB_Creator_Bebra/ProjectInstaller.resx diff --git a/ProjectInstaller.vb b/EB_Creator_Bebra/ProjectInstaller.vb similarity index 100% rename from ProjectInstaller.vb rename to EB_Creator_Bebra/ProjectInstaller.vb diff --git a/RptErgebnisbericht.Designer.vb b/EB_Creator_Bebra/RptErgebnisbericht.Designer.vb similarity index 99% rename from RptErgebnisbericht.Designer.vb rename to EB_Creator_Bebra/RptErgebnisbericht.Designer.vb index cb754d7..414db3c 100644 --- a/RptErgebnisbericht.Designer.vb +++ b/EB_Creator_Bebra/RptErgebnisbericht.Designer.vb @@ -642,7 +642,7 @@ Partial Public Class RptErgebnisbericht ' Me.GroupFooterBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel2}) Me.GroupFooterBand1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail - Me.GroupFooterBand1.HeightF = 6.00001! + Me.GroupFooterBand1.HeightF = 59.16672! Me.GroupFooterBand1.Name = "GroupFooterBand1" Me.GroupFooterBand1.Visible = False ' @@ -674,6 +674,7 @@ Partial Public Class RptErgebnisbericht ' Me.Detail1.BackColor = System.Drawing.Color.DarkOrange Me.Detail1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel21, Me.XrLabel20, Me.XrLabel19}) + Me.Detail1.Expanded = False Me.Detail1.HeightF = 21.875! Me.Detail1.Name = "Detail1" Me.Detail1.StylePriority.UseBackColor = False @@ -909,8 +910,7 @@ Partial Public Class RptErgebnisbericht Me.PageWidth = 827 Me.PaperKind = System.Drawing.Printing.PaperKind.A4 Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) - Me.StyleSheetPath = "" - Me.Version = "19.2" + Me.Version = "21.2" CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/RptErgebnisbericht.resx b/EB_Creator_Bebra/RptErgebnisbericht.resx similarity index 100% rename from RptErgebnisbericht.resx rename to EB_Creator_Bebra/RptErgebnisbericht.resx diff --git a/RptErgebnisbericht.vb b/EB_Creator_Bebra/RptErgebnisbericht.vb similarity index 100% rename from RptErgebnisbericht.vb rename to EB_Creator_Bebra/RptErgebnisbericht.vb diff --git a/RptStampIcon.Designer.vb b/EB_Creator_Bebra/RptStampIcon.Designer.vb similarity index 98% rename from RptStampIcon.Designer.vb rename to EB_Creator_Bebra/RptStampIcon.Designer.vb index 48ecfef..23c8f55 100644 --- a/RptStampIcon.Designer.vb +++ b/EB_Creator_Bebra/RptStampIcon.Designer.vb @@ -27,24 +27,24 @@ Partial Public Class RptStampIcon Me.BottomMarginBand1 = New DevExpress.XtraReports.UI.BottomMarginBand() Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() - Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() - Me.DetailBand1 = New DevExpress.XtraReports.UI.DetailBand() - Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() Me.XrPanel2 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() + Me.DetailBand1 = New DevExpress.XtraReports.UI.DetailBand() Me.XrPanel3 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell7 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell8 = New DevExpress.XtraReports.UI.XRTableCell() + Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() Me.XrPanel5 = New DevExpress.XtraReports.UI.XRPanel() Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() @@ -86,26 +86,6 @@ Partial Public Class RptStampIcon Me.GroupHeaderBand1.Name = "GroupHeaderBand1" Me.GroupHeaderBand1.StylePriority.UseFont = False ' - 'GroupHeaderBand2 - ' - Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) - Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail - Me.GroupHeaderBand2.HeightF = 38.00001! - Me.GroupHeaderBand2.Level = 1 - Me.GroupHeaderBand2.Name = "GroupHeaderBand2" - ' - 'DetailBand1 - ' - Me.DetailBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel3}) - Me.DetailBand1.HeightF = 21.875! - Me.DetailBand1.Name = "DetailBand1" - ' - 'ReportFooter - ' - Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel5}) - Me.ReportFooter.HeightF = 12.5! - Me.ReportFooter.Name = "ReportFooter" - ' 'XrPanel2 ' Me.XrPanel2.BackColor = System.Drawing.Color.White @@ -148,6 +128,14 @@ Partial Public Class RptStampIcon Me.XrTableCell2.Text = "XrTableCell2" Me.XrTableCell2.Weight = 0.92685330904447116R ' + 'GroupHeaderBand2 + ' + Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand2.HeightF = 38.00001! + Me.GroupHeaderBand2.Level = 1 + Me.GroupHeaderBand2.Name = "GroupHeaderBand2" + ' 'XrPanel1 ' Me.XrPanel1.BackColor = System.Drawing.Color.White @@ -200,6 +188,12 @@ Partial Public Class RptStampIcon Me.XrTableCell5.Text = "Wann" Me.XrTableCell5.Weight = 0.22006990847061733R ' + 'DetailBand1 + ' + Me.DetailBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel3}) + Me.DetailBand1.HeightF = 21.875! + Me.DetailBand1.Name = "DetailBand1" + ' 'XrPanel3 ' Me.XrPanel3.BackColor = System.Drawing.Color.White @@ -241,7 +235,7 @@ Partial Public Class RptStampIcon Me.XrTableCell6.StyleName = "DetailData3" Me.XrTableCell6.StylePriority.UseFont = False Me.XrTableCell6.Text = "XrTableCell6" - Me.XrTableCell6.Weight = 0.20052354564978331R + Me.XrTableCell6.Weight = 0.16666627960974267R ' 'XrTableCell7 ' @@ -253,7 +247,7 @@ Partial Public Class RptStampIcon Me.XrTableCell7.StyleName = "DetailData3" Me.XrTableCell7.StylePriority.UseFont = False Me.XrTableCell7.Text = "XrTableCell7" - Me.XrTableCell7.Weight = 0.081193868433615618R + Me.XrTableCell7.Weight = 0.11505113447365625R ' 'XrTableCell8 ' @@ -268,6 +262,12 @@ Partial Public Class RptStampIcon Me.XrTableCell8.TextFormatString = "{0:dd.MM.yyyy HH:mm}" Me.XrTableCell8.Weight = 0.1822016741454581R ' + 'ReportFooter + ' + Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel5}) + Me.ReportFooter.HeightF = 12.5! + Me.ReportFooter.Name = "ReportFooter" + ' 'XrPanel5 ' Me.XrPanel5.BackColor = System.Drawing.Color.White @@ -284,13 +284,13 @@ Partial Public Class RptStampIcon ' 'SqlDataSource1 ' - Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" + Me.SqlDataSource1.ConnectionName = "EB_Creator.My.MySettings.MyConnectionString" Me.SqlDataSource1.Name = "SqlDataSource1" CustomSqlQuery1.Name = "VWCUST_STAMP" QueryParameter1.Name = "pDocID" QueryParameter1.Type = GetType(Long) QueryParameter1.ValueInfo = "4712" - CustomSqlQuery1.Parameters.Add(QueryParameter1) + CustomSqlQuery1.Parameters.AddRange(New DevExpress.DataAccess.Sql.QueryParameter() {QueryParameter1}) CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql") Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1}) Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") @@ -375,7 +375,7 @@ Partial Public Class RptStampIcon Me.PageInfo.Name = "PageInfo" Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) ' - 'XtraReport1 + 'RptStampIcon ' Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMarginBand1, Me.BottomMarginBand1, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.DetailBand1, Me.ReportFooter}) Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) @@ -386,8 +386,7 @@ Partial Public Class RptStampIcon Me.PageWidth = 413 Me.PaperKind = System.Drawing.Printing.PaperKind.A6 Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) - Me.StyleSheetPath = "" - Me.Version = "19.2" + Me.Version = "21.2" CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/RptStampIcon.resx b/EB_Creator_Bebra/RptStampIcon.resx similarity index 100% rename from RptStampIcon.resx rename to EB_Creator_Bebra/RptStampIcon.resx diff --git a/RptStampIcon.vb b/EB_Creator_Bebra/RptStampIcon.vb similarity index 100% rename from RptStampIcon.vb rename to EB_Creator_Bebra/RptStampIcon.vb diff --git a/XtraReportEB.Designer.vb b/EB_Creator_Bebra/XtraReportEB.Designer.vb similarity index 69% rename from XtraReportEB.Designer.vb rename to EB_Creator_Bebra/XtraReportEB.Designer.vb index b142387..8084b4f 100644 --- a/XtraReportEB.Designer.vb +++ b/EB_Creator_Bebra/XtraReportEB.Designer.vb @@ -23,6 +23,8 @@ Partial Public Class XtraReportEB Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery() Dim QueryParameter1 As DevExpress.DataAccess.Sql.QueryParameter = New DevExpress.DataAccess.Sql.QueryParameter() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(XtraReportEB)) + Dim CustomSqlQuery2 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery() + Dim QueryParameter2 As DevExpress.DataAccess.Sql.QueryParameter = New DevExpress.DataAccess.Sql.QueryParameter() Me.Detail = New DevExpress.XtraReports.UI.DetailBand() Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() @@ -37,22 +39,13 @@ Partial Public Class XtraReportEB Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() Me.XrLabel21 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine() - Me.XrLabel20 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel19 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel18 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel16 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel15 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel14 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel13 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel12 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel11 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel10 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel9 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel() - Me.XrLabel5 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel4 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel3 = New DevExpress.XtraReports.UI.XRLabel() Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel() @@ -72,14 +65,42 @@ Partial Public Class XtraReportEB Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() + Me.XrLine2 = New DevExpress.XtraReports.UI.XRLine() + Me.XrLabel25 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel24 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel23 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel22 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel20 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel15 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel14 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel11 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel5 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrTable4 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow4 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell12 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell13 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell14 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell15 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell16 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell17 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell22 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell23 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell24 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell25 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell26 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'Detail ' Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) - Me.Detail.HeightF = 25.0! + Me.Detail.HeightF = 29.45836! Me.Detail.Name = "Detail" Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft @@ -132,7 +153,7 @@ Partial Public Class XtraReportEB Me.XrTableCell42.StyleName = "DetailData3" Me.XrTableCell42.StylePriority.UseFont = False Me.XrTableCell42.Text = "XrTableCell42" - Me.XrTableCell42.Weight = 0.31414615874955754R + Me.XrTableCell42.Weight = 0.24709847493591364R ' 'XrTableCell43 ' @@ -145,7 +166,7 @@ Partial Public Class XtraReportEB Me.XrTableCell43.StylePriority.UseFont = False Me.XrTableCell43.Text = "XrTableCell43" Me.XrTableCell43.TextFormatString = "{0:dd.MM.yyyy HH:mm}" - Me.XrTableCell43.Weight = 0.13306054388170926R + Me.XrTableCell43.Weight = 0.20010822769535319R ' 'TopMargin ' @@ -186,14 +207,14 @@ Partial Public Class XtraReportEB ' 'ReportHeaderBand1 ' - Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel21, Me.XrLine1, Me.XrLabel20, Me.XrLabel19, Me.XrLabel18, Me.XrLabel17, Me.XrLabel16, Me.XrLabel15, Me.XrLabel14, Me.XrLabel13, Me.XrLabel12, Me.XrLabel11, Me.XrLabel10, Me.XrLabel9, Me.XrLabel8, Me.XrLabel7, Me.XrLabel6, Me.XrLabel5, Me.XrLabel4, Me.XrLabel3, Me.XrLabel2, Me.XrLabel1}) - Me.ReportHeaderBand1.HeightF = 330.8333! + Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel21, Me.XrLine1, Me.XrLabel19, Me.XrLabel18, Me.XrLabel16, Me.XrLabel13, Me.XrLabel12, Me.XrLabel10, Me.XrLabel9, Me.XrLabel4, Me.XrLabel3, Me.XrLabel2, Me.XrLabel1}) + Me.ReportHeaderBand1.HeightF = 225.625! Me.ReportHeaderBand1.Name = "ReportHeaderBand1" ' 'XrLabel21 ' Me.XrLabel21.Font = New System.Drawing.Font("Arial", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel21.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 302.0833!) + Me.XrLabel21.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 193.75!) Me.XrLabel21.Multiline = True Me.XrLabel21.Name = "XrLabel21" Me.XrLabel21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) @@ -204,25 +225,14 @@ Partial Public Class XtraReportEB 'XrLine1 ' Me.XrLine1.LineWidth = 3.0! - Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 289.5833!) + Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 181.25!) Me.XrLine1.Name = "XrLine1" Me.XrLine1.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!) ' - 'XrLabel20 - ' - 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(6.00001!, 253.0834!) - Me.XrLabel20.Multiline = True - Me.XrLabel20.Name = "XrLabel20" - Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel20.SizeF = New System.Drawing.SizeF(125.0!, 23.0!) - Me.XrLabel20.StylePriority.UseFont = False - Me.XrLabel20.Text = "email Absender:" - ' 'XrLabel19 ' Me.XrLabel19.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel19.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 219.6667!) + Me.XrLabel19.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 146.75!) Me.XrLabel19.Multiline = True Me.XrLabel19.Name = "XrLabel19" Me.XrLabel19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) @@ -233,7 +243,7 @@ Partial Public Class XtraReportEB 'XrLabel18 ' Me.XrLabel18.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel18.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 183.2917!) + Me.XrLabel18.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 113.5!) Me.XrLabel18.Multiline = True Me.XrLabel18.Name = "XrLabel18" Me.XrLabel18.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) @@ -241,17 +251,6 @@ Partial Public Class XtraReportEB Me.XrLabel18.StylePriority.UseFont = False Me.XrLabel18.Text = "Kreditornummer:" ' - 'XrLabel17 - ' - 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(295.123!, 78.16664!) - Me.XrLabel17.Multiline = True - Me.XrLabel17.Name = "XrLabel17" - Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel17.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) - Me.XrLabel17.StylePriority.UseFont = False - Me.XrLabel17.Text = "Mandant:" - ' 'XrLabel16 ' Me.XrLabel16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -263,28 +262,6 @@ Partial Public Class XtraReportEB Me.XrLabel16.StylePriority.UseFont = False Me.XrLabel16.Text = "Belegnummer:" ' - 'XrLabel15 - ' - 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(6.00001!, 148.1667!) - Me.XrLabel15.Multiline = True - Me.XrLabel15.Name = "XrLabel15" - Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel15.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) - Me.XrLabel15.StylePriority.UseFont = False - Me.XrLabel15.Text = "Bestellnummer:" - ' - 'XrLabel14 - ' - 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(6.00001!, 113.1666!) - Me.XrLabel14.Multiline = True - Me.XrLabel14.Name = "XrLabel14" - Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel14.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) - Me.XrLabel14.StylePriority.UseFont = False - Me.XrLabel14.Text = "Kostenstelle:" - ' 'XrLabel13 ' Me.XrLabel13.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -307,23 +284,11 @@ Partial Public Class XtraReportEB Me.XrLabel12.StylePriority.UseFont = False Me.XrLabel12.Text = "Eingang:" ' - 'XrLabel11 - ' - Me.XrLabel11.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Absender]")}) - 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(146.1042!, 253.0834!) - Me.XrLabel11.Multiline = True - Me.XrLabel11.Name = "XrLabel11" - Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel11.SizeF = New System.Drawing.SizeF(470.8959!, 23.00002!) - Me.XrLabel11.StylePriority.UseFont = False - Me.XrLabel11.Text = "XrLabel11" - ' 'XrLabel10 ' Me.XrLabel10.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorName_Lang]")}) Me.XrLabel10.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel10.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 219.6667!) + Me.XrLabel10.LocationFloat = New DevExpress.Utils.PointFloat(146.104!, 146.75!) Me.XrLabel10.Multiline = True Me.XrLabel10.Name = "XrLabel10" Me.XrLabel10.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) @@ -335,7 +300,7 @@ Partial Public Class XtraReportEB ' Me.XrLabel9.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorNummer]")}) Me.XrLabel9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel9.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 183.2917!) + Me.XrLabel9.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 113.5!) Me.XrLabel9.Multiline = True Me.XrLabel9.Name = "XrLabel9" Me.XrLabel9.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) @@ -343,54 +308,6 @@ Partial Public Class XtraReportEB Me.XrLabel9.StylePriority.UseFont = False Me.XrLabel9.Text = "XrLabel9" ' - 'XrLabel8 - ' - Me.XrLabel8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BestellNr]")}) - Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 148.1667!) - Me.XrLabel8.Multiline = True - Me.XrLabel8.Name = "XrLabel8" - Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel8.SizeF = New System.Drawing.SizeF(144.7917!, 23.0!) - Me.XrLabel8.StylePriority.UseFont = False - Me.XrLabel8.Text = "XrLabel8" - ' - 'XrLabel7 - ' - Me.XrLabel7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Kostenstelle]")}) - Me.XrLabel7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 113.1666!) - Me.XrLabel7.Multiline = True - Me.XrLabel7.Name = "XrLabel7" - Me.XrLabel7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel7.SizeF = New System.Drawing.SizeF(144.7917!, 23.00001!) - Me.XrLabel7.StylePriority.UseFont = False - Me.XrLabel7.Text = "XrLabel7" - ' - 'XrLabel6 - ' - Me.XrLabel6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant Name]")}) - 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(424.9405!, 101.1667!) - Me.XrLabel6.Multiline = True - Me.XrLabel6.Name = "XrLabel6" - Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel6.SizeF = New System.Drawing.SizeF(192.0596!, 23.0!) - Me.XrLabel6.StylePriority.UseFont = False - Me.XrLabel6.Text = "XrLabel6" - ' - 'XrLabel5 - ' - Me.XrLabel5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant]")}) - 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(424.9405!, 78.16664!) - Me.XrLabel5.Multiline = True - Me.XrLabel5.Name = "XrLabel5" - Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) - Me.XrLabel5.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) - Me.XrLabel5.StylePriority.UseFont = False - Me.XrLabel5.Text = "XrLabel5" - ' 'XrLabel4 ' Me.XrLabel4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RechnungNr]")}) @@ -439,7 +356,7 @@ Partial Public Class XtraReportEB Me.XrLabel1.SizeF = New System.Drawing.SizeF(611.0001!, 25.55338!) Me.XrLabel1.StyleName = "Title" Me.XrLabel1.StylePriority.UseFont = False - Me.XrLabel1.Text = "Ergebnisbericht des WISAG e-invoice Portal" + Me.XrLabel1.Text = "Ergebnisbericht e-invoice Portal Stadtwerke Bebra" ' 'GroupHeaderBand1 ' @@ -499,8 +416,8 @@ Partial Public Class XtraReportEB Me.XrTableCell20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell20.StyleName = "DetailCaption3" Me.XrTableCell20.StylePriority.UseFont = False - Me.XrTableCell20.Text = "Status/An Wen/Änderung" - Me.XrTableCell20.Weight = 0.29950804574617118R + Me.XrTableCell20.Text = "Status" + Me.XrTableCell20.Weight = 0.23657514321513412R ' 'XrTableCell21 ' @@ -511,19 +428,25 @@ Partial Public Class XtraReportEB Me.XrTableCell21.StyleName = "DetailCaption3" Me.XrTableCell21.StylePriority.UseFont = False Me.XrTableCell21.Text = "Datum" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Uhrzeit" - Me.XrTableCell21.Weight = 0.12041467605851398R + Me.XrTableCell21.Weight = 0.18334757858955103R ' 'SqlDataSource1 ' - Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" + Me.SqlDataSource1.ConnectionName = "EB_Creator.My.MySettings.MyConnectionString" Me.SqlDataSource1.Name = "SqlDataSource1" CustomSqlQuery1.Name = "VWCUST_RPTERGEBNISBERICHT" QueryParameter1.Name = "pDocID" QueryParameter1.Type = GetType(Long) QueryParameter1.ValueInfo = "4712" - CustomSqlQuery1.Parameters.Add(QueryParameter1) + CustomSqlQuery1.Parameters.AddRange(New DevExpress.DataAccess.Sql.QueryParameter() {QueryParameter1}) CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql") - Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1}) + CustomSqlQuery2.Name = "VWCUST_RPT_EB_POS_KONTIERUNG" + QueryParameter2.Name = "pDocID" + QueryParameter2.Type = GetType(Long) + QueryParameter2.ValueInfo = "4711" + CustomSqlQuery2.Parameters.AddRange(New DevExpress.DataAccess.Sql.QueryParameter() {QueryParameter2}) + CustomSqlQuery2.Sql = "select * FROM VWCUST_RPT_EB_POS_KONTIERUNG WHERE DocID = @pDocID" + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1, CustomSqlQuery2}) Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") ' 'Title @@ -582,9 +505,270 @@ Partial Public Class XtraReportEB Me.PageInfo.Name = "PageInfo" Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) ' + '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 = 121.9999! + Me.ReportFooter.Name = "ReportFooter" + ' + 'XrLine2 + ' + Me.XrLine2.LineWidth = 3.0! + Me.XrLine2.LocationFloat = New DevExpress.Utils.PointFloat(5.999756!, 23.37498!) + Me.XrLine2.Name = "XrLine2" + Me.XrLine2.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!) + ' + 'XrLabel25 + ' + 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.Multiline = True + Me.XrLabel25.Name = "XrLabel25" + Me.XrLabel25.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel25.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel25.StylePriority.UseFont = False + Me.XrLabel25.Text = "Option" + ' + 'XrLabel24 + ' + 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.Multiline = True + Me.XrLabel24.Name = "XrLabel24" + Me.XrLabel24.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel24.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel24.StylePriority.UseFont = False + Me.XrLabel24.Text = "S/H" + ' + 'XrLabel23 + ' + 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.Multiline = True + Me.XrLabel23.Name = "XrLabel23" + Me.XrLabel23.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel23.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel23.StylePriority.UseFont = False + Me.XrLabel23.Text = "GB" + ' + 'XrLabel22 + ' + 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.Multiline = True + Me.XrLabel22.Name = "XrLabel22" + Me.XrLabel22.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel22.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel22.StylePriority.UseFont = False + Me.XrLabel22.Text = "Brutto" + ' + 'XrLabel20 + ' + 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.Multiline = True + Me.XrLabel20.Name = "XrLabel20" + Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel20.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel20.StylePriority.UseFont = False + Me.XrLabel20.Text = "Brutto" + ' + 'XrLabel17 + ' + 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.Multiline = True + Me.XrLabel17.Name = "XrLabel17" + Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel17.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel17.StylePriority.UseFont = False + Me.XrLabel17.Text = "Steuer" + ' + 'XrLabel15 + ' + 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.Multiline = True + Me.XrLabel15.Name = "XrLabel15" + Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel15.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel15.StylePriority.UseFont = False + Me.XrLabel15.Text = "Netto" + ' + 'XrLabel14 + ' + 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.Multiline = True + Me.XrLabel14.Name = "XrLabel14" + Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel14.SizeF = New System.Drawing.SizeF(55.54543!, 23.0!) + Me.XrLabel14.StylePriority.UseFont = False + Me.XrLabel14.Text = "Lagerm." + ' + 'XrLabel11 + ' + 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.Multiline = True + Me.XrLabel11.Name = "XrLabel11" + Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel11.SizeF = New System.Drawing.SizeF(41.59012!, 23.0!) + Me.XrLabel11.StylePriority.UseFont = False + Me.XrLabel11.Text = "SaKo" + ' + 'XrLabel6 + ' + 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.Multiline = True + Me.XrLabel6.Name = "XrLabel6" + Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel6.SizeF = New System.Drawing.SizeF(41.59012!, 23.0!) + Me.XrLabel6.StylePriority.UseFont = False + Me.XrLabel6.Text = "Kst" + ' + 'XrLabel5 + ' + 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.Multiline = True + Me.XrLabel5.Name = "XrLabel5" + Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel5.SizeF = New System.Drawing.SizeF(69.50073!, 23.0!) + Me.XrLabel5.StylePriority.UseFont = False + Me.XrLabel5.Text = "AuftragNr" + ' + 'XrTable4 + ' + Me.XrTable4.Font = New System.Drawing.Font("Arial", 9.75!) + Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 86.99993!) + Me.XrTable4.Name = "XrTable4" + 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.SizeF = New System.Drawing.SizeF(610.9997!, 25.0!) + Me.XrTable4.StylePriority.UseFont = False + ' + '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.Name = "XrTableRow4" + Me.XrTableRow4.Weight = 11.5R + ' + 'XrTableCell12 + ' + Me.XrTableCell12.CanGrow = False + Me.XrTableCell12.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[AuftragNr]")}) + Me.XrTableCell12.Multiline = True + Me.XrTableCell12.Name = "XrTableCell12" + Me.XrTableCell12.Text = "XrTableCell1" + Me.XrTableCell12.Weight = 0.19642721064830926R + ' + 'XrTableCell13 + ' + Me.XrTableCell13.CanGrow = False + Me.XrTableCell13.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Kostenstelle]")}) + Me.XrTableCell13.Name = "XrTableCell13" + Me.XrTableCell13.Text = "XrTableCell2" + Me.XrTableCell13.Weight = 0.11754453189486186R + Me.XrTableCell13.WordWrap = False + ' + 'XrTableCell14 + ' + Me.XrTableCell14.CanGrow = False + Me.XrTableCell14.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Sachkonto]")}) + Me.XrTableCell14.Name = "XrTableCell14" + Me.XrTableCell14.Text = "XrTableCell3" + Me.XrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight + Me.XrTableCell14.Weight = 0.15698587127158556R + Me.XrTableCell14.WordWrap = False + ' + 'XrTableCell15 + ' + Me.XrTableCell15.CanGrow = False + Me.XrTableCell15.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Lagermaterial]")}) + Me.XrTableCell15.Name = "XrTableCell15" + Me.XrTableCell15.Text = "XrTableCell4" + Me.XrTableCell15.Weight = 0.15698587127158556R + Me.XrTableCell15.WordWrap = False + ' + 'XrTableCell16 + ' + Me.XrTableCell16.CanGrow = False + Me.XrTableCell16.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Nettobetrag]")}) + Me.XrTableCell16.Name = "XrTableCell16" + Me.XrTableCell16.Text = "XrTableCell5" + Me.XrTableCell16.Weight = 0.15698587127158556R + Me.XrTableCell16.WordWrap = False + ' + 'XrTableCell17 + ' + Me.XrTableCell17.CanGrow = False + Me.XrTableCell17.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Steuerschlüssel]")}) + Me.XrTableCell17.Name = "XrTableCell17" + Me.XrTableCell17.Text = "XrTableCell6" + Me.XrTableCell17.Weight = 0.15698587127158556R + Me.XrTableCell17.WordWrap = False + ' + 'XrTableCell22 + ' + Me.XrTableCell22.CanGrow = False + Me.XrTableCell22.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Nettobetrag]")}) + Me.XrTableCell22.Name = "XrTableCell22" + Me.XrTableCell22.Text = "XrTableCell7" + Me.XrTableCell22.Weight = 0.15698587127158556R + Me.XrTableCell22.WordWrap = False + ' + 'XrTableCell23 + ' + Me.XrTableCell23.CanGrow = False + Me.XrTableCell23.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Bruttobetrag]")}) + Me.XrTableCell23.Name = "XrTableCell23" + Me.XrTableCell23.Text = "XrTableCell8" + Me.XrTableCell23.Weight = 0.15698587127158556R + Me.XrTableCell23.WordWrap = False + ' + 'XrTableCell24 + ' + Me.XrTableCell24.CanGrow = False + Me.XrTableCell24.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Geschäftsbereich]")}) + Me.XrTableCell24.Name = "XrTableCell24" + Me.XrTableCell24.Text = "XrTableCell9" + Me.XrTableCell24.Weight = 0.15698587127158556R + Me.XrTableCell24.WordWrap = False + ' + 'XrTableCell25 + ' + Me.XrTableCell25.CanGrow = False + Me.XrTableCell25.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[S/H]")}) + Me.XrTableCell25.Name = "XrTableCell25" + Me.XrTableCell25.Text = "XrTableCell10" + Me.XrTableCell25.Weight = 0.15698587127158556R + Me.XrTableCell25.WordWrap = False + ' + 'XrTableCell26 + ' + Me.XrTableCell26.CanGrow = False + Me.XrTableCell26.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPT_EB_POS_KONTIERUNG].[Option]")}) + Me.XrTableCell26.Name = "XrTableCell26" + Me.XrTableCell26.Text = "XrTableCell11" + Me.XrTableCell26.Weight = 0.15698587127158556R + Me.XrTableCell26.WordWrap = False + ' + 'XrLabel8 + ' + 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.Multiline = True + Me.XrLabel8.Name = "XrLabel8" + Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel8.SizeF = New System.Drawing.SizeF(184.0841!, 23.0!) + Me.XrLabel8.StylePriority.UseFont = False + Me.XrLabel8.Text = "Kontierung" + ' 'XtraReportEB ' - Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1}) + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.ReportFooter}) Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) Me.DataMember = "VWCUST_RPTERGEBNISBERICHT" Me.DataSource = Me.SqlDataSource1 @@ -593,10 +777,10 @@ Partial Public Class XtraReportEB Me.PageWidth = 827 Me.PaperKind = System.Drawing.Printing.PaperKind.A4 Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) - Me.StyleSheetPath = "" - Me.Version = "19.2" + Me.Version = "21.2" CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub @@ -615,22 +799,12 @@ Partial Public Class XtraReportEB Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand Friend WithEvents XrLabel21 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLine1 As DevExpress.XtraReports.UI.XRLine - Friend WithEvents XrLabel20 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel19 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel18 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel16 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel15 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel14 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel13 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel12 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel10 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel9 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel - Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel4 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel3 As DevExpress.XtraReports.UI.XRLabel Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel @@ -650,4 +824,32 @@ Partial Public Class XtraReportEB Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents ReportFooter As DevExpress.XtraReports.UI.ReportFooterBand + Friend WithEvents XrLabel12 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrTable4 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow4 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell12 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell13 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell14 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell15 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell16 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell17 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell22 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell23 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell24 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell25 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell26 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLine2 As DevExpress.XtraReports.UI.XRLine + Friend WithEvents XrLabel25 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel24 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel23 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel22 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel20 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel15 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel14 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel End Class diff --git a/XtraReportEB.resx b/EB_Creator_Bebra/XtraReportEB.resx similarity index 91% rename from XtraReportEB.resx rename to EB_Creator_Bebra/XtraReportEB.resx index 65cf178..067f824 100644 --- a/XtraReportEB.resx +++ b/EB_Creator_Bebra/XtraReportEB.resx @@ -146,6 +146,6 @@ from "dbo"."VWCUST_RPTERGEBNISBERICHT" "VWCUST_RPTERGEBNISBERICHT" where "VWCUST_RPTERGEBNISBERICHT"."DocID" = @pDocID ORDER BY wannPos desc - PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRFUkdFQk5JU0JFUklDSFQiPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkRhdHVtSW4iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVsZWdkYXR1bSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck51bW1lciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWVfTGFuZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUmVjaG51bmdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJSZWZlcmVueiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOZXR0b2JldHJhZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iWmFobHVuZ3N6aWVsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik1hbmRhbnQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTWFuZGFudCBOYW1lIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Iktvc3RlbnN0ZWxsZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCZXN0ZWxsTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQWJzZW5kZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRmluYWxlciBGcmVpZ2ViZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUHJvemVzc3NjaHJpdHQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRHVyY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RhdHVzX0NoYW5nZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJ3YW5uUG9zIiBUeXBlPSJEYXRlVGltZSIgLz48RmllbGQgTmFtZT0iS29tbWVudGFyIiBUeXBlPSJTdHJpbmciIC8+PC9WaWV3PjwvRGF0YVNldD4= + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRFUkdFQk5JU0JFUklDSFQiPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkRhdHVtSW4iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVsZWdkYXR1bSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck51bW1lciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWVfTGFuZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUmVjaG51bmdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJSZWZlcmVueiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOZXR0b2JldHJhZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iWmFobHVuZ3N6aWVsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik1hbmRhbnQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTWFuZGFudCBOYW1lIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Iktvc3RlbnN0ZWxsZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCZXN0ZWxsTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQWJzZW5kZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRmluYWxlciBGcmVpZ2ViZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUHJvemVzc3NjaHJpdHQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRHVyY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RhdHVzX0NoYW5nZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJ3YW5uUG9zIiBUeXBlPSJEYXRlVGltZSIgLz48RmllbGQgTmFtZT0iS29tbWVudGFyIiBUeXBlPSJTdHJpbmciIC8+PC9WaWV3PjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRfRUJfUE9TX0tPTlRJRVJVTkciPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkF1ZnRyYWdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLb3N0ZW5zdGVsbGUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU2FjaGtvbnRvIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkxhZ2VybWF0ZXJpYWwiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTmV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RldWVyc2NobMO8c3NlbCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iR2VzY2jDpGZ0c2JlcmVpY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUy9IIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik9wdGlvbiIgVHlwZT0iU3RyaW5nIiAvPjwvVmlldz48L0RhdGFTZXQ+ \ No newline at end of file diff --git a/XtraReportEB.vb b/EB_Creator_Bebra/XtraReportEB.vb similarity index 100% rename from XtraReportEB.vb rename to EB_Creator_Bebra/XtraReportEB.vb