MH: SKM Leverkusen Text ausgetauscht

This commit is contained in:
2026-07-31 13:18:21 +02:00
parent ca367fe894
commit 52c6a3785c
4 changed files with 52 additions and 28 deletions

View File

@@ -104,6 +104,7 @@ namespace SkmLeverkusen.Alt
this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow();
@@ -124,13 +125,14 @@ namespace SkmLeverkusen.Alt
this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
// //
// Detail // Detail
@@ -332,11 +334,9 @@ namespace SkmLeverkusen.Alt
this.xrLabel6.Multiline = true; this.xrLabel6.Multiline = true;
this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Name = "xrLabel6";
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel6.SizeF = new System.Drawing.SizeF(642F, 67F); this.xrLabel6.SizeF = new System.Drawing.SizeF(642F, 74.99997F);
this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseFont = false;
this.xrLabel6.Text = "nach unseren Berechnungen ergeben sich für den Betreuungszeitraum [AccountingPeri" + this.xrLabel6.Text = resources.GetString("xrLabel6.Text");
"od] für [Salutation2] [CustomerFirstName] [CustomerLastName] durch die erbrachte" +
"n Leistungen folgendes:\n";
// //
// xrLabel5 // xrLabel5
// //
@@ -440,8 +440,9 @@ namespace SkmLeverkusen.Alt
this.xrTableRow20, this.xrTableRow20,
this.xrTableRow21, this.xrTableRow21,
this.xrTableRow22, this.xrTableRow22,
this.xrTableRow23}); this.xrTableRow23,
this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 52F); this.xrTableRow1});
this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 68F);
this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseFont = false;
// //
// xrTableRow20 // xrTableRow20
@@ -929,6 +930,10 @@ namespace SkmLeverkusen.Alt
this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell23.Weight = 0.21685899000901443D; this.xrTableCell23.Weight = 0.21685899000901443D;
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
//
// GroupFooter1 // GroupFooter1
// //
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -1144,9 +1149,20 @@ namespace SkmLeverkusen.Alt
this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell58.Weight = 0.21685899000901443D; this.xrTableCell58.Weight = 0.21685899000901443D;
// //
// bindingSource1 // xrTableRow1
// //
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell1});
this.xrTableRow1.Name = "xrTableRow1";
this.xrTableRow1.Weight = 0.38095238095238088D;
//
// xrTableCell1
//
this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "FehlkontakteString")});
this.xrTableCell1.Multiline = true;
this.xrTableCell1.Name = "xrTableCell1";
this.xrTableCell1.Weight = 3D;
// //
// Spitzabrechnung // Spitzabrechnung
// //
@@ -1174,8 +1190,8 @@ namespace SkmLeverkusen.Alt
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
} }
@@ -1276,5 +1292,7 @@ namespace SkmLeverkusen.Alt
private DevExpress.XtraReports.UI.XRLabel xrLabel13; private DevExpress.XtraReports.UI.XRLabel xrLabel13;
private DevExpress.XtraReports.UI.XRLabel xrLabel7; private DevExpress.XtraReports.UI.XRLabel xrLabel7;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
} }
} }

File diff suppressed because one or more lines are too long

View File

@@ -117,6 +117,7 @@ namespace SkmLeverkusen
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow();
@@ -137,14 +138,13 @@ namespace SkmLeverkusen
this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
// //
// Detail // Detail
@@ -211,7 +211,7 @@ namespace SkmLeverkusen
// xrTable1 // xrTable1
// //
this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 370.6666F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 380.8749F);
this.xrTable1.Name = "xrTable1"; this.xrTable1.Name = "xrTable1";
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow9, this.xrTableRow9,
@@ -346,11 +346,9 @@ namespace SkmLeverkusen
this.xrLabel6.Multiline = true; this.xrLabel6.Multiline = true;
this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Name = "xrLabel6";
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel6.SizeF = new System.Drawing.SizeF(650F, 63.875F); this.xrLabel6.SizeF = new System.Drawing.SizeF(650F, 74.20828F);
this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseFont = false;
this.xrLabel6.Text = "nach unseren Berechnungen ergeben sich für den Betreuungszeitraum [AccountingPeri" + this.xrLabel6.Text = resources.GetString("xrLabel6.Text");
"od] für [Salutation2] [CustomerFirstName] [CustomerLastName] durch die erbrachte" +
"n Leistungen folgendes:\n";
// //
// xrLabel5 // xrLabel5
// //
@@ -598,7 +596,7 @@ namespace SkmLeverkusen
this.xrLabel6, this.xrLabel6,
this.xrTable1}); this.xrTable1});
this.GroupHeader1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); this.GroupHeader1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
this.GroupHeader1.HeightF = 438.6666F; this.GroupHeader1.HeightF = 448.8749F;
this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.Name = "GroupHeader1";
this.GroupHeader1.StylePriority.UseFont = false; this.GroupHeader1.StylePriority.UseFont = false;
// //
@@ -1068,6 +1066,10 @@ namespace SkmLeverkusen
this.GroupHeader2.HeightF = 0F; this.GroupHeader2.HeightF = 0F;
this.GroupHeader2.Name = "GroupHeader2"; this.GroupHeader2.Name = "GroupHeader2";
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
//
// GroupFooter1 // GroupFooter1
// //
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -1284,10 +1286,6 @@ namespace SkmLeverkusen
this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell58.Weight = 0.21685899000901443D; this.xrTableCell58.Weight = 0.21685899000901443D;
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
//
// Spitzabrechnung // Spitzabrechnung
// //
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -1315,8 +1313,8 @@ namespace SkmLeverkusen
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
} }

File diff suppressed because one or more lines are too long