diff --git a/ReportImp/TeamPfeil/QuittierungsbelegQualifikation.Designer.cs b/ReportImp/TeamPfeil/QuittierungsbelegQualifikation.Designer.cs index 4f2788c12..ad417936d 100644 --- a/ReportImp/TeamPfeil/QuittierungsbelegQualifikation.Designer.cs +++ b/ReportImp/TeamPfeil/QuittierungsbelegQualifikation.Designer.cs @@ -58,6 +58,7 @@ namespace TeamPfeil this.xrTableCell_Service = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell_HZEmployee = 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.lblFlsTotal = new DevExpress.XtraReports.UI.XRLabel(); @@ -111,12 +112,11 @@ namespace TeamPfeil this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldMinuten12 = new DevExpress.XtraReports.UI.CalculatedField(); this.TotalFLMBillableAsHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -447,6 +447,10 @@ namespace TeamPfeil this.xrTableCell_HZEmployee.Text = "HZ MA"; this.xrTableCell_HZEmployee.Weight = 0.16134063500392848D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -785,6 +789,7 @@ namespace TeamPfeil this.xrTableCell11.StylePriority.UsePadding = false; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell11.TextFormatString = "{0:0.00}"; this.xrTableCell11.Weight = 0.046830047875749514D; // // xrLabel4 @@ -1092,6 +1097,7 @@ namespace TeamPfeil this.xrTableCell5.StylePriority.UsePadding = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell5.TextFormatString = "{0:0.00}"; this.xrTableCell5.Weight = 0.046830037594338625D; // // lblUnterschriftKlient @@ -1146,10 +1152,6 @@ namespace TeamPfeil this.TotalFLMBillableAsHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; this.TotalFLMBillableAsHours.Name = "TotalFLMBillableAsHours"; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // // QuittierungsbelegQuali // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1180,9 +1182,9 @@ namespace TeamPfeil this.Watermarks.Add(xrWatermark1); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }