diff --git a/ReportImp/BetreuwoWesel/BetreuwoReportCreator.cs b/ReportImp/BetreuwoWesel/BetreuwoReportCreator.cs index 5536cf9b0..bf6f48704 100644 --- a/ReportImp/BetreuwoWesel/BetreuwoReportCreator.cs +++ b/ReportImp/BetreuwoWesel/BetreuwoReportCreator.cs @@ -155,6 +155,5 @@ namespace BetreuWoWesel return reports; } - } } diff --git a/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.cs b/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.cs index 1f2f1231b..b9256d797 100644 --- a/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.cs +++ b/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.cs @@ -72,7 +72,7 @@ namespace BetreuWoWesel ed.Regelarbeitszeit = string.Format("{0:0} ({1:c})", kommenAusFrei, kommenAusFrei * 25); } - this.bindingSource1.DataSource = pRO; + this.bindingSource1.DataSource = pRO; } private void xrLabel1_BeforePrint(object sender, System.ComponentModel.CancelEventArgs e) { @@ -107,7 +107,7 @@ namespace BetreuWoWesel if (ro != null && emp != null && footer != null) { - if (!IstGfb(ro, emp)) + if (IstGfb(ro, emp)) { e.Cancel = true; } diff --git a/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.designer.cs b/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.designer.cs index e83b37ea7..18f5342bb 100644 --- a/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.designer.cs +++ b/ReportImp/BetreuwoWesel/Mitarbeiterarbeitszeitkonto.designer.cs @@ -43,45 +43,6 @@ namespace BetreuWoWesel this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); - this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); - this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand(); - this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); - this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); - this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); - this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); - this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); - this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); - this.fieldSumSpecial = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSumSonntag = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSumFeiertag = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSick = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldVacation = new DevExpress.XtraReports.UI.CalculatedField(); - this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSumHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSumHoliday2 = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldIstArbeitszeit = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldUeberstundenGesamt = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldTatsSoll = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); - this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); - this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); - this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -93,17 +54,34 @@ namespace BetreuWoWesel this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); + this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); - this.fieldNightHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSaturdayHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldSundayHours = new DevExpress.XtraReports.UI.CalculatedField(); - this.fieldHolidayHours = new DevExpress.XtraReports.UI.CalculatedField(); this.FooterGfb = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.GroupFooter3 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFooterMehrarbeit = new DevExpress.XtraReports.UI.GroupFooterBand(); this.lblSaldo4 = new DevExpress.XtraReports.UI.XRLabel(); this.lblSaldoWert4 = new DevExpress.XtraReports.UI.XRLabel(); this.lblSaldo3 = new DevExpress.XtraReports.UI.XRLabel(); @@ -124,11 +102,34 @@ namespace BetreuWoWesel this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); + this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); + this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); + this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.fieldSumSpecial = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSumSonntag = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSumFeiertag = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSick = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldVacation = new DevExpress.XtraReports.UI.CalculatedField(); + this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSumHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSumHoliday2 = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldIstArbeitszeit = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldUeberstundenGesamt = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldTatsSoll = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldNightHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSaturdayHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldSundayHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.fieldHolidayHours = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldMinutenGesamtIst = new DevExpress.XtraReports.UI.CalculatedField(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // @@ -172,7 +173,8 @@ namespace BetreuWoWesel this.GroupHeader3, this.GroupFooter2, this.FooterGfb, - this.GroupFooter3}); + this.lblFooterMehrarbeit, + this.GroupFooter1}); this.DetailReport1.DataMember = "EmployeeDetailList.Days"; this.DetailReport1.DataSource = this.bindingSource1; this.DetailReport1.Level = 0; @@ -187,15 +189,245 @@ namespace BetreuWoWesel this.Detail2.Name = "Detail2"; this.Detail2.StylePriority.UseFont = false; // + // xrTable3 + // + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3}); + this.xrTable3.SizeF = new System.Drawing.SizeF(738F, 25F); + this.xrTable3.StylePriority.UseBorders = false; + this.xrTable3.StylePriority.UsePadding = false; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell12, + this.xrTableCell20, + this.xrTableCell21, + this.xrTableCell22, + this.xrTableCell23, + this.xrTableCell24, + this.xrTableCell25, + this.xrTableCell27}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell3 + // + this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Date", "{0:dd/MM/yyyy}")}); + this.xrTableCell3.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.Text = "xrTableCell3"; + this.xrTableCell3.Weight = 0.767853843406515D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom3")}); + this.xrTableCell12.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.Weight = 0.90117610230854572D; + // + // xrTableCell20 + // + this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.MinutesTotal", "{0:0.##}")}); + this.xrTableCell20.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UsePadding = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.Text = "xrTableCell9"; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell20.Weight = 0.60190665726842707D; + // + // xrTableCell21 + // + this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom1")}); + this.xrTableCell21.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.Text = "xrTableCell11"; + this.xrTableCell21.Weight = 0.938540967618428D; + // + // xrTableCell22 + // + this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom2")}); + this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.Text = "xrTableCell13"; + this.xrTableCell22.Weight = 1.1523583667909081D; + // + // xrTableCell23 + // + this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldNightHours", "{0:0.00}")}); + this.xrTableCell23.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.Weight = 0.789149495749955D; + // + // xrTableCell24 + // + this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldSaturdayHours")}); + this.xrTableCell24.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell24.Multiline = true; + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.TextFormatString = "{0:0.00}"; + this.xrTableCell24.Weight = 0.789149436725914D; + // + // xrTableCell25 + // + this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldSundayHours", "{0:0.00}")}); + this.xrTableCell25.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.Weight = 0.78914918917320531D; + // + // xrTableCell27 + // + this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldHolidayHours")}); + this.xrTableCell27.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell27.Multiline = true; + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.Text = "xrTableCell9"; + this.xrTableCell27.TextFormatString = "{0:0.00}"; + this.xrTableCell27.Weight = 0.7891479394110964D; + // // GroupHeader2 // this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.GroupHeader2.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.GroupHeader2.HeightF = 28F; + this.GroupHeader2.HeightF = 51.95834F; this.GroupHeader2.Name = "GroupHeader2"; this.GroupHeader2.StylePriority.UseFont = false; // + // xrTable2 + // + this.xrTable2.Font = new DevExpress.Drawing.DXFont("Arial", 8F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable2.SizeF = new System.Drawing.SizeF(738.0001F, 51.95834F); + this.xrTable2.StylePriority.UseBorders = false; + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.StylePriority.UsePadding = false; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell1, + this.xrTableCell2, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell10, + this.xrTableCell11, + this.xrTableCell14}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1.12D; + // + // xrTableCell5 + // + this.xrTableCell5.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.Text = "Datum"; + this.xrTableCell5.Weight = 0.746246784415123D; + // + // xrTableCell6 + // + this.xrTableCell6.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.Text = "Uhrzeit"; + this.xrTableCell6.Weight = 0.87581732435376347D; + // + // xrTableCell1 + // + this.xrTableCell1.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "Minuten"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell1.Weight = 0.58496918092403738D; + // + // xrTableCell2 + // + this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GroupTypeHeader")}); + this.xrTableCell2.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.Text = "xrTableCell2"; + this.xrTableCell2.Weight = 0.9121307181749414D; + // + // xrTableCell7 + // + this.xrTableCell7.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.Text = "Leistung"; + this.xrTableCell7.Weight = 1.1199317094545997D; + // + // xrTableCell8 + // + this.xrTableCell8.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell8.Multiline = true; + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.Text = "Stunden\r\nNacht-\r\nZuschlag"; + this.xrTableCell8.Weight = 0.76694269968281525D; + // + // xrTableCell10 + // + this.xrTableCell10.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell10.Multiline = true; + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.Text = "Stunden\r\nSamstags-\r\nZuschlag"; + this.xrTableCell10.Weight = 0.76694269991464092D; + // + // xrTableCell11 + // + this.xrTableCell11.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell11.Multiline = true; + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.Text = "Stunden\r\nSonntags-\r\nZuschlag"; + this.xrTableCell11.Weight = 0.7669430034909881D; + // + // xrTableCell14 + // + this.xrTableCell14.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell14.Multiline = true; + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.Text = "Stunden\r\nFeiertags-\r\nZuschlag"; + this.xrTableCell14.Weight = 0.7669430034909881D; + // // GroupHeader3 // this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -213,154 +445,6 @@ namespace BetreuWoWesel this.GroupHeader3.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; this.GroupHeader3.StylePriority.UseFont = false; // - // GroupFooter2 - // - this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel25, - this.xrLabel4, - this.xrLabel18}); - this.GroupFooter2.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.GroupFooter2.HeightF = 55.50652F; - this.GroupFooter2.KeepTogether = true; - this.GroupFooter2.Name = "GroupFooter2"; - this.GroupFooter2.StylePriority.UseFont = false; - // - // Title - // - this.Title.BackColor = System.Drawing.Color.White; - this.Title.BorderColor = System.Drawing.SystemColors.ControlText; - this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.Title.BorderWidth = 1F; - this.Title.Font = new DevExpress.Drawing.DXFont("Times New Roman", 24F); - this.Title.ForeColor = System.Drawing.Color.Black; - this.Title.Name = "Title"; - // - // FieldCaption - // - this.FieldCaption.BackColor = System.Drawing.Color.White; - this.FieldCaption.BorderColor = System.Drawing.SystemColors.ControlText; - this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.FieldCaption.BorderWidth = 1F; - this.FieldCaption.Font = new DevExpress.Drawing.DXFont("Times New Roman", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.FieldCaption.ForeColor = System.Drawing.Color.Black; - this.FieldCaption.Name = "FieldCaption"; - // - // PageInfo - // - this.PageInfo.BackColor = System.Drawing.Color.White; - this.PageInfo.BorderColor = System.Drawing.SystemColors.ControlText; - this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.PageInfo.BorderWidth = 1F; - this.PageInfo.Font = new DevExpress.Drawing.DXFont("Times New Roman", 8F); - this.PageInfo.ForeColor = System.Drawing.Color.Black; - this.PageInfo.Name = "PageInfo"; - // - // DataField - // - this.DataField.BackColor = System.Drawing.Color.White; - this.DataField.BorderColor = System.Drawing.SystemColors.ControlText; - this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.DataField.BorderWidth = 1F; - this.DataField.Font = new DevExpress.Drawing.DXFont("Times New Roman", 8F); - this.DataField.ForeColor = System.Drawing.SystemColors.ControlText; - this.DataField.Name = "DataField"; - // - // topMarginBand1 - // - this.topMarginBand1.HeightF = 50F; - this.topMarginBand1.Name = "topMarginBand1"; - // - // bottomMarginBand1 - // - this.bottomMarginBand1.HeightF = 50F; - this.bottomMarginBand1.Name = "bottomMarginBand1"; - // - // fieldSumSpecial - // - this.fieldSumSpecial.DataMember = "EmployeeDetailList.Days"; - this.fieldSumSpecial.Expression = "Sum([SpecialHours])"; - this.fieldSumSpecial.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldSumSpecial.Name = "fieldSumSpecial"; - // - // fieldSumSonntag - // - this.fieldSumSonntag.DataMember = "EmployeeDetailList.Days"; - this.fieldSumSonntag.Expression = "Sum([HoursSunday])"; - this.fieldSumSonntag.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldSumSonntag.Name = "fieldSumSonntag"; - // - // fieldSumFeiertag - // - this.fieldSumFeiertag.DataMember = "EmployeeDetailList.Days"; - this.fieldSumFeiertag.Expression = "Sum([HoursHoliday])"; - this.fieldSumFeiertag.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldSumFeiertag.Name = "fieldSumFeiertag"; - // - // fieldHours - // - this.fieldHours.DataMember = "EmployeeDetailList.Days"; - this.fieldHours.Expression = "[MinutesTotal]/60"; - this.fieldHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldHours.Name = "fieldHours"; - // - // fieldSick - // - this.fieldSick.DataMember = "EmployeeDetailList.Days"; - this.fieldSick.Expression = "Iif([HoursSick] > 0, \'x\', \'\')"; - this.fieldSick.FieldType = DevExpress.XtraReports.UI.FieldType.String; - this.fieldSick.Name = "fieldSick"; - // - // fieldVacation - // - this.fieldVacation.DataMember = "EmployeeDetailList.Days"; - this.fieldVacation.Expression = "Iif([HoursInVacation] > 0, \'x\', \'\')"; - this.fieldVacation.FieldType = DevExpress.XtraReports.UI.FieldType.String; - this.fieldVacation.Name = "fieldVacation"; - // - // calculatedField1 - // - this.calculatedField1.DataMember = "EmployeeDetailList.Days"; - this.calculatedField1.DisplayName = "fieldSumSamstag"; - this.calculatedField1.Expression = "Sum([HoursSaturday])"; - this.calculatedField1.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.calculatedField1.Name = "calculatedField1"; - // - // fieldSumHours - // - this.fieldSumHours.DataMember = "EmployeeDetailList.Days"; - this.fieldSumHours.Expression = "Sum([MinutesTotal]/60)"; - this.fieldSumHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldSumHours.Name = "fieldSumHours"; - // - // fieldSumHoliday2 - // - this.fieldSumHoliday2.DataMember = "EmployeeDetailList.Days"; - this.fieldSumHoliday2.Expression = "Sum([HoursHoliday2])"; - this.fieldSumHoliday2.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldSumHoliday2.Name = "fieldSumHoliday2"; - // - // fieldIstArbeitszeit - // - this.fieldIstArbeitszeit.DataMember = "EmployeeDetailList"; - this.fieldIstArbeitszeit.Expression = "[StundenGesamtIst]+[UeberstundenVormonat]"; - this.fieldIstArbeitszeit.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldIstArbeitszeit.Name = "fieldIstArbeitszeit"; - // - // fieldUeberstundenGesamt - // - this.fieldUeberstundenGesamt.DataMember = "EmployeeDetailList"; - this.fieldUeberstundenGesamt.Expression = "Iif([Ueberstunden] == ?, 0, [Ueberstunden])+Iif([UeberstundenVormonat] == ?, 0," + - " [UeberstundenVormonat])"; - this.fieldUeberstundenGesamt.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldUeberstundenGesamt.Name = "fieldUeberstundenGesamt"; - // - // fieldTatsSoll - // - this.fieldTatsSoll.DataMember = "EmployeeDetailList"; - this.fieldTatsSoll.Expression = "[StundenSollMax] - [UrlaubUndKrankheit]"; - this.fieldTatsSoll.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.fieldTatsSoll.Name = "fieldTatsSoll"; - // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 172.92F); @@ -443,208 +527,17 @@ namespace BetreuWoWesel "treuwo-wesel.de"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // - // xrTable2 + // GroupFooter2 // - this.xrTable2.Font = new DevExpress.Drawing.DXFont("Arial", 8F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrTable2.Name = "xrTable2"; - this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); - this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow1}); - this.xrTable2.SizeF = new System.Drawing.SizeF(738.0001F, 28F); - this.xrTable2.StylePriority.UseBorders = false; - this.xrTable2.StylePriority.UseFont = false; - this.xrTable2.StylePriority.UsePadding = false; - // - // xrTableRow1 - // - this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell5, - this.xrTableCell6, - this.xrTableCell1, - this.xrTableCell2, - this.xrTableCell7, - this.xrTableCell8, - this.xrTableCell10, - this.xrTableCell11, - this.xrTableCell14}); - this.xrTableRow1.Name = "xrTableRow1"; - this.xrTableRow1.Weight = 1.12D; - // - // xrTableCell5 - // - this.xrTableCell5.Name = "xrTableCell5"; - this.xrTableCell5.Text = "Datum"; - this.xrTableCell5.Weight = 0.746246784415123D; - // - // xrTableCell6 - // - this.xrTableCell6.Name = "xrTableCell6"; - this.xrTableCell6.Text = "Uhrzeit"; - this.xrTableCell6.Weight = 0.87581732435376347D; - // - // xrTableCell1 - // - this.xrTableCell1.Name = "xrTableCell1"; - this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); - this.xrTableCell1.StylePriority.UsePadding = false; - this.xrTableCell1.StylePriority.UseTextAlignment = false; - this.xrTableCell1.Text = "Minuten"; - this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell1.Weight = 0.58496918092403738D; - // - // xrTableCell2 - // - this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "GroupTypeHeader")}); - this.xrTableCell2.Name = "xrTableCell2"; - this.xrTableCell2.Text = "xrTableCell2"; - this.xrTableCell2.Weight = 0.9121307181749414D; - // - // xrTableCell7 - // - this.xrTableCell7.Name = "xrTableCell7"; - this.xrTableCell7.Text = "Leistung"; - this.xrTableCell7.Weight = 1.1199317094545997D; - // - // xrTableCell8 - // - this.xrTableCell8.Multiline = true; - this.xrTableCell8.Name = "xrTableCell8"; - this.xrTableCell8.Text = "Stunden\r\nN-Zuschlag"; - this.xrTableCell8.Weight = 0.76694269968281525D; - // - // xrTableCell10 - // - this.xrTableCell10.Multiline = true; - this.xrTableCell10.Name = "xrTableCell10"; - this.xrTableCell10.Text = "Stunden\r\nSA-Zuschlag"; - this.xrTableCell10.Weight = 0.76694269991464092D; - // - // xrTableCell11 - // - this.xrTableCell11.Multiline = true; - this.xrTableCell11.Name = "xrTableCell11"; - this.xrTableCell11.Text = "Stunden\r\nSO-Zuschlag"; - this.xrTableCell11.Weight = 0.7669430034909881D; - // - // xrTableCell14 - // - this.xrTableCell14.Multiline = true; - this.xrTableCell14.Name = "xrTableCell14"; - this.xrTableCell14.Text = "Stunden\r\nFT-Zuschlag"; - this.xrTableCell14.Weight = 0.7669430034909881D; - // - // xrTable3 - // - this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrTable3.Name = "xrTable3"; - this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); - this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow3}); - this.xrTable3.SizeF = new System.Drawing.SizeF(738F, 25F); - this.xrTable3.StylePriority.UseBorders = false; - this.xrTable3.StylePriority.UsePadding = false; - // - // xrTableRow3 - // - this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell3, - this.xrTableCell12, - this.xrTableCell20, - this.xrTableCell21, - this.xrTableCell22, - this.xrTableCell23, - this.xrTableCell24, - this.xrTableCell25, - this.xrTableCell27}); - this.xrTableRow3.Name = "xrTableRow3"; - this.xrTableRow3.Weight = 1D; - // - // xrTableCell3 - // - this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Date", "{0:dd/MM/yyyy}")}); - this.xrTableCell3.Name = "xrTableCell3"; - this.xrTableCell3.StylePriority.UseFont = false; - this.xrTableCell3.Text = "xrTableCell3"; - this.xrTableCell3.Weight = 0.767853843406515D; - // - // xrTableCell12 - // - this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom3")}); - this.xrTableCell12.Name = "xrTableCell12"; - this.xrTableCell12.StylePriority.UseFont = false; - this.xrTableCell12.Weight = 0.90117610230854572D; - // - // xrTableCell20 - // - this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.MinutesTotal", "{0:0.##}")}); - this.xrTableCell20.Name = "xrTableCell20"; - this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); - this.xrTableCell20.StylePriority.UseFont = false; - this.xrTableCell20.StylePriority.UsePadding = false; - this.xrTableCell20.StylePriority.UseTextAlignment = false; - this.xrTableCell20.Text = "xrTableCell9"; - this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell20.Weight = 0.60190665726842707D; - // - // xrTableCell21 - // - this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom1")}); - this.xrTableCell21.Name = "xrTableCell21"; - this.xrTableCell21.StylePriority.UseFont = false; - this.xrTableCell21.Text = "xrTableCell11"; - this.xrTableCell21.Weight = 0.938540967618428D; - // - // xrTableCell22 - // - this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Custom2")}); - this.xrTableCell22.Name = "xrTableCell22"; - this.xrTableCell22.StylePriority.UseFont = false; - this.xrTableCell22.Text = "xrTableCell13"; - this.xrTableCell22.Weight = 1.1523583667909081D; - // - // xrTableCell23 - // - this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldNightHours", "{0:0.00}")}); - this.xrTableCell23.Name = "xrTableCell23"; - this.xrTableCell23.StylePriority.UseFont = false; - this.xrTableCell23.Weight = 0.789149495749955D; - // - // xrTableCell24 - // - this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldSaturdayHours")}); - this.xrTableCell24.Multiline = true; - this.xrTableCell24.Name = "xrTableCell24"; - this.xrTableCell24.StylePriority.UseFont = false; - this.xrTableCell24.TextFormatString = "{0:0.00}"; - this.xrTableCell24.Weight = 0.789149436725914D; - // - // xrTableCell25 - // - this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldSundayHours", "{0:0.00}")}); - this.xrTableCell25.Name = "xrTableCell25"; - this.xrTableCell25.StylePriority.UseFont = false; - this.xrTableCell25.Weight = 0.78914918917320531D; - // - // xrTableCell27 - // - this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldHolidayHours")}); - this.xrTableCell27.Multiline = true; - this.xrTableCell27.Name = "xrTableCell27"; - this.xrTableCell27.StylePriority.UseFont = false; - this.xrTableCell27.Text = "xrTableCell9"; - this.xrTableCell27.TextFormatString = "{0:0.00}"; - this.xrTableCell27.Weight = 0.7891479394110964D; + this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel25, + this.xrLabel4, + this.xrLabel18}); + this.GroupFooter2.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.GroupFooter2.HeightF = 55.50652F; + this.GroupFooter2.KeepTogether = true; + this.GroupFooter2.Name = "GroupFooter2"; + this.GroupFooter2.StylePriority.UseFont = false; // // xrLabel25 // @@ -697,30 +590,6 @@ namespace BetreuWoWesel this.xrLabel18.StylePriority.UseTextAlignment = false; this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // - // fieldNightHours - // - this.fieldNightHours.DataMember = "EmployeeDetailList.Days"; - this.fieldNightHours.Expression = "Iif([SpecialHours] > 0, [SpecialHours], ?)\n"; - this.fieldNightHours.Name = "fieldNightHours"; - // - // fieldSaturdayHours - // - this.fieldSaturdayHours.DataMember = "EmployeeDetailList.Days"; - this.fieldSaturdayHours.Expression = "Iif([HoursSaturday] > 0, [HoursSaturday], ?)"; - this.fieldSaturdayHours.Name = "fieldSaturdayHours"; - // - // fieldSundayHours - // - this.fieldSundayHours.DataMember = "EmployeeDetailList.Days"; - this.fieldSundayHours.Expression = "Iif([HoursSunday] > 0, [HoursSunday], ?)\n"; - this.fieldSundayHours.Name = "fieldSundayHours"; - // - // fieldHolidayHours - // - this.fieldHolidayHours.DataMember = "EmployeeDetailList.Days"; - this.fieldHolidayHours.Expression = "Iif([HoursHoliday] > 0, [HoursHoliday], ?)\n"; - this.fieldHolidayHours.Name = "fieldHolidayHours"; - // // FooterGfb // this.FooterGfb.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -731,33 +600,6 @@ namespace BetreuWoWesel this.FooterGfb.Name = "FooterGfb"; this.FooterGfb.BeforePrint += new DevExpress.XtraReports.UI.BeforePrintEventHandler(this.FooterGfb_BeforePrint); // - // GroupFooter3 - // - this.GroupFooter3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.lblSaldo4, - this.lblSaldoWert4, - this.lblSaldo3, - this.lblSaldoWert3, - this.lblSaldoWert1, - this.lblSaldoWert2, - this.lblSaldoWert5, - this.lblSaldo2, - this.lblSaldo5, - this.lblSaldo1, - this.xrLabel10, - this.xrLabel11, - this.xrLabel5, - this.xrLabel6, - this.lblKommenAusFrei, - this.xrLabel3, - this.xrLabel15, - this.xrLabel17, - this.xrLabel8, - this.xrLabel7}); - this.GroupFooter3.HeightF = 227.835F; - this.GroupFooter3.Level = 2; - this.GroupFooter3.Name = "GroupFooter3"; - // // xrLabel28 // this.xrLabel28.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) @@ -792,6 +634,24 @@ namespace BetreuWoWesel this.xrLabel9.StylePriority.UseTextAlignment = false; this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // + // lblFooterMehrarbeit + // + this.lblFooterMehrarbeit.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblSaldo4, + this.lblSaldoWert4, + this.lblSaldo3, + this.lblSaldoWert3, + this.lblSaldoWert1, + this.lblSaldoWert2, + this.lblSaldoWert5, + this.lblSaldo2, + this.lblSaldo5, + this.lblSaldo1}); + this.lblFooterMehrarbeit.HeightF = 131.3318F; + this.lblFooterMehrarbeit.Level = 2; + this.lblFooterMehrarbeit.Name = "lblFooterMehrarbeit"; + this.lblFooterMehrarbeit.BeforePrint += new DevExpress.XtraReports.UI.BeforePrintEventHandler(this.FooterGfb_BeforePrint); + // // lblSaldo4 // this.lblSaldo4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) @@ -957,7 +817,7 @@ namespace BetreuWoWesel this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 167.8349F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 40.00003F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(428.1524F, 20F); @@ -974,7 +834,7 @@ namespace BetreuWoWesel this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursSaturday")}); this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(428.1524F, 167.8349F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(428.1525F, 40.00003F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(77.46198F, 20F); @@ -992,7 +852,7 @@ namespace BetreuWoWesel this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 147.8349F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 20.00001F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(428.1524F, 20F); @@ -1009,7 +869,7 @@ namespace BetreuWoWesel this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursSunday")}); this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(428.1524F, 147.8349F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(428.1525F, 20.00001F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(77.46198F, 20F); @@ -1028,7 +888,7 @@ namespace BetreuWoWesel this.lblKommenAusFrei.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Regelarbeitszeit")}); this.lblKommenAusFrei.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.lblKommenAusFrei.LocationFloat = new DevExpress.Utils.PointFloat(428.1524F, 207.835F); + this.lblKommenAusFrei.LocationFloat = new DevExpress.Utils.PointFloat(428.1525F, 80.00011F); this.lblKommenAusFrei.Name = "lblKommenAusFrei"; this.lblKommenAusFrei.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.lblKommenAusFrei.SizeF = new System.Drawing.SizeF(77.46198F, 20F); @@ -1045,7 +905,7 @@ namespace BetreuWoWesel this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 207.835F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 80.00011F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(428.1524F, 20F); @@ -1063,7 +923,7 @@ namespace BetreuWoWesel this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursHoliday")}); this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(428.1524F, 127.8349F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(428.1525F, 0F); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel15.SizeF = new System.Drawing.SizeF(77.46198F, 20F); @@ -1082,7 +942,7 @@ namespace BetreuWoWesel this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldNightHours")}); this.xrLabel17.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(428.1524F, 187.835F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(428.1525F, 60.0001F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel17.SizeF = new System.Drawing.SizeF(77.46198F, 20F); @@ -1100,7 +960,7 @@ namespace BetreuWoWesel this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 187.835F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 60.0001F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(428.1524F, 20F); @@ -1117,7 +977,7 @@ namespace BetreuWoWesel | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 127.8349F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 0F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(428.1524F, 20F); @@ -1128,12 +988,189 @@ namespace BetreuWoWesel this.xrLabel7.Text = "Su. Feiertagszuschläge / Leistungsmonat"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // + // Title + // + this.Title.BackColor = System.Drawing.Color.White; + this.Title.BorderColor = System.Drawing.SystemColors.ControlText; + this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.Title.BorderWidth = 1F; + this.Title.Font = new DevExpress.Drawing.DXFont("Times New Roman", 24F); + this.Title.ForeColor = System.Drawing.Color.Black; + this.Title.Name = "Title"; + // + // FieldCaption + // + this.FieldCaption.BackColor = System.Drawing.Color.White; + this.FieldCaption.BorderColor = System.Drawing.SystemColors.ControlText; + this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.FieldCaption.BorderWidth = 1F; + this.FieldCaption.Font = new DevExpress.Drawing.DXFont("Times New Roman", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.FieldCaption.ForeColor = System.Drawing.Color.Black; + this.FieldCaption.Name = "FieldCaption"; + // + // PageInfo + // + this.PageInfo.BackColor = System.Drawing.Color.White; + this.PageInfo.BorderColor = System.Drawing.SystemColors.ControlText; + this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.PageInfo.BorderWidth = 1F; + this.PageInfo.Font = new DevExpress.Drawing.DXFont("Times New Roman", 8F); + this.PageInfo.ForeColor = System.Drawing.Color.Black; + this.PageInfo.Name = "PageInfo"; + // + // DataField + // + this.DataField.BackColor = System.Drawing.Color.White; + this.DataField.BorderColor = System.Drawing.SystemColors.ControlText; + this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.DataField.BorderWidth = 1F; + this.DataField.Font = new DevExpress.Drawing.DXFont("Times New Roman", 8F); + this.DataField.ForeColor = System.Drawing.SystemColors.ControlText; + this.DataField.Name = "DataField"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 50F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 50F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // fieldSumSpecial + // + this.fieldSumSpecial.DataMember = "EmployeeDetailList.Days"; + this.fieldSumSpecial.Expression = "Sum([SpecialHours])"; + this.fieldSumSpecial.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldSumSpecial.Name = "fieldSumSpecial"; + // + // fieldSumSonntag + // + this.fieldSumSonntag.DataMember = "EmployeeDetailList.Days"; + this.fieldSumSonntag.Expression = "Sum([HoursSunday])"; + this.fieldSumSonntag.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldSumSonntag.Name = "fieldSumSonntag"; + // + // fieldSumFeiertag + // + this.fieldSumFeiertag.DataMember = "EmployeeDetailList.Days"; + this.fieldSumFeiertag.Expression = "Sum([HoursHoliday])"; + this.fieldSumFeiertag.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldSumFeiertag.Name = "fieldSumFeiertag"; + // + // fieldHours + // + this.fieldHours.DataMember = "EmployeeDetailList.Days"; + this.fieldHours.Expression = "[MinutesTotal]/60"; + this.fieldHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldHours.Name = "fieldHours"; + // + // fieldSick + // + this.fieldSick.DataMember = "EmployeeDetailList.Days"; + this.fieldSick.Expression = "Iif([HoursSick] > 0, \'x\', \'\')"; + this.fieldSick.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldSick.Name = "fieldSick"; + // + // fieldVacation + // + this.fieldVacation.DataMember = "EmployeeDetailList.Days"; + this.fieldVacation.Expression = "Iif([HoursInVacation] > 0, \'x\', \'\')"; + this.fieldVacation.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldVacation.Name = "fieldVacation"; + // + // calculatedField1 + // + this.calculatedField1.DataMember = "EmployeeDetailList.Days"; + this.calculatedField1.DisplayName = "fieldSumSamstag"; + this.calculatedField1.Expression = "Sum([HoursSaturday])"; + this.calculatedField1.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.calculatedField1.Name = "calculatedField1"; + // + // fieldSumHours + // + this.fieldSumHours.DataMember = "EmployeeDetailList.Days"; + this.fieldSumHours.Expression = "Sum([MinutesTotal]/60)"; + this.fieldSumHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldSumHours.Name = "fieldSumHours"; + // + // fieldSumHoliday2 + // + this.fieldSumHoliday2.DataMember = "EmployeeDetailList.Days"; + this.fieldSumHoliday2.Expression = "Sum([HoursHoliday2])"; + this.fieldSumHoliday2.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldSumHoliday2.Name = "fieldSumHoliday2"; + // + // fieldIstArbeitszeit + // + this.fieldIstArbeitszeit.DataMember = "EmployeeDetailList"; + this.fieldIstArbeitszeit.Expression = "[StundenGesamtIst]+[UeberstundenVormonat]"; + this.fieldIstArbeitszeit.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldIstArbeitszeit.Name = "fieldIstArbeitszeit"; + // + // fieldUeberstundenGesamt + // + this.fieldUeberstundenGesamt.DataMember = "EmployeeDetailList"; + this.fieldUeberstundenGesamt.Expression = "Iif([Ueberstunden] == ?, 0, [Ueberstunden])+Iif([UeberstundenVormonat] == ?, 0," + + " [UeberstundenVormonat])"; + this.fieldUeberstundenGesamt.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldUeberstundenGesamt.Name = "fieldUeberstundenGesamt"; + // + // fieldTatsSoll + // + this.fieldTatsSoll.DataMember = "EmployeeDetailList"; + this.fieldTatsSoll.Expression = "[StundenSollMax] - [UrlaubUndKrankheit]"; + this.fieldTatsSoll.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldTatsSoll.Name = "fieldTatsSoll"; + // + // fieldNightHours + // + this.fieldNightHours.DataMember = "EmployeeDetailList.Days"; + this.fieldNightHours.Expression = "Iif([SpecialHours] > 0, [SpecialHours], ?)\n"; + this.fieldNightHours.Name = "fieldNightHours"; + // + // fieldSaturdayHours + // + this.fieldSaturdayHours.DataMember = "EmployeeDetailList.Days"; + this.fieldSaturdayHours.Expression = "Iif([HoursSaturday] > 0, [HoursSaturday], ?)"; + this.fieldSaturdayHours.Name = "fieldSaturdayHours"; + // + // fieldSundayHours + // + this.fieldSundayHours.DataMember = "EmployeeDetailList.Days"; + this.fieldSundayHours.Expression = "Iif([HoursSunday] > 0, [HoursSunday], ?)\n"; + this.fieldSundayHours.Name = "fieldSundayHours"; + // + // fieldHolidayHours + // + this.fieldHolidayHours.DataMember = "EmployeeDetailList.Days"; + this.fieldHolidayHours.Expression = "Iif([HoursHoliday] > 0, [HoursHoliday], ?)\n"; + this.fieldHolidayHours.Name = "fieldHolidayHours"; + // // fieldMinutenGesamtIst // this.fieldMinutenGesamtIst.DataMember = "EmployeeDetailList"; this.fieldMinutenGesamtIst.Expression = "[StundenGesamtIst] * 60\n"; this.fieldMinutenGesamtIst.Name = "fieldMinutenGesamtIst"; // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel10, + this.xrLabel11, + this.xrLabel5, + this.xrLabel6, + this.lblKommenAusFrei, + this.xrLabel3, + this.xrLabel15, + this.xrLabel17, + this.xrLabel8, + this.xrLabel7}); + this.GroupFooter1.HeightF = 100.0001F; + this.GroupFooter1.Level = 3; + this.GroupFooter1.Name = "GroupFooter1"; + // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO); @@ -1180,9 +1217,9 @@ namespace BetreuWoWesel this.Version = "23.2"; xrWatermark1.Id = "Watermark1"; this.Watermarks.Add(xrWatermark1); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); @@ -1257,7 +1294,7 @@ namespace BetreuWoWesel private DevExpress.XtraReports.UI.GroupFooterBand FooterGfb; private DevExpress.XtraReports.UI.XRLabel xrLabel28; private DevExpress.XtraReports.UI.XRLabel xrLabel9; - private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter3; + private DevExpress.XtraReports.UI.GroupFooterBand lblFooterMehrarbeit; private DevExpress.XtraReports.UI.XRLabel lblSaldo4; private DevExpress.XtraReports.UI.XRLabel lblSaldoWert4; private DevExpress.XtraReports.UI.XRLabel lblSaldo3; @@ -1279,5 +1316,6 @@ namespace BetreuWoWesel private DevExpress.XtraReports.UI.XRLabel xrLabel8; private DevExpress.XtraReports.UI.XRLabel xrLabel7; private DevExpress.XtraReports.UI.CalculatedField fieldMinutenGesamtIst; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; } } diff --git a/ReportImp/BetreuwoWesel/Mitarbeiterstundenkonto.designer.cs b/ReportImp/BetreuwoWesel/Mitarbeiterstundenkonto.designer.cs index b3b19b8b0..c9993aad4 100644 --- a/ReportImp/BetreuwoWesel/Mitarbeiterstundenkonto.designer.cs +++ b/ReportImp/BetreuwoWesel/Mitarbeiterstundenkonto.designer.cs @@ -62,6 +62,7 @@ namespace BetreuWoWesel this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -81,11 +82,10 @@ namespace BetreuWoWesel this.fieldFLS = new DevExpress.XtraReports.UI.CalculatedField(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -176,7 +176,6 @@ namespace BetreuWoWesel this.xrTableCell14.StylePriority.UsePadding = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; xrSummary1.FormatString = "{0:0.00}"; - xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.xrTableCell14.Summary = xrSummary1; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell14.Weight = 0.080301848151228844D; @@ -192,7 +191,6 @@ namespace BetreuWoWesel this.xrTableCell15.StylePriority.UsePadding = false; this.xrTableCell15.StylePriority.UseTextAlignment = false; xrSummary2.FormatString = "{0:0.00}"; - xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.xrTableCell15.Summary = xrSummary2; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell15.Weight = 0.080301848151228844D; @@ -208,7 +206,6 @@ namespace BetreuWoWesel this.xrTableCell16.StylePriority.UsePadding = false; this.xrTableCell16.StylePriority.UseTextAlignment = false; xrSummary3.FormatString = "{0:0.00}"; - xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.xrTableCell16.Summary = xrSummary3; this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell16.Weight = 0.080301848151228844D; @@ -224,7 +221,6 @@ namespace BetreuWoWesel this.xrTableCell18.StylePriority.UsePadding = false; this.xrTableCell18.StylePriority.UseTextAlignment = false; xrSummary4.FormatString = "{0:0.00}"; - xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.xrTableCell18.Summary = xrSummary4; this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell18.Weight = 0.080301848151228844D; @@ -418,6 +414,10 @@ namespace BetreuWoWesel this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.StylePriority.UseFont = false; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO); + // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -599,10 +599,6 @@ namespace BetreuWoWesel this.bottomMarginBand1.HeightF = 30F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO); - // // Mitarbeiterstundenkonto // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -630,8 +626,8 @@ namespace BetreuWoWesel this.Watermarks.Add(xrWatermark1); ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }