diff --git a/ReportImp/Inkomm/InvoiceCustomerReport.Designer.cs b/ReportImp/Inkomm/InvoiceCustomerReport.Designer.cs index 7db6dca4a..7454d9203 100644 --- a/ReportImp/Inkomm/InvoiceCustomerReport.Designer.cs +++ b/ReportImp/Inkomm/InvoiceCustomerReport.Designer.cs @@ -53,14 +53,14 @@ namespace Inkomm this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); @@ -304,7 +304,7 @@ namespace Inkomm this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(581.4177F, 17.00003F); this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "[RecipientSalutation],"; + this.xrLabel5.Text = "[RecipientSalutation]"; // // xrLabel3 // @@ -339,6 +339,27 @@ namespace Inkomm this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // + // xrLabel9 + // + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 268.6668F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(175F, 17F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.Text = "Geschäftsführer"; + // + // xrLabel7 + // + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.75005F); + 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(581.4177F, 114.6666F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.Text = resources.GetString("xrLabel7.Text"); + // // xrLabel8 // this.xrLabel8.CanShrink = true; @@ -391,27 +412,6 @@ namespace Inkomm this.Detail1.Name = "Detail1"; this.Detail1.StylePriority.UseFont = false; // - // xrLabel7 - // - this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.75005F); - 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(581.4177F, 114.6666F); - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.Text = resources.GetString("xrLabel7.Text"); - // - // xrLabel9 - // - this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Calibri", 11F); - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 268.6668F); - this.xrLabel9.Name = "xrLabel9"; - this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel9.SizeF = new System.Drawing.SizeF(175F, 17F); - this.xrLabel9.StylePriority.UseFont = false; - this.xrLabel9.Text = "Geschäftsführer"; - // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.InvoiceCustomerRO);