diff --git a/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.Designer.cs b/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.Designer.cs index fc7ba4fa8..936e597dd 100644 --- a/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.Designer.cs @@ -34,6 +34,7 @@ namespace Ausweg this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel(); @@ -93,7 +94,7 @@ namespace Ausweg this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.lblFinalSentence = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); @@ -128,6 +129,14 @@ namespace Ausweg this.topMarginBand1.HeightF = 157.5F; this.topMarginBand1.Name = "topMarginBand1"; // + // xrPictureBox3 + // + this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource")); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(387.4167F, 37.7083F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(262.5833F, 119.7917F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 50F; @@ -402,7 +411,7 @@ namespace Ausweg // xrLabel15 // this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 114.5833F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 134.375F); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel15.SizeF = new System.Drawing.SizeF(175F, 17F); @@ -412,7 +421,7 @@ namespace Ausweg // xrTable4 // this.xrTable4.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); - this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.75F); + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 53.125F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow10, @@ -464,7 +473,7 @@ namespace Ausweg // xrLabel9 // this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Italic); - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 43.75F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 28.125F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(250F, 17F); @@ -795,6 +804,7 @@ namespace Ausweg // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblFinalSentence, this.xrLabel1, this.xrLabel9, this.xrTable4, @@ -822,13 +832,14 @@ namespace Ausweg // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); // - // xrPictureBox3 + // lblFinalSentence // - this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource")); - this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(387.4167F, 37.7083F); - this.xrPictureBox3.Name = "xrPictureBox3"; - this.xrPictureBox3.SizeF = new System.Drawing.SizeF(262.5833F, 119.7917F); - this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.lblFinalSentence.LocationFloat = new DevExpress.Utils.PointFloat(0F, 79.12502F); + this.lblFinalSentence.Multiline = true; + this.lblFinalSentence.Name = "lblFinalSentence"; + this.lblFinalSentence.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblFinalSentence.SizeF = new System.Drawing.SizeF(650F, 31.58334F); + this.lblFinalSentence.StylePriority.UseFont = false; // // ServiceInvoiceReport // @@ -923,5 +934,6 @@ namespace Ausweg private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.XRLabel lblFinalSentence; } } diff --git a/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.cs b/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.cs index 10859d30b..08173a1af 100644 --- a/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.cs +++ b/ReportImp/AuswegHeikePuetz/ServiceInvoiceReport.cs @@ -34,6 +34,8 @@ namespace Ausweg SetzeAdresse(pRO); + lblFinalSentence.Text = string.Format("Bitte überweisen Sie unsere Restforderung innerhalb von 10 Tagen auf das Konto IBAN: DE37 3955 0110 1200 3448 59."); + this.bindingSource1.DataSource = pRO; } diff --git a/ReportImp/AuswegHeikePuetz/SettlementReport2.cs b/ReportImp/AuswegHeikePuetz/SettlementReport2.cs index 6a20a6239..2e36e91ca 100644 --- a/ReportImp/AuswegHeikePuetz/SettlementReport2.cs +++ b/ReportImp/AuswegHeikePuetz/SettlementReport2.cs @@ -45,6 +45,8 @@ namespace Ausweg } pRO.RateFactor = (double)rateFactor; + pRO.FinalSentence = string.Format("Bitte überweisen Sie unsere Restforderung innerhalb von 10 Tagen auf das Konto IBAN: DE37 3955 0110 1200 3448 59."); + this.bindingSource1.DataSource = pRO; } }