diff --git a/ReportImp/HausDuelken/Quittierungsbeleg.Designer.cs b/ReportImp/HausDuelken/Quittierungsbeleg.Designer.cs index 4cbe8c36a..14d735096 100644 --- a/ReportImp/HausDuelken/Quittierungsbeleg.Designer.cs +++ b/ReportImp/HausDuelken/Quittierungsbeleg.Designer.cs @@ -571,7 +571,7 @@ namespace HausDuelken this.lblBewilligteFLS.LocationFloat = new DevExpress.Utils.PointFloat(414.9999F, 47.1111F); this.lblBewilligteFLS.Name = "lblBewilligteFLS"; this.lblBewilligteFLS.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.lblBewilligteFLS.SizeF = new System.Drawing.SizeF(178.7501F, 30.50001F); + this.lblBewilligteFLS.SizeF = new System.Drawing.SizeF(196.4584F, 30.50001F); this.lblBewilligteFLS.StylePriority.UseBackColor = false; this.lblBewilligteFLS.StylePriority.UseBorders = false; this.lblBewilligteFLS.StylePriority.UseFont = false; @@ -586,10 +586,10 @@ namespace HausDuelken this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLSPerWeek", "{0:0.##}")}); this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(593.75F, 47.1111F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(611.4583F, 47.1111F); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel16.SizeF = new System.Drawing.SizeF(100.2502F, 30.50001F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(82.54193F, 30.50001F); this.xrLabel16.StylePriority.UseBackColor = false; this.xrLabel16.StylePriority.UseBorders = false; this.xrLabel16.StylePriority.UseFont = false; diff --git a/ReportImp/HausDuelken/Quittierungsbeleg.cs b/ReportImp/HausDuelken/Quittierungsbeleg.cs index 7c7dfc0f5..78c13fd1d 100644 --- a/ReportImp/HausDuelken/Quittierungsbeleg.cs +++ b/ReportImp/HausDuelken/Quittierungsbeleg.cs @@ -80,6 +80,7 @@ namespace HausDuelken if (istAssistenz) { lblBewilligteFLS.Text = "Bewilligte ASS wöchentlich"; + lblBewilligteFLS.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); tcFLSIn.Text = "ASS in"; lblFLSInMinuten.Text = "Assistenzleistungen in Minuten"; }