From a362434928c109a545d16ebd0a3d2051a737fc71 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 10 Sep 2021 09:53:49 +0200 Subject: [PATCH 01/21] =?UTF-8?q?Anhang=20alter=20Budgetnachweis=20bei=20W?= =?UTF-8?q?etterleuchten=20-=20neuer=20QBeleg=20f=C3=BCr=20DiakonischesWer?= =?UTF-8?q?kRegensburg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/BeWo.csproj | 4 + BeWoAllReports.sln | 27 + .../DiakonischesWerkHerne.csproj.bak | 72 ++ .../DiakonischesWerkRegensburg.csproj | 88 ++ .../Properties/AssemblyInfo.cs | 36 + .../Properties/licenses.licx | 1 + .../Quittierungsbeleg.Designer.cs | 1109 +++++++++++++++++ .../Quittierungsbeleg.cs | 203 +++ .../Quittierungsbeleg.resx | 123 ++ .../DiakonischesWerkRegensburg/app.config | 11 + ...ework,Version=v4.7.2.AssemblyAttributes.cs | 4 + .../obj/Debug/6282665941_Reports.dll | Bin 0 -> 29184 bytes .../obj/Debug/6282665941_Reports.pdb | Bin 0 -> 26112 bytes .../obj/Debug/6282665941_reports.dll.licenses | Bin 0 -> 430 bytes .../DesignTimeResolveAssemblyReferences.cache | Bin 0 -> 6795 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7844 bytes ...WerkRegensburg.Quittierungsbeleg.resources | Bin 0 -> 180 bytes ...kRegensburg.csproj.AssemblyReference.cache | Bin 0 -> 2052 bytes ...onischesWerkRegensburg.csproj.CopyComplete | 0 ...kRegensburg.csproj.CoreCompileInputs.cache | 1 + ...WerkRegensburg.csproj.FileListAbsolute.txt | 12 + ...rkRegensburg.csproj.GenerateResource.cache | Bin 0 -> 951 bytes ReportImp/Wetterleuchten/Budgetnachweis.cs | 2 +- ReportImp/Wetterleuchten/Budgetnachweis2.cs | 2 +- .../Wetterleuchten/CustomReportCreator.cs | 66 +- ReportImp/Wetterleuchten/SettlementReport2.cs | 2 +- Service/Plugins/PluginLoader.cs | 7 +- 27 files changed, 1762 insertions(+), 8 deletions(-) create mode 100644 ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkHerne.csproj.bak create mode 100644 ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkRegensburg.csproj create mode 100644 ReportImp/DiakonischesWerkRegensburg/Properties/AssemblyInfo.cs create mode 100644 ReportImp/DiakonischesWerkRegensburg/Properties/licenses.licx create mode 100644 ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.Designer.cs create mode 100644 ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.cs create mode 100644 ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.resx create mode 100644 ReportImp/DiakonischesWerkRegensburg/app.config create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.dll create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.pdb create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_reports.dll.licenses create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferences.cache create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.Quittierungsbeleg.resources create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.AssemblyReference.cache create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CopyComplete create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CoreCompileInputs.cache create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.FileListAbsolute.txt create mode 100644 ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.GenerateResource.cache diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 0b05853a0..096bb3e30 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -89,6 +89,10 @@ + + + + False diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln index 4dbb8541d..f83cd9c5d 100644 --- a/BeWoAllReports.sln +++ b/BeWoAllReports.sln @@ -652,6 +652,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmbulantBetreutesWohnenAstr EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wichernhaus", "ReportImp\Wichernhaus\Wichernhaus.csproj", "{ACAA5856-E43A-4F4C-969E-2F4FB0D5A527}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiakonischesWerkRegensburg", "ReportImp\DiakonischesWerkRegensburg\DiakonischesWerkRegensburg.csproj", "{330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -7859,6 +7861,30 @@ Global {ACAA5856-E43A-4F4C-969E-2F4FB0D5A527}.Release|Mixed Platforms.Build.0 = Release|Any CPU {ACAA5856-E43A-4F4C-969E-2F4FB0D5A527}.Release|x86.ActiveCfg = Release|Any CPU {ACAA5856-E43A-4F4C-969E-2F4FB0D5A527}.Release|x86.Build.0 = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|.NET.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|.NET.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|x86.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Debug|x86.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.DebugRemote|x86.Build.0 = Debug|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|.NET.ActiveCfg = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|.NET.Build.0 = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|Any CPU.Build.0 = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|x86.ActiveCfg = Release|Any CPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -8183,6 +8209,7 @@ Global {7FCD3132-1656-4051-B4D8-650DEB349A61} = {D8A691C5-146D-4613-86CC-438F02FE9106} {6AB16005-E552-4619-9E55-D752FCCAC3B0} = {D8A691C5-146D-4613-86CC-438F02FE9106} {ACAA5856-E43A-4F4C-969E-2F4FB0D5A527} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkHerne.csproj.bak b/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkHerne.csproj.bak new file mode 100644 index 000000000..ad5315d73 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkHerne.csproj.bak @@ -0,0 +1,72 @@ + + + + + Debug + AnyCPU + {C1FED668-ADB9-47E0-B589-1389618E1B6E} + Library + Properties + KundeXyz + 0000000000_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\Host\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE} + Data + + + {40d8b312-ea64-49e3-a31a-5e57ed4d5654} + Report + + + {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} + Service + + + {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} + Shared + + + + \ No newline at end of file diff --git a/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkRegensburg.csproj b/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkRegensburg.csproj new file mode 100644 index 000000000..37e0f0eb8 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/DiakonischesWerkRegensburg.csproj @@ -0,0 +1,88 @@ + + + + + Debug + AnyCPU + {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2} + Library + Properties + DiakonischesWerkRegensburg + 6282665941_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\Host\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + Component + + + Quittierungsbeleg.cs + + + + + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE} + Data + + + {40d8b312-ea64-49e3-a31a-5e57ed4d5654} + Report + + + {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} + Service + + + {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} + Shared + + + + + + Quittierungsbeleg.cs + Designer + + + + + + + \ No newline at end of file diff --git a/ReportImp/DiakonischesWerkRegensburg/Properties/AssemblyInfo.cs b/ReportImp/DiakonischesWerkRegensburg/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..497597ed7 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("DiakonischesWerkRegensburg")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("DiakonischesWerkRegensburg")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7b049ce8-d248-43ae-b9c4-3e53d15f8f8f")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ReportImp/DiakonischesWerkRegensburg/Properties/licenses.licx b/ReportImp/DiakonischesWerkRegensburg/Properties/licenses.licx new file mode 100644 index 000000000..c7fd819d5 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/Properties/licenses.licx @@ -0,0 +1 @@ +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.Designer.cs b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.Designer.cs new file mode 100644 index 000000000..e6a0b4ca8 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.Designer.cs @@ -0,0 +1,1109 @@ +using BeWo.Report.ReportObjects; +namespace DiakonischesWerkRegensburg +{ + partial class Quittierungsbeleg + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel(); + this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Expanded = false; + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader1}); + this.DetailReport.DataMember = "Services"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + this.DetailReport.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.DetailReport.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.Detail1.HeightF = 20.00001F; + this.Detail1.Name = "Detail1"; + this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTable3 + // + this.xrTable3.BorderColor = System.Drawing.Color.Black; + this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6}); + this.xrTable3.SizeF = new System.Drawing.SizeF(1083F, 20F); + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell13, + this.xrTableCell14, + this.xrTableCell10, + this.xrTableCell2, + this.xrTableCell15, + this.xrTableCell12, + this.xrTableCell44, + this.xrTableCell50, + this.xrTableCell18}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow6.Weight = 1D; + // + // xrTableCell13 + // + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd/MM/yyyy}")}); + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "xrTableCell13"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell13.Weight = 0.098116590228159634D; + // + // xrTableCell14 + // + this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDateMinutes", "{0:HH:mm}")}); + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "xrTableCell14"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell14.Weight = 0.0659370637624713D; + // + // xrTableCell10 + // + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EndDateMinutes", "{0:HH:mm}")}); + this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "xrTableCell10"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell10.Weight = 0.065934381096017611D; + // + // xrTableCell2 + // + this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice5")}); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell2.Weight = 0.054292929368397642D; + // + // xrTableCell15 + // + this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.CustomerCount", "{0:0}")}); + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UsePadding = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell15.Weight = 0.055113609456649955D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Minutes", "{0:0.00}")}); + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell12.Weight = 0.089995224877930241D; + // + // xrTableCell44 + // + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice")}); + this.xrTableCell44.Multiline = true; + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 0, 0, 100F); + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell44.Weight = 0.5333750339930845D; + // + // xrTableCell50 + // + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell50.Weight = 0.13658445577153228D; + // + // xrTableCell18 + // + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell18.Weight = 0.26807502955948026D; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableServiceRecords1}); + this.GroupHeader1.HeightF = 70F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.RepeatEveryPage = true; + // + // xrTableServiceRecords1 + // + this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableServiceRecords1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableServiceRecords1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableServiceRecords1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableServiceRecords1.Name = "xrTableServiceRecords1"; + this.xrTableServiceRecords1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableServiceRecords1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2, + this.xrTableRow1}); + this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(1083F, 70F); + this.xrTableServiceRecords1.StylePriority.UseBackColor = false; + this.xrTableServiceRecords1.StylePriority.UseBorders = false; + this.xrTableServiceRecords1.StylePriority.UseFont = false; + this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell4, + this.xrTableCell11, + this.xrTableCell9, + this.xrTableCell28, + this.xrTableCell16, + this.xrTableCell48}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow2.Weight = 0.48945783132530124D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Datum"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell3.Weight = 0.21706241202753998D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell4.Multiline = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Uhrzeit"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell4.Weight = 0.29173794538615155D; + // + // xrTableCell11 + // + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(12, 12, 0, 0, 100F); + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "Angebot"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell11.Weight = 0.24203896122937774D; + // + // xrTableCell9 + // + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell9.Multiline = true; + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "FLS in"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell9.Weight = 0.19909557150728879D; + // + // xrTableCell28 + // + this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseBorders = false; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "Dokumentation"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell28.Weight = 1.1799808267774528D; + // + // xrTableCell16 + // + this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell16.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.StylePriority.UseBorders = false; + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.Text = "Handzeichen"; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell16.Weight = 0.30216408841436804D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell48.Multiline = true; + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "Unterschrift"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell48.Weight = 0.59305985946229056D; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell8, + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell43, + this.xrTableCell17, + this.xrTableCell49}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1.223644578313253D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.Weight = 0.21706241202753998D; + // + // xrTableCell8 + // + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "von"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.14587193494402506D; + // + // xrTableCell5 + // + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "bis"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell5.Weight = 0.14586592519749481D; + // + // xrTableCell6 + // + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell6.Multiline = true; + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Art /\r\nAnzahl\r\nKlienten"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell6.Weight = 0.24203896122937768D; + // + // xrTableCell7 + // + this.xrTableCell7.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell7.Multiline = true; + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.StylePriority.UseBackColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.Text = "Stunden(ohne 1,2)"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell7.Weight = 0.19909582724118363D; + // + // xrTableCell43 + // + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.Weight = 1.179980571043558D; + // + // xrTableCell17 + // + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell17.Weight = 0.30216417365899984D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell49.Multiline = true; + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell49.Weight = 0.59305985946229056D; + // + // formattingRuleStartDate + // + this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleStartDate.DataMember = "ServicesDouble"; + this.formattingRuleStartDate.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleStartDate.Name = "formattingRuleStartDate"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel22, + this.xrLabel3, + this.xrLabel5, + this.xrLabel21, + this.xrLabel14, + this.xrLabel7, + this.xrLabel6, + this.xrLabel4, + this.xrLabel2}); + this.ReportHeader.HeightF = 140.6667F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel22 + // + this.xrLabel22.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(732.9294F, 77.61111F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(212.3156F, 30.50002F); + this.xrLabel22.StylePriority.UseBackColor = false; + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UsePadding = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "[ApprovedStartDate] - [ApprovedEndDate]"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(157.4678F, 77.61111F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UsePadding = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "Monat"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(278.1067F, 77.61111F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(205.4072F, 30.50001F); + this.xrLabel5.StylePriority.UseBackColor = false; + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UsePadding = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "[Month] [Year]"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel21 + // + this.xrLabel21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Costbearer")}); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(732.9294F, 47.1111F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(212.3154F, 30.5F); + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.Text = "[Costbearer]"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel14 + // + this.xrLabel14.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel14.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(624.7546F, 47.1111F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(108.1747F, 30.50001F); + this.xrLabel14.StylePriority.UseBackColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UsePadding = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Kostenträger"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel7 + // + this.xrLabel7.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel7.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(624.7546F, 77.61111F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(108.1747F, 30.5F); + this.xrLabel7.StylePriority.UseBackColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Hilfeplan"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel6 + // + this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel6.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(278.1067F, 47.1111F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(205.4072F, 30.50001F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UsePadding = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "[CustomerName]"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(157.4678F, 47.1111F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UsePadding = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "Klientin, Klient"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.ForeColor = System.Drawing.Color.Black; + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(1093F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseForeColor = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Quittierungsbeleg Ambulant Unterstütztes Wohnen"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // formattingRuleServiceDesc + // + this.formattingRuleServiceDesc.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleServiceDesc.DataMember = "ServicesDouble"; + this.formattingRuleServiceDesc.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleServiceDesc.Name = "formattingRuleServiceDesc"; + // + // formattingRuleCostBearer + // + this.formattingRuleCostBearer.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleCostBearer.DataMember = "ServicesDouble"; + this.formattingRuleCostBearer.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleCostBearer.Name = "formattingRuleCostBearer"; + // + // formattingRuleEmployeeName + // + this.formattingRuleEmployeeName.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleEmployeeName.DataMember = "ServicesDouble"; + this.formattingRuleEmployeeName.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleEmployeeName.Name = "formattingRuleEmployeeName"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 50F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 48F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel20, + this.xrLabel15, + this.xrLabel13, + this.xrLabel19, + this.xrLabel12, + this.xrLabel1, + this.xrLabel10, + this.xrLabel9, + this.xrLabel11}); + this.GroupFooter1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail; + this.GroupFooter1.HeightF = 251.7347F; + this.GroupFooter1.KeepTogether = true; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrLabel20 + // + this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel20.KeepTogether = true; + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(870.6844F, 39.99998F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(197.5003F, 20F); + this.xrLabel20.StylePriority.UseBackColor = false; + this.xrLabel20.StylePriority.UseBorders = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UsePadding = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.Text = "F = face to face"; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel19.KeepTogether = true; + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(870.6844F, 60.00005F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(197.5003F, 20.00001F); + this.xrLabel19.StylePriority.UseBackColor = false; + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UsePadding = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "VE = Vertretung ear to ear"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel15 + // + this.xrLabel15.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel15.KeepTogether = true; + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(870.6844F, 80.00004F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(197.5003F, 20F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "VF = Vertretung face to face"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel18 + // + this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerSignatureDate", "{0:dd.MM.yyyy,}")}); + this.xrLabel18.KeepTogether = true; + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(762.5097F, 0F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(100F, 23F); + this.xrLabel18.Visible = false; + // + // xrPictureBox2 + // + this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "CustomerSignature")}); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(862.5097F, 0F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(100F, 23F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.CustomerSignature_BeforePrint); + // + // lblUnterschriftKlient + // + this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.lblUnterschriftKlient.Font = new System.Drawing.Font("Arial", 10F); + this.lblUnterschriftKlient.KeepTogether = true; + this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(730.0933F, 22.99998F); + this.lblUnterschriftKlient.Name = "lblUnterschriftKlient"; + this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(271.8472F, 20F); + this.lblUnterschriftKlient.StylePriority.UseBackColor = false; + this.lblUnterschriftKlient.StylePriority.UseBorders = false; + this.lblUnterschriftKlient.StylePriority.UseFont = false; + this.lblUnterschriftKlient.StylePriority.UsePadding = false; + this.lblUnterschriftKlient.StylePriority.UseTextAlignment = false; + this.lblUnterschriftKlient.Text = "Datum, Unterschrift Klient/in"; + this.lblUnterschriftKlient.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblUnterschriftMitarbeiter + // + this.lblUnterschriftMitarbeiter.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.lblUnterschriftMitarbeiter.Font = new System.Drawing.Font("Arial", 10F); + this.lblUnterschriftMitarbeiter.KeepTogether = true; + this.lblUnterschriftMitarbeiter.LocationFloat = new DevExpress.Utils.PointFloat(112.4646F, 22.99998F); + this.lblUnterschriftMitarbeiter.Name = "lblUnterschriftMitarbeiter"; + this.lblUnterschriftMitarbeiter.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblUnterschriftMitarbeiter.SizeF = new System.Drawing.SizeF(296.2545F, 19.99997F); + this.lblUnterschriftMitarbeiter.StylePriority.UseBackColor = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseBorders = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseFont = false; + this.lblUnterschriftMitarbeiter.StylePriority.UsePadding = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseTextAlignment = false; + this.lblUnterschriftMitarbeiter.Text = "Datum, verantwortliche/r Mitarbeiter/in"; + this.lblUnterschriftMitarbeiter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel13 + // + this.xrLabel13.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel13.KeepTogether = true; + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(870.6844F, 100F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(197.5003F, 20.00002F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "GR = Gruppenangebot"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel12 + // + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.KeepTogether = true; + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(870.6844F, 19.99999F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(197.5003F, 20F); + this.xrLabel12.StylePriority.UseBackColor = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UsePadding = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "E = ear to ear"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(340.0767F, 19.99999F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.SizeF = new System.Drawing.SizeF(422.4331F, 20F); + this.xrLabel11.StylePriority.UseBackColor = false; + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UsePadding = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Ohne Faktor 1,2 (wird erst bei Abrechnung eingerechnet)"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel10 + // + this.xrLabel10.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel10.KeepTogether = true; + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(340.0767F, 0F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(422.433F, 20F); + this.xrLabel10.StylePriority.UseBackColor = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UsePadding = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Fachleistungen in Stunden"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel9.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(182.1505F, 0F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(86.64995F, 20F); + this.xrLabel9.StylePriority.UseBackColor = false; + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UsePadding = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel1 + // + this.xrLabel1.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLMBillable", "{0:0.00}")}); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(268.8005F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(71.27621F, 20F); + this.xrLabel1.StylePriority.UseBackColor = false; + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrPictureBox1 + // + this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "EmployeeSignature")}); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(249.7936F, 0F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 23F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.EmployeeSignature_BeforePrint); + // + // xrLabel17 + // + this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate", "{0:dd.MM.yyyy,}")}); + this.xrLabel17.KeepTogether = true; + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(149.2934F, 0F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(100F, 23F); + this.xrLabel17.Visible = false; + // + // fieldKontaktArt + // + this.fieldKontaktArt.DataMember = "Services"; + this.fieldKontaktArt.Expression = "Iif([IsGroup], \'GR\', \'E\')"; + this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldKontaktArt.Name = "fieldKontaktArt"; + // + // GroupFooter2 + // + this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel17, + this.xrLabel18, + this.xrPictureBox2, + this.lblUnterschriftKlient, + this.lblUnterschriftMitarbeiter, + this.xrPictureBox1}); + this.GroupFooter2.HeightF = 42.99998F; + this.GroupFooter2.KeepTogether = true; + this.GroupFooter2.Level = 1; + this.GroupFooter2.Name = "GroupFooter2"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // + // Quittierungsbeleg + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.DetailReport, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter1, + this.GroupFooter2}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldKontaktArt}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.formattingRuleStartDate, + this.formattingRuleServiceDesc, + this.formattingRuleCostBearer, + this.formattingRuleEmployeeName}); + this.Landscape = true; + this.Margins = new System.Drawing.Printing.Margins(26, 50, 50, 48); + this.PageHeight = 827; + this.PageWidth = 1169; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleStartDate; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleServiceDesc; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleCostBearer; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleEmployeeName; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.XRTable xrTableServiceRecords1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.CalculatedField fieldKontaktArt; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel lblUnterschriftKlient; + private DevExpress.XtraReports.UI.XRLabel lblUnterschriftMitarbeiter; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; + } +} diff --git a/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.cs b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.cs new file mode 100644 index 000000000..2a79973f6 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.cs @@ -0,0 +1,203 @@ +using System; +using System.Collections.Generic; +using System.Drawing; +using System.IO; +using System.Text.RegularExpressions; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using BS.Shared.Core; +using DevExpress.XtraReports.UI; + +namespace DiakonischesWerkRegensburg +{ + public partial class Quittierungsbeleg: DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Quittierungsbeleg() + { + InitializeComponent(); + } + + public void SetReportDataSource(ServicesOverviewRO pRO) + { + + // Get calling method name + //StackTrace stackTrace = new StackTrace(); + //Debug.WriteLine(stackTrace.GetFrame(1).GetMethod().Name); + + bool hatGruppen = false; + + //if (pRO == null) + // return; + + if (pRO.Services != null) + { + List servicesBillable = new List(); + + foreach (var sd in pRO.Services) + { + if (sd.IsBillable) + { + sd.Notice5 = "E"; + + if (sd.ServiceDescription == "face to face") + sd.Notice5 = "F"; + else if (sd.ServiceDescription == "Vertretung ear to ear") + sd.Notice5 = "VE"; + else if (sd.ServiceDescription == "Vertretung face to face") + sd.Notice5 = "VR"; + //else if (sd.ServiceDescription == "face to face") + // sd.Notice5 = "F"; + + ServicesOverviewRO.CreateSignatureString(sd); + + sd.Minutes /= 60; + + if (sd.IsGroup) + { + sd.Notice = "GR"; + //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); + hatGruppen = true; + } + servicesBillable.Add(sd); + } + } + + pRO.Services = servicesBillable; + } + pRO.TotalFLMBillable /= 60; + //if (String.IsNullOrWhiteSpace(pRO.AbsenceTimes)) + //{ + // lblHatAbwesenheiten.Text = "X"; + //} + + //if (!hatGruppen) + //{ + // lblHatGruppen.Text = "X"; + //} + + //ErstelleAbwesenheitenTabelle(pRO); + + bindingSource1.DataSource = pRO; + } + + //private void ErstelleAbwesenheitenTabelle(ServicesOverviewRO pRo) + //{ + // if (pRo.Abwesenheiten != null) + // { + // int newRows = 0; + // int index = 1; + // foreach (var at in pRo.Abwesenheiten) + // { + // DevExpress.XtraReports.UI.XRTableRow row = null; + // if (index < xrTableAbwesenheiten.Rows.Count) + // { + // row = xrTableAbwesenheiten.Rows[index]; + // } + // else + // { + // row = xrTableAbwesenheiten.InsertRowBelow(xrTableAbwesenheiten.Rows[xrTableAbwesenheiten.Rows.Count - 1]); + // newRows++; + // } + + // row.Cells[0].Text = String.Format("{0:dd.MM.yyyy}", at.Start); + // int? days = null; + + // if (at.End.HasValue) + // { + // row.Cells[1].Text = String.Format("{0:dd.MM.yyyy}", at.End); + // days = (int)at.End.Value.Subtract(at.Start.Value).TotalDays + 1; + // } + // else + // { + // row.Cells[1].Text = "unbekannt"; + // } + + // row.Cells[2].Text = String.Format("{0:0}", days); + + // index++; + // } + + // if (newRows > 0) + // { + // lblUnterschriftKlient.Top += newRows * 20; + // lblUnterschriftMitarbeiter.Top += newRows * 20; + // } + // } + //} + + // TODO: Wie anzeigen? Alle? + private void EmployeeSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) + { + return; + + if(sender is XRPictureBox pictureBox) + { + var base64String = pictureBox.Tag as string; + + if(!string.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binaryData = Convert.FromBase64String(base64Data); + var image = ByteArrayToImage(binaryData); + + pictureBox.Image = image; + } + else + { + pictureBox.Image = null; + } + } + } + + // TODO: Wie anzeigen? Alle? + // TODO: Visibile der Datumstextboxen auf true setzen! + private void CustomerSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) + { + return; + + if(sender is XRPictureBox pictureBox) + { + var base64String = pictureBox.Tag as string; + + if(!string.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binaryData = Convert.FromBase64String(base64Data); + var image = ByteArrayToImage(binaryData); + + pictureBox.Image = image; + } + else + { + pictureBox.Image = null; + } + } + } + + private void picSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) + { + XRPictureBox xrBox = sender as XRPictureBox; + //var test = this.GetCurrent + string base64String = xrBox.Tag as string; + if (!String.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binData = Convert.FromBase64String(base64Data); + Image img = ByteArrayToImage(binData); + xrBox.Image = Utils.CropImage(img); + } + else + { + xrBox.Image = null; + } + } + + public Image ByteArrayToImage(byte[] byteArrayIn) + { + using(var memoryStream = new MemoryStream(byteArrayIn)) + { + return Image.FromStream(memoryStream); + } + } + } +} diff --git a/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.resx b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.resx new file mode 100644 index 000000000..19e908bd3 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/Quittierungsbeleg.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 21, 17 + + \ No newline at end of file diff --git a/ReportImp/DiakonischesWerkRegensburg/app.config b/ReportImp/DiakonischesWerkRegensburg/app.config new file mode 100644 index 000000000..3ac66be65 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 000000000..3871b184d --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.dll b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.dll new file mode 100644 index 0000000000000000000000000000000000000000..a65330c6d05c65f470155807436e039521363659 GIT binary patch literal 29184 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 K*Vq4l9{69Fx#qtB literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.pdb b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_Reports.pdb new file mode 100644 index 0000000000000000000000000000000000000000..90234840665ec82a2d286ca5fa0418b138ab5f91 GIT binary patch literal 26112 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 literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_reports.dll.licenses b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/6282665941_reports.dll.licenses new file mode 100644 index 0000000000000000000000000000000000000000..887cc0f3077fa839e25fda1d2c0f0cd73421df5a GIT binary patch literal 430 zcmZ`#!A`@dNx?|3P<* zCMMz}`(|e6W%j)#4MNC=3CtKC7H8%-2m&39^kB zMfD2S4IGuTV!Q@LNV7?7yW2kX*8FGJ|w`w2xucIW^A literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000000000000000000000000000000000000..07267f7c3c11d5c56e1e1e55518963a9e74d363a GIT binary patch literal 6795 zcmdT|O=u)V6rR#(lF7O;xIva(Bx^uCgzm(|zd#UYCcBF|*)bE690sJPr;?OgQ#D&% zoj7~RUUS%^9z1#SAgqWedJ{y!lP5(4537i`y)1YXtykTZ>1|tvN!J9dkm^cx<<;x= z^L?+XT3WA{5gI8J3g}8@xlt4RZS2dS(ZpTOT6Ml78zsEOYt&;{=wV|Wces#^CSi>V zZic&h)`@1F7NrO&Y3$A4W?lL77(!?Q1jO&rL+V|+!5lhN-N-F9P)~Gihfuuix^89J zH7dD1mE4|6dgw-*yGkWjtE6WWDru<&R7z+vH?xUFKsZ}@&Y6dwxtVfEWhn3p!=V%& zotvqJO-lUNad(4X$83d#lq&5C=p1wijkN=x3rd>We()yU^jEozb4G zW3f+soLi+b7dW>MAC0~*x14jaowf*T@q@s*%tbrMEp}c~70+t{XXs2S70jPmDKUTN+8>{O`0+hh6ID=p)DNy7 zQL6x|q2+>WQ^Oy_^`D=A--B!OHnW@_23(sBL7kz(wL!)$JlIh!s~9b=T_sH{m?trM z*!WRBKbQnxMlH+tAH92jw0rxn&tQeAo<}L)U1C`36EhHUx>C*(bfNO=56?_(UrGvk z;=$^^%3C;pku}*X*qk>AyOA3}`cwq^gHq=|n1g04W(ZTCMDrdZjW8?hYpWzU6+$y- z%ra*?WH%Ip6GUceRJ-*XG&ObBKq6C!|#sBH&s|<96b~|&>Qqa+f;FU z^~A+7z*~IWJ_g+P7QcQvu8;d)Vf_1Etd_e(PAQdyUF)}6^muj4|&_rWh2n0*N-+&9JVG1HW}HIu)4xKiA_XtgMjZkdBkX gp)t!PK0+oDtdyS?IW~Fq3D;2;?^OY$&|pma5B919rT_o{ literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..6b3491753267386fc075cc929b01889f99442062 GIT binary patch literal 7844 zcmeHMdvg;v5V!L<;_xV@l=s85v<2#3ZSrP@KfsQ`Q(!W7NNBlCkndzi z(~r_m(CJ5PcXjsJn2=_scQgFq%XqEm@%w34d-AT7N~cn(f8fDye9laOa9%Q7aLJp> z++Z>wZe0Zq<7SC_9`~!|)qHM)3dy+txVUH*@GqY$1+EGNeeBaf3F78+YeB?M0YSC1Bxk%CcFkf!^Rk5xir%BlKX6ziaSSFmziw4q>F^31AC5kJsh|uxJ{+x z;t9;2DbNXAt~Z1_wZK=*qrD-cNTHSFl|a%OZBjvffT{@Y0qA=`Iw$(I+APL|F=-g7 z)FjA>bUJOo2V`pE&*^$sD(ZoI!ur|@9nO44eJYr3z5rvrE53buOc!_~Hi#S0HNwQZ zhf&wM63lPqbDp%ha9LyUj?JI=63ib%>X0RC2cy1;>Nn$g~MSWWGS1&V#t|;k5fXKsbFP3q3Ak zk6ff#PAg_yK!9GaFQGi;N#+_Cp)?D%1#_-2S6s<_1^=gJvuJbt7?)6(d(8J7<1&<| zOviPNE4oDYX%?3S#~7FkY{Y3K$R12vrw_(8z%HE-yG#_Z8qDt*7}v+dIz8{}0QBsH zK;cS`LWQ*&>;`~UPY710qQh)Diq@;va5n*N^`vk+;K|M~THUPcIt_ITpnfT7hiyS> zmD8D4?%w|L;(ahnXLY|VAb!skm&~FC>0O)q)K}7a3Ra7}W~gImzYccS@V5cJ5hMH> z#M}zPZZo7PLH?$Ba=`Ozj6AOub7hYNz4#8`lNj;eK*~L$3(|ZIH1A@j3Egm5nQwrF zeS#(0Ome;54KmQ7eQ>bmA8ajFxLFK3nkDqHwqBdN$Jp-w(e+a=P4g|#IEiQ#<%T_H z`wo~oNiyk82t}Q$!6Av(^82K~}h|-3ia!q2=$X=r`o!BgpajBHlK9@+dS3zmI$IV?J$p zyEQYDF=5y1KUqv<@&3j53B>C}w)iaO$(o}8g{cbMoun~m)`|4+WYU;Ke^i^rtQwyz zX4W`g;~|JE2c;t~a}JF;XuWXo9O8LAzQ=R@D!e?0#yr$tJ6J#ZrlNajEI@la$@(H7 zojs_LJxqG=F5}Qxf~vv^GppxZDxFtlG2zDZ2V)sTGOJ^(0Q6QO3tu5NaUjai>VzI> bPU+P~SHNfTukq&fUst8$%`3XX+B*F&$@@HE literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.Quittierungsbeleg.resources b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.Quittierungsbeleg.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 GIT binary patch literal 180 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYR*8GxXUf^%t3Noi54ZC+|=Nl{{sjzU0bQch;FcWPxwes*e}ZIZcpqG__J onW3ezNveT`r81^vrFkWpxv4PQgHubGfR2KJ07n-P+5+SQ04Y>DD*ylh literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.AssemblyReference.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..328f5ad29c7d4171bf93502174e3acf546c0e8a8 GIT binary patch literal 2052 zcmb_d&2G~`5cZ-9(i9MtS|J2Nk#gY>ts7eYB1MQKEeF&R>L~5O60)6XyL7!9t=9?R zQm!0$0p0jxX5X{6nnJgMI^v&9u7T8d_swwpz^G`nP*E2o%Ou%#)KUgmit;)jR;^;Y0KH%U0eV9u>bM? z-o11I?_{)ff)g0T6vR}4WQJ<)MW;|X(c&XT@FscT?N)XiI(3Ha9lwj}W?o_qKaG!V6){#i^10l6p&jbpNP@tiQfV BKxO~{ literal 0 HcmV?d00001 diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CopyComplete b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CopyComplete new file mode 100644 index 000000000..e69de29bb diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CoreCompileInputs.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CoreCompileInputs.cache new file mode 100644 index 000000000..5980c7213 --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +58b736f265b8f33e9f015727b111e53fe9bdd40b diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.FileListAbsolute.txt b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.FileListAbsolute.txt new file mode 100644 index 000000000..ebca41d2c --- /dev/null +++ b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +D:\Projects\beyondSoft\BeWoPlaner\BeWo\Host\bin\ICD10\icd10.xml +D:\Projects\beyondSoft\BeWoPlaner\BeWo\Host\bin\6282665941_Reports.dll.config +D:\Projects\beyondSoft\BeWoPlaner\BeWo\Host\bin\6282665941_Reports.dll +D:\Projects\beyondSoft\BeWoPlaner\BeWo\Host\bin\6282665941_Reports.pdb +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\DiakonischesWerkRegensburg.csproj.AssemblyReference.cache +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\DiakonischesWerkRegensburg.Quittierungsbeleg.resources +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\DiakonischesWerkRegensburg.csproj.GenerateResource.cache +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\6282665941_Reports.dll.licenses +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\DiakonischesWerkRegensburg.csproj.CoreCompileInputs.cache +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\DiakonischesWerkRegensburg.csproj.CopyComplete +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\6282665941_Reports.dll +D:\Projects\beyondSoft\BeWoPlaner\BeWo\ReportImp\DiakonischesWerkRegensburg\obj\Debug\6282665941_Reports.pdb diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.GenerateResource.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DiakonischesWerkRegensburg.csproj.GenerateResource.cache new file mode 100644 index 0000000000000000000000000000000000000000..c7f48a716483a6c8f6a27dc64c38b4c80bf3fb53 GIT binary patch literal 951 zcma)4!D`z;5S3!dv1A9FLz_c;a7zyb8(|Sldoh7Hqzz3VsYB?gW#t_ui`QDSvkGy( zpobp&bA^6F|Dl}`NeGE3nZsx``)1$1x8wPq=l!MNFGpvM($^z3vj$D>lHF2inVbro zV=^%o2E8+|s7x_VM@gCtli{E@DYYvtj0-586?)J+E;FrWpI~)r=1`2Y;dVaC-{om4 zM?u+(NpAC5;Y>lx|gA?C64ntl)p_vWo z$a|t2FQ+SXuprO1COu?0CLaY}RN5<=ka~QksrZ_-2)Oj$#&rV3hepVK!5*#OIMJGz z#Zp+XU8a~A3CGr4Dham5g(;a9&}(AzOz0AjC>vfFwp(>v2e)UvsZnt7==?t??{`>z z99J^Dc-&w^MF1L$)Lh-ewbl)4P%&Ssm^^OI6Jr@)rQIcA{YJfV@f>Q+b5e$=7V z$( + public partial class Budgetnachweis : DevExpress.XtraReports.UI.XtraReport//, IBeWoReport { public Budgetnachweis() { diff --git a/ReportImp/Wetterleuchten/Budgetnachweis2.cs b/ReportImp/Wetterleuchten/Budgetnachweis2.cs index 95638a813..f85dec362 100644 --- a/ReportImp/Wetterleuchten/Budgetnachweis2.cs +++ b/ReportImp/Wetterleuchten/Budgetnachweis2.cs @@ -11,7 +11,7 @@ using DevExpress.XtraReports.UI; namespace Wetterleuchten.Neu { - public partial class Budgetnachweis : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + public partial class Budgetnachweis : DevExpress.XtraReports.UI.XtraReport//, IBeWoReport { public Budgetnachweis() { diff --git a/ReportImp/Wetterleuchten/CustomReportCreator.cs b/ReportImp/Wetterleuchten/CustomReportCreator.cs index ebe2cf721..d007f3d1c 100644 --- a/ReportImp/Wetterleuchten/CustomReportCreator.cs +++ b/ReportImp/Wetterleuchten/CustomReportCreator.cs @@ -6,6 +6,9 @@ using BeWo.Data.Access; using BeWo.Data.Entities; using BeWo.Report; using BeWo.Report.ReportObjects; +using BeWo.Service.DCEntityMapper; +using BS.Shared.Core; +using BS.Shared.DataContracts; using DevExpress.XtraReports.Design; using DevExpress.XtraReports.UI; @@ -15,8 +18,67 @@ namespace Wetterleuchten { public override XtraReport CreateSettlementReport(string dcId, long? invoiceBaseOid) { - return base.CreateSettlementReport(dcId, invoiceBaseOid, true); - } + XtraReport report = null; + Settlement2DC lSettlementDC; + + long result; + + if (string.IsNullOrEmpty(dcId) && invoiceBaseOid.HasValue) + lSettlementDC = MapperFactory.SettlementDC_SettlementInvoice.MapToNewDC(DAOFactory.SearchDAO.GetSettlementInvoiceByInvoiceBaseOid(invoiceBaseOid.Value)); + + else if (Int64.TryParse(dcId, out result)) + lSettlementDC = MapperFactory.SettlementDC_SettlementInvoice.MapToNewDC(DAOFactory.GenericDAO.LoadByID(result)); // = Utils.XMLDeserialize(lPath); + + else + { + string lPath = BS.Shared.Core.Utils.CreateSavePath(TempPath, dcId); + lSettlementDC = Utils.XMLDeserialize(lPath); + } + String reportId = null; + if (lSettlementDC.CostBearer2SupportConceptOid.HasValue) + { + CostBearer2SupportConcept c2s = DAOFactory.GenericDAO.LoadByID(lSettlementDC.CostBearer2SupportConceptOid.Value); + reportId = c2s.CostBearer.ID; + } + + if (lSettlementDC.DifferentHourlyRateCount > 0) + { + IBeWoReport lSettlementReport = FindReportImp(reportId); + var ro = SettlementRO.Create(lSettlementDC); + lSettlementReport.SetReportDataSource(ro); + + report = lSettlementReport as XtraReport; + } + else + { + IBeWoReport lSettlementReport = FindReportImp(reportId); + lSettlementReport.SetReportDataSource(Settlement2RO.Create(lSettlementDC)); + report = lSettlementReport as XtraReport; + } + + var tmp = new Budgetnachweis(); + tmp.SetReportDataSource(SettlementRO.Create(lSettlementDC)); + tmp.CreateDocument(); + + if (report != null) + { + report.CreateDocument(); + var anhang = CreateBudgetnachweisAnhang(lSettlementDC); + if (anhang != null) + { + anhang.CreateDocument(); + tmp.Pages.AddRange(anhang.Pages); + } + } + + var seite2 = report; + seite2.CreateDocument(); + + tmp.Pages.AddRange(seite2.Pages); + report = tmp; + return report; + } + //return base.CreateSettlementReport(dcId, invoiceBaseOid, true); } } diff --git a/ReportImp/Wetterleuchten/SettlementReport2.cs b/ReportImp/Wetterleuchten/SettlementReport2.cs index 2cbe5fef0..fe08568d8 100644 --- a/ReportImp/Wetterleuchten/SettlementReport2.cs +++ b/ReportImp/Wetterleuchten/SettlementReport2.cs @@ -8,7 +8,7 @@ using BeWo.Report; namespace Wetterleuchten { - public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport//, IBeWoReport + public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport { public Spitzabrechnung() { diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs index 81d02155d..c9fe663af 100644 --- a/Service/Plugins/PluginLoader.cs +++ b/Service/Plugins/PluginLoader.cs @@ -165,7 +165,7 @@ namespace BeWo.Service.Plugins //t = "6149463003"; // Diakonisches Werk Bad Windsheim Neustadt a. d. Aisch //t = "6548202677"; // VKM Aachen SBD //t = "7803602698"; // Taubblindendienst - //t = "5518600303"; // Wetterleuchten e.V. + // t = "5518600303"; // Wetterleuchten e.V. //t = "4096649015"; // AWO Dortmund //t = "3614251071"; // Pusteblume //t = "7755740484"; // Sawo @@ -217,7 +217,7 @@ namespace BeWo.Service.Plugins //t = "4160851689"; // BeWo Dreilich&Pastor (Dreilich) //t = "9970072066"; // Bussmannshof //t = "2993745954"; // Kollegium für freie Jugendarbeit und Berufsbildung e.V. - t = "5495240031"; // Christian Luft + //t = "5495240031"; // Christian Luft //t = "6922762575"; // BHS Solingen //t = "3472573348"; // ASB Mönchengladbach //t = "8831599797"; // SeHT Münster @@ -278,7 +278,7 @@ namespace BeWo.Service.Plugins //t = "4823067940"; // Die Kette 2 //t = "8283849714"; // Forum e.V. (proviel GmbH) //t = "3915346496"; // Sprungbrett 2. DB (Haus Theresia) - //t = "2387527289"; // Lebenshilfe Duisburg HPFH + //t = "2387527289"; // Lebenshilfe Duisburg HPFH //t = "5595701056"; // Domiziel Ansbach //t = "9430188510"; // Pro INTEGRA //t = "4820371076"; // Zuhause Wohnen Iris Thimm @@ -288,6 +288,7 @@ namespace BeWo.Service.Plugins //t = "4947061147"; // Diakonisches Werk Passau //t = "9064234785"; // BeWo Rimbach //t = "9433783300"; // Wichernhaus gGmbH + t = "6282665941"; // Diakonisches Werk Regensburg return t; #else From 43c37de1fff2de3086047f4b64528d889521be64 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 10 Sep 2021 14:32:15 +0200 Subject: [PATCH 02/21] Entfernen von kleinem Text unterhalb des Logos --- .../NahDran/Quittierungsbeleg.Designer.cs | 88 ++++++++----------- ReportImp/NahDran/Quittierungsbeleg.resx | 3 - .../ServicesOverviewReport2.Designer.cs | 74 +++++++--------- .../NahDran/ServicesOverviewReport2.resx | 3 - .../NahDran/SettlementReport.Designer.cs | 28 ++---- ReportImp/NahDran/SettlementReport.resx | 3 - 6 files changed, 74 insertions(+), 125 deletions(-) diff --git a/ReportImp/NahDran/Quittierungsbeleg.Designer.cs b/ReportImp/NahDran/Quittierungsbeleg.Designer.cs index 6648fd545..850f6973b 100644 --- a/ReportImp/NahDran/Quittierungsbeleg.Designer.cs +++ b/ReportImp/NahDran/Quittierungsbeleg.Designer.cs @@ -64,6 +64,8 @@ namespace NahDran this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); @@ -76,6 +78,7 @@ namespace NahDran this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel(); @@ -113,17 +116,12 @@ namespace NahDran this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText(); - this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -550,6 +548,32 @@ namespace NahDran this.ReportHeader.HeightF = 150F; this.ReportHeader.Name = "ReportHeader"; // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(735.0001F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Quittierungsbeleg der Betreungsleistungen für den LVR"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrLabel17 + // + this.xrLabel17.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); + this.xrLabel17.Multiline = true; + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(735.0001F, 25F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Anbieter Nah Dran"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // // xrLabel14 // this.xrLabel14.BackColor = System.Drawing.Color.Gainsboro; @@ -715,11 +739,18 @@ namespace NahDran // topMarginBand1 // this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrRichText3, this.xrPictureBox1}); this.topMarginBand1.HeightF = 180F; this.topMarginBand1.Name = "topMarginBand1"; // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(445.9569F, 61.46F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(238.0422F, 84.16665F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 30F; @@ -1159,49 +1190,6 @@ namespace NahDran this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // - // xrLabel2 - // - this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel2.Multiline = true; - this.xrLabel2.Name = "xrLabel2"; - this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(735.0001F, 25F); - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.StylePriority.UseTextAlignment = false; - this.xrLabel2.Text = "Quittierungsbeleg der Betreungsleistungen für den LVR"; - this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // - // xrLabel17 - // - this.xrLabel17.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); - this.xrLabel17.Multiline = true; - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel17.SizeF = new System.Drawing.SizeF(735.0001F, 25F); - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.StylePriority.UseTextAlignment = false; - this.xrLabel17.Text = "Anbieter Nah Dran"; - this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // - // xrRichText3 - // - this.xrRichText3.Font = new System.Drawing.Font("Arial", 8F); - this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(509.9172F, 145.6266F); - this.xrRichText3.Name = "xrRichText3"; - this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString"); - this.xrRichText3.SizeF = new System.Drawing.SizeF(184.0831F, 28.11835F); - this.xrRichText3.StylePriority.UseFont = false; - // - // xrPictureBox1 - // - this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); - this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(445.9569F, 61.46F); - this.xrPictureBox1.Name = "xrPictureBox1"; - this.xrPictureBox1.SizeF = new System.Drawing.SizeF(238.0422F, 84.16665F); - this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // // Quittierungsbeleg // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1231,7 +1219,6 @@ namespace NahDran ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -1322,7 +1309,6 @@ namespace NahDran private DevExpress.XtraReports.UI.XRLabel xrLabel16; private DevExpress.XtraReports.UI.XRLabel xrLabel2; private DevExpress.XtraReports.UI.XRLabel xrLabel17; - private DevExpress.XtraReports.UI.XRRichText xrRichText3; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; } } diff --git a/ReportImp/NahDran/Quittierungsbeleg.resx b/ReportImp/NahDran/Quittierungsbeleg.resx index 64e7d66a6..041a44768 100644 --- a/ReportImp/NahDran/Quittierungsbeleg.resx +++ b/ReportImp/NahDran/Quittierungsbeleg.resx @@ -120,9 +120,6 @@ 21, 17 - - ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAE0AeQByAGkAYQBkACAAUAByAG8AOwB9AH0AewBcAGMAbwBsAG8AcgB0AGIAbAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADAAIAA7AFwAcgBlAGQAMABcAGcAcgBlAGUAbgAwAFwAYgBsAHUAZQAyADUANQAgADsAXAByAGUAZAA3ADYAXABnAHIAZQBlAG4AMQAxADAAXABiAGwAdQBlADEANAA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAHIAXABzAGwAMgA3ADUAXABzAGwAbQB1AGwAdAAxAFwAcwBhADIAMAAwAHsAXABmADIAXABmAHMAMQAyAFwAYwBmADMAIABNAGkAdABnAGwAaQBlAGQAIABpAG0AIABCAGUAVwBvAC0AVgBlAHIAYgB1AG4AZAAgAEIAbwBuAG4ALwBSAGgAZQBpAG4ALQBTAGkAZQBnAH0AXABmADEAXABmAHMAMgA0AFwAYwBmADEAXABwAGEAcgB9AA== - diff --git a/ReportImp/NahDran/ServicesOverviewReport2.Designer.cs b/ReportImp/NahDran/ServicesOverviewReport2.Designer.cs index 3b4c81412..c5a62f952 100644 --- a/ReportImp/NahDran/ServicesOverviewReport2.Designer.cs +++ b/ReportImp/NahDran/ServicesOverviewReport2.Designer.cs @@ -44,8 +44,10 @@ namespace NahDran this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); this.lblBewilligteStunden = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); @@ -63,6 +65,7 @@ namespace NahDran this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); @@ -75,13 +78,8 @@ namespace NahDran this.fieldAbrechenbareMinuten = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldBillableFLS = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // @@ -233,6 +231,10 @@ namespace NahDran this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 0.17676764318858851D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -262,6 +264,19 @@ namespace NahDran this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.StylePriority.UseFont = false; // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(675F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Anbieter Nah Dran"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // // xrLabel29 // this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { @@ -429,13 +444,20 @@ namespace NahDran // topMarginBand1 // this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrPictureBox1, - this.xrRichText2}); + this.xrPictureBox1}); this.topMarginBand1.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.topMarginBand1.HeightF = 206.0417F; this.topMarginBand1.Name = "topMarginBand1"; this.topMarginBand1.StylePriority.UseFont = false; // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(400.9577F, 61.45833F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(238.0422F, 84.16665F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 30F; @@ -567,41 +589,7 @@ namespace NahDran this.fieldAbrechenbareFLS.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; this.fieldAbrechenbareFLS.Name = "fieldAbrechenbareFLS"; // - // xrPictureBox1 - // - this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); - this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(400.9577F, 61.45833F); - this.xrPictureBox1.Name = "xrPictureBox1"; - this.xrPictureBox1.SizeF = new System.Drawing.SizeF(238.0422F, 84.16665F); - this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // xrRichText2 - // - this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); - this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(464.9165F, 145.625F); - this.xrRichText2.Name = "xrRichText2"; - this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); - this.xrRichText2.SizeF = new System.Drawing.SizeF(184.0831F, 28.125F); - this.xrRichText2.StylePriority.UseFont = false; - // - // xrLabel2 - // - this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); - this.xrLabel2.Multiline = true; - this.xrLabel2.Name = "xrLabel2"; - this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(675F, 25F); - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.StylePriority.UseTextAlignment = false; - this.xrLabel2.Text = "Anbieter Nah Dran"; - this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // - // Stundenzettel + // Stundenzettel2 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, @@ -628,7 +616,6 @@ namespace NahDran this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); @@ -682,7 +669,6 @@ namespace NahDran private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; - private DevExpress.XtraReports.UI.XRRichText xrRichText2; private DevExpress.XtraReports.UI.XRLabel xrLabel2; } } diff --git a/ReportImp/NahDran/ServicesOverviewReport2.resx b/ReportImp/NahDran/ServicesOverviewReport2.resx index 729ba142e..2720ac4b0 100644 --- a/ReportImp/NahDran/ServicesOverviewReport2.resx +++ b/ReportImp/NahDran/ServicesOverviewReport2.resx @@ -296,7 +296,4 @@ AmxPAAAAAElFTkSuQmCC - - ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAE0AeQByAGkAYQBkACAAUAByAG8AOwB9AH0AewBcAGMAbwBsAG8AcgB0AGIAbAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADAAIAA7AFwAcgBlAGQAMABcAGcAcgBlAGUAbgAwAFwAYgBsAHUAZQAyADUANQAgADsAXAByAGUAZAA3ADYAXABnAHIAZQBlAG4AMQAxADAAXABiAGwAdQBlADEANAA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAHIAXABzAGwAMgA3ADUAXABzAGwAbQB1AGwAdAAxAFwAcwBhADIAMAAwAHsAXABmADIAXABmAHMAMQAyAFwAYwBmADMAIABNAGkAdABnAGwAaQBlAGQAIABpAG0AIABCAGUAVwBvAC0AVgBlAHIAYgB1AG4AZAAgAEIAbwBuAG4ALwBSAGgAZQBpAG4ALQBTAGkAZQBnAH0AXABmADEAXABmAHMAMgA0AFwAYwBmADEAXABwAGEAcgB9AA== - \ No newline at end of file diff --git a/ReportImp/NahDran/SettlementReport.Designer.cs b/ReportImp/NahDran/SettlementReport.Designer.cs index afde00558..7201bbe53 100644 --- a/ReportImp/NahDran/SettlementReport.Designer.cs +++ b/ReportImp/NahDran/SettlementReport.Designer.cs @@ -32,7 +32,6 @@ namespace NahDran.Alt System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spitzabrechnung)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); - this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); @@ -73,6 +72,7 @@ namespace NahDran.Alt this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -93,13 +93,11 @@ namespace NahDran.Alt this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -112,7 +110,6 @@ namespace NahDran.Alt // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrRichText2, this.xrLabel11, this.xrLabel5, this.xrPictureBox1}); @@ -120,15 +117,6 @@ namespace NahDran.Alt this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.StylePriority.UseFont = false; // - // xrRichText2 - // - this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); - this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(487.9168F, 94.16666F); - this.xrRichText2.Name = "xrRichText2"; - this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); - this.xrRichText2.SizeF = new System.Drawing.SizeF(184.0831F, 50F); - this.xrRichText2.StylePriority.UseFont = false; - // // xrLabel11 // this.xrLabel11.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -591,6 +579,10 @@ namespace NahDran.Alt this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell23.Weight = 0.21685899000901443D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); + // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -806,10 +798,6 @@ namespace NahDran.Alt this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell58.Weight = 0.21685899000901443D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); - // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -831,12 +819,11 @@ namespace NahDran.Alt this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; - ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -906,6 +893,5 @@ namespace NahDran.Alt private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; private DevExpress.XtraReports.UI.XRRichText xrRichText1; - private DevExpress.XtraReports.UI.XRRichText xrRichText2; } } diff --git a/ReportImp/NahDran/SettlementReport.resx b/ReportImp/NahDran/SettlementReport.resx index 37f7ba4af..ecf766f34 100644 --- a/ReportImp/NahDran/SettlementReport.resx +++ b/ReportImp/NahDran/SettlementReport.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAE0AeQByAGkAYQBkACAAUAByAG8AOwB9AH0AewBcAGMAbwBsAG8AcgB0AGIAbAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADAAIAA7AFwAcgBlAGQAMABcAGcAcgBlAGUAbgAwAFwAYgBsAHUAZQAyADUANQAgADsAXAByAGUAZAA3ADYAXABnAHIAZQBlAG4AMQAxADAAXABiAGwAdQBlADEANAA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAHIAXABzAGwAMgA3ADUAXABzAGwAbQB1AGwAdAAxAFwAcwBhADIAMAAwAHsAXABmADIAXABmAHMAMQAyAFwAYwBmADMAIABNAGkAdABnAGwAaQBlAGQAIABpAG0AIABCAGUAVwBvAC0AVgBlAHIAYgB1AG4AZAAgAEIAbwBuAG4ALwBSAGgAZQBpAG4ALQBTAGkAZQBnAH0AXABmADEAXABmAHMAMgA0AFwAYwBmADEAXABwAGEAcgB9AA== - From 6405b85b8870ffbf5578682f94785129db7fcd8f Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 13 Sep 2021 13:52:33 +0200 Subject: [PATCH 03/21] KoelnerBewo Anpassung String Format --- BeWoAllReports.sln | 27 +++ .../DesignTimeResolveAssemblyReferences.cache | Bin 6795 -> 11 bytes .../Quittierungsbeleg.Designer.cs | 194 +++++++++--------- 3 files changed, 124 insertions(+), 97 deletions(-) diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln index f83cd9c5d..f38906eb0 100644 --- a/BeWoAllReports.sln +++ b/BeWoAllReports.sln @@ -654,6 +654,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wichernhaus", "ReportImp\Wi EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiakonischesWerkRegensburg", "ReportImp\DiakonischesWerkRegensburg\DiakonischesWerkRegensburg.csproj", "{330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoelnerBeWoSelbstbestimmtLeben", "ReportImp\KoelnerBeWoSelbstbestimmtLeben\KoelnerBeWoSelbstbestimmtLeben.csproj", "{FE240F9F-CC85-4F7D-9080-BEEBE76B0735}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -7885,6 +7887,30 @@ Global {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|Mixed Platforms.Build.0 = Release|Any CPU {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|x86.ActiveCfg = Release|Any CPU {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2}.Release|x86.Build.0 = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|.NET.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|.NET.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|x86.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Debug|x86.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.DebugRemote|x86.Build.0 = Debug|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|.NET.ActiveCfg = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|.NET.Build.0 = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|Any CPU.Build.0 = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|x86.ActiveCfg = Release|Any CPU + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -8210,6 +8236,7 @@ Global {6AB16005-E552-4619-9E55-D752FCCAC3B0} = {D8A691C5-146D-4613-86CC-438F02FE9106} {ACAA5856-E43A-4F4C-969E-2F4FB0D5A527} = {D8A691C5-146D-4613-86CC-438F02FE9106} {330C49F0-B2D7-4F09-9F6E-E26FF1038BF2} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {FE240F9F-CC85-4F7D-9080-BEEBE76B0735} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ReportImp/DiakonischesWerkRegensburg/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 07267f7c3c11d5c56e1e1e55518963a9e74d363a..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 6795 zcmdT|O=u)V6rR#(lF7O;xIva(Bx^uCgzm(|zd#UYCcBF|*)bE690sJPr;?OgQ#D&% zoj7~RUUS%^9z1#SAgqWedJ{y!lP5(4537i`y)1YXtykTZ>1|tvN!J9dkm^cx<<;x= z^L?+XT3WA{5gI8J3g}8@xlt4RZS2dS(ZpTOT6Ml78zsEOYt&;{=wV|Wces#^CSi>V zZic&h)`@1F7NrO&Y3$A4W?lL77(!?Q1jO&rL+V|+!5lhN-N-F9P)~Gihfuuix^89J zH7dD1mE4|6dgw-*yGkWjtE6WWDru<&R7z+vH?xUFKsZ}@&Y6dwxtVfEWhn3p!=V%& zotvqJO-lUNad(4X$83d#lq&5C=p1wijkN=x3rd>We()yU^jEozb4G zW3f+soLi+b7dW>MAC0~*x14jaowf*T@q@s*%tbrMEp}c~70+t{XXs2S70jPmDKUTN+8>{O`0+hh6ID=p)DNy7 zQL6x|q2+>WQ^Oy_^`D=A--B!OHnW@_23(sBL7kz(wL!)$JlIh!s~9b=T_sH{m?trM z*!WRBKbQnxMlH+tAH92jw0rxn&tQeAo<}L)U1C`36EhHUx>C*(bfNO=56?_(UrGvk z;=$^^%3C;pku}*X*qk>AyOA3}`cwq^gHq=|n1g04W(ZTCMDrdZjW8?hYpWzU6+$y- z%ra*?WH%Ip6GUceRJ-*XG&ObBKq6C!|#sBH&s|<96b~|&>Qqa+f;FU z^~A+7z*~IWJ_g+P7QcQvu8;d)Vf_1Etd_e(PAQdyUF)}6^muj4|&_rWh2n0*N-+&9JVG1HW}HIu)4xKiA_XtgMjZkdBkX gp)t!PK0+oDtdyS?IW~Fq3D;2;?^OY$&|pma5B919rT_o{ diff --git a/ReportImp/KoelnerBeWoSelbstbestimmtLeben/Quittierungsbeleg.Designer.cs b/ReportImp/KoelnerBeWoSelbstbestimmtLeben/Quittierungsbeleg.Designer.cs index 6e402d6f0..190b4ec80 100644 --- a/ReportImp/KoelnerBeWoSelbstbestimmtLeben/Quittierungsbeleg.Designer.cs +++ b/ReportImp/KoelnerBeWoSelbstbestimmtLeben/Quittierungsbeleg.Designer.cs @@ -42,7 +42,10 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell_FLSHours = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.picSignature = new DevExpress.XtraReports.UI.XRPictureBox(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -50,6 +53,7 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -58,8 +62,10 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); @@ -77,6 +83,7 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel(); this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel(); this.xrTableAbwesenheiten = new DevExpress.XtraReports.UI.XRTable(); @@ -112,21 +119,14 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.picSignature = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell_FLSHours = new DevExpress.XtraReports.UI.XRTableCell(); this.FLSHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.TotalFLSBillable = new DevExpress.XtraReports.UI.CalculatedField(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -270,6 +270,17 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell12.Weight = 0.10732323052948757D; // + // xrTableCell_FLSHours + // + this.xrTableCell_FLSHours.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.FLSHours", "{0:0.00}")}); + this.xrTableCell_FLSHours.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell_FLSHours.Name = "xrTableCell_FLSHours"; + this.xrTableCell_FLSHours.StylePriority.UseFont = false; + this.xrTableCell_FLSHours.StylePriority.UseTextAlignment = false; + this.xrTableCell_FLSHours.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell_FLSHours.Weight = 0.10732323052948757D; + // // xrTableCell44 // this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { @@ -282,6 +293,30 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell44.Weight = 0.20202019104791347D; // + // xrTableCell50 + // + this.xrTableCell50.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.picSignature}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell50.Weight = 0.20202019042968572D; + // + // picSignature + // + this.picSignature.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.picSignature.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "Services.Signature")}); + this.picSignature.LocationFloat = new DevExpress.Utils.PointFloat(1F, 1F); + this.picSignature.Name = "picSignature"; + this.picSignature.SizeF = new System.Drawing.SizeF(158F, 18F); + this.picSignature.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.picSignature.StylePriority.UseBorders = false; + this.picSignature.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.picSignature_BeforePrint); + // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -384,6 +419,21 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; this.xrTableCell9.Weight = 0.23743016759776536D; // + // xrTableCell32 + // + this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell32.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "FLS in"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell32.Weight = 0.23743016759776536D; + // // xrTableCell28 // this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) @@ -492,6 +542,22 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell7.Weight = 0.23743016759776536D; // + // xrTableCell33 + // + this.xrTableCell33.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell33.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell33.Multiline = true; + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.StylePriority.UseBackColor = false; + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.Text = "Stunden\r\n(ohne 1,2)"; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell33.Weight = 0.23743016759776536D; + // // xrTableCell43 // this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) @@ -516,6 +582,10 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell49.Weight = 0.44692737430167606D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -745,6 +815,24 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.GroupFooter1.KeepTogether = true; this.GroupFooter1.Name = "GroupFooter1"; // + // xrLabel17 + // + this.xrLabel17.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLSBillable", "{0:0.00}")}); + this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(378.0549F, 0F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(77.43289F, 20F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UsePadding = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // // lblUnterschriftKlient // this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top; @@ -1158,76 +1246,6 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // - // picSignature - // - this.picSignature.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.picSignature.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Tag", null, "Services.Signature")}); - this.picSignature.LocationFloat = new DevExpress.Utils.PointFloat(1F, 1F); - this.picSignature.Name = "picSignature"; - this.picSignature.SizeF = new System.Drawing.SizeF(158F, 18F); - this.picSignature.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - this.picSignature.StylePriority.UseBorders = false; - this.picSignature.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.picSignature_BeforePrint); - // - // xrTableCell50 - // - this.xrTableCell50.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.picSignature}); - this.xrTableCell50.Name = "xrTableCell50"; - this.xrTableCell50.StylePriority.UseBorders = false; - this.xrTableCell50.StylePriority.UseFont = false; - this.xrTableCell50.StylePriority.UsePadding = false; - this.xrTableCell50.StylePriority.UseTextAlignment = false; - this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell50.Weight = 0.20202019042968572D; - // - // xrTableCell32 - // - this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell32.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell32.Name = "xrTableCell32"; - this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrTableCell32.StylePriority.UseBorders = false; - this.xrTableCell32.StylePriority.UseFont = false; - this.xrTableCell32.StylePriority.UsePadding = false; - this.xrTableCell32.StylePriority.UseTextAlignment = false; - this.xrTableCell32.Text = "FLS in"; - this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; - this.xrTableCell32.Weight = 0.23743016759776536D; - // - // xrTableCell33 - // - this.xrTableCell33.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell33.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell33.Multiline = true; - this.xrTableCell33.Name = "xrTableCell33"; - this.xrTableCell33.StylePriority.UseBackColor = false; - this.xrTableCell33.StylePriority.UseBorders = false; - this.xrTableCell33.StylePriority.UseFont = false; - this.xrTableCell33.StylePriority.UseTextAlignment = false; - this.xrTableCell33.Text = "Stunden\r\n(ohne 1,2)"; - this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell33.Weight = 0.23743016759776536D; - // - // xrTableCell_FLSHours - // - this.xrTableCell_FLSHours.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.FLSHours")}); - this.xrTableCell_FLSHours.Font = new System.Drawing.Font("Arial", 10F); - this.xrTableCell_FLSHours.Name = "xrTableCell_FLSHours"; - this.xrTableCell_FLSHours.StylePriority.UseFont = false; - this.xrTableCell_FLSHours.StylePriority.UseTextAlignment = false; - this.xrTableCell_FLSHours.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell_FLSHours.Weight = 0.10732323052948757D; - // // FLSHours // this.FLSHours.DataMember = "Services"; @@ -1235,24 +1253,6 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.FLSHours.FieldType = DevExpress.XtraReports.UI.FieldType.Double; this.FLSHours.Name = "FLSHours"; // - // xrLabel17 - // - this.xrLabel17.BackColor = System.Drawing.Color.Gainsboro; - this.xrLabel17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLSBillable")}); - this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(378.0549F, 0F); - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel17.SizeF = new System.Drawing.SizeF(77.43289F, 20F); - this.xrLabel17.StylePriority.UseBackColor = false; - this.xrLabel17.StylePriority.UseBorders = false; - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.StylePriority.UsePadding = false; - this.xrLabel17.StylePriority.UseTextAlignment = false; - this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - // // TotalFLSBillable // this.TotalFLSBillable.Expression = "[TotalFLMBillable] / 60"; @@ -1286,10 +1286,10 @@ namespace KoelnerBeWoSelbstbestimmtLeben this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } From 3e20250e84f7cb79b44f9baa9822dd46907b9d54 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Tue, 14 Sep 2021 14:08:08 +0200 Subject: [PATCH 04/21] MH: Fehler bei Drucken des Dienstplans behoben --- BeWo/View/Detail/EmployeeView.xaml | 6 +- BeWo/View/Detail/EmployeeView.xaml.cs | 2 +- .../Detail/Report/DienstplanerView.xaml.cs | 9 +- Host/ReportView.aspx.cs | 2 +- Service/Plugins/VacationService.cs | 387 ++++++++++++------ 5 files changed, 265 insertions(+), 141 deletions(-) diff --git a/BeWo/View/Detail/EmployeeView.xaml b/BeWo/View/Detail/EmployeeView.xaml index 83b77c5f8..4eed0b391 100644 --- a/BeWo/View/Detail/EmployeeView.xaml +++ b/BeWo/View/Detail/EmployeeView.xaml @@ -670,8 +670,8 @@ - - + + @@ -681,7 +681,7 @@ - +