From 1d89df184a7f327df2c8a302aea64210e4dc5906 Mon Sep 17 00:00:00 2001 From: Kojo Date: Wed, 27 May 2026 16:20:54 +0200 Subject: [PATCH] =?UTF-8?q?BeWoWalzPaiva:=20Auf=20Sammelrechnung=20Versich?= =?UTF-8?q?ertennummer=20vom=20Klient=20anzeigen=20(falls=20gesetzt,=20f?= =?UTF-8?q?=C3=BCr=20Sozio)=20SupportOID=3D163706?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ServiceInvoiceReport.Designer.cs | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/ReportImp/BeWoWalzPaiva/ServiceInvoiceReport.Designer.cs b/ReportImp/BeWoWalzPaiva/ServiceInvoiceReport.Designer.cs index df33999e0..475c1ed94 100644 --- a/ReportImp/BeWoWalzPaiva/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/BeWoWalzPaiva/ServiceInvoiceReport.Designer.cs @@ -85,6 +85,7 @@ namespace BeWoWalzPaiva this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.rtAnschrift1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); @@ -152,6 +153,7 @@ namespace BeWoWalzPaiva // Page1 // this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel4, this.xrLabel3, this.lblGenehmigungskennzeichenValue, this.lblGenehmigungskennzeichen, @@ -220,11 +222,11 @@ namespace BeWoWalzPaiva this.lblIKNummer.CanShrink = true; this.lblIKNummer.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); - this.lblIKNummer.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 235F); + this.lblIKNummer.LocationFloat = new DevExpress.Utils.PointFloat(0F, 235F); this.lblIKNummer.Multiline = true; this.lblIKNummer.Name = "lblIKNummer"; this.lblIKNummer.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblIKNummer.SizeF = new System.Drawing.SizeF(650F, 20F); + this.lblIKNummer.SizeF = new System.Drawing.SizeF(332.9583F, 19.99998F); this.lblIKNummer.StylePriority.UseBackColor = false; this.lblIKNummer.StylePriority.UseFont = false; this.lblIKNummer.Text = "IK-Nummer: 490 5040 21"; @@ -758,6 +760,18 @@ namespace BeWoWalzPaiva // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); // + // xrLabel4 + // + this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerInsuranceNumber")}); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(332.9583F, 235F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(317.0417F, 20F); + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrLabel4.TextFormatString = "Versichertennummer: {0}"; + // // ServiceInvoiceReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -841,6 +855,7 @@ namespace BeWoWalzPaiva private DevExpress.XtraReports.UI.XRLabel lblIKNummer; private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichen; private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichenValue; - private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; } }