BeWoWalzPaiva: Auf Sammelrechnung Versichertennummer vom Klient anzeigen (falls gesetzt, für Sozio)

SupportOID=163706
This commit is contained in:
2026-05-27 16:20:54 +02:00
parent bd1a54756a
commit 1d89df184a

View File

@@ -85,6 +85,7 @@ namespace BeWoWalzPaiva
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); 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.rtAnschrift1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
@@ -152,6 +153,7 @@ namespace BeWoWalzPaiva
// Page1 // Page1
// //
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel4,
this.xrLabel3, this.xrLabel3,
this.lblGenehmigungskennzeichenValue, this.lblGenehmigungskennzeichenValue,
this.lblGenehmigungskennzeichen, this.lblGenehmigungskennzeichen,
@@ -220,11 +222,11 @@ namespace BeWoWalzPaiva
this.lblIKNummer.CanShrink = true; 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[] { 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)))}); 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.Multiline = true;
this.lblIKNummer.Name = "lblIKNummer"; this.lblIKNummer.Name = "lblIKNummer";
this.lblIKNummer.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); 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.UseBackColor = false;
this.lblIKNummer.StylePriority.UseFont = false; this.lblIKNummer.StylePriority.UseFont = false;
this.lblIKNummer.Text = "IK-Nummer: 490 5040 21"; this.lblIKNummer.Text = "IK-Nummer: 490 5040 21";
@@ -758,6 +760,18 @@ namespace BeWoWalzPaiva
// //
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); 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 // ServiceInvoiceReport
// //
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { 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 lblIKNummer;
private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichen; private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichen;
private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichenValue; private DevExpress.XtraReports.UI.XRLabel lblGenehmigungskennzeichenValue;
private DevExpress.XtraReports.UI.XRLabel xrLabel3; private DevExpress.XtraReports.UI.XRLabel xrLabel3;
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
} }
} }