diff --git a/ReportImp/AlzeyTeilhabe/Leistungsbestaetigung.Designer.cs b/ReportImp/AlzeyTeilhabe/Leistungsbestaetigung.Designer.cs index 1c9a371a8..6517fab82 100644 --- a/ReportImp/AlzeyTeilhabe/Leistungsbestaetigung.Designer.cs +++ b/ReportImp/AlzeyTeilhabe/Leistungsbestaetigung.Designer.cs @@ -1635,9 +1635,9 @@ namespace AlzeyTeilhabe this.formattingRuleServiceDesc, this.formattingRuleCostBearer, this.formattingRuleEmployeeName}); - this.Margins = new DevExpress.Drawing.DXMargins(61F, 21F, 50F, 30F); + this.Margins = new DevExpress.Drawing.DXMargins(61F, 16F, 50F, 30F); this.PageHeight = 1169; - this.PageWidth = 827; + this.PageWidth = 826; this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; this.SnapGridSize = 9F; this.Version = "23.2"; diff --git a/ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs b/ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs index 07ed81e74..e27b3106d 100644 --- a/ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs +++ b/ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs @@ -48,7 +48,6 @@ namespace AlzeyTeilhabe this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); @@ -99,10 +98,11 @@ namespace AlzeyTeilhabe this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldStunden = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldTotalSum = new DevExpress.XtraReports.UI.CalculatedField(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -299,10 +299,6 @@ namespace AlzeyTeilhabe this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 0.16035339924055428D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -812,6 +808,10 @@ namespace AlzeyTeilhabe this.fieldTotalSum.Expression = "Round([TotalFLMBillable] / 60, 2) * [RateFactor]"; this.fieldTotalSum.Name = "fieldTotalSum"; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // StundenzettelWo // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -834,9 +834,9 @@ namespace AlzeyTeilhabe this.formattingRuleServiceDesc, this.formattingRuleCostBearer, this.formattingRuleEmployeeName}); - this.Margins = new DevExpress.Drawing.DXMargins(70F, 60F, 50F, 30F); + this.Margins = new DevExpress.Drawing.DXMargins(70F, 59F, 50F, 30F); this.PageHeight = 1169; - this.PageWidth = 827; + this.PageWidth = 826; this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; this.SnapGridSize = 9F; this.Version = "23.2"; @@ -844,8 +844,8 @@ namespace AlzeyTeilhabe this.Watermarks.Add(xrWatermark1); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }