From 2dcba714212b2ea71147b8a423b5094bd33dd32d Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Tue, 30 Jul 2024 15:16:07 +0200 Subject: [PATCH] MH: AlphaEV Ansprechpartner festgelegt --- .../SettlementReportWuppertal.Designer.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ReportImp/AlphaEv/SettlementReportWuppertal.Designer.cs b/ReportImp/AlphaEv/SettlementReportWuppertal.Designer.cs index af11eeae1..c3fffa910 100644 --- a/ReportImp/AlphaEv/SettlementReportWuppertal.Designer.cs +++ b/ReportImp/AlphaEv/SettlementReportWuppertal.Designer.cs @@ -86,6 +86,7 @@ namespace AlphaEv this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -110,14 +111,13 @@ namespace AlphaEv this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -440,8 +440,8 @@ namespace AlphaEv this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.StylePriority.UseForeColor = false; this.xrLabel9.StylePriority.UsePadding = false; - this.xrLabel9.Text = "Ihr Ansprechpartner:\r\n[SenderContactPerson]\r\n[SenderContactPersonPhone]\r\n[SenderC" + - "ontactPersonFax]\r\n[SenderContactPersonMail]\r\nwww.alphaev.de"; + this.xrLabel9.Text = "Ihr Ansprechpartner:\r\nFrau Howe-Jakob\r\nFon: 0 21 96 - 72 63 - 16\r\nFax: 0 21 96 - " + + "72 63 - 32\r\njakob@alphaev.de\r\nwww.alphaev.de"; // // xrLabel13 // @@ -730,6 +730,10 @@ namespace AlphaEv this.xrTableCell4.StylePriority.UsePadding = false; this.xrTableCell4.Weight = 3D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); + // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -1026,10 +1030,6 @@ namespace AlphaEv this.xrTableCell32.TextFormatString = "{0:C}"; this.xrTableCell32.Weight = 0.1461538938457071D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); - // // SettlementReportWuppertal // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1059,8 +1059,8 @@ namespace AlphaEv ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }