From 16c103088f825291ca44537625400de06356dceb Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Tue, 17 Sep 2024 07:10:13 +0200 Subject: [PATCH] MH: HiBa Rechnung Anpassung --- .../Hiba/ServiceInvoiceReport.Designer.cs | 61 ++++++------------- 1 file changed, 17 insertions(+), 44 deletions(-) diff --git a/ReportImp/Hiba/ServiceInvoiceReport.Designer.cs b/ReportImp/Hiba/ServiceInvoiceReport.Designer.cs index f67d19fc2..a8e7d1817 100644 --- a/ReportImp/Hiba/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/Hiba/ServiceInvoiceReport.Designer.cs @@ -53,16 +53,14 @@ namespace Hiba this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); - this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -283,6 +281,18 @@ namespace Hiba this.GroupFooter1.HeightF = 302.6249F; this.GroupFooter1.Name = "GroupFooter1"; // + // xrLabel7 + // + this.xrLabel7.CanShrink = true; + this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 71.33325F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(666.9998F, 23F); + this.xrLabel7.Text = "xrLabel7"; + // // xrLabel14 // this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Top; @@ -340,49 +350,14 @@ namespace Hiba this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // - // ReportFooter - // - this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel16, - this.xrLabel15}); - this.ReportFooter.HeightF = 90.00002F; - this.ReportFooter.Name = "ReportFooter"; - // - // xrLabel16 - // - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(497.0606F, 39.95832F); - this.xrLabel16.Multiline = true; - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.SizeF = new System.Drawing.SizeF(169.9392F, 50.04171F); - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.StylePriority.UsePadding = false; - this.xrLabel16.Text = "Amtsgericht Hildesheim\r\nHRB 201734\r\n"; - // - // xrLabel15 - // - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 39.95832F); - this.xrLabel15.Multiline = true; - this.xrLabel15.Name = "xrLabel15"; - this.xrLabel15.SizeF = new System.Drawing.SizeF(229.3142F, 50.04171F); - this.xrLabel15.StylePriority.UseFont = false; - this.xrLabel15.StylePriority.UsePadding = false; - this.xrLabel15.Text = "Finanzamt Hildesheim\r\nSteuer-Nr. 30/212/34331"; - // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); // - // xrLabel7 + // ReportFooter // - this.xrLabel7.CanShrink = true; - this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 71.33325F); - this.xrLabel7.Multiline = true; - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(666.9998F, 23F); - this.xrLabel7.Text = "xrLabel7"; + this.ReportFooter.HeightF = 0F; + this.ReportFooter.Name = "ReportFooter"; // // ServiceInvoiceReport // @@ -444,8 +419,6 @@ namespace Hiba private DevExpress.XtraReports.UI.XRLabel xrLabel13; private DevExpress.XtraReports.UI.XRLabel xrLabel9; private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter; - private DevExpress.XtraReports.UI.XRLabel xrLabel16; - private DevExpress.XtraReports.UI.XRLabel xrLabel15; private DevExpress.XtraReports.UI.XRLabel xrLabel7; } }