From 71ddacc6cc1caf8ff74ef53eba0e3c730ccfadcf Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 16 May 2024 13:30:03 +0200 Subject: [PATCH] =?UTF-8?q?FreundeskreisSuchthilfe/SettlementReport2.Desig?= =?UTF-8?q?ner=20-=20nochmal=20Schriftgr=C3=B6=C3=9Fe=20rauf=20-=20=20in?= =?UTF-8?q?=20Zukunft=20nur=20SR2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FreundeskreisSuchthilfe.csproj | 1 + .../Invoicing/SettlementInvoiceCreation.cs | 18 +++++ .../SettlementReport.Designer.cs | 62 ++++++++--------- .../SettlementReport.cs | 1 + .../SettlementReport2.Designer.cs | 68 ++++++++++--------- 5 files changed, 86 insertions(+), 64 deletions(-) create mode 100644 ReportImp/FreundeskreisSuchthilfe/Invoicing/SettlementInvoiceCreation.cs diff --git a/ReportImp/FreundeskreisSuchthilfe/FreundeskreisSuchthilfe.csproj b/ReportImp/FreundeskreisSuchthilfe/FreundeskreisSuchthilfe.csproj index 42ed5b477..fe5d36f4b 100644 --- a/ReportImp/FreundeskreisSuchthilfe/FreundeskreisSuchthilfe.csproj +++ b/ReportImp/FreundeskreisSuchthilfe/FreundeskreisSuchthilfe.csproj @@ -80,6 +80,7 @@ + Component diff --git a/ReportImp/FreundeskreisSuchthilfe/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/FreundeskreisSuchthilfe/Invoicing/SettlementInvoiceCreation.cs new file mode 100644 index 000000000..f1c116747 --- /dev/null +++ b/ReportImp/FreundeskreisSuchthilfe/Invoicing/SettlementInvoiceCreation.cs @@ -0,0 +1,18 @@ +using BeWo.Data.Entities; +using BeWo.Service.Invoicing; +using BS.Shared.DataContracts; +using BS.Shared.Services; +using System; +using System.Collections.Generic; +using System.Linq; + +namespace FreundeskreisSuchthilfe +{ + public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation + { + public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s) + { + return false; + } + } +} diff --git a/ReportImp/FreundeskreisSuchthilfe/SettlementReport.Designer.cs b/ReportImp/FreundeskreisSuchthilfe/SettlementReport.Designer.cs index e6ec1cfdd..2c3f54eb0 100644 --- a/ReportImp/FreundeskreisSuchthilfe/SettlementReport.Designer.cs +++ b/ReportImp/FreundeskreisSuchthilfe/SettlementReport.Designer.cs @@ -62,6 +62,7 @@ namespace FreundeskreisSuchthilfe.Alt this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); 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.lblHatAbwesenheitenJa = new DevExpress.XtraReports.UI.XRLabel(); this.lblGruppenJa = new DevExpress.XtraReports.UI.XRLabel(); @@ -87,11 +88,10 @@ namespace FreundeskreisSuchthilfe.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.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 +112,7 @@ namespace FreundeskreisSuchthilfe.Alt // this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")}); - this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel8.ForeColor = System.Drawing.Color.Black; this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(518.5F, 161.375F); this.xrLabel8.Name = "xrLabel8"; @@ -127,7 +127,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrTable1 // - this.xrTable1.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable1.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 310.7084F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -235,7 +235,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrTableCell22 // - this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Underline); + this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Underline); this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseBorderColor = false; this.xrTableCell22.StylePriority.UseBorders = false; @@ -246,7 +246,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel6 // - this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 256.5417F); this.xrLabel6.Multiline = true; this.xrLabel6.Name = "xrLabel6"; @@ -259,7 +259,7 @@ namespace FreundeskreisSuchthilfe.Alt // this.xrLabel4.BackColor = System.Drawing.Color.Transparent; this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 217.3751F); this.xrLabel4.Multiline = true; this.xrLabel4.Name = "xrLabel4"; @@ -274,7 +274,7 @@ namespace FreundeskreisSuchthilfe.Alt // this.xrLabel3.BackColor = System.Drawing.Color.Transparent; this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 201.375F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.SizeF = new System.Drawing.SizeF(540.625F, 16F); @@ -288,7 +288,7 @@ namespace FreundeskreisSuchthilfe.Alt // this.xrLabel2.BackColor = System.Drawing.Color.Transparent; this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 184.375F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.SizeF = new System.Drawing.SizeF(540.625F, 17F); @@ -310,7 +310,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel10 // - this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 9.999974F); this.xrLabel10.Multiline = true; this.xrLabel10.Name = "xrLabel10"; @@ -321,7 +321,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel12 // - this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 70F); this.xrLabel12.Multiline = true; this.xrLabel12.Name = "xrLabel12"; @@ -360,7 +360,7 @@ namespace FreundeskreisSuchthilfe.Alt // // lblAddress // - this.lblAddress.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblAddress.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblAddress.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.lblAddress.Multiline = true; this.lblAddress.Name = "lblAddress"; @@ -390,7 +390,7 @@ namespace FreundeskreisSuchthilfe.Alt // xrTable5 // this.xrTable5.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable5.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable5.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00001F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -436,6 +436,10 @@ namespace FreundeskreisSuchthilfe.Alt this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell23.Weight = 0.2D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); + // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -462,7 +466,7 @@ namespace FreundeskreisSuchthilfe.Alt | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblHatAbwesenheitenJa.CanGrow = false; - this.lblHatAbwesenheitenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblHatAbwesenheitenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblHatAbwesenheitenJa.LocationFloat = new DevExpress.Utils.PointFloat(336.644F, 98.00002F); this.lblHatAbwesenheitenJa.Name = "lblHatAbwesenheitenJa"; this.lblHatAbwesenheitenJa.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -480,7 +484,7 @@ namespace FreundeskreisSuchthilfe.Alt | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblGruppenJa.CanGrow = false; - this.lblGruppenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblGruppenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblGruppenJa.LocationFloat = new DevExpress.Utils.PointFloat(336.644F, 118F); this.lblGruppenJa.Name = "lblGruppenJa"; this.lblGruppenJa.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -494,7 +498,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel15 // - this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(360F, 98F); this.xrLabel15.Multiline = true; this.xrLabel15.Name = "xrLabel15"; @@ -505,7 +509,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel16 // - this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(360F, 118F); this.xrLabel16.Multiline = true; this.xrLabel16.Name = "xrLabel16"; @@ -520,7 +524,7 @@ namespace FreundeskreisSuchthilfe.Alt | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblGruppenNein.CanGrow = false; - this.lblGruppenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblGruppenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblGruppenNein.LocationFloat = new DevExpress.Utils.PointFloat(264.5833F, 118F); this.lblGruppenNein.Name = "lblGruppenNein"; this.lblGruppenNein.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -538,7 +542,7 @@ namespace FreundeskreisSuchthilfe.Alt | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblHatAbwesenheitenNein.CanGrow = false; - this.lblHatAbwesenheitenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblHatAbwesenheitenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblHatAbwesenheitenNein.LocationFloat = new DevExpress.Utils.PointFloat(264.5833F, 98.00002F); this.lblHatAbwesenheitenNein.Name = "lblHatAbwesenheitenNein"; this.lblHatAbwesenheitenNein.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -552,7 +556,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel7 // - this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(290F, 98F); this.xrLabel7.Multiline = true; this.xrLabel7.Name = "xrLabel7"; @@ -563,7 +567,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel9 // - this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(290F, 118F); this.xrLabel9.Multiline = true; this.xrLabel9.Name = "xrLabel9"; @@ -574,7 +578,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel5 // - this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 118F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; @@ -585,7 +589,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrLabel1 // - this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 98.00002F); this.xrLabel1.Multiline = true; this.xrLabel1.Name = "xrLabel1"; @@ -597,7 +601,7 @@ namespace FreundeskreisSuchthilfe.Alt // xrTable4 // this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable4.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable4.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -707,7 +711,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrTableCell57 // - this.xrTableCell57.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell57.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.StylePriority.UseBorderColor = false; this.xrTableCell57.StylePriority.UseBorders = false; @@ -718,7 +722,7 @@ namespace FreundeskreisSuchthilfe.Alt // // xrTableCell58 // - this.xrTableCell58.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell58.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.StylePriority.UseBorderColor = false; this.xrTableCell58.StylePriority.UseBorders = false; @@ -729,10 +733,6 @@ namespace FreundeskreisSuchthilfe.Alt this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell58.Weight = 0.2D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); - // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -759,8 +759,8 @@ namespace FreundeskreisSuchthilfe.Alt this.Watermarks.Add(xrWatermark1); ((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(); } diff --git a/ReportImp/FreundeskreisSuchthilfe/SettlementReport.cs b/ReportImp/FreundeskreisSuchthilfe/SettlementReport.cs index 0dae3588f..fede0e411 100644 --- a/ReportImp/FreundeskreisSuchthilfe/SettlementReport.cs +++ b/ReportImp/FreundeskreisSuchthilfe/SettlementReport.cs @@ -10,6 +10,7 @@ using BS.Shared.DataContracts; namespace FreundeskreisSuchthilfe.Alt { + //auslaufendes Modell da ab 16.05.2024 nur noch SR2 public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport { public Spitzabrechnung() diff --git a/ReportImp/FreundeskreisSuchthilfe/SettlementReport2.Designer.cs b/ReportImp/FreundeskreisSuchthilfe/SettlementReport2.Designer.cs index a2830943b..def6295bc 100644 --- a/ReportImp/FreundeskreisSuchthilfe/SettlementReport2.Designer.cs +++ b/ReportImp/FreundeskreisSuchthilfe/SettlementReport2.Designer.cs @@ -71,6 +71,7 @@ namespace FreundeskreisSuchthilfe this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); @@ -96,12 +97,11 @@ namespace FreundeskreisSuchthilfe 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.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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 @@ -115,7 +115,7 @@ namespace FreundeskreisSuchthilfe // this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")}); - this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel8.ForeColor = System.Drawing.Color.Black; this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(501.9167F, 91.58334F); this.xrLabel8.Name = "xrLabel8"; @@ -130,7 +130,7 @@ namespace FreundeskreisSuchthilfe // // xrTable1 // - this.xrTable1.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable1.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 265.9151F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -238,7 +238,7 @@ namespace FreundeskreisSuchthilfe // // xrTableCell22 // - this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Underline); + this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Underline); this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseBorderColor = false; this.xrTableCell22.StylePriority.UseBorders = false; @@ -249,7 +249,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel6 // - this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 209.6667F); this.xrLabel6.Multiline = true; this.xrLabel6.Name = "xrLabel6"; @@ -262,7 +262,7 @@ namespace FreundeskreisSuchthilfe // this.xrLabel4.BackColor = System.Drawing.Color.Transparent; this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 170.5001F); this.xrLabel4.Multiline = true; this.xrLabel4.Name = "xrLabel4"; @@ -277,7 +277,7 @@ namespace FreundeskreisSuchthilfe // this.xrLabel3.BackColor = System.Drawing.Color.Transparent; this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 154.5F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.SizeF = new System.Drawing.SizeF(540.625F, 16F); @@ -292,7 +292,7 @@ namespace FreundeskreisSuchthilfe // this.xrLabel2.BackColor = System.Drawing.Color.Transparent; this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 137.5F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.SizeF = new System.Drawing.SizeF(540.625F, 17F); @@ -320,7 +320,7 @@ namespace FreundeskreisSuchthilfe this.xrLabel11.CanShrink = true; this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "FehlkontakteString")}); - this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 9.999974F); this.xrLabel11.Multiline = true; this.xrLabel11.Name = "xrLabel11"; @@ -330,7 +330,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel10 // - this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 31.25F); this.xrLabel10.Multiline = true; this.xrLabel10.Name = "xrLabel10"; @@ -341,7 +341,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel12 // - this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.25005F); this.xrLabel12.Multiline = true; this.xrLabel12.Name = "xrLabel12"; @@ -380,7 +380,7 @@ namespace FreundeskreisSuchthilfe // // lblAddress // - this.lblAddress.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblAddress.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblAddress.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.lblAddress.Multiline = true; this.lblAddress.Name = "lblAddress"; @@ -412,7 +412,7 @@ namespace FreundeskreisSuchthilfe // xrTable5 // this.xrTable5.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable5.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable5.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 0F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -475,7 +475,7 @@ namespace FreundeskreisSuchthilfe // // xrTable6 // - this.xrTable6.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable6.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable6.Name = "xrTable6"; this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -545,6 +545,10 @@ namespace FreundeskreisSuchthilfe this.xrTableCell1.StylePriority.UsePadding = false; this.xrTableCell1.Weight = 3D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); + // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -567,7 +571,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel1 // - this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 87.99998F); this.xrLabel1.Multiline = true; this.xrLabel1.Name = "xrLabel1"; @@ -578,7 +582,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel5 // - this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 108F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; @@ -589,7 +593,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel9 // - this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(289.9999F, 108F); this.xrLabel9.Multiline = true; this.xrLabel9.Name = "xrLabel9"; @@ -600,7 +604,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel7 // - this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(289.9999F, 87.99998F); this.xrLabel7.Multiline = true; this.xrLabel7.Name = "xrLabel7"; @@ -615,7 +619,7 @@ namespace FreundeskreisSuchthilfe | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblHatAbwesenheitenNein.CanGrow = false; - this.lblHatAbwesenheitenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblHatAbwesenheitenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblHatAbwesenheitenNein.LocationFloat = new DevExpress.Utils.PointFloat(264.5833F, 87.99998F); this.lblHatAbwesenheitenNein.Name = "lblHatAbwesenheitenNein"; this.lblHatAbwesenheitenNein.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -633,7 +637,7 @@ namespace FreundeskreisSuchthilfe | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblGruppenNein.CanGrow = false; - this.lblGruppenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblGruppenNein.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblGruppenNein.LocationFloat = new DevExpress.Utils.PointFloat(264.5833F, 108F); this.lblGruppenNein.Name = "lblGruppenNein"; this.lblGruppenNein.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -647,7 +651,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel16 // - this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(360.0001F, 108F); this.xrLabel16.Multiline = true; this.xrLabel16.Name = "xrLabel16"; @@ -658,7 +662,7 @@ namespace FreundeskreisSuchthilfe // // xrLabel15 // - this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(360.0001F, 87.99998F); this.xrLabel15.Multiline = true; this.xrLabel15.Name = "xrLabel15"; @@ -673,7 +677,7 @@ namespace FreundeskreisSuchthilfe | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblGruppenJa.CanGrow = false; - this.lblGruppenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblGruppenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblGruppenJa.LocationFloat = new DevExpress.Utils.PointFloat(336.644F, 108F); this.lblGruppenJa.Name = "lblGruppenJa"; this.lblGruppenJa.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -691,7 +695,7 @@ namespace FreundeskreisSuchthilfe | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblHatAbwesenheitenJa.CanGrow = false; - this.lblHatAbwesenheitenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.lblHatAbwesenheitenJa.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.lblHatAbwesenheitenJa.LocationFloat = new DevExpress.Utils.PointFloat(336.644F, 87.99998F); this.lblHatAbwesenheitenJa.Name = "lblHatAbwesenheitenJa"; this.lblHatAbwesenheitenJa.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); @@ -706,7 +710,7 @@ namespace FreundeskreisSuchthilfe // xrTable4 // this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable4.Font = new DevExpress.Drawing.DXFont("Calibri", 10F); + this.xrTable4.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { @@ -801,10 +805,12 @@ namespace FreundeskreisSuchthilfe // // xrTableCell56 // + this.xrTableCell56.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); this.xrTableCell56.Name = "xrTableCell56"; this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell56.StylePriority.UseBorderColor = false; this.xrTableCell56.StylePriority.UseBorders = false; + this.xrTableCell56.StylePriority.UseFont = false; this.xrTableCell56.Weight = 0.70769230769230762D; // // xrTableRow36 @@ -817,7 +823,7 @@ namespace FreundeskreisSuchthilfe // // xrTableCell57 // - this.xrTableCell57.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell57.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.StylePriority.UseBorderColor = false; this.xrTableCell57.StylePriority.UseBorders = false; @@ -830,7 +836,7 @@ namespace FreundeskreisSuchthilfe // this.xrTableCell58.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Claim", "{0:c}")}); - this.xrTableCell58.Font = new DevExpress.Drawing.DXFont("Calibri", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell58.Font = new DevExpress.Drawing.DXFont("Calibri", 11F, DevExpress.Drawing.DXFontStyle.Bold); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.StylePriority.UseBorderColor = false; this.xrTableCell58.StylePriority.UseBorders = false; @@ -840,10 +846,6 @@ namespace FreundeskreisSuchthilfe this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell58.Weight = 0.2D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); - // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -870,8 +872,8 @@ namespace FreundeskreisSuchthilfe ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }