diff --git a/ReportImp/BeWoDarmstadt/BeWoDarmstadt.csproj b/ReportImp/BeWoDarmstadt/BeWoDarmstadt.csproj index 21655535a..db759e0f1 100644 --- a/ReportImp/BeWoDarmstadt/BeWoDarmstadt.csproj +++ b/ReportImp/BeWoDarmstadt/BeWoDarmstadt.csproj @@ -48,6 +48,7 @@ + diff --git a/ReportImp/BeWoDarmstadt/CustomMitarbeiterstundenkontoBerechnung.cs b/ReportImp/BeWoDarmstadt/CustomMitarbeiterstundenkontoBerechnung.cs new file mode 100644 index 000000000..63dc47d27 --- /dev/null +++ b/ReportImp/BeWoDarmstadt/CustomMitarbeiterstundenkontoBerechnung.cs @@ -0,0 +1,26 @@ +using BeWo.Data.Entities; +using BeWo.Report.ReportObjects; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BeWoDarmstadt +{ + public class CustomMitarbeiterstundenkontoBerechnung : MitarbeiterstundenkontoBerechnung + { + protected override decimal? BerechneUeberstunden(MitarbeiterstundenkontoRO.EmployeeDetail ed, decimal? ueberstundenStd, Contract contract, DateTime start, DateTime ende) + { + base.BerechneUeberstunden(ed, ueberstundenStd, contract, start, ende); + var fls = ed.FlsIst; + var mb = ed.MittelbarIst; + return ueberstundenStd; + } + + public override MitarbeiterstundenkontoRO.EmployeeDetail BerechneUeberstundenBis(MitarbeiterstundenkontoRO.EmployeeDetail edOrig, IList records, DateTime monat, out decimal? ueberstunden, out decimal alteExtraUeberstunden) + { + return base.BerechneUeberstundenBis(edOrig, records, monat, out ueberstunden, out alteExtraUeberstunden); + } + } +} diff --git a/ReportImp/BeWoDarmstadt/CustomReportCreator.cs b/ReportImp/BeWoDarmstadt/CustomReportCreator.cs index b2b619713..f96d2e5f2 100644 --- a/ReportImp/BeWoDarmstadt/CustomReportCreator.cs +++ b/ReportImp/BeWoDarmstadt/CustomReportCreator.cs @@ -79,7 +79,7 @@ namespace BeWoDarmstadt MitarbeiterstundenkontoRO ro = MitarbeiterstundenkontoRO.Create(employeeOid, null, monat, monat.AddMonths(1), null); - var msb = new MitarbeiterstundenkontoBerechnung(); + var msb = new CustomMitarbeiterstundenkontoBerechnung(); msb.CreateReport(ro); diff --git a/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.Designer.cs b/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.Designer.cs index 6320b7e2f..941000b11 100644 --- a/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.Designer.cs +++ b/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.Designer.cs @@ -35,16 +35,8 @@ namespace BeWoDarmstadt this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lblStelle = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); - this.lblRufGesamt = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); - this.lblGesamtKm = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); - this.lblGesamtstunden = new DevExpress.XtraReports.UI.XRLabel(); this.lblName = new DevExpress.XtraReports.UI.XRLabel(); this.lblZeitraum = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule(); @@ -53,7 +45,7 @@ namespace BeWoDarmstadt this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); - this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.tableZeitraum = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -226,6 +218,7 @@ namespace BeWoDarmstadt this.xrTableCell1087 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1088 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow29 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell346 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1089 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1091 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1092 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -260,6 +253,7 @@ namespace BeWoDarmstadt this.xrTableCell1121 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1122 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell345 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1123 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1125 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1126 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -294,6 +288,7 @@ namespace BeWoDarmstadt this.xrTableCell1155 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1156 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell344 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1157 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1159 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1160 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -328,6 +323,7 @@ namespace BeWoDarmstadt this.xrTableCell1189 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1190 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell343 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1191 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1193 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1194 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -362,6 +358,7 @@ namespace BeWoDarmstadt this.xrTableCell1223 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1224 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell342 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1225 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1227 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1228 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -396,6 +393,7 @@ namespace BeWoDarmstadt this.xrTableCell1257 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1258 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow34 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell341 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1259 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1261 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1262 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -430,6 +428,7 @@ namespace BeWoDarmstadt this.xrTableCell1291 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1292 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow35 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell283 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1293 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1295 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1296 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -464,6 +463,7 @@ namespace BeWoDarmstadt this.xrTableCell1325 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1326 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1327 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1329 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1330 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -498,6 +498,7 @@ namespace BeWoDarmstadt this.xrTableCell1359 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1360 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell347 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1361 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1363 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1364 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -567,6 +568,7 @@ namespace BeWoDarmstadt this.xrTableCell679 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell680 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell353 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell681 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell683 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell684 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -601,6 +603,7 @@ namespace BeWoDarmstadt this.xrTableCell713 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell714 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow18 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell352 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell715 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell717 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell718 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -635,6 +638,7 @@ namespace BeWoDarmstadt this.xrTableCell747 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell748 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow19 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell351 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell749 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell751 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell752 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -669,6 +673,7 @@ namespace BeWoDarmstadt this.xrTableCell781 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell782 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell350 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell783 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell785 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell786 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -703,6 +708,7 @@ namespace BeWoDarmstadt this.xrTableCell815 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell816 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell349 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell817 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell819 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell820 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -737,6 +743,7 @@ namespace BeWoDarmstadt this.xrTableCell849 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell850 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell348 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell851 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell853 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell854 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -1166,22 +1173,9 @@ namespace BeWoDarmstadt this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell283 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell341 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell342 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell343 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell344 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell345 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell346 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell347 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell348 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell349 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell350 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell351 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell352 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell353 = new DevExpress.XtraReports.UI.XRTableCell(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + this.rzSoll = new DevExpress.XtraReports.UI.CalculatedField(); + this.calculatedField2 = new DevExpress.XtraReports.UI.CalculatedField(); + ((System.ComponentModel.ISupportInitialize)(this.tableZeitraum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tableRahmenzeit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tableFLS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit(); @@ -1209,24 +1203,17 @@ namespace BeWoDarmstadt this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblStelle, this.xrLabel15, - this.xrLabel9, - this.lblRufGesamt, - this.xrLabel14, - this.lblGesamtKm, - this.xrLabel12, - this.lblGesamtstunden, this.lblName, this.lblZeitraum, - this.xrLabel7, - this.xrLabel8, this.xrLabel6, this.xrLabel10}); - this.ReportHeader.HeightF = 65F; + this.ReportHeader.HeightF = 29.58333F; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.StylePriority.UseFont = false; // // lblStelle // + this.lblStelle.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.lblStelle.LocationFloat = new DevExpress.Utils.PointFloat(790F, 0F); this.lblStelle.Multiline = true; this.lblStelle.Name = "lblStelle"; @@ -1239,6 +1226,7 @@ namespace BeWoDarmstadt // // xrLabel15 // + this.xrLabel15.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(741.9999F, 0F); this.xrLabel15.Multiline = true; this.xrLabel15.Name = "xrLabel15"; @@ -1250,84 +1238,6 @@ namespace BeWoDarmstadt this.xrLabel15.Text = "Stelle:"; this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // - // xrLabel9 - // - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(694.0004F, 40.00003F); - this.xrLabel9.Multiline = true; - this.xrLabel9.Name = "xrLabel9"; - this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel9.SizeF = new System.Drawing.SizeF(95.99976F, 20F); - this.xrLabel9.StylePriority.UseBorders = false; - this.xrLabel9.StylePriority.UseFont = false; - this.xrLabel9.StylePriority.UseTextAlignment = false; - this.xrLabel9.Text = "SeWo Ruf:"; - this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // lblRufGesamt - // - this.lblRufGesamt.LocationFloat = new DevExpress.Utils.PointFloat(790.0002F, 40.00003F); - this.lblRufGesamt.Multiline = true; - this.lblRufGesamt.Name = "lblRufGesamt"; - this.lblRufGesamt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblRufGesamt.SizeF = new System.Drawing.SizeF(72.00012F, 20F); - this.lblRufGesamt.StylePriority.UseBorders = false; - this.lblRufGesamt.StylePriority.UseFont = false; - this.lblRufGesamt.StylePriority.UseTextAlignment = false; - this.lblRufGesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel14 - // - this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(694.0002F, 20F); - this.xrLabel14.Multiline = true; - this.xrLabel14.Name = "xrLabel14"; - this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel14.SizeF = new System.Drawing.SizeF(167.9998F, 20F); - this.xrLabel14.StylePriority.UseBorders = false; - this.xrLabel14.StylePriority.UseFont = false; - this.xrLabel14.StylePriority.UseTextAlignment = false; - this.xrLabel14.Text = "Gesamt - km im Monat:"; - this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // lblGesamtKm - // - this.lblGesamtKm.LocationFloat = new DevExpress.Utils.PointFloat(862.0003F, 20F); - this.lblGesamtKm.Multiline = true; - this.lblGesamtKm.Name = "lblGesamtKm"; - this.lblGesamtKm.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblGesamtKm.SizeF = new System.Drawing.SizeF(158.0002F, 20F); - this.lblGesamtKm.StylePriority.UseBorders = false; - this.lblGesamtKm.StylePriority.UseFont = false; - this.lblGesamtKm.StylePriority.UseTextAlignment = false; - this.lblGesamtKm.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel12 - // - this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "FirstName")}); - this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(574.0001F, 40.00003F); - this.xrLabel12.Multiline = true; - this.xrLabel12.Name = "xrLabel12"; - this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel12.SizeF = new System.Drawing.SizeF(120.0004F, 20F); - this.xrLabel12.StylePriority.UseBorders = false; - this.xrLabel12.StylePriority.UseFont = false; - this.xrLabel12.StylePriority.UseTextAlignment = false; - this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // lblGesamtstunden - // - this.lblGesamtstunden.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "StundenGesamtIst", "{0:0.00} Stunden")}); - this.lblGesamtstunden.LocationFloat = new DevExpress.Utils.PointFloat(526.0005F, 20.00001F); - this.lblGesamtstunden.Multiline = true; - this.lblGesamtstunden.Name = "lblGesamtstunden"; - this.lblGesamtstunden.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblGesamtstunden.SizeF = new System.Drawing.SizeF(167.9998F, 20F); - this.lblGesamtstunden.StylePriority.UseBorders = false; - this.lblGesamtstunden.StylePriority.UseFont = false; - this.lblGesamtstunden.StylePriority.UseTextAlignment = false; - this.lblGesamtstunden.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // lblName // this.lblName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { @@ -1356,32 +1266,6 @@ namespace BeWoDarmstadt this.lblZeitraum.StylePriority.UseTextAlignment = false; this.lblZeitraum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // - // xrLabel7 - // - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(358.0002F, 20.00001F); - this.xrLabel7.Multiline = true; - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(167.9998F, 20F); - this.xrLabel7.StylePriority.UseBorders = false; - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.StylePriority.UseTextAlignment = false; - this.xrLabel7.Text = "Gesamtstunden Monat:"; - this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel8 - // - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(358.0003F, 40.00003F); - this.xrLabel8.Multiline = true; - this.xrLabel8.Name = "xrLabel8"; - this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel8.SizeF = new System.Drawing.SizeF(215.9998F, 20F); - this.xrLabel8.StylePriority.UseBorders = false; - this.xrLabel8.StylePriority.UseFont = false; - this.xrLabel8.StylePriority.UseTextAlignment = false; - this.xrLabel8.Text = " Fehlzeiten (Urlaub/Krankheit):"; - this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1438,13 +1322,13 @@ namespace BeWoDarmstadt // // bottomMarginBand1 // - this.bottomMarginBand1.HeightF = 30F; + this.bottomMarginBand1.HeightF = 0F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrTable3, + this.tableZeitraum, this.tableRahmenzeit, this.tableFLS, this.table1}); @@ -1453,27 +1337,27 @@ namespace BeWoDarmstadt this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // - // xrTable3 + // tableZeitraum // - this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + this.tableZeitraum.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTable3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0.0003089905F, 569.375F); - this.xrTable3.Name = "xrTable3"; - this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); - this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.tableZeitraum.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.tableZeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0.0003089905F, 569.375F); + this.tableZeitraum.Name = "tableZeitraum"; + this.tableZeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.tableZeitraum.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow13, this.xrTableRow15, this.xrTableRow23, this.xrTableRow24}); - this.xrTable3.SizeF = new System.Drawing.SizeF(994F, 80F); - this.xrTable3.StylePriority.UseBackColor = false; - this.xrTable3.StylePriority.UseBorders = false; - this.xrTable3.StylePriority.UseFont = false; - this.xrTable3.StylePriority.UsePadding = false; - this.xrTable3.StylePriority.UseTextAlignment = false; - this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.tableZeitraum.SizeF = new System.Drawing.SizeF(994F, 80F); + this.tableZeitraum.StylePriority.UseBackColor = false; + this.tableZeitraum.StylePriority.UseBorders = false; + this.tableZeitraum.StylePriority.UseFont = false; + this.tableZeitraum.StylePriority.UsePadding = false; + this.tableZeitraum.StylePriority.UseTextAlignment = false; + this.tableZeitraum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow13 // @@ -1599,7 +1483,8 @@ namespace BeWoDarmstadt // xrTableCell9 // this.xrTableCell9.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell9.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell9.CanGrow = false; + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBackColor = false; this.xrTableCell9.StylePriority.UseFont = false; @@ -1919,7 +1804,6 @@ namespace BeWoDarmstadt this.xrTableCell79.StylePriority.UseBackColor = false; this.xrTableCell79.StylePriority.UsePadding = false; this.xrTableCell79.StylePriority.UseTextAlignment = false; - this.xrTableCell79.Text = "Summe"; this.xrTableCell79.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell79.Weight = 0.080272159410495258D; // @@ -1973,156 +1857,218 @@ namespace BeWoDarmstadt this.xrTableCell547.Font = new System.Drawing.Font("Calibri", 8F); this.xrTableCell547.Name = "xrTableCell547"; this.xrTableCell547.StylePriority.UseFont = false; + this.xrTableCell547.StylePriority.UseTextAlignment = false; + this.xrTableCell547.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell547.Weight = 0.017513890118150417D; // // xrTableCell548 // this.xrTableCell548.Name = "xrTableCell548"; + this.xrTableCell548.StylePriority.UseTextAlignment = false; + this.xrTableCell548.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell548.Weight = 0.017513888726271756D; // // xrTableCell549 // this.xrTableCell549.Name = "xrTableCell549"; + this.xrTableCell549.StylePriority.UseTextAlignment = false; + this.xrTableCell549.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell549.Weight = 0.017513887733727751D; // // xrTableCell550 // this.xrTableCell550.Name = "xrTableCell550"; + this.xrTableCell550.StylePriority.UseTextAlignment = false; + this.xrTableCell550.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell550.Weight = 0.017513886341849486D; // // xrTableCell551 // this.xrTableCell551.Name = "xrTableCell551"; + this.xrTableCell551.StylePriority.UseTextAlignment = false; + this.xrTableCell551.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell551.Weight = 0.017513889398250632D; // // xrTableCell552 // this.xrTableCell552.Name = "xrTableCell552"; + this.xrTableCell552.StylePriority.UseTextAlignment = false; + this.xrTableCell552.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell552.Weight = 0.017513892699112077D; // // xrTableCell553 // this.xrTableCell553.Name = "xrTableCell553"; + this.xrTableCell553.StylePriority.UseTextAlignment = false; + this.xrTableCell553.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell553.Weight = 0.017513886494539749D; // // xrTableCell554 // this.xrTableCell554.Name = "xrTableCell554"; + this.xrTableCell554.StylePriority.UseTextAlignment = false; + this.xrTableCell554.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell554.Weight = 0.017513893135406924D; // // xrTableCell555 // this.xrTableCell555.Name = "xrTableCell555"; + this.xrTableCell555.StylePriority.UseTextAlignment = false; + this.xrTableCell555.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell555.Weight = 0.01751388532080865D; // // xrTableCell556 // this.xrTableCell556.Name = "xrTableCell556"; + this.xrTableCell556.StylePriority.UseTextAlignment = false; + this.xrTableCell556.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell556.Weight = 0.017513885589146336D; // // xrTableCell557 // this.xrTableCell557.Name = "xrTableCell557"; + this.xrTableCell557.StylePriority.UseTextAlignment = false; + this.xrTableCell557.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell557.Weight = 0.017513885723315054D; // // xrTableCell558 // this.xrTableCell558.Name = "xrTableCell558"; + this.xrTableCell558.StylePriority.UseTextAlignment = false; + this.xrTableCell558.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell558.Weight = 0.017513885790399558D; // // xrTableCell559 // this.xrTableCell559.Name = "xrTableCell559"; + this.xrTableCell559.StylePriority.UseTextAlignment = false; + this.xrTableCell559.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell559.Weight = 0.0175138913914564D; // // xrTableCell560 // this.xrTableCell560.Name = "xrTableCell560"; + this.xrTableCell560.StylePriority.UseTextAlignment = false; + this.xrTableCell560.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell560.Weight = 0.017513894191986623D; // // xrTableCell561 // this.xrTableCell561.Name = "xrTableCell561"; + this.xrTableCell561.StylePriority.UseTextAlignment = false; + this.xrTableCell561.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell561.Weight = 0.017513884457219797D; // // xrTableCell562 // this.xrTableCell562.Name = "xrTableCell562"; + this.xrTableCell562.StylePriority.UseTextAlignment = false; + this.xrTableCell562.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell562.Weight = 0.017513885157351888D; // // xrTableCell563 // this.xrTableCell563.Name = "xrTableCell563"; + this.xrTableCell563.StylePriority.UseTextAlignment = false; + this.xrTableCell563.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell563.Weight = 0.017513891074932536D; // // xrTableCell564 // this.xrTableCell564.Name = "xrTableCell564"; + this.xrTableCell564.StylePriority.UseTextAlignment = false; + this.xrTableCell564.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell564.Weight = 0.017513888466208244D; // // xrTableCell565 // this.xrTableCell565.Name = "xrTableCell565"; + this.xrTableCell565.StylePriority.UseTextAlignment = false; + this.xrTableCell565.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell565.Weight = 0.017513892729362546D; // // xrTableCell566 // this.xrTableCell566.Name = "xrTableCell566"; + this.xrTableCell566.StylePriority.UseTextAlignment = false; + this.xrTableCell566.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell566.Weight = 0.017513894860938795D; // // xrTableCell567 // this.xrTableCell567.Name = "xrTableCell567"; + this.xrTableCell567.StylePriority.UseTextAlignment = false; + this.xrTableCell567.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell567.Weight = 0.017513893142969611D; // // xrTableCell568 // this.xrTableCell568.Name = "xrTableCell568"; + this.xrTableCell568.StylePriority.UseTextAlignment = false; + this.xrTableCell568.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell568.Weight = 0.017513897851499594D; // // xrTableCell569 // this.xrTableCell569.Name = "xrTableCell569"; + this.xrTableCell569.StylePriority.UseTextAlignment = false; + this.xrTableCell569.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell569.Weight = 0.017513886286976282D; // // xrTableCell570 // this.xrTableCell570.Name = "xrTableCell570"; + this.xrTableCell570.StylePriority.UseTextAlignment = false; + this.xrTableCell570.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell570.Weight = 0.017513886072230117D; // // xrTableCell571 // this.xrTableCell571.Name = "xrTableCell571"; + this.xrTableCell571.StylePriority.UseTextAlignment = false; + this.xrTableCell571.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell571.Weight = 0.017513884572978367D; // // xrTableCell572 // this.xrTableCell572.Name = "xrTableCell572"; + this.xrTableCell572.StylePriority.UseTextAlignment = false; + this.xrTableCell572.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell572.Weight = 0.017513886607109813D; // // xrTableCell573 // this.xrTableCell573.Name = "xrTableCell573"; + this.xrTableCell573.StylePriority.UseTextAlignment = false; + this.xrTableCell573.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell573.Weight = 0.01751388623229691D; // // xrTableCell574 // this.xrTableCell574.Name = "xrTableCell574"; + this.xrTableCell574.StylePriority.UseTextAlignment = false; + this.xrTableCell574.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell574.Weight = 0.017513883261133123D; // // xrTableCell575 // this.xrTableCell575.Name = "xrTableCell575"; + this.xrTableCell575.StylePriority.UseTextAlignment = false; + this.xrTableCell575.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell575.Weight = 0.017513887343065859D; // // xrTableCell576 // this.xrTableCell576.Name = "xrTableCell576"; + this.xrTableCell576.StylePriority.UseTextAlignment = false; + this.xrTableCell576.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell576.Weight = 0.017513886600274919D; // // xrTableCell577 // this.xrTableCell577.Name = "xrTableCell577"; + this.xrTableCell577.StylePriority.UseTextAlignment = false; + this.xrTableCell577.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell577.Weight = 0.017513918091639748D; // // xrTableCell578 @@ -2184,7 +2130,8 @@ namespace BeWoDarmstadt // xrTableCell615 // this.xrTableCell615.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell615.Font = new System.Drawing.Font("Calibri", 8F); + this.xrTableCell615.CanGrow = false; + this.xrTableCell615.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell615.Name = "xrTableCell615"; this.xrTableCell615.StylePriority.UseBackColor = false; this.xrTableCell615.StylePriority.UseFont = false; @@ -2193,211 +2140,301 @@ namespace BeWoDarmstadt // xrTableCell616 // this.xrTableCell616.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell616.CanGrow = false; + this.xrTableCell616.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell616.Name = "xrTableCell616"; this.xrTableCell616.StylePriority.UseBackColor = false; + this.xrTableCell616.StylePriority.UseFont = false; this.xrTableCell616.Weight = 0.017513888726271756D; // // xrTableCell617 // this.xrTableCell617.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell617.CanGrow = false; + this.xrTableCell617.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell617.Name = "xrTableCell617"; this.xrTableCell617.StylePriority.UseBackColor = false; + this.xrTableCell617.StylePriority.UseFont = false; this.xrTableCell617.Weight = 0.017513887733727751D; // // xrTableCell618 // this.xrTableCell618.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell618.CanGrow = false; + this.xrTableCell618.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell618.Name = "xrTableCell618"; this.xrTableCell618.StylePriority.UseBackColor = false; + this.xrTableCell618.StylePriority.UseFont = false; this.xrTableCell618.Weight = 0.017513886341849486D; // // xrTableCell619 // this.xrTableCell619.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell619.CanGrow = false; + this.xrTableCell619.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell619.Name = "xrTableCell619"; this.xrTableCell619.StylePriority.UseBackColor = false; + this.xrTableCell619.StylePriority.UseFont = false; this.xrTableCell619.Weight = 0.017513889398250632D; // // xrTableCell620 // this.xrTableCell620.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell620.CanGrow = false; + this.xrTableCell620.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell620.Name = "xrTableCell620"; this.xrTableCell620.StylePriority.UseBackColor = false; + this.xrTableCell620.StylePriority.UseFont = false; this.xrTableCell620.Weight = 0.017513892699112077D; // // xrTableCell621 // this.xrTableCell621.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell621.CanGrow = false; + this.xrTableCell621.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell621.Name = "xrTableCell621"; this.xrTableCell621.StylePriority.UseBackColor = false; + this.xrTableCell621.StylePriority.UseFont = false; this.xrTableCell621.Weight = 0.017513886494539749D; // // xrTableCell622 // this.xrTableCell622.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell622.CanGrow = false; + this.xrTableCell622.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell622.Name = "xrTableCell622"; this.xrTableCell622.StylePriority.UseBackColor = false; + this.xrTableCell622.StylePriority.UseFont = false; this.xrTableCell622.Weight = 0.017513893135406924D; // // xrTableCell623 // this.xrTableCell623.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell623.CanGrow = false; + this.xrTableCell623.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell623.Name = "xrTableCell623"; this.xrTableCell623.StylePriority.UseBackColor = false; + this.xrTableCell623.StylePriority.UseFont = false; this.xrTableCell623.Weight = 0.01751388532080865D; // // xrTableCell624 // this.xrTableCell624.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell624.CanGrow = false; + this.xrTableCell624.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell624.Name = "xrTableCell624"; this.xrTableCell624.StylePriority.UseBackColor = false; + this.xrTableCell624.StylePriority.UseFont = false; this.xrTableCell624.Weight = 0.017513885589146336D; // // xrTableCell625 // this.xrTableCell625.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell625.CanGrow = false; + this.xrTableCell625.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell625.Name = "xrTableCell625"; this.xrTableCell625.StylePriority.UseBackColor = false; + this.xrTableCell625.StylePriority.UseFont = false; this.xrTableCell625.Weight = 0.017513885723315054D; // // xrTableCell626 // this.xrTableCell626.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell626.CanGrow = false; + this.xrTableCell626.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell626.Name = "xrTableCell626"; this.xrTableCell626.StylePriority.UseBackColor = false; + this.xrTableCell626.StylePriority.UseFont = false; this.xrTableCell626.Weight = 0.017513885790399558D; // // xrTableCell627 // this.xrTableCell627.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell627.CanGrow = false; + this.xrTableCell627.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell627.Name = "xrTableCell627"; this.xrTableCell627.StylePriority.UseBackColor = false; + this.xrTableCell627.StylePriority.UseFont = false; this.xrTableCell627.Weight = 0.0175138913914564D; // // xrTableCell628 // this.xrTableCell628.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell628.CanGrow = false; + this.xrTableCell628.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell628.Name = "xrTableCell628"; this.xrTableCell628.StylePriority.UseBackColor = false; + this.xrTableCell628.StylePriority.UseFont = false; this.xrTableCell628.Weight = 0.017513894191986623D; // // xrTableCell629 // this.xrTableCell629.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell629.CanGrow = false; + this.xrTableCell629.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell629.Name = "xrTableCell629"; this.xrTableCell629.StylePriority.UseBackColor = false; + this.xrTableCell629.StylePriority.UseFont = false; this.xrTableCell629.Weight = 0.017513884457219797D; // // xrTableCell630 // this.xrTableCell630.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell630.CanGrow = false; + this.xrTableCell630.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell630.Name = "xrTableCell630"; this.xrTableCell630.StylePriority.UseBackColor = false; + this.xrTableCell630.StylePriority.UseFont = false; this.xrTableCell630.Weight = 0.017513885157351888D; // // xrTableCell631 // this.xrTableCell631.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell631.CanGrow = false; + this.xrTableCell631.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell631.Name = "xrTableCell631"; this.xrTableCell631.StylePriority.UseBackColor = false; + this.xrTableCell631.StylePriority.UseFont = false; this.xrTableCell631.Weight = 0.017513891074932536D; // // xrTableCell632 // this.xrTableCell632.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell632.CanGrow = false; + this.xrTableCell632.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell632.Name = "xrTableCell632"; this.xrTableCell632.StylePriority.UseBackColor = false; + this.xrTableCell632.StylePriority.UseFont = false; this.xrTableCell632.Weight = 0.017513888466208244D; // // xrTableCell633 // this.xrTableCell633.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell633.CanGrow = false; + this.xrTableCell633.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell633.Name = "xrTableCell633"; this.xrTableCell633.StylePriority.UseBackColor = false; + this.xrTableCell633.StylePriority.UseFont = false; this.xrTableCell633.Weight = 0.017513892729362546D; // // xrTableCell634 // this.xrTableCell634.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell634.CanGrow = false; + this.xrTableCell634.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell634.Name = "xrTableCell634"; this.xrTableCell634.StylePriority.UseBackColor = false; + this.xrTableCell634.StylePriority.UseFont = false; this.xrTableCell634.Weight = 0.017513894860938795D; // // xrTableCell635 // this.xrTableCell635.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell635.CanGrow = false; + this.xrTableCell635.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell635.Name = "xrTableCell635"; this.xrTableCell635.StylePriority.UseBackColor = false; + this.xrTableCell635.StylePriority.UseFont = false; this.xrTableCell635.Weight = 0.017513893142969611D; // // xrTableCell636 // this.xrTableCell636.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell636.CanGrow = false; + this.xrTableCell636.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell636.Name = "xrTableCell636"; this.xrTableCell636.StylePriority.UseBackColor = false; + this.xrTableCell636.StylePriority.UseFont = false; this.xrTableCell636.Weight = 0.017513897851499594D; // // xrTableCell637 // this.xrTableCell637.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell637.CanGrow = false; + this.xrTableCell637.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell637.Name = "xrTableCell637"; this.xrTableCell637.StylePriority.UseBackColor = false; + this.xrTableCell637.StylePriority.UseFont = false; this.xrTableCell637.Weight = 0.017513886286976282D; // // xrTableCell638 // this.xrTableCell638.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell638.CanGrow = false; + this.xrTableCell638.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell638.Name = "xrTableCell638"; this.xrTableCell638.StylePriority.UseBackColor = false; + this.xrTableCell638.StylePriority.UseFont = false; this.xrTableCell638.Weight = 0.017513886072230117D; // // xrTableCell639 // this.xrTableCell639.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell639.CanGrow = false; + this.xrTableCell639.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell639.Name = "xrTableCell639"; this.xrTableCell639.StylePriority.UseBackColor = false; + this.xrTableCell639.StylePriority.UseFont = false; this.xrTableCell639.Weight = 0.017513884572978367D; // // xrTableCell640 // this.xrTableCell640.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell640.CanGrow = false; + this.xrTableCell640.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell640.Name = "xrTableCell640"; this.xrTableCell640.StylePriority.UseBackColor = false; + this.xrTableCell640.StylePriority.UseFont = false; this.xrTableCell640.Weight = 0.017513886607109813D; // // xrTableCell641 // this.xrTableCell641.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell641.CanGrow = false; + this.xrTableCell641.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell641.Name = "xrTableCell641"; this.xrTableCell641.StylePriority.UseBackColor = false; + this.xrTableCell641.StylePriority.UseFont = false; this.xrTableCell641.Weight = 0.01751388623229691D; // // xrTableCell642 // this.xrTableCell642.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell642.CanGrow = false; + this.xrTableCell642.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell642.Name = "xrTableCell642"; this.xrTableCell642.StylePriority.UseBackColor = false; + this.xrTableCell642.StylePriority.UseFont = false; this.xrTableCell642.Weight = 0.017513883261133123D; // // xrTableCell643 // this.xrTableCell643.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell643.CanGrow = false; + this.xrTableCell643.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell643.Name = "xrTableCell643"; this.xrTableCell643.StylePriority.UseBackColor = false; + this.xrTableCell643.StylePriority.UseFont = false; this.xrTableCell643.Weight = 0.017513887343065859D; // // xrTableCell644 // this.xrTableCell644.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell644.CanGrow = false; + this.xrTableCell644.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell644.Name = "xrTableCell644"; this.xrTableCell644.StylePriority.UseBackColor = false; + this.xrTableCell644.StylePriority.UseFont = false; this.xrTableCell644.Weight = 0.017513886600274919D; // // xrTableCell645 // this.xrTableCell645.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell645.CanGrow = false; + this.xrTableCell645.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell645.Name = "xrTableCell645"; this.xrTableCell645.StylePriority.UseBackColor = false; + this.xrTableCell645.StylePriority.UseFont = false; this.xrTableCell645.Weight = 0.017513918091639748D; // // xrTableCell646 @@ -2458,159 +2495,250 @@ namespace BeWoDarmstadt // // xrTableCell887 // - this.xrTableCell887.Font = new System.Drawing.Font("Calibri", 8F); + this.xrTableCell887.CanGrow = false; + this.xrTableCell887.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell887.Name = "xrTableCell887"; this.xrTableCell887.StylePriority.UseFont = false; this.xrTableCell887.Weight = 0.017513890118150417D; // // xrTableCell888 // + this.xrTableCell888.CanGrow = false; + this.xrTableCell888.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell888.Name = "xrTableCell888"; + this.xrTableCell888.StylePriority.UseFont = false; this.xrTableCell888.Weight = 0.017513888726271756D; // // xrTableCell889 // + this.xrTableCell889.CanGrow = false; + this.xrTableCell889.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell889.Name = "xrTableCell889"; + this.xrTableCell889.StylePriority.UseFont = false; this.xrTableCell889.Weight = 0.017513887733727751D; // // xrTableCell890 // + this.xrTableCell890.CanGrow = false; + this.xrTableCell890.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell890.Name = "xrTableCell890"; + this.xrTableCell890.StylePriority.UseFont = false; this.xrTableCell890.Weight = 0.017513886341849486D; // // xrTableCell891 // + this.xrTableCell891.CanGrow = false; + this.xrTableCell891.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell891.Name = "xrTableCell891"; + this.xrTableCell891.StylePriority.UseFont = false; this.xrTableCell891.Weight = 0.017513889398250632D; // // xrTableCell892 // + this.xrTableCell892.CanGrow = false; + this.xrTableCell892.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell892.Name = "xrTableCell892"; + this.xrTableCell892.StylePriority.UseFont = false; this.xrTableCell892.Weight = 0.017513892699112077D; // // xrTableCell893 // + this.xrTableCell893.CanGrow = false; + this.xrTableCell893.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell893.Name = "xrTableCell893"; + this.xrTableCell893.StylePriority.UseFont = false; this.xrTableCell893.Weight = 0.017513886494539749D; // // xrTableCell894 // + this.xrTableCell894.CanGrow = false; + this.xrTableCell894.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell894.Name = "xrTableCell894"; + this.xrTableCell894.StylePriority.UseFont = false; this.xrTableCell894.Weight = 0.017513893135406924D; // // xrTableCell895 // + this.xrTableCell895.CanGrow = false; + this.xrTableCell895.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell895.Name = "xrTableCell895"; + this.xrTableCell895.StylePriority.UseFont = false; this.xrTableCell895.Weight = 0.01751388532080865D; // // xrTableCell896 // + this.xrTableCell896.CanGrow = false; + this.xrTableCell896.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell896.Name = "xrTableCell896"; + this.xrTableCell896.StylePriority.UseFont = false; this.xrTableCell896.Weight = 0.017513885589146336D; // // xrTableCell897 // + this.xrTableCell897.CanGrow = false; + this.xrTableCell897.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell897.Name = "xrTableCell897"; + this.xrTableCell897.StylePriority.UseFont = false; this.xrTableCell897.Weight = 0.017513885723315054D; // // xrTableCell898 // + this.xrTableCell898.CanGrow = false; + this.xrTableCell898.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell898.Name = "xrTableCell898"; + this.xrTableCell898.StylePriority.UseFont = false; this.xrTableCell898.Weight = 0.017513885790399558D; // // xrTableCell899 // + this.xrTableCell899.CanGrow = false; + this.xrTableCell899.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell899.Name = "xrTableCell899"; + this.xrTableCell899.StylePriority.UseFont = false; this.xrTableCell899.Weight = 0.0175138913914564D; // // xrTableCell900 // + this.xrTableCell900.CanGrow = false; + this.xrTableCell900.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell900.Name = "xrTableCell900"; + this.xrTableCell900.StylePriority.UseFont = false; this.xrTableCell900.Weight = 0.017513894191986623D; // // xrTableCell901 // + this.xrTableCell901.CanGrow = false; + this.xrTableCell901.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell901.Name = "xrTableCell901"; + this.xrTableCell901.StylePriority.UseFont = false; this.xrTableCell901.Weight = 0.017513884457219797D; // // xrTableCell902 // + this.xrTableCell902.CanGrow = false; + this.xrTableCell902.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell902.Name = "xrTableCell902"; + this.xrTableCell902.StylePriority.UseFont = false; this.xrTableCell902.Weight = 0.017513885157351888D; // // xrTableCell903 // + this.xrTableCell903.CanGrow = false; + this.xrTableCell903.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell903.Name = "xrTableCell903"; + this.xrTableCell903.StylePriority.UseFont = false; this.xrTableCell903.Weight = 0.017513891074932536D; // // xrTableCell904 // + this.xrTableCell904.CanGrow = false; + this.xrTableCell904.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell904.Name = "xrTableCell904"; + this.xrTableCell904.StylePriority.UseFont = false; this.xrTableCell904.Weight = 0.017513888466208244D; // // xrTableCell905 // + this.xrTableCell905.CanGrow = false; + this.xrTableCell905.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell905.Name = "xrTableCell905"; + this.xrTableCell905.StylePriority.UseFont = false; this.xrTableCell905.Weight = 0.017513892729362546D; // // xrTableCell906 // + this.xrTableCell906.CanGrow = false; + this.xrTableCell906.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell906.Name = "xrTableCell906"; + this.xrTableCell906.StylePriority.UseFont = false; this.xrTableCell906.Weight = 0.017513894860938795D; // // xrTableCell907 // + this.xrTableCell907.CanGrow = false; + this.xrTableCell907.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell907.Name = "xrTableCell907"; + this.xrTableCell907.StylePriority.UseFont = false; this.xrTableCell907.Weight = 0.017513893142969611D; // // xrTableCell908 // + this.xrTableCell908.CanGrow = false; + this.xrTableCell908.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell908.Name = "xrTableCell908"; + this.xrTableCell908.StylePriority.UseFont = false; this.xrTableCell908.Weight = 0.017513897851499594D; // // xrTableCell909 // + this.xrTableCell909.CanGrow = false; + this.xrTableCell909.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell909.Name = "xrTableCell909"; + this.xrTableCell909.StylePriority.UseFont = false; this.xrTableCell909.Weight = 0.017513886286976282D; // // xrTableCell910 // + this.xrTableCell910.CanGrow = false; + this.xrTableCell910.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell910.Name = "xrTableCell910"; + this.xrTableCell910.StylePriority.UseFont = false; this.xrTableCell910.Weight = 0.017513886072230117D; // // xrTableCell911 // + this.xrTableCell911.CanGrow = false; + this.xrTableCell911.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell911.Name = "xrTableCell911"; + this.xrTableCell911.StylePriority.UseFont = false; this.xrTableCell911.Weight = 0.017513884572978367D; // // xrTableCell912 // + this.xrTableCell912.CanGrow = false; + this.xrTableCell912.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell912.Name = "xrTableCell912"; + this.xrTableCell912.StylePriority.UseFont = false; this.xrTableCell912.Weight = 0.017513886607109813D; // // xrTableCell913 // + this.xrTableCell913.CanGrow = false; + this.xrTableCell913.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell913.Name = "xrTableCell913"; + this.xrTableCell913.StylePriority.UseFont = false; this.xrTableCell913.Weight = 0.01751388623229691D; // // xrTableCell914 // + this.xrTableCell914.CanGrow = false; + this.xrTableCell914.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell914.Name = "xrTableCell914"; + this.xrTableCell914.StylePriority.UseFont = false; this.xrTableCell914.Weight = 0.017513883261133123D; // // xrTableCell915 // + this.xrTableCell915.CanGrow = false; + this.xrTableCell915.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell915.Name = "xrTableCell915"; + this.xrTableCell915.StylePriority.UseFont = false; this.xrTableCell915.Weight = 0.017513887343065859D; // // xrTableCell916 // + this.xrTableCell916.CanGrow = false; + this.xrTableCell916.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell916.Name = "xrTableCell916"; + this.xrTableCell916.StylePriority.UseFont = false; this.xrTableCell916.Weight = 0.017513886600274919D; // // xrTableCell917 // + this.xrTableCell917.CanGrow = false; + this.xrTableCell917.Font = new System.Drawing.Font("Arial Narrow", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell917.Name = "xrTableCell917"; + this.xrTableCell917.StylePriority.UseFont = false; this.xrTableCell917.Weight = 0.017513918091639748D; // // xrTableCell918 @@ -3175,6 +3303,17 @@ namespace BeWoDarmstadt this.xrTableRow29.StylePriority.UseFont = false; this.xrTableRow29.Weight = 0.37261411879505646D; // + // xrTableCell346 + // + this.xrTableCell346.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell346.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell346.Name = "xrTableCell346"; + this.xrTableCell346.StylePriority.UseBorders = false; + this.xrTableCell346.StylePriority.UseFont = false; + this.xrTableCell346.Text = "Fortb./Urlaub/Krank"; + this.xrTableCell346.Weight = 0.082461259809328682D; + // // xrTableCell1089 // this.xrTableCell1089.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -3488,6 +3627,18 @@ namespace BeWoDarmstadt this.xrTableRow30.StylePriority.UseFont = false; this.xrTableRow30.Weight = 0.37261411879505646D; // + // xrTableCell345 + // + this.xrTableCell345.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell345.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell345.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell345.Name = "xrTableCell345"; + this.xrTableCell345.StylePriority.UseBackColor = false; + this.xrTableCell345.StylePriority.UseBorders = false; + this.xrTableCell345.StylePriority.UseFont = false; + this.xrTableCell345.Text = "Team/Extrateam"; + this.xrTableCell345.Weight = 0.075163781788458672D; + // // xrTableCell1123 // this.xrTableCell1123.BackColor = System.Drawing.Color.Gainsboro; @@ -3865,6 +4016,17 @@ namespace BeWoDarmstadt this.xrTableRow31.StylePriority.UseFont = false; this.xrTableRow31.Weight = 0.37261411879505646D; // + // xrTableCell344 + // + this.xrTableCell344.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell344.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell344.Name = "xrTableCell344"; + this.xrTableCell344.StylePriority.UseBorders = false; + this.xrTableCell344.StylePriority.UseFont = false; + this.xrTableCell344.Text = "Superv./PersGespr."; + this.xrTableCell344.Weight = 0.075163781788458672D; + // // xrTableCell1157 // this.xrTableCell1157.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -4179,6 +4341,20 @@ namespace BeWoDarmstadt this.xrTableRow32.StylePriority.UseFont = false; this.xrTableRow32.Weight = 0.37261411879505646D; // + // xrTableCell343 + // + this.xrTableCell343.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell343.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell343.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell343.Multiline = true; + this.xrTableCell343.Name = "xrTableCell343"; + this.xrTableCell343.StylePriority.UseBackColor = false; + this.xrTableCell343.StylePriority.UseBorders = false; + this.xrTableCell343.StylePriority.UseFont = false; + this.xrTableCell343.Text = "Gremienarbeit"; + this.xrTableCell343.Weight = 0.075163781788458672D; + // // xrTableCell1191 // this.xrTableCell1191.BackColor = System.Drawing.Color.Gainsboro; @@ -4559,6 +4735,17 @@ namespace BeWoDarmstadt this.xrTableRow33.StylePriority.UseFont = false; this.xrTableRow33.Weight = 0.37261411879505646D; // + // xrTableCell342 + // + this.xrTableCell342.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell342.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell342.Name = "xrTableCell342"; + this.xrTableCell342.StylePriority.UseBorders = false; + this.xrTableCell342.StylePriority.UseFont = false; + this.xrTableCell342.Text = "Diverses"; + this.xrTableCell342.Weight = 0.075163781418784645D; + // // xrTableCell1225 // this.xrTableCell1225.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -4873,6 +5060,19 @@ namespace BeWoDarmstadt this.xrTableRow34.StylePriority.UseFont = false; this.xrTableRow34.Weight = 0.37261411879505646D; // + // xrTableCell341 + // + this.xrTableCell341.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell341.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell341.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell341.Name = "xrTableCell341"; + this.xrTableCell341.StylePriority.UseBackColor = false; + this.xrTableCell341.StylePriority.UseBorders = false; + this.xrTableCell341.StylePriority.UseFont = false; + this.xrTableCell341.Text = "Fahrtzeit"; + this.xrTableCell341.Weight = 0.075163781788458672D; + // // xrTableCell1259 // this.xrTableCell1259.BackColor = System.Drawing.Color.Gainsboro; @@ -5258,6 +5458,23 @@ namespace BeWoDarmstadt this.xrTableRow35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableRow35.Weight = 0.37261411879505646D; // + // xrTableCell283 + // + this.xrTableCell283.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell283.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell283.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell283.Name = "xrTableCell283"; + this.xrTableCell283.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); + this.xrTableCell283.StylePriority.UseBackColor = false; + this.xrTableCell283.StylePriority.UseBorders = false; + this.xrTableCell283.StylePriority.UseFont = false; + this.xrTableCell283.StylePriority.UsePadding = false; + this.xrTableCell283.StylePriority.UseTextAlignment = false; + this.xrTableCell283.Text = "QZ"; + this.xrTableCell283.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell283.Weight = 0.075163781788458672D; + // // xrTableCell1293 // this.xrTableCell1293.BackColor = System.Drawing.Color.Transparent; @@ -5578,6 +5795,19 @@ namespace BeWoDarmstadt this.xrTableRow36.StylePriority.UseFont = false; this.xrTableRow36.Weight = 0.37261411879505646D; // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.Text = "Leitung/Verwaltung"; + this.xrTableCell3.Weight = 0.075163780396732022D; + // // xrTableCell1327 // this.xrTableCell1327.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -5894,6 +6124,17 @@ namespace BeWoDarmstadt this.xrTableRow37.StylePriority.UseFont = false; this.xrTableRow37.Weight = 0.37261411879505646D; // + // xrTableCell347 + // + this.xrTableCell347.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell347.Name = "xrTableCell347"; + this.xrTableCell347.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); + this.xrTableCell347.StylePriority.UseBorders = false; + this.xrTableCell347.StylePriority.UsePadding = false; + this.xrTableCell347.Text = "Summen:"; + this.xrTableCell347.Weight = 0.075163797099282656D; + // // xrTableCell1361 // this.xrTableCell1361.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -6712,6 +6953,17 @@ namespace BeWoDarmstadt this.xrTableRow17.StylePriority.UseFont = false; this.xrTableRow17.Weight = 0.37261411879505646D; // + // xrTableCell353 + // + this.xrTableCell353.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell353.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell353.Name = "xrTableCell353"; + this.xrTableCell353.StylePriority.UseBorders = false; + this.xrTableCell353.StylePriority.UseFont = false; + this.xrTableCell353.Text = "Direkte Betreuung"; + this.xrTableCell353.Weight = 0.0824610816487879D; + // // xrTableCell681 // this.xrTableCell681.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -7024,6 +7276,19 @@ namespace BeWoDarmstadt this.xrTableRow18.StylePriority.UseFont = false; this.xrTableRow18.Weight = 0.37261411879505646D; // + // xrTableCell352 + // + this.xrTableCell352.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell352.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell352.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell352.Name = "xrTableCell352"; + this.xrTableCell352.StylePriority.UseBackColor = false; + this.xrTableCell352.StylePriority.UseBorders = false; + this.xrTableCell352.StylePriority.UseFont = false; + this.xrTableCell352.Text = "Indirekte Betreuung"; + this.xrTableCell352.Weight = 0.0824610816487879D; + // // xrTableCell715 // this.xrTableCell715.BackColor = System.Drawing.Color.Gainsboro; @@ -7402,6 +7667,17 @@ namespace BeWoDarmstadt this.xrTableRow19.StylePriority.UseFont = false; this.xrTableRow19.Weight = 0.37261411879505646D; // + // xrTableCell351 + // + this.xrTableCell351.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell351.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell351.Name = "xrTableCell351"; + this.xrTableCell351.StylePriority.UseBorders = false; + this.xrTableCell351.StylePriority.UseFont = false; + this.xrTableCell351.Text = "Vor-/Nacharbeiten"; + this.xrTableCell351.Weight = 0.0824610816487879D; + // // xrTableCell749 // this.xrTableCell749.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -7716,6 +7992,19 @@ namespace BeWoDarmstadt this.xrTableRow20.StylePriority.UseFont = false; this.xrTableRow20.Weight = 0.37261411879505646D; // + // xrTableCell350 + // + this.xrTableCell350.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell350.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell350.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell350.Name = "xrTableCell350"; + this.xrTableCell350.StylePriority.UseBackColor = false; + this.xrTableCell350.StylePriority.UseBorders = false; + this.xrTableCell350.StylePriority.UseFont = false; + this.xrTableCell350.Text = "(X)"; + this.xrTableCell350.Weight = 0.0824610816487879D; + // // xrTableCell783 // this.xrTableCell783.BackColor = System.Drawing.Color.Gainsboro; @@ -8097,6 +8386,17 @@ namespace BeWoDarmstadt this.xrTableRow21.StylePriority.UseFont = false; this.xrTableRow21.Weight = 0.37261411879505646D; // + // xrTableCell349 + // + this.xrTableCell349.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell349.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell349.Name = "xrTableCell349"; + this.xrTableCell349.StylePriority.UseBorders = false; + this.xrTableCell349.StylePriority.UseFont = false; + this.xrTableCell349.Text = "(Y)"; + this.xrTableCell349.Weight = 0.082461081167093789D; + // // xrTableCell817 // this.xrTableCell817.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -8411,6 +8711,15 @@ namespace BeWoDarmstadt this.xrTableRow22.StylePriority.UseFont = false; this.xrTableRow22.Weight = 0.37261411879505646D; // + // xrTableCell348 + // + this.xrTableCell348.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell348.Name = "xrTableCell348"; + this.xrTableCell348.StylePriority.UseBorders = false; + this.xrTableCell348.Text = "Summen:"; + this.xrTableCell348.Weight = 0.0824610816487879D; + // // xrTableCell851 // this.xrTableCell851.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) @@ -8768,181 +9077,241 @@ namespace BeWoDarmstadt // // xrTableCell582 // + this.xrTableCell582.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell582.Name = "xrTableCell582"; + this.xrTableCell582.StylePriority.UseFont = false; this.xrTableCell582.Text = "2"; this.xrTableCell582.Weight = 0.017513888726271756D; // // xrTableCell583 // + this.xrTableCell583.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell583.Name = "xrTableCell583"; + this.xrTableCell583.StylePriority.UseFont = false; this.xrTableCell583.Text = "3"; this.xrTableCell583.Weight = 0.017513887733727751D; // // xrTableCell584 // + this.xrTableCell584.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell584.Name = "xrTableCell584"; + this.xrTableCell584.StylePriority.UseFont = false; this.xrTableCell584.Text = "4"; this.xrTableCell584.Weight = 0.017513886341849486D; // // xrTableCell585 // + this.xrTableCell585.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell585.Name = "xrTableCell585"; + this.xrTableCell585.StylePriority.UseFont = false; this.xrTableCell585.Text = "5"; this.xrTableCell585.Weight = 0.017513889398250632D; // // xrTableCell586 // + this.xrTableCell586.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell586.Name = "xrTableCell586"; + this.xrTableCell586.StylePriority.UseFont = false; this.xrTableCell586.Text = "6"; this.xrTableCell586.Weight = 0.017513892699112077D; // // xrTableCell587 // + this.xrTableCell587.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell587.Name = "xrTableCell587"; + this.xrTableCell587.StylePriority.UseFont = false; this.xrTableCell587.Text = "7"; this.xrTableCell587.Weight = 0.017513886494539749D; // // xrTableCell588 // + this.xrTableCell588.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell588.Name = "xrTableCell588"; + this.xrTableCell588.StylePriority.UseFont = false; this.xrTableCell588.Text = "8"; this.xrTableCell588.Weight = 0.017513893135406924D; // // xrTableCell589 // + this.xrTableCell589.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell589.Name = "xrTableCell589"; + this.xrTableCell589.StylePriority.UseFont = false; this.xrTableCell589.Text = "9"; this.xrTableCell589.Weight = 0.01751388532080865D; // // xrTableCell590 // + this.xrTableCell590.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell590.Name = "xrTableCell590"; + this.xrTableCell590.StylePriority.UseFont = false; this.xrTableCell590.Text = "10"; this.xrTableCell590.Weight = 0.017513885589146336D; // // xrTableCell591 // + this.xrTableCell591.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell591.Name = "xrTableCell591"; + this.xrTableCell591.StylePriority.UseFont = false; this.xrTableCell591.Text = "11"; this.xrTableCell591.Weight = 0.017513885723315054D; // // xrTableCell592 // + this.xrTableCell592.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell592.Name = "xrTableCell592"; + this.xrTableCell592.StylePriority.UseFont = false; this.xrTableCell592.Text = "12"; this.xrTableCell592.Weight = 0.017513885790399558D; // // xrTableCell593 // + this.xrTableCell593.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell593.Name = "xrTableCell593"; + this.xrTableCell593.StylePriority.UseFont = false; this.xrTableCell593.Text = "13"; this.xrTableCell593.Weight = 0.0175138913914564D; // // xrTableCell594 // + this.xrTableCell594.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell594.Name = "xrTableCell594"; + this.xrTableCell594.StylePriority.UseFont = false; this.xrTableCell594.Text = "14"; this.xrTableCell594.Weight = 0.017513894191986623D; // // xrTableCell595 // + this.xrTableCell595.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell595.Name = "xrTableCell595"; + this.xrTableCell595.StylePriority.UseFont = false; this.xrTableCell595.Text = "15"; this.xrTableCell595.Weight = 0.017513884457219797D; // // xrTableCell596 // + this.xrTableCell596.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell596.Name = "xrTableCell596"; + this.xrTableCell596.StylePriority.UseFont = false; this.xrTableCell596.Text = "16"; this.xrTableCell596.Weight = 0.017513885157351888D; // // xrTableCell597 // + this.xrTableCell597.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell597.Name = "xrTableCell597"; + this.xrTableCell597.StylePriority.UseFont = false; this.xrTableCell597.Text = "17"; this.xrTableCell597.Weight = 0.017513891074932536D; // // xrTableCell598 // + this.xrTableCell598.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell598.Name = "xrTableCell598"; + this.xrTableCell598.StylePriority.UseFont = false; this.xrTableCell598.Text = "18"; this.xrTableCell598.Weight = 0.017513888466208244D; // // xrTableCell599 // + this.xrTableCell599.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell599.Name = "xrTableCell599"; + this.xrTableCell599.StylePriority.UseFont = false; this.xrTableCell599.Text = "19"; this.xrTableCell599.Weight = 0.017513892729362546D; // // xrTableCell600 // + this.xrTableCell600.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell600.Name = "xrTableCell600"; + this.xrTableCell600.StylePriority.UseFont = false; this.xrTableCell600.Text = "20"; this.xrTableCell600.Weight = 0.017513894860938795D; // // xrTableCell601 // + this.xrTableCell601.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell601.Name = "xrTableCell601"; + this.xrTableCell601.StylePriority.UseFont = false; this.xrTableCell601.Text = "21"; this.xrTableCell601.Weight = 0.017513893142969611D; // // xrTableCell602 // + this.xrTableCell602.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell602.Name = "xrTableCell602"; + this.xrTableCell602.StylePriority.UseFont = false; this.xrTableCell602.Text = "22"; this.xrTableCell602.Weight = 0.017513897851499594D; // // xrTableCell603 // + this.xrTableCell603.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell603.Name = "xrTableCell603"; + this.xrTableCell603.StylePriority.UseFont = false; this.xrTableCell603.Text = "23"; this.xrTableCell603.Weight = 0.017513886286976282D; // // xrTableCell604 // + this.xrTableCell604.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell604.Name = "xrTableCell604"; + this.xrTableCell604.StylePriority.UseFont = false; this.xrTableCell604.Text = "24"; this.xrTableCell604.Weight = 0.017513886072230117D; // // xrTableCell605 // + this.xrTableCell605.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell605.Name = "xrTableCell605"; + this.xrTableCell605.StylePriority.UseFont = false; this.xrTableCell605.Text = "25"; this.xrTableCell605.Weight = 0.017513884572978367D; // // xrTableCell606 // + this.xrTableCell606.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell606.Name = "xrTableCell606"; + this.xrTableCell606.StylePriority.UseFont = false; this.xrTableCell606.Text = "26"; this.xrTableCell606.Weight = 0.017513886607109813D; // // xrTableCell607 // + this.xrTableCell607.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell607.Name = "xrTableCell607"; + this.xrTableCell607.StylePriority.UseFont = false; this.xrTableCell607.Text = "27"; this.xrTableCell607.Weight = 0.01751388623229691D; // // xrTableCell608 // + this.xrTableCell608.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell608.Name = "xrTableCell608"; + this.xrTableCell608.StylePriority.UseFont = false; this.xrTableCell608.Text = "28"; this.xrTableCell608.Weight = 0.017513883261133123D; // // xrTableCell609 // + this.xrTableCell609.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell609.Name = "xrTableCell609"; + this.xrTableCell609.StylePriority.UseFont = false; this.xrTableCell609.Text = "29"; this.xrTableCell609.Weight = 0.017513887343065859D; // // xrTableCell610 // + this.xrTableCell610.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell610.Name = "xrTableCell610"; + this.xrTableCell610.StylePriority.UseFont = false; this.xrTableCell610.Text = "30"; this.xrTableCell610.Weight = 0.017513886600274919D; // // xrTableCell611 // + this.xrTableCell611.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell611.Name = "xrTableCell611"; + this.xrTableCell611.StylePriority.UseFont = false; this.xrTableCell611.Text = "31"; this.xrTableCell611.Weight = 0.017513918091639748D; // @@ -9018,7 +9387,7 @@ namespace BeWoDarmstadt // // xrTableCell144 // - this.xrTableCell144.Font = new System.Drawing.Font("Calibri", 8F); + this.xrTableCell144.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell144.Name = "xrTableCell144"; this.xrTableCell144.StylePriority.UseFont = false; this.xrTableCell144.Text = "11,00"; @@ -9026,152 +9395,212 @@ namespace BeWoDarmstadt // // xrTableCell145 // + this.xrTableCell145.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell145.Name = "xrTableCell145"; + this.xrTableCell145.StylePriority.UseFont = false; this.xrTableCell145.Weight = 0.017513888726271756D; // // xrTableCell146 // + this.xrTableCell146.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell146.Name = "xrTableCell146"; + this.xrTableCell146.StylePriority.UseFont = false; this.xrTableCell146.Weight = 0.017513887733727751D; // // xrTableCell147 // + this.xrTableCell147.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell147.Name = "xrTableCell147"; + this.xrTableCell147.StylePriority.UseFont = false; this.xrTableCell147.Weight = 0.017513886341849486D; // // xrTableCell148 // + this.xrTableCell148.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell148.Name = "xrTableCell148"; + this.xrTableCell148.StylePriority.UseFont = false; this.xrTableCell148.Weight = 0.017513889398250632D; // // xrTableCell149 // + this.xrTableCell149.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell149.Name = "xrTableCell149"; + this.xrTableCell149.StylePriority.UseFont = false; this.xrTableCell149.Weight = 0.017513892699112077D; // // xrTableCell150 // + this.xrTableCell150.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell150.Name = "xrTableCell150"; + this.xrTableCell150.StylePriority.UseFont = false; this.xrTableCell150.Weight = 0.017513886494539749D; // // xrTableCell151 // + this.xrTableCell151.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell151.Name = "xrTableCell151"; + this.xrTableCell151.StylePriority.UseFont = false; this.xrTableCell151.Weight = 0.017513893135406924D; // // xrTableCell152 // + this.xrTableCell152.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell152.Name = "xrTableCell152"; + this.xrTableCell152.StylePriority.UseFont = false; this.xrTableCell152.Weight = 0.01751388532080865D; // // xrTableCell153 // + this.xrTableCell153.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell153.Name = "xrTableCell153"; + this.xrTableCell153.StylePriority.UseFont = false; this.xrTableCell153.Weight = 0.017513885589146336D; // // xrTableCell154 // + this.xrTableCell154.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell154.Name = "xrTableCell154"; + this.xrTableCell154.StylePriority.UseFont = false; this.xrTableCell154.Weight = 0.017513885723315054D; // // xrTableCell155 // + this.xrTableCell155.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell155.Name = "xrTableCell155"; + this.xrTableCell155.StylePriority.UseFont = false; this.xrTableCell155.Weight = 0.017513885790399558D; // // xrTableCell156 // + this.xrTableCell156.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell156.Name = "xrTableCell156"; + this.xrTableCell156.StylePriority.UseFont = false; this.xrTableCell156.Weight = 0.0175138913914564D; // // xrTableCell157 // + this.xrTableCell157.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell157.Name = "xrTableCell157"; + this.xrTableCell157.StylePriority.UseFont = false; this.xrTableCell157.Weight = 0.017513894191986623D; // // xrTableCell158 // + this.xrTableCell158.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell158.Name = "xrTableCell158"; + this.xrTableCell158.StylePriority.UseFont = false; this.xrTableCell158.Weight = 0.017513884457219797D; // // xrTableCell159 // + this.xrTableCell159.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell159.Name = "xrTableCell159"; + this.xrTableCell159.StylePriority.UseFont = false; this.xrTableCell159.Weight = 0.017513885157351888D; // // xrTableCell160 // + this.xrTableCell160.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell160.Name = "xrTableCell160"; + this.xrTableCell160.StylePriority.UseFont = false; this.xrTableCell160.Weight = 0.017513891074932536D; // // xrTableCell161 // + this.xrTableCell161.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell161.Name = "xrTableCell161"; + this.xrTableCell161.StylePriority.UseFont = false; this.xrTableCell161.Weight = 0.017513888466208244D; // // xrTableCell162 // + this.xrTableCell162.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell162.Name = "xrTableCell162"; + this.xrTableCell162.StylePriority.UseFont = false; this.xrTableCell162.Weight = 0.017513892729362546D; // // xrTableCell163 // + this.xrTableCell163.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell163.Name = "xrTableCell163"; + this.xrTableCell163.StylePriority.UseFont = false; this.xrTableCell163.Weight = 0.017513894860938795D; // // xrTableCell164 // + this.xrTableCell164.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell164.Name = "xrTableCell164"; + this.xrTableCell164.StylePriority.UseFont = false; this.xrTableCell164.Weight = 0.017513893142969611D; // // xrTableCell165 // + this.xrTableCell165.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell165.Name = "xrTableCell165"; + this.xrTableCell165.StylePriority.UseFont = false; this.xrTableCell165.Weight = 0.017513897851499594D; // // xrTableCell166 // + this.xrTableCell166.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell166.Name = "xrTableCell166"; + this.xrTableCell166.StylePriority.UseFont = false; this.xrTableCell166.Weight = 0.017513886286976282D; // // xrTableCell167 // + this.xrTableCell167.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell167.Name = "xrTableCell167"; + this.xrTableCell167.StylePriority.UseFont = false; this.xrTableCell167.Weight = 0.017513886072230117D; // // xrTableCell168 // + this.xrTableCell168.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell168.Name = "xrTableCell168"; + this.xrTableCell168.StylePriority.UseFont = false; this.xrTableCell168.Weight = 0.017513884572978367D; // // xrTableCell169 // + this.xrTableCell169.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell169.Name = "xrTableCell169"; + this.xrTableCell169.StylePriority.UseFont = false; this.xrTableCell169.Weight = 0.017513886607109813D; // // xrTableCell170 // + this.xrTableCell170.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell170.Name = "xrTableCell170"; + this.xrTableCell170.StylePriority.UseFont = false; this.xrTableCell170.Weight = 0.01751388623229691D; // // xrTableCell171 // + this.xrTableCell171.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell171.Name = "xrTableCell171"; + this.xrTableCell171.StylePriority.UseFont = false; this.xrTableCell171.Weight = 0.017513883261133123D; // // xrTableCell172 // + this.xrTableCell172.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell172.Name = "xrTableCell172"; + this.xrTableCell172.StylePriority.UseFont = false; this.xrTableCell172.Weight = 0.017513887343065859D; // // xrTableCell173 // + this.xrTableCell173.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell173.Name = "xrTableCell173"; + this.xrTableCell173.StylePriority.UseFont = false; this.xrTableCell173.Weight = 0.017513886600274919D; // // xrTableCell174 // + this.xrTableCell174.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell174.Name = "xrTableCell174"; + this.xrTableCell174.StylePriority.UseFont = false; this.xrTableCell174.Weight = 0.017513918091639748D; // // xrTableCell66 @@ -9247,157 +9676,219 @@ namespace BeWoDarmstadt // // xrTableCell214 // + this.xrTableCell214.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell214.Name = "xrTableCell214"; + this.xrTableCell214.StylePriority.UseFont = false; this.xrTableCell214.Weight = 0.017513650334349304D; // // xrTableCell215 // + this.xrTableCell215.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell215.Name = "xrTableCell215"; + this.xrTableCell215.StylePriority.UseFont = false; this.xrTableCell215.Weight = 0.017513888726271756D; // // xrTableCell216 // + this.xrTableCell216.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell216.Name = "xrTableCell216"; + this.xrTableCell216.StylePriority.UseFont = false; this.xrTableCell216.Weight = 0.017513887733727751D; // // xrTableCell217 // + this.xrTableCell217.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell217.Name = "xrTableCell217"; + this.xrTableCell217.StylePriority.UseFont = false; this.xrTableCell217.Weight = 0.017513886341849486D; // // xrTableCell218 // + this.xrTableCell218.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell218.Name = "xrTableCell218"; + this.xrTableCell218.StylePriority.UseFont = false; this.xrTableCell218.Weight = 0.017513889398250632D; // // xrTableCell219 // + this.xrTableCell219.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell219.Name = "xrTableCell219"; + this.xrTableCell219.StylePriority.UseFont = false; this.xrTableCell219.Weight = 0.017513892699112077D; // // xrTableCell220 // + this.xrTableCell220.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell220.Name = "xrTableCell220"; + this.xrTableCell220.StylePriority.UseFont = false; this.xrTableCell220.Weight = 0.017513886494539749D; // // xrTableCell221 // + this.xrTableCell221.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell221.Name = "xrTableCell221"; + this.xrTableCell221.StylePriority.UseFont = false; this.xrTableCell221.Weight = 0.017513893135406924D; // // xrTableCell222 // + this.xrTableCell222.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell222.Name = "xrTableCell222"; + this.xrTableCell222.StylePriority.UseFont = false; this.xrTableCell222.Weight = 0.01751388532080865D; // // xrTableCell223 // + this.xrTableCell223.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell223.Name = "xrTableCell223"; + this.xrTableCell223.StylePriority.UseFont = false; this.xrTableCell223.Weight = 0.017513885589146336D; // // xrTableCell224 // + this.xrTableCell224.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell224.Name = "xrTableCell224"; + this.xrTableCell224.StylePriority.UseFont = false; this.xrTableCell224.Weight = 0.017513885723315054D; // // xrTableCell225 // + this.xrTableCell225.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell225.Name = "xrTableCell225"; + this.xrTableCell225.StylePriority.UseFont = false; this.xrTableCell225.Weight = 0.017513885790399558D; // // xrTableCell226 // + this.xrTableCell226.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell226.Name = "xrTableCell226"; + this.xrTableCell226.StylePriority.UseFont = false; this.xrTableCell226.Weight = 0.0175138913914564D; // // xrTableCell227 // + this.xrTableCell227.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell227.Name = "xrTableCell227"; + this.xrTableCell227.StylePriority.UseFont = false; this.xrTableCell227.Weight = 0.017513894191986623D; // // xrTableCell228 // + this.xrTableCell228.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell228.Name = "xrTableCell228"; + this.xrTableCell228.StylePriority.UseFont = false; this.xrTableCell228.Weight = 0.017513884457219797D; // // xrTableCell229 // + this.xrTableCell229.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell229.Name = "xrTableCell229"; + this.xrTableCell229.StylePriority.UseFont = false; this.xrTableCell229.Weight = 0.017513885157351888D; // // xrTableCell230 // + this.xrTableCell230.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell230.Name = "xrTableCell230"; + this.xrTableCell230.StylePriority.UseFont = false; this.xrTableCell230.Weight = 0.017513891074932536D; // // xrTableCell231 // + this.xrTableCell231.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell231.Name = "xrTableCell231"; + this.xrTableCell231.StylePriority.UseFont = false; this.xrTableCell231.Weight = 0.017513888466208244D; // // xrTableCell232 // + this.xrTableCell232.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell232.Name = "xrTableCell232"; + this.xrTableCell232.StylePriority.UseFont = false; this.xrTableCell232.Weight = 0.017513892729362546D; // // xrTableCell233 // + this.xrTableCell233.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell233.Name = "xrTableCell233"; + this.xrTableCell233.StylePriority.UseFont = false; this.xrTableCell233.Weight = 0.017513894860938795D; // // xrTableCell234 // + this.xrTableCell234.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell234.Name = "xrTableCell234"; + this.xrTableCell234.StylePriority.UseFont = false; this.xrTableCell234.Weight = 0.017513893142969611D; // // xrTableCell235 // + this.xrTableCell235.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell235.Name = "xrTableCell235"; + this.xrTableCell235.StylePriority.UseFont = false; this.xrTableCell235.Weight = 0.017513897851499594D; // // xrTableCell236 // + this.xrTableCell236.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell236.Name = "xrTableCell236"; + this.xrTableCell236.StylePriority.UseFont = false; this.xrTableCell236.Weight = 0.017513886286976282D; // // xrTableCell237 // + this.xrTableCell237.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell237.Name = "xrTableCell237"; + this.xrTableCell237.StylePriority.UseFont = false; this.xrTableCell237.Weight = 0.017513886072230117D; // // xrTableCell238 // + this.xrTableCell238.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell238.Name = "xrTableCell238"; + this.xrTableCell238.StylePriority.UseFont = false; this.xrTableCell238.Weight = 0.017513884572978367D; // // xrTableCell239 // + this.xrTableCell239.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell239.Name = "xrTableCell239"; + this.xrTableCell239.StylePriority.UseFont = false; this.xrTableCell239.Weight = 0.017513886607109813D; // // xrTableCell240 // + this.xrTableCell240.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell240.Name = "xrTableCell240"; + this.xrTableCell240.StylePriority.UseFont = false; this.xrTableCell240.Weight = 0.01751388623229691D; // // xrTableCell241 // + this.xrTableCell241.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell241.Name = "xrTableCell241"; + this.xrTableCell241.StylePriority.UseFont = false; this.xrTableCell241.Weight = 0.017513883261133123D; // // xrTableCell242 // + this.xrTableCell242.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell242.Name = "xrTableCell242"; + this.xrTableCell242.StylePriority.UseFont = false; this.xrTableCell242.Weight = 0.017513887343065859D; // // xrTableCell243 // + this.xrTableCell243.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell243.Name = "xrTableCell243"; + this.xrTableCell243.StylePriority.UseFont = false; this.xrTableCell243.Weight = 0.017513886600274919D; // // xrTableCell244 // + this.xrTableCell244.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell244.Name = "xrTableCell244"; + this.xrTableCell244.StylePriority.UseFont = false; this.xrTableCell244.Weight = 0.017513918091639748D; // // xrTableCell68 @@ -9470,157 +9961,219 @@ namespace BeWoDarmstadt // // xrTableCell34 // + this.xrTableCell34.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.StylePriority.UseFont = false; this.xrTableCell34.Weight = 0.017513890118150417D; // // xrTableCell35 // + this.xrTableCell35.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.StylePriority.UseFont = false; this.xrTableCell35.Weight = 0.017513888726271756D; // // xrTableCell36 // + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.StylePriority.UseFont = false; this.xrTableCell36.Weight = 0.017513887733727751D; // // xrTableCell37 // + this.xrTableCell37.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.StylePriority.UseFont = false; this.xrTableCell37.Weight = 0.017513886341849486D; // // xrTableCell38 // + this.xrTableCell38.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.StylePriority.UseFont = false; this.xrTableCell38.Weight = 0.017513889398250632D; // // xrTableCell39 // + this.xrTableCell39.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.StylePriority.UseFont = false; this.xrTableCell39.Weight = 0.017513892699112077D; // // xrTableCell40 // + this.xrTableCell40.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.StylePriority.UseFont = false; this.xrTableCell40.Weight = 0.017513886494539749D; // // xrTableCell41 // + this.xrTableCell41.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.StylePriority.UseFont = false; this.xrTableCell41.Weight = 0.017513893135406924D; // // xrTableCell42 // + this.xrTableCell42.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.StylePriority.UseFont = false; this.xrTableCell42.Weight = 0.01751388532080865D; // // xrTableCell43 // + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.StylePriority.UseFont = false; this.xrTableCell43.Weight = 0.017513885589146336D; // // xrTableCell44 // + this.xrTableCell44.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.StylePriority.UseFont = false; this.xrTableCell44.Weight = 0.017513885723315054D; // // xrTableCell45 // + this.xrTableCell45.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.StylePriority.UseFont = false; this.xrTableCell45.Weight = 0.017513885790399558D; // // xrTableCell46 // + this.xrTableCell46.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.StylePriority.UseFont = false; this.xrTableCell46.Weight = 0.0175138913914564D; // // xrTableCell47 // + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.StylePriority.UseFont = false; this.xrTableCell47.Weight = 0.017513894191986623D; // // xrTableCell48 // + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseFont = false; this.xrTableCell48.Weight = 0.017513884457219797D; // // xrTableCell49 // + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseFont = false; this.xrTableCell49.Weight = 0.017513885157351888D; // // xrTableCell50 // + this.xrTableCell50.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseFont = false; this.xrTableCell50.Weight = 0.017513891074932536D; // // xrTableCell51 // + this.xrTableCell51.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseFont = false; this.xrTableCell51.Weight = 0.017513888466208244D; // // xrTableCell52 // + this.xrTableCell52.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.StylePriority.UseFont = false; this.xrTableCell52.Weight = 0.017513892729362546D; // // xrTableCell53 // + this.xrTableCell53.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.StylePriority.UseFont = false; this.xrTableCell53.Weight = 0.017513894860938795D; // // xrTableCell54 // + this.xrTableCell54.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.StylePriority.UseFont = false; this.xrTableCell54.Weight = 0.017513893142969611D; // // xrTableCell55 // + this.xrTableCell55.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.StylePriority.UseFont = false; this.xrTableCell55.Weight = 0.017513897851499594D; // // xrTableCell56 // + this.xrTableCell56.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.StylePriority.UseFont = false; this.xrTableCell56.Weight = 0.017513886286976282D; // // xrTableCell57 // + this.xrTableCell57.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.StylePriority.UseFont = false; this.xrTableCell57.Weight = 0.017513886072230117D; // // xrTableCell58 // + this.xrTableCell58.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell58.Name = "xrTableCell58"; + this.xrTableCell58.StylePriority.UseFont = false; this.xrTableCell58.Weight = 0.017513884572978367D; // // xrTableCell59 // + this.xrTableCell59.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell59.Name = "xrTableCell59"; + this.xrTableCell59.StylePriority.UseFont = false; this.xrTableCell59.Weight = 0.017513886607109813D; // // xrTableCell60 // + this.xrTableCell60.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell60.Name = "xrTableCell60"; + this.xrTableCell60.StylePriority.UseFont = false; this.xrTableCell60.Weight = 0.01751388623229691D; // // xrTableCell61 // + this.xrTableCell61.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell61.Name = "xrTableCell61"; + this.xrTableCell61.StylePriority.UseFont = false; this.xrTableCell61.Weight = 0.017513883261133123D; // // xrTableCell62 // + this.xrTableCell62.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell62.Name = "xrTableCell62"; + this.xrTableCell62.StylePriority.UseFont = false; this.xrTableCell62.Weight = 0.017513887343065859D; // // xrTableCell63 // + this.xrTableCell63.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell63.Name = "xrTableCell63"; + this.xrTableCell63.StylePriority.UseFont = false; this.xrTableCell63.Weight = 0.017513886600274919D; // // xrTableCell64 // + this.xrTableCell64.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell64.Name = "xrTableCell64"; + this.xrTableCell64.StylePriority.UseFont = false; this.xrTableCell64.Weight = 0.017513918091639748D; // // xrTableCell69 @@ -9712,157 +10265,219 @@ namespace BeWoDarmstadt // // xrTableCell249 // + this.xrTableCell249.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell249.Name = "xrTableCell249"; + this.xrTableCell249.StylePriority.UseFont = false; this.xrTableCell249.Weight = 0.017513890118150417D; // // xrTableCell250 // + this.xrTableCell250.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell250.Name = "xrTableCell250"; + this.xrTableCell250.StylePriority.UseFont = false; this.xrTableCell250.Weight = 0.017513888726271756D; // // xrTableCell251 // + this.xrTableCell251.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell251.Name = "xrTableCell251"; + this.xrTableCell251.StylePriority.UseFont = false; this.xrTableCell251.Weight = 0.017513887733727751D; // // xrTableCell252 // + this.xrTableCell252.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell252.Name = "xrTableCell252"; + this.xrTableCell252.StylePriority.UseFont = false; this.xrTableCell252.Weight = 0.017513886341849486D; // // xrTableCell253 // + this.xrTableCell253.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell253.Name = "xrTableCell253"; + this.xrTableCell253.StylePriority.UseFont = false; this.xrTableCell253.Weight = 0.017513889398250632D; // // xrTableCell254 // + this.xrTableCell254.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell254.Name = "xrTableCell254"; + this.xrTableCell254.StylePriority.UseFont = false; this.xrTableCell254.Weight = 0.017513892699112077D; // // xrTableCell255 // + this.xrTableCell255.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell255.Name = "xrTableCell255"; + this.xrTableCell255.StylePriority.UseFont = false; this.xrTableCell255.Weight = 0.017513886494539749D; // // xrTableCell256 // + this.xrTableCell256.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell256.Name = "xrTableCell256"; + this.xrTableCell256.StylePriority.UseFont = false; this.xrTableCell256.Weight = 0.017513893135406924D; // // xrTableCell257 // + this.xrTableCell257.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell257.Name = "xrTableCell257"; + this.xrTableCell257.StylePriority.UseFont = false; this.xrTableCell257.Weight = 0.01751388532080865D; // // xrTableCell258 // + this.xrTableCell258.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell258.Name = "xrTableCell258"; + this.xrTableCell258.StylePriority.UseFont = false; this.xrTableCell258.Weight = 0.017513885589146336D; // // xrTableCell259 // + this.xrTableCell259.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell259.Name = "xrTableCell259"; + this.xrTableCell259.StylePriority.UseFont = false; this.xrTableCell259.Weight = 0.017513885723315054D; // // xrTableCell260 // + this.xrTableCell260.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell260.Name = "xrTableCell260"; + this.xrTableCell260.StylePriority.UseFont = false; this.xrTableCell260.Weight = 0.017513885790399558D; // // xrTableCell261 // + this.xrTableCell261.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell261.Name = "xrTableCell261"; + this.xrTableCell261.StylePriority.UseFont = false; this.xrTableCell261.Weight = 0.0175138913914564D; // // xrTableCell262 // + this.xrTableCell262.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell262.Name = "xrTableCell262"; + this.xrTableCell262.StylePriority.UseFont = false; this.xrTableCell262.Weight = 0.017513894191986623D; // // xrTableCell263 // + this.xrTableCell263.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell263.Name = "xrTableCell263"; + this.xrTableCell263.StylePriority.UseFont = false; this.xrTableCell263.Weight = 0.017513884457219797D; // // xrTableCell264 // + this.xrTableCell264.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell264.Name = "xrTableCell264"; + this.xrTableCell264.StylePriority.UseFont = false; this.xrTableCell264.Weight = 0.017513885157351888D; // // xrTableCell265 // + this.xrTableCell265.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell265.Name = "xrTableCell265"; + this.xrTableCell265.StylePriority.UseFont = false; this.xrTableCell265.Weight = 0.017513891074932536D; // // xrTableCell266 // + this.xrTableCell266.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell266.Name = "xrTableCell266"; + this.xrTableCell266.StylePriority.UseFont = false; this.xrTableCell266.Weight = 0.017513888466208244D; // // xrTableCell267 // + this.xrTableCell267.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell267.Name = "xrTableCell267"; + this.xrTableCell267.StylePriority.UseFont = false; this.xrTableCell267.Weight = 0.017513892729362546D; // // xrTableCell268 // + this.xrTableCell268.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell268.Name = "xrTableCell268"; + this.xrTableCell268.StylePriority.UseFont = false; this.xrTableCell268.Weight = 0.017513894860938795D; // // xrTableCell269 // + this.xrTableCell269.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell269.Name = "xrTableCell269"; + this.xrTableCell269.StylePriority.UseFont = false; this.xrTableCell269.Weight = 0.017513893142969611D; // // xrTableCell270 // + this.xrTableCell270.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell270.Name = "xrTableCell270"; + this.xrTableCell270.StylePriority.UseFont = false; this.xrTableCell270.Weight = 0.017513897851499594D; // // xrTableCell271 // + this.xrTableCell271.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell271.Name = "xrTableCell271"; + this.xrTableCell271.StylePriority.UseFont = false; this.xrTableCell271.Weight = 0.017513886286976282D; // // xrTableCell272 // + this.xrTableCell272.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell272.Name = "xrTableCell272"; + this.xrTableCell272.StylePriority.UseFont = false; this.xrTableCell272.Weight = 0.017513886072230117D; // // xrTableCell273 // + this.xrTableCell273.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell273.Name = "xrTableCell273"; + this.xrTableCell273.StylePriority.UseFont = false; this.xrTableCell273.Weight = 0.017513884572978367D; // // xrTableCell274 // + this.xrTableCell274.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell274.Name = "xrTableCell274"; + this.xrTableCell274.StylePriority.UseFont = false; this.xrTableCell274.Weight = 0.017513886607109813D; // // xrTableCell275 // + this.xrTableCell275.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell275.Name = "xrTableCell275"; + this.xrTableCell275.StylePriority.UseFont = false; this.xrTableCell275.Weight = 0.01751388623229691D; // // xrTableCell276 // + this.xrTableCell276.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell276.Name = "xrTableCell276"; + this.xrTableCell276.StylePriority.UseFont = false; this.xrTableCell276.Weight = 0.017513883261133123D; // // xrTableCell277 // + this.xrTableCell277.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell277.Name = "xrTableCell277"; + this.xrTableCell277.StylePriority.UseFont = false; this.xrTableCell277.Weight = 0.017513887343065859D; // // xrTableCell278 // + this.xrTableCell278.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell278.Name = "xrTableCell278"; + this.xrTableCell278.StylePriority.UseFont = false; this.xrTableCell278.Weight = 0.017513886600274919D; // // xrTableCell279 // + this.xrTableCell279.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell279.Name = "xrTableCell279"; + this.xrTableCell279.StylePriority.UseFont = false; this.xrTableCell279.Weight = 0.017513918091639748D; // // xrTableCell70 @@ -9941,157 +10556,219 @@ namespace BeWoDarmstadt // // xrTableCell284 // + this.xrTableCell284.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell284.Name = "xrTableCell284"; + this.xrTableCell284.StylePriority.UseFont = false; this.xrTableCell284.Weight = 0.017513890118150417D; // // xrTableCell285 // + this.xrTableCell285.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell285.Name = "xrTableCell285"; + this.xrTableCell285.StylePriority.UseFont = false; this.xrTableCell285.Weight = 0.017513888726271756D; // // xrTableCell286 // + this.xrTableCell286.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell286.Name = "xrTableCell286"; + this.xrTableCell286.StylePriority.UseFont = false; this.xrTableCell286.Weight = 0.017513887733727751D; // // xrTableCell287 // + this.xrTableCell287.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell287.Name = "xrTableCell287"; + this.xrTableCell287.StylePriority.UseFont = false; this.xrTableCell287.Weight = 0.017513886341849486D; // // xrTableCell288 // + this.xrTableCell288.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell288.Name = "xrTableCell288"; + this.xrTableCell288.StylePriority.UseFont = false; this.xrTableCell288.Weight = 0.017513889398250632D; // // xrTableCell289 // + this.xrTableCell289.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell289.Name = "xrTableCell289"; + this.xrTableCell289.StylePriority.UseFont = false; this.xrTableCell289.Weight = 0.017513892699112077D; // // xrTableCell290 // + this.xrTableCell290.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell290.Name = "xrTableCell290"; + this.xrTableCell290.StylePriority.UseFont = false; this.xrTableCell290.Weight = 0.017513886494539749D; // // xrTableCell291 // + this.xrTableCell291.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell291.Name = "xrTableCell291"; + this.xrTableCell291.StylePriority.UseFont = false; this.xrTableCell291.Weight = 0.017513893135406924D; // // xrTableCell292 // + this.xrTableCell292.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell292.Name = "xrTableCell292"; + this.xrTableCell292.StylePriority.UseFont = false; this.xrTableCell292.Weight = 0.01751388532080865D; // // xrTableCell293 // + this.xrTableCell293.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell293.Name = "xrTableCell293"; + this.xrTableCell293.StylePriority.UseFont = false; this.xrTableCell293.Weight = 0.017513885589146336D; // // xrTableCell294 // + this.xrTableCell294.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell294.Name = "xrTableCell294"; + this.xrTableCell294.StylePriority.UseFont = false; this.xrTableCell294.Weight = 0.017513885723315054D; // // xrTableCell295 // + this.xrTableCell295.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell295.Name = "xrTableCell295"; + this.xrTableCell295.StylePriority.UseFont = false; this.xrTableCell295.Weight = 0.017513885790399558D; // // xrTableCell296 // + this.xrTableCell296.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell296.Name = "xrTableCell296"; + this.xrTableCell296.StylePriority.UseFont = false; this.xrTableCell296.Weight = 0.0175138913914564D; // // xrTableCell297 // + this.xrTableCell297.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell297.Name = "xrTableCell297"; + this.xrTableCell297.StylePriority.UseFont = false; this.xrTableCell297.Weight = 0.017513894191986623D; // // xrTableCell298 // + this.xrTableCell298.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell298.Name = "xrTableCell298"; + this.xrTableCell298.StylePriority.UseFont = false; this.xrTableCell298.Weight = 0.017513884457219797D; // // xrTableCell299 // + this.xrTableCell299.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell299.Name = "xrTableCell299"; + this.xrTableCell299.StylePriority.UseFont = false; this.xrTableCell299.Weight = 0.017513885157351888D; // // xrTableCell300 // + this.xrTableCell300.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell300.Name = "xrTableCell300"; + this.xrTableCell300.StylePriority.UseFont = false; this.xrTableCell300.Weight = 0.017513891074932536D; // // xrTableCell301 // + this.xrTableCell301.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell301.Name = "xrTableCell301"; + this.xrTableCell301.StylePriority.UseFont = false; this.xrTableCell301.Weight = 0.017513888466208244D; // // xrTableCell302 // + this.xrTableCell302.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell302.Name = "xrTableCell302"; + this.xrTableCell302.StylePriority.UseFont = false; this.xrTableCell302.Weight = 0.017513892729362546D; // // xrTableCell303 // + this.xrTableCell303.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell303.Name = "xrTableCell303"; + this.xrTableCell303.StylePriority.UseFont = false; this.xrTableCell303.Weight = 0.017513894860938795D; // // xrTableCell304 // + this.xrTableCell304.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell304.Name = "xrTableCell304"; + this.xrTableCell304.StylePriority.UseFont = false; this.xrTableCell304.Weight = 0.017513893142969611D; // // xrTableCell305 // + this.xrTableCell305.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell305.Name = "xrTableCell305"; + this.xrTableCell305.StylePriority.UseFont = false; this.xrTableCell305.Weight = 0.017513897851499594D; // // xrTableCell306 // + this.xrTableCell306.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell306.Name = "xrTableCell306"; + this.xrTableCell306.StylePriority.UseFont = false; this.xrTableCell306.Weight = 0.017513886286976282D; // // xrTableCell307 // + this.xrTableCell307.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell307.Name = "xrTableCell307"; + this.xrTableCell307.StylePriority.UseFont = false; this.xrTableCell307.Weight = 0.017513886072230117D; // // xrTableCell308 // + this.xrTableCell308.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell308.Name = "xrTableCell308"; + this.xrTableCell308.StylePriority.UseFont = false; this.xrTableCell308.Weight = 0.017513884572978367D; // // xrTableCell309 // + this.xrTableCell309.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell309.Name = "xrTableCell309"; + this.xrTableCell309.StylePriority.UseFont = false; this.xrTableCell309.Weight = 0.017513886607109813D; // // xrTableCell310 // + this.xrTableCell310.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell310.Name = "xrTableCell310"; + this.xrTableCell310.StylePriority.UseFont = false; this.xrTableCell310.Weight = 0.01751388623229691D; // // xrTableCell311 // + this.xrTableCell311.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell311.Name = "xrTableCell311"; + this.xrTableCell311.StylePriority.UseFont = false; this.xrTableCell311.Weight = 0.017513883261133123D; // // xrTableCell312 // + this.xrTableCell312.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell312.Name = "xrTableCell312"; + this.xrTableCell312.StylePriority.UseFont = false; this.xrTableCell312.Weight = 0.017513887343065859D; // // xrTableCell313 // + this.xrTableCell313.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell313.Name = "xrTableCell313"; + this.xrTableCell313.StylePriority.UseFont = false; this.xrTableCell313.Weight = 0.017513886600274919D; // // xrTableCell314 // + this.xrTableCell314.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell314.Name = "xrTableCell314"; + this.xrTableCell314.StylePriority.UseFont = false; this.xrTableCell314.Weight = 0.017513918091639748D; // // xrTableCell71 @@ -10168,187 +10845,249 @@ namespace BeWoDarmstadt // // xrTableCell74 // + this.xrTableCell74.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell74.Name = "xrTableCell74"; + this.xrTableCell74.StylePriority.UseFont = false; this.xrTableCell74.Text = "xrTableCell74"; this.xrTableCell74.Weight = 0.017513890118150417D; // // xrTableCell75 // + this.xrTableCell75.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell75.Name = "xrTableCell75"; + this.xrTableCell75.StylePriority.UseFont = false; this.xrTableCell75.Text = "xrTableCell75"; this.xrTableCell75.Weight = 0.017513888726271756D; // // xrTableCell76 // + this.xrTableCell76.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell76.Name = "xrTableCell76"; + this.xrTableCell76.StylePriority.UseFont = false; this.xrTableCell76.Text = "xrTableCell76"; this.xrTableCell76.Weight = 0.017513887733727751D; // // xrTableCell77 // + this.xrTableCell77.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell77.Name = "xrTableCell77"; + this.xrTableCell77.StylePriority.UseFont = false; this.xrTableCell77.Text = "xrTableCell77"; this.xrTableCell77.Weight = 0.017513886341849486D; // // xrTableCell78 // + this.xrTableCell78.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell78.Name = "xrTableCell78"; + this.xrTableCell78.StylePriority.UseFont = false; this.xrTableCell78.Text = "xrTableCell78"; this.xrTableCell78.Weight = 0.017513889398250632D; // // xrTableCell80 // + this.xrTableCell80.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell80.Name = "xrTableCell80"; + this.xrTableCell80.StylePriority.UseFont = false; this.xrTableCell80.Text = "xrTableCell80"; this.xrTableCell80.Weight = 0.017513892699112077D; // // xrTableCell81 // + this.xrTableCell81.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell81.Name = "xrTableCell81"; + this.xrTableCell81.StylePriority.UseFont = false; this.xrTableCell81.Text = "xrTableCell81"; this.xrTableCell81.Weight = 0.017513886494539749D; // // xrTableCell82 // + this.xrTableCell82.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell82.Name = "xrTableCell82"; + this.xrTableCell82.StylePriority.UseFont = false; this.xrTableCell82.Text = "xrTableCell82"; this.xrTableCell82.Weight = 0.017513893135406924D; // // xrTableCell83 // + this.xrTableCell83.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell83.Name = "xrTableCell83"; + this.xrTableCell83.StylePriority.UseFont = false; this.xrTableCell83.Text = "xrTableCell83"; this.xrTableCell83.Weight = 0.01751388532080865D; // // xrTableCell84 // + this.xrTableCell84.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell84.Name = "xrTableCell84"; + this.xrTableCell84.StylePriority.UseFont = false; this.xrTableCell84.Text = "xrTableCell84"; this.xrTableCell84.Weight = 0.017513885589146336D; // // xrTableCell85 // + this.xrTableCell85.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell85.Name = "xrTableCell85"; + this.xrTableCell85.StylePriority.UseFont = false; this.xrTableCell85.Text = "xrTableCell85"; this.xrTableCell85.Weight = 0.017513885723315054D; // // xrTableCell86 // + this.xrTableCell86.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell86.Name = "xrTableCell86"; + this.xrTableCell86.StylePriority.UseFont = false; this.xrTableCell86.Text = "xrTableCell86"; this.xrTableCell86.Weight = 0.017513885790399558D; // // xrTableCell87 // + this.xrTableCell87.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell87.Name = "xrTableCell87"; + this.xrTableCell87.StylePriority.UseFont = false; this.xrTableCell87.Text = "xrTableCell87"; this.xrTableCell87.Weight = 0.0175138913914564D; // // xrTableCell88 // + this.xrTableCell88.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell88.Name = "xrTableCell88"; + this.xrTableCell88.StylePriority.UseFont = false; this.xrTableCell88.Text = "xrTableCell88"; this.xrTableCell88.Weight = 0.017513894191986623D; // // xrTableCell89 // + this.xrTableCell89.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell89.Name = "xrTableCell89"; + this.xrTableCell89.StylePriority.UseFont = false; this.xrTableCell89.Text = "xrTableCell89"; this.xrTableCell89.Weight = 0.017513884457219797D; // // xrTableCell90 // + this.xrTableCell90.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell90.Name = "xrTableCell90"; + this.xrTableCell90.StylePriority.UseFont = false; this.xrTableCell90.Text = "xrTableCell90"; this.xrTableCell90.Weight = 0.017513885157351888D; // // xrTableCell91 // + this.xrTableCell91.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell91.Name = "xrTableCell91"; + this.xrTableCell91.StylePriority.UseFont = false; this.xrTableCell91.Text = "xrTableCell91"; this.xrTableCell91.Weight = 0.017513891074932536D; // // xrTableCell92 // + this.xrTableCell92.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell92.Name = "xrTableCell92"; + this.xrTableCell92.StylePriority.UseFont = false; this.xrTableCell92.Text = "xrTableCell92"; this.xrTableCell92.Weight = 0.017513888466208244D; // // xrTableCell93 // + this.xrTableCell93.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell93.Name = "xrTableCell93"; + this.xrTableCell93.StylePriority.UseFont = false; this.xrTableCell93.Text = "xrTableCell93"; this.xrTableCell93.Weight = 0.017513892729362546D; // // xrTableCell94 // + this.xrTableCell94.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell94.Name = "xrTableCell94"; + this.xrTableCell94.StylePriority.UseFont = false; this.xrTableCell94.Text = "xrTableCell94"; this.xrTableCell94.Weight = 0.017513894860938795D; // // xrTableCell95 // + this.xrTableCell95.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell95.Name = "xrTableCell95"; + this.xrTableCell95.StylePriority.UseFont = false; this.xrTableCell95.Text = "xrTableCell95"; this.xrTableCell95.Weight = 0.017513893142969611D; // // xrTableCell96 // + this.xrTableCell96.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell96.Name = "xrTableCell96"; + this.xrTableCell96.StylePriority.UseFont = false; this.xrTableCell96.Text = "xrTableCell96"; this.xrTableCell96.Weight = 0.017513897851499594D; // // xrTableCell97 // + this.xrTableCell97.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell97.Name = "xrTableCell97"; + this.xrTableCell97.StylePriority.UseFont = false; this.xrTableCell97.Text = "xrTableCell97"; this.xrTableCell97.Weight = 0.017513886286976282D; // // xrTableCell98 // + this.xrTableCell98.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell98.Name = "xrTableCell98"; + this.xrTableCell98.StylePriority.UseFont = false; this.xrTableCell98.Text = "xrTableCell98"; this.xrTableCell98.Weight = 0.017513886072230117D; // // xrTableCell99 // + this.xrTableCell99.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell99.Name = "xrTableCell99"; + this.xrTableCell99.StylePriority.UseFont = false; this.xrTableCell99.Text = "xrTableCell99"; this.xrTableCell99.Weight = 0.017513884572978367D; // // xrTableCell100 // + this.xrTableCell100.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell100.Name = "xrTableCell100"; + this.xrTableCell100.StylePriority.UseFont = false; this.xrTableCell100.Text = "xrTableCell100"; this.xrTableCell100.Weight = 0.017513886607109813D; // // xrTableCell101 // + this.xrTableCell101.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell101.Name = "xrTableCell101"; + this.xrTableCell101.StylePriority.UseFont = false; this.xrTableCell101.Text = "xrTableCell101"; this.xrTableCell101.Weight = 0.01751388623229691D; // // xrTableCell102 // + this.xrTableCell102.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell102.Name = "xrTableCell102"; + this.xrTableCell102.StylePriority.UseFont = false; this.xrTableCell102.Text = "xrTableCell102"; this.xrTableCell102.Weight = 0.017513883261133123D; // // xrTableCell103 // + this.xrTableCell103.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell103.Name = "xrTableCell103"; + this.xrTableCell103.StylePriority.UseFont = false; this.xrTableCell103.Text = "xrTableCell103"; this.xrTableCell103.Weight = 0.017513887343065859D; // // xrTableCell104 // + this.xrTableCell104.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell104.Name = "xrTableCell104"; + this.xrTableCell104.StylePriority.UseFont = false; this.xrTableCell104.Text = "xrTableCell104"; this.xrTableCell104.Weight = 0.017513886600274919D; // // xrTableCell105 // + this.xrTableCell105.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell105.Name = "xrTableCell105"; + this.xrTableCell105.StylePriority.UseFont = false; this.xrTableCell105.Text = "xrTableCell105"; this.xrTableCell105.Weight = 0.017513918091639748D; // @@ -10426,187 +11165,249 @@ namespace BeWoDarmstadt // // xrTableCell109 // + this.xrTableCell109.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell109.Name = "xrTableCell109"; + this.xrTableCell109.StylePriority.UseFont = false; this.xrTableCell109.Text = "xrTableCell109"; this.xrTableCell109.Weight = 0.017513890118150417D; // // xrTableCell110 // + this.xrTableCell110.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell110.Name = "xrTableCell110"; + this.xrTableCell110.StylePriority.UseFont = false; this.xrTableCell110.Text = "xrTableCell110"; this.xrTableCell110.Weight = 0.017513888726271756D; // // xrTableCell111 // + this.xrTableCell111.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell111.Name = "xrTableCell111"; + this.xrTableCell111.StylePriority.UseFont = false; this.xrTableCell111.Text = "xrTableCell111"; this.xrTableCell111.Weight = 0.017513887733727751D; // // xrTableCell112 // + this.xrTableCell112.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell112.Name = "xrTableCell112"; + this.xrTableCell112.StylePriority.UseFont = false; this.xrTableCell112.Text = "xrTableCell112"; this.xrTableCell112.Weight = 0.017513886341849486D; // // xrTableCell113 // + this.xrTableCell113.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell113.Name = "xrTableCell113"; + this.xrTableCell113.StylePriority.UseFont = false; this.xrTableCell113.Text = "xrTableCell113"; this.xrTableCell113.Weight = 0.017513889398250632D; // // xrTableCell114 // + this.xrTableCell114.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell114.Name = "xrTableCell114"; + this.xrTableCell114.StylePriority.UseFont = false; this.xrTableCell114.Text = "xrTableCell114"; this.xrTableCell114.Weight = 0.017513892699112077D; // // xrTableCell115 // + this.xrTableCell115.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell115.Name = "xrTableCell115"; + this.xrTableCell115.StylePriority.UseFont = false; this.xrTableCell115.Text = "xrTableCell115"; this.xrTableCell115.Weight = 0.017513886494539749D; // // xrTableCell116 // + this.xrTableCell116.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell116.Name = "xrTableCell116"; + this.xrTableCell116.StylePriority.UseFont = false; this.xrTableCell116.Text = "xrTableCell116"; this.xrTableCell116.Weight = 0.017513893135406924D; // // xrTableCell117 // + this.xrTableCell117.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell117.Name = "xrTableCell117"; + this.xrTableCell117.StylePriority.UseFont = false; this.xrTableCell117.Text = "xrTableCell117"; this.xrTableCell117.Weight = 0.01751388532080865D; // // xrTableCell118 // + this.xrTableCell118.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell118.Name = "xrTableCell118"; + this.xrTableCell118.StylePriority.UseFont = false; this.xrTableCell118.Text = "xrTableCell118"; this.xrTableCell118.Weight = 0.017513885589146336D; // // xrTableCell119 // + this.xrTableCell119.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell119.Name = "xrTableCell119"; + this.xrTableCell119.StylePriority.UseFont = false; this.xrTableCell119.Text = "xrTableCell119"; this.xrTableCell119.Weight = 0.017513885723315054D; // // xrTableCell120 // + this.xrTableCell120.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell120.Name = "xrTableCell120"; + this.xrTableCell120.StylePriority.UseFont = false; this.xrTableCell120.Text = "xrTableCell120"; this.xrTableCell120.Weight = 0.017513885790399558D; // // xrTableCell121 // + this.xrTableCell121.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell121.Name = "xrTableCell121"; + this.xrTableCell121.StylePriority.UseFont = false; this.xrTableCell121.Text = "xrTableCell121"; this.xrTableCell121.Weight = 0.0175138913914564D; // // xrTableCell122 // + this.xrTableCell122.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell122.Name = "xrTableCell122"; + this.xrTableCell122.StylePriority.UseFont = false; this.xrTableCell122.Text = "xrTableCell122"; this.xrTableCell122.Weight = 0.017513894191986623D; // // xrTableCell123 // + this.xrTableCell123.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell123.Name = "xrTableCell123"; + this.xrTableCell123.StylePriority.UseFont = false; this.xrTableCell123.Text = "xrTableCell123"; this.xrTableCell123.Weight = 0.017513884457219797D; // // xrTableCell124 // + this.xrTableCell124.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell124.Name = "xrTableCell124"; + this.xrTableCell124.StylePriority.UseFont = false; this.xrTableCell124.Text = "xrTableCell124"; this.xrTableCell124.Weight = 0.017513885157351888D; // // xrTableCell125 // + this.xrTableCell125.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell125.Name = "xrTableCell125"; + this.xrTableCell125.StylePriority.UseFont = false; this.xrTableCell125.Text = "xrTableCell125"; this.xrTableCell125.Weight = 0.017513891074932536D; // // xrTableCell126 // + this.xrTableCell126.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell126.Name = "xrTableCell126"; + this.xrTableCell126.StylePriority.UseFont = false; this.xrTableCell126.Text = "xrTableCell126"; this.xrTableCell126.Weight = 0.017513888466208244D; // // xrTableCell127 // + this.xrTableCell127.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell127.Name = "xrTableCell127"; + this.xrTableCell127.StylePriority.UseFont = false; this.xrTableCell127.Text = "xrTableCell127"; this.xrTableCell127.Weight = 0.017513892729362546D; // // xrTableCell128 // + this.xrTableCell128.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell128.Name = "xrTableCell128"; + this.xrTableCell128.StylePriority.UseFont = false; this.xrTableCell128.Text = "xrTableCell128"; this.xrTableCell128.Weight = 0.017513894860938795D; // // xrTableCell129 // + this.xrTableCell129.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell129.Name = "xrTableCell129"; + this.xrTableCell129.StylePriority.UseFont = false; this.xrTableCell129.Text = "xrTableCell129"; this.xrTableCell129.Weight = 0.017513893142969611D; // // xrTableCell130 // + this.xrTableCell130.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell130.Name = "xrTableCell130"; + this.xrTableCell130.StylePriority.UseFont = false; this.xrTableCell130.Text = "xrTableCell130"; this.xrTableCell130.Weight = 0.017513897851499594D; // // xrTableCell131 // + this.xrTableCell131.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell131.Name = "xrTableCell131"; + this.xrTableCell131.StylePriority.UseFont = false; this.xrTableCell131.Text = "xrTableCell131"; this.xrTableCell131.Weight = 0.017513886286976282D; // // xrTableCell132 // + this.xrTableCell132.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell132.Name = "xrTableCell132"; + this.xrTableCell132.StylePriority.UseFont = false; this.xrTableCell132.Text = "xrTableCell132"; this.xrTableCell132.Weight = 0.017513886072230117D; // // xrTableCell133 // + this.xrTableCell133.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell133.Name = "xrTableCell133"; + this.xrTableCell133.StylePriority.UseFont = false; this.xrTableCell133.Text = "xrTableCell133"; this.xrTableCell133.Weight = 0.017513884572978367D; // // xrTableCell134 // + this.xrTableCell134.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell134.Name = "xrTableCell134"; + this.xrTableCell134.StylePriority.UseFont = false; this.xrTableCell134.Text = "xrTableCell134"; this.xrTableCell134.Weight = 0.017513886607109813D; // // xrTableCell135 // + this.xrTableCell135.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell135.Name = "xrTableCell135"; + this.xrTableCell135.StylePriority.UseFont = false; this.xrTableCell135.Text = "xrTableCell135"; this.xrTableCell135.Weight = 0.01751388623229691D; // // xrTableCell136 // + this.xrTableCell136.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell136.Name = "xrTableCell136"; + this.xrTableCell136.StylePriority.UseFont = false; this.xrTableCell136.Text = "xrTableCell136"; this.xrTableCell136.Weight = 0.017513883261133123D; // // xrTableCell137 // + this.xrTableCell137.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell137.Name = "xrTableCell137"; + this.xrTableCell137.StylePriority.UseFont = false; this.xrTableCell137.Text = "xrTableCell137"; this.xrTableCell137.Weight = 0.017513887343065859D; // // xrTableCell138 // + this.xrTableCell138.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell138.Name = "xrTableCell138"; + this.xrTableCell138.StylePriority.UseFont = false; this.xrTableCell138.Text = "xrTableCell138"; this.xrTableCell138.Weight = 0.017513886600274919D; // // xrTableCell139 // + this.xrTableCell139.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell139.Name = "xrTableCell139"; + this.xrTableCell139.StylePriority.UseFont = false; this.xrTableCell139.Text = "xrTableCell139"; this.xrTableCell139.Weight = 0.017513918091639748D; // @@ -10684,187 +11485,249 @@ namespace BeWoDarmstadt // // xrTableCell176 // + this.xrTableCell176.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell176.Name = "xrTableCell176"; + this.xrTableCell176.StylePriority.UseFont = false; this.xrTableCell176.Text = "xrTableCell176"; this.xrTableCell176.Weight = 0.017513890118150417D; // // xrTableCell177 // + this.xrTableCell177.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell177.Name = "xrTableCell177"; + this.xrTableCell177.StylePriority.UseFont = false; this.xrTableCell177.Text = "xrTableCell177"; this.xrTableCell177.Weight = 0.017513888726271756D; // // xrTableCell178 // + this.xrTableCell178.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell178.Name = "xrTableCell178"; + this.xrTableCell178.StylePriority.UseFont = false; this.xrTableCell178.Text = "xrTableCell178"; this.xrTableCell178.Weight = 0.017513887733727751D; // // xrTableCell179 // + this.xrTableCell179.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell179.Name = "xrTableCell179"; + this.xrTableCell179.StylePriority.UseFont = false; this.xrTableCell179.Text = "xrTableCell179"; this.xrTableCell179.Weight = 0.017513886341849486D; // // xrTableCell180 // + this.xrTableCell180.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell180.Name = "xrTableCell180"; + this.xrTableCell180.StylePriority.UseFont = false; this.xrTableCell180.Text = "xrTableCell180"; this.xrTableCell180.Weight = 0.017513889398250632D; // // xrTableCell181 // + this.xrTableCell181.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell181.Name = "xrTableCell181"; + this.xrTableCell181.StylePriority.UseFont = false; this.xrTableCell181.Text = "xrTableCell181"; this.xrTableCell181.Weight = 0.017513892699112077D; // // xrTableCell182 // + this.xrTableCell182.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell182.Name = "xrTableCell182"; + this.xrTableCell182.StylePriority.UseFont = false; this.xrTableCell182.Text = "xrTableCell182"; this.xrTableCell182.Weight = 0.017513886494539749D; // // xrTableCell183 // + this.xrTableCell183.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell183.Name = "xrTableCell183"; + this.xrTableCell183.StylePriority.UseFont = false; this.xrTableCell183.Text = "xrTableCell183"; this.xrTableCell183.Weight = 0.017513893135406924D; // // xrTableCell184 // + this.xrTableCell184.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell184.Name = "xrTableCell184"; + this.xrTableCell184.StylePriority.UseFont = false; this.xrTableCell184.Text = "xrTableCell184"; this.xrTableCell184.Weight = 0.01751388532080865D; // // xrTableCell185 // + this.xrTableCell185.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell185.Name = "xrTableCell185"; + this.xrTableCell185.StylePriority.UseFont = false; this.xrTableCell185.Text = "xrTableCell185"; this.xrTableCell185.Weight = 0.017513885589146336D; // // xrTableCell186 // + this.xrTableCell186.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell186.Name = "xrTableCell186"; + this.xrTableCell186.StylePriority.UseFont = false; this.xrTableCell186.Text = "xrTableCell186"; this.xrTableCell186.Weight = 0.017513885723315054D; // // xrTableCell187 // + this.xrTableCell187.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell187.Name = "xrTableCell187"; + this.xrTableCell187.StylePriority.UseFont = false; this.xrTableCell187.Text = "xrTableCell187"; this.xrTableCell187.Weight = 0.017513885790399558D; // // xrTableCell188 // + this.xrTableCell188.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell188.Name = "xrTableCell188"; + this.xrTableCell188.StylePriority.UseFont = false; this.xrTableCell188.Text = "xrTableCell188"; this.xrTableCell188.Weight = 0.0175138913914564D; // // xrTableCell189 // + this.xrTableCell189.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell189.Name = "xrTableCell189"; + this.xrTableCell189.StylePriority.UseFont = false; this.xrTableCell189.Text = "xrTableCell189"; this.xrTableCell189.Weight = 0.017513894191986623D; // // xrTableCell190 // + this.xrTableCell190.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell190.Name = "xrTableCell190"; + this.xrTableCell190.StylePriority.UseFont = false; this.xrTableCell190.Text = "xrTableCell190"; this.xrTableCell190.Weight = 0.017513884457219797D; // // xrTableCell191 // + this.xrTableCell191.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell191.Name = "xrTableCell191"; + this.xrTableCell191.StylePriority.UseFont = false; this.xrTableCell191.Text = "xrTableCell191"; this.xrTableCell191.Weight = 0.017513885157351888D; // // xrTableCell192 // + this.xrTableCell192.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell192.Name = "xrTableCell192"; + this.xrTableCell192.StylePriority.UseFont = false; this.xrTableCell192.Text = "xrTableCell192"; this.xrTableCell192.Weight = 0.017513891074932536D; // // xrTableCell193 // + this.xrTableCell193.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell193.Name = "xrTableCell193"; + this.xrTableCell193.StylePriority.UseFont = false; this.xrTableCell193.Text = "xrTableCell193"; this.xrTableCell193.Weight = 0.017513888466208244D; // // xrTableCell194 // + this.xrTableCell194.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell194.Name = "xrTableCell194"; + this.xrTableCell194.StylePriority.UseFont = false; this.xrTableCell194.Text = "xrTableCell194"; this.xrTableCell194.Weight = 0.017513892729362546D; // // xrTableCell195 // + this.xrTableCell195.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell195.Name = "xrTableCell195"; + this.xrTableCell195.StylePriority.UseFont = false; this.xrTableCell195.Text = "xrTableCell195"; this.xrTableCell195.Weight = 0.017513894860938795D; // // xrTableCell196 // + this.xrTableCell196.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell196.Name = "xrTableCell196"; + this.xrTableCell196.StylePriority.UseFont = false; this.xrTableCell196.Text = "xrTableCell196"; this.xrTableCell196.Weight = 0.017513893142969611D; // // xrTableCell197 // + this.xrTableCell197.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell197.Name = "xrTableCell197"; + this.xrTableCell197.StylePriority.UseFont = false; this.xrTableCell197.Text = "xrTableCell197"; this.xrTableCell197.Weight = 0.017513897851499594D; // // xrTableCell198 // + this.xrTableCell198.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell198.Name = "xrTableCell198"; + this.xrTableCell198.StylePriority.UseFont = false; this.xrTableCell198.Text = "xrTableCell198"; this.xrTableCell198.Weight = 0.017513886286976282D; // // xrTableCell199 // + this.xrTableCell199.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell199.Name = "xrTableCell199"; + this.xrTableCell199.StylePriority.UseFont = false; this.xrTableCell199.Text = "xrTableCell199"; this.xrTableCell199.Weight = 0.017513886072230117D; // // xrTableCell200 // + this.xrTableCell200.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell200.Name = "xrTableCell200"; + this.xrTableCell200.StylePriority.UseFont = false; this.xrTableCell200.Text = "xrTableCell200"; this.xrTableCell200.Weight = 0.017513884572978367D; // // xrTableCell201 // + this.xrTableCell201.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell201.Name = "xrTableCell201"; + this.xrTableCell201.StylePriority.UseFont = false; this.xrTableCell201.Text = "xrTableCell201"; this.xrTableCell201.Weight = 0.017513886607109813D; // // xrTableCell202 // + this.xrTableCell202.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell202.Name = "xrTableCell202"; + this.xrTableCell202.StylePriority.UseFont = false; this.xrTableCell202.Text = "xrTableCell202"; this.xrTableCell202.Weight = 0.01751388623229691D; // // xrTableCell203 // + this.xrTableCell203.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell203.Name = "xrTableCell203"; + this.xrTableCell203.StylePriority.UseFont = false; this.xrTableCell203.Text = "xrTableCell203"; this.xrTableCell203.Weight = 0.017513883261133123D; // // xrTableCell204 // + this.xrTableCell204.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell204.Name = "xrTableCell204"; + this.xrTableCell204.StylePriority.UseFont = false; this.xrTableCell204.Text = "xrTableCell204"; this.xrTableCell204.Weight = 0.017513887343065859D; // // xrTableCell205 // + this.xrTableCell205.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell205.Name = "xrTableCell205"; + this.xrTableCell205.StylePriority.UseFont = false; this.xrTableCell205.Text = "xrTableCell205"; this.xrTableCell205.Weight = 0.017513886600274919D; // // xrTableCell206 // + this.xrTableCell206.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell206.Name = "xrTableCell206"; + this.xrTableCell206.StylePriority.UseFont = false; this.xrTableCell206.Text = "xrTableCell206"; this.xrTableCell206.Weight = 0.017513918091639748D; // @@ -10942,187 +11805,249 @@ namespace BeWoDarmstadt // // xrTableCell210 // + this.xrTableCell210.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell210.Name = "xrTableCell210"; + this.xrTableCell210.StylePriority.UseFont = false; this.xrTableCell210.Text = "xrTableCell210"; this.xrTableCell210.Weight = 0.017513890118150417D; // // xrTableCell211 // + this.xrTableCell211.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell211.Name = "xrTableCell211"; + this.xrTableCell211.StylePriority.UseFont = false; this.xrTableCell211.Text = "xrTableCell211"; this.xrTableCell211.Weight = 0.017513888726271756D; // // xrTableCell245 // + this.xrTableCell245.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell245.Name = "xrTableCell245"; + this.xrTableCell245.StylePriority.UseFont = false; this.xrTableCell245.Text = "xrTableCell245"; this.xrTableCell245.Weight = 0.017513887733727751D; // // xrTableCell246 // + this.xrTableCell246.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell246.Name = "xrTableCell246"; + this.xrTableCell246.StylePriority.UseFont = false; this.xrTableCell246.Text = "xrTableCell246"; this.xrTableCell246.Weight = 0.017513886341849486D; // // xrTableCell280 // + this.xrTableCell280.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell280.Name = "xrTableCell280"; + this.xrTableCell280.StylePriority.UseFont = false; this.xrTableCell280.Text = "xrTableCell280"; this.xrTableCell280.Weight = 0.017513889398250632D; // // xrTableCell281 // + this.xrTableCell281.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell281.Name = "xrTableCell281"; + this.xrTableCell281.StylePriority.UseFont = false; this.xrTableCell281.Text = "xrTableCell281"; this.xrTableCell281.Weight = 0.017513892699112077D; // // xrTableCell315 // + this.xrTableCell315.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell315.Name = "xrTableCell315"; + this.xrTableCell315.StylePriority.UseFont = false; this.xrTableCell315.Text = "xrTableCell315"; this.xrTableCell315.Weight = 0.017513886494539749D; // // xrTableCell316 // + this.xrTableCell316.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell316.Name = "xrTableCell316"; + this.xrTableCell316.StylePriority.UseFont = false; this.xrTableCell316.Text = "xrTableCell316"; this.xrTableCell316.Weight = 0.017513893135406924D; // // xrTableCell317 // + this.xrTableCell317.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell317.Name = "xrTableCell317"; + this.xrTableCell317.StylePriority.UseFont = false; this.xrTableCell317.Text = "xrTableCell317"; this.xrTableCell317.Weight = 0.01751388532080865D; // // xrTableCell318 // + this.xrTableCell318.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell318.Name = "xrTableCell318"; + this.xrTableCell318.StylePriority.UseFont = false; this.xrTableCell318.Text = "xrTableCell318"; this.xrTableCell318.Weight = 0.017513885589146336D; // // xrTableCell319 // + this.xrTableCell319.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell319.Name = "xrTableCell319"; + this.xrTableCell319.StylePriority.UseFont = false; this.xrTableCell319.Text = "xrTableCell319"; this.xrTableCell319.Weight = 0.017513885723315054D; // // xrTableCell320 // + this.xrTableCell320.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell320.Name = "xrTableCell320"; + this.xrTableCell320.StylePriority.UseFont = false; this.xrTableCell320.Text = "xrTableCell320"; this.xrTableCell320.Weight = 0.017513885790399558D; // // xrTableCell321 // + this.xrTableCell321.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell321.Name = "xrTableCell321"; + this.xrTableCell321.StylePriority.UseFont = false; this.xrTableCell321.Text = "xrTableCell321"; this.xrTableCell321.Weight = 0.0175138913914564D; // // xrTableCell322 // + this.xrTableCell322.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell322.Name = "xrTableCell322"; + this.xrTableCell322.StylePriority.UseFont = false; this.xrTableCell322.Text = "xrTableCell322"; this.xrTableCell322.Weight = 0.017513894191986623D; // // xrTableCell323 // + this.xrTableCell323.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell323.Name = "xrTableCell323"; + this.xrTableCell323.StylePriority.UseFont = false; this.xrTableCell323.Text = "xrTableCell323"; this.xrTableCell323.Weight = 0.017513884457219797D; // // xrTableCell324 // + this.xrTableCell324.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell324.Name = "xrTableCell324"; + this.xrTableCell324.StylePriority.UseFont = false; this.xrTableCell324.Text = "xrTableCell324"; this.xrTableCell324.Weight = 0.017513885157351888D; // // xrTableCell325 // + this.xrTableCell325.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell325.Name = "xrTableCell325"; + this.xrTableCell325.StylePriority.UseFont = false; this.xrTableCell325.Text = "xrTableCell325"; this.xrTableCell325.Weight = 0.017513891074932536D; // // xrTableCell326 // + this.xrTableCell326.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell326.Name = "xrTableCell326"; + this.xrTableCell326.StylePriority.UseFont = false; this.xrTableCell326.Text = "xrTableCell326"; this.xrTableCell326.Weight = 0.017513888466208244D; // // xrTableCell327 // + this.xrTableCell327.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell327.Name = "xrTableCell327"; + this.xrTableCell327.StylePriority.UseFont = false; this.xrTableCell327.Text = "xrTableCell327"; this.xrTableCell327.Weight = 0.017513892729362546D; // // xrTableCell328 // + this.xrTableCell328.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell328.Name = "xrTableCell328"; + this.xrTableCell328.StylePriority.UseFont = false; this.xrTableCell328.Text = "xrTableCell328"; this.xrTableCell328.Weight = 0.017513894860938795D; // // xrTableCell329 // + this.xrTableCell329.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell329.Name = "xrTableCell329"; + this.xrTableCell329.StylePriority.UseFont = false; this.xrTableCell329.Text = "xrTableCell329"; this.xrTableCell329.Weight = 0.017513893142969611D; // // xrTableCell330 // + this.xrTableCell330.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell330.Name = "xrTableCell330"; + this.xrTableCell330.StylePriority.UseFont = false; this.xrTableCell330.Text = "xrTableCell330"; this.xrTableCell330.Weight = 0.017513897851499594D; // // xrTableCell331 // + this.xrTableCell331.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell331.Name = "xrTableCell331"; + this.xrTableCell331.StylePriority.UseFont = false; this.xrTableCell331.Text = "xrTableCell331"; this.xrTableCell331.Weight = 0.017513886286976282D; // // xrTableCell332 // + this.xrTableCell332.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell332.Name = "xrTableCell332"; + this.xrTableCell332.StylePriority.UseFont = false; this.xrTableCell332.Text = "xrTableCell332"; this.xrTableCell332.Weight = 0.017513886072230117D; // // xrTableCell333 // + this.xrTableCell333.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell333.Name = "xrTableCell333"; + this.xrTableCell333.StylePriority.UseFont = false; this.xrTableCell333.Text = "xrTableCell333"; this.xrTableCell333.Weight = 0.017513884572978367D; // // xrTableCell334 // + this.xrTableCell334.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell334.Name = "xrTableCell334"; + this.xrTableCell334.StylePriority.UseFont = false; this.xrTableCell334.Text = "xrTableCell334"; this.xrTableCell334.Weight = 0.017513886607109813D; // // xrTableCell335 // + this.xrTableCell335.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell335.Name = "xrTableCell335"; + this.xrTableCell335.StylePriority.UseFont = false; this.xrTableCell335.Text = "xrTableCell335"; this.xrTableCell335.Weight = 0.01751388623229691D; // // xrTableCell336 // + this.xrTableCell336.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell336.Name = "xrTableCell336"; + this.xrTableCell336.StylePriority.UseFont = false; this.xrTableCell336.Text = "xrTableCell336"; this.xrTableCell336.Weight = 0.017513883261133123D; // // xrTableCell337 // + this.xrTableCell337.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell337.Name = "xrTableCell337"; + this.xrTableCell337.StylePriority.UseFont = false; this.xrTableCell337.Text = "xrTableCell337"; this.xrTableCell337.Weight = 0.017513887343065859D; // // xrTableCell338 // + this.xrTableCell338.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell338.Name = "xrTableCell338"; + this.xrTableCell338.StylePriority.UseFont = false; this.xrTableCell338.Text = "xrTableCell338"; this.xrTableCell338.Weight = 0.017513886600274919D; // // xrTableCell339 // + this.xrTableCell339.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell339.Name = "xrTableCell339"; + this.xrTableCell339.StylePriority.UseFont = false; this.xrTableCell339.Text = "xrTableCell339"; this.xrTableCell339.Weight = 0.017513918091639748D; // @@ -11384,6 +12309,8 @@ namespace BeWoDarmstadt // // xrTableCell921 // + this.xrTableCell921.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlsIst", "{0:#.00}")}); this.xrTableCell921.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell921.Multiline = true; this.xrTableCell921.Name = "xrTableCell921"; @@ -11406,6 +12333,8 @@ namespace BeWoDarmstadt // // xrTableCell947 // + this.xrTableCell947.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "StundenMittelbarIst", "{0:#.00}")}); this.xrTableCell947.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell947.Name = "xrTableCell947"; this.xrTableCell947.StylePriority.UseFont = false; @@ -11446,6 +12375,8 @@ namespace BeWoDarmstadt // // xrTableCell924 // + this.xrTableCell924.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlsSoll", "{0:#.00}")}); this.xrTableCell924.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell924.Name = "xrTableCell924"; this.xrTableCell924.StylePriority.UseFont = false; @@ -11465,6 +12396,8 @@ namespace BeWoDarmstadt // // xrTableCell948 // + this.xrTableCell948.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "rzSoll", "{0:#.00}")}); this.xrTableCell948.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell948.Name = "xrTableCell948"; this.xrTableCell948.StylePriority.UseFont = false; @@ -11505,6 +12438,8 @@ namespace BeWoDarmstadt // // xrTableCell927 // + this.xrTableCell927.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "UeberstundenAusbezahlt", "{0:#.00}")}); this.xrTableCell927.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell927.Name = "xrTableCell927"; this.xrTableCell927.StylePriority.UseFont = false; @@ -11564,6 +12499,8 @@ namespace BeWoDarmstadt // // xrTableCell930 // + this.xrTableCell930.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Ueberstunden", "{0:#.00}")}); this.xrTableCell930.Font = new System.Drawing.Font("Arial", 8.25F); this.xrTableCell930.Name = "xrTableCell930"; this.xrTableCell930.StylePriority.UseFont = false; @@ -11594,7 +12531,7 @@ namespace BeWoDarmstadt // this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0002861023F, 29.79164F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0005880992F, 53.95826F); this.xrLabel3.Multiline = true; this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -11607,7 +12544,7 @@ namespace BeWoDarmstadt // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 42.08336F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0.0003019969F, 66.24998F); this.xrLabel1.Multiline = true; this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -11622,186 +12559,14 @@ namespace BeWoDarmstadt // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO.EmployeeDetail); // - // xrTableCell3 + // rzSoll // - this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell3.Name = "xrTableCell3"; - this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); - this.xrTableCell3.StylePriority.UseBorders = false; - this.xrTableCell3.StylePriority.UseFont = false; - this.xrTableCell3.StylePriority.UsePadding = false; - this.xrTableCell3.Text = "Leitung/Verwaltung"; - this.xrTableCell3.Weight = 0.075163780396732022D; + this.rzSoll.Expression = "[StundenSollOhneUrlaubKrankheit]-[FlsSoll]"; + this.rzSoll.Name = "rzSoll"; // - // xrTableCell283 + // calculatedField2 // - this.xrTableCell283.BackColor = System.Drawing.Color.Transparent; - this.xrTableCell283.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell283.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell283.Name = "xrTableCell283"; - this.xrTableCell283.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); - this.xrTableCell283.StylePriority.UseBackColor = false; - this.xrTableCell283.StylePriority.UseBorders = false; - this.xrTableCell283.StylePriority.UseFont = false; - this.xrTableCell283.StylePriority.UsePadding = false; - this.xrTableCell283.StylePriority.UseTextAlignment = false; - this.xrTableCell283.Text = "QZ"; - this.xrTableCell283.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell283.Weight = 0.075163781788458672D; - // - // xrTableCell341 - // - this.xrTableCell341.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell341.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell341.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell341.Name = "xrTableCell341"; - this.xrTableCell341.StylePriority.UseBackColor = false; - this.xrTableCell341.StylePriority.UseBorders = false; - this.xrTableCell341.StylePriority.UseFont = false; - this.xrTableCell341.Text = "Fahrtzeit"; - this.xrTableCell341.Weight = 0.075163781788458672D; - // - // xrTableCell342 - // - this.xrTableCell342.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell342.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell342.Name = "xrTableCell342"; - this.xrTableCell342.StylePriority.UseBorders = false; - this.xrTableCell342.StylePriority.UseFont = false; - this.xrTableCell342.Text = "Diverses"; - this.xrTableCell342.Weight = 0.075163781418784645D; - // - // xrTableCell343 - // - this.xrTableCell343.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell343.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell343.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell343.Multiline = true; - this.xrTableCell343.Name = "xrTableCell343"; - this.xrTableCell343.StylePriority.UseBackColor = false; - this.xrTableCell343.StylePriority.UseBorders = false; - this.xrTableCell343.StylePriority.UseFont = false; - this.xrTableCell343.Text = "Gremienarbeit"; - this.xrTableCell343.Weight = 0.075163781788458672D; - // - // xrTableCell344 - // - this.xrTableCell344.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell344.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell344.Name = "xrTableCell344"; - this.xrTableCell344.StylePriority.UseBorders = false; - this.xrTableCell344.StylePriority.UseFont = false; - this.xrTableCell344.Text = "Superv./PersGespr."; - this.xrTableCell344.Weight = 0.075163781788458672D; - // - // xrTableCell345 - // - this.xrTableCell345.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell345.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell345.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell345.Name = "xrTableCell345"; - this.xrTableCell345.StylePriority.UseBackColor = false; - this.xrTableCell345.StylePriority.UseBorders = false; - this.xrTableCell345.StylePriority.UseFont = false; - this.xrTableCell345.Text = "Team/Extrateam"; - this.xrTableCell345.Weight = 0.075163781788458672D; - // - // xrTableCell346 - // - this.xrTableCell346.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell346.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell346.Name = "xrTableCell346"; - this.xrTableCell346.StylePriority.UseBorders = false; - this.xrTableCell346.StylePriority.UseFont = false; - this.xrTableCell346.Text = "Fortb./Urlaub/Krank"; - this.xrTableCell346.Weight = 0.082461259809328682D; - // - // xrTableCell347 - // - this.xrTableCell347.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell347.Name = "xrTableCell347"; - this.xrTableCell347.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); - this.xrTableCell347.StylePriority.UseBorders = false; - this.xrTableCell347.StylePriority.UsePadding = false; - this.xrTableCell347.Text = "Summen:"; - this.xrTableCell347.Weight = 0.075163797099282656D; - // - // xrTableCell348 - // - this.xrTableCell348.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell348.Name = "xrTableCell348"; - this.xrTableCell348.StylePriority.UseBorders = false; - this.xrTableCell348.Text = "Summen:"; - this.xrTableCell348.Weight = 0.0824610816487879D; - // - // xrTableCell349 - // - this.xrTableCell349.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell349.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell349.Name = "xrTableCell349"; - this.xrTableCell349.StylePriority.UseBorders = false; - this.xrTableCell349.StylePriority.UseFont = false; - this.xrTableCell349.Text = "(Y)"; - this.xrTableCell349.Weight = 0.082461081167093789D; - // - // xrTableCell350 - // - this.xrTableCell350.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell350.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell350.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell350.Name = "xrTableCell350"; - this.xrTableCell350.StylePriority.UseBackColor = false; - this.xrTableCell350.StylePriority.UseBorders = false; - this.xrTableCell350.StylePriority.UseFont = false; - this.xrTableCell350.Text = "(X)"; - this.xrTableCell350.Weight = 0.0824610816487879D; - // - // xrTableCell351 - // - this.xrTableCell351.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell351.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell351.Name = "xrTableCell351"; - this.xrTableCell351.StylePriority.UseBorders = false; - this.xrTableCell351.StylePriority.UseFont = false; - this.xrTableCell351.Text = "Vor-/Nacharbeiten"; - this.xrTableCell351.Weight = 0.0824610816487879D; - // - // xrTableCell352 - // - this.xrTableCell352.BackColor = System.Drawing.Color.Gainsboro; - this.xrTableCell352.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell352.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell352.Name = "xrTableCell352"; - this.xrTableCell352.StylePriority.UseBackColor = false; - this.xrTableCell352.StylePriority.UseBorders = false; - this.xrTableCell352.StylePriority.UseFont = false; - this.xrTableCell352.Text = "Indirekte Betreuung"; - this.xrTableCell352.Weight = 0.0824610816487879D; - // - // xrTableCell353 - // - this.xrTableCell353.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell353.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell353.Name = "xrTableCell353"; - this.xrTableCell353.StylePriority.UseBorders = false; - this.xrTableCell353.StylePriority.UseFont = false; - this.xrTableCell353.Text = "Direkte Betreuung"; - this.xrTableCell353.Weight = 0.0824610816487879D; + this.calculatedField2.Name = "calculatedField2"; // // Zeitzuschlagsbeleg // @@ -11812,6 +12577,9 @@ namespace BeWoDarmstadt this.bottomMarginBand1, this.GroupHeader1, this.GroupHeader3}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.rzSoll, + this.calculatedField2}); this.DataSource = this.bindingSource1; this.Font = new System.Drawing.Font("Calibri", 11F); this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { @@ -11820,12 +12588,12 @@ namespace BeWoDarmstadt this.formattingRuleCostBearer, this.formattingRuleEmployeeName}); this.Landscape = true; - this.Margins = new System.Drawing.Printing.Margins(60, 50, 19, 30); + this.Margins = new System.Drawing.Printing.Margins(60, 50, 19, 0); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; - ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.tableZeitraum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tableRahmenzeit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tableFLS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit(); @@ -12160,16 +12928,8 @@ namespace BeWoDarmstadt private DevExpress.XtraReports.UI.XRTableCell xrTableCell338; private DevExpress.XtraReports.UI.XRTableCell xrTableCell339; private DevExpress.XtraReports.UI.XRTableCell xrTableCell340; - private DevExpress.XtraReports.UI.XRLabel xrLabel14; - private DevExpress.XtraReports.UI.XRLabel lblGesamtKm; - private DevExpress.XtraReports.UI.XRLabel xrLabel12; - private DevExpress.XtraReports.UI.XRLabel lblGesamtstunden; private DevExpress.XtraReports.UI.XRLabel lblName; private DevExpress.XtraReports.UI.XRLabel lblZeitraum; - private DevExpress.XtraReports.UI.XRLabel xrLabel7; - private DevExpress.XtraReports.UI.XRLabel xrLabel8; - private DevExpress.XtraReports.UI.XRLabel xrLabel9; - private DevExpress.XtraReports.UI.XRLabel lblRufGesamt; private DevExpress.XtraReports.UI.XRLabel lblStelle; private DevExpress.XtraReports.UI.XRLabel xrLabel15; private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; @@ -12786,7 +13546,7 @@ namespace BeWoDarmstadt private DevExpress.XtraReports.UI.XRTableCell xrTableCell1392; private DevExpress.XtraReports.UI.XRTableCell xrTableCell1393; private DevExpress.XtraReports.UI.XRTableCell xrTableCell1394; - private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTable tableZeitraum; private DevExpress.XtraReports.UI.XRTableRow xrTableRow13; private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; @@ -12989,5 +13749,7 @@ namespace BeWoDarmstadt private DevExpress.XtraReports.UI.XRTableCell xrTableCell350; private DevExpress.XtraReports.UI.XRTableCell xrTableCell349; private DevExpress.XtraReports.UI.XRTableCell xrTableCell348; + private DevExpress.XtraReports.UI.CalculatedField rzSoll; + private DevExpress.XtraReports.UI.CalculatedField calculatedField2; } } diff --git a/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.cs b/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.cs index 08a49055b..3743f932c 100644 --- a/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.cs +++ b/ReportImp/BeWoDarmstadt/Zeitzuschlagsbeleg.cs @@ -13,6 +13,7 @@ using BeWo.Report; using BeWo.Service.DCEntityMapper; using BeWo.Service.Plugins; using DevExpress.Charts.Native; +using System.Data; namespace BeWoDarmstadt { @@ -20,6 +21,7 @@ namespace BeWoDarmstadt { private VacationService _vs = null; + private Dictionary beginn = new Dictionary(); private Dictionary samstag2Minuten = new Dictionary(); private Dictionary sonntag2Minuten = new Dictionary(); private Dictionary feiertag2Minuten = new Dictionary(); @@ -76,7 +78,8 @@ namespace BeWoDarmstadt if (ed.ServiceRecordsInSelectedTimeSpan != null) { - foreach (var sr in ed.ServiceRecordsInSelectedTimeSpan) + var sortedServiceRecords = ed.ServiceRecordsInSelectedTimeSpan.OrderBy(sr => sr.Start).ToList(); + foreach (var sr in sortedServiceRecords) { if (sr.DistanceInMeter.HasValue) { @@ -84,12 +87,12 @@ namespace BeWoDarmstadt } AddValueToTableZuschlag(sr); AddValueToTableLeistungen(sr); + AddValueToTableZeitraum(sr, tableZeitraum, beginn); } } - BerechneGesamtsummen(); - lblGesamtKm.Text = String.Format("{0:0.00} km", kmTotal); - lblRufGesamt.Text = String.Format("{0:0.00} Std.", rufTotal / 60); + BerechneSpaltensumme(tableFLS); + BerechneSpaltensumme(tableRahmenzeit); lblStelle.Text = String.Format("{0:0.00} Std.", notdienstTotal / 60); } @@ -132,6 +135,26 @@ namespace BeWoDarmstadt row.Cells[33].Text = String.Format("{0:0.00}", gesamt / 60); } + private void BerechneSpaltensumme(XRTable table) + { + for (int i = 2; i < 33; i++) + { + decimal sum = 0; + for (int j = 1; j < table.Rows.Count; j++) + { + if (table.Rows[j].Cells[i].Text != null && table.Rows[j].Cells[i].Text.Length > 0) + sum += Convert.ToDecimal(table.Rows[j].Cells[i].Text); + } + table.Rows.LastRow.Cells[i].Text = String.Format("{0:0.0#}", sum); + } + decimal EndSum = 0; + for (int j = 1; j < table.Rows.Count; j++) + { + if (table.Rows[j].Cells[33].Text != null && table.Rows[j].Cells[33].Text.Length > 0) + EndSum += Convert.ToDecimal(table.Rows[j].Cells[33].Text); + } + table.Rows.LastRow.Cells[33].Text = String.Format("{0:0.00}", EndSum); + } private void InitTable(DateTime monat) { @@ -300,9 +323,7 @@ namespace BeWoDarmstadt } dict[datum.Day] += minuten; - - cell.Text = String.Format("{0:0.00}", dict[datum.Day] / 60); - + cell.Text = String.Format("{0:0.0}", dict[datum.Day] / 60); } private decimal GetDuration(ServiceRecord sr) @@ -331,12 +352,6 @@ namespace BeWoDarmstadt } } - //} - //else - //{ - // int test = 0; - //} - return duration; } @@ -416,12 +431,8 @@ namespace BeWoDarmstadt { DateTime tagsStartDt = start.Date.AddHours(startStunde); DateTime tagsEndDt = start.Date.AddHours(endStunde); - - DateTime dtEnd = start.AddMinutes(minuten); - double minutes = GetOverlappingMinutes(start, dtEnd, tagsStartDt, tagsEndDt); - return minutes; } } @@ -453,6 +464,33 @@ namespace BeWoDarmstadt return VacationService.GetOsterSonntag(year); } + private void AddValueToTableZeitraum(ServiceRecord sr, XRTable table, Dictionary beginn) + { + DateTime start = sr.Start.Value; + DateTime ende = sr.End.Value; + if (!beginn.ContainsKey(start.Day)) + { + beginn[start.Day] = start; + if (start.Hour >= 8 && start.Hour <= 21 && ende.Hour >= 8 && ende.Hour < 21) + table.Rows[1].Cells[start.Day].Text = "X"; + else + { + table.Rows[2].Cells[start.Day].Text = String.Format("{0:HH:mm}", start); + table.Rows[3].Cells[ende.Day].Text = String.Format("{0:HH:mm}", ende); + } + } + else + { + if (ende.Hour < 8 && ende.Hour >= 21) + { + table.Rows[1].Cells[start.Day].Text = ""; + table.Rows[2].Cells[start.Day].Text = String.Format("{0:HH:mm}", beginn[start.Day]); + table.Rows[3].Cells[ende.Day].Text = String.Format("{0:HH:mm}", ende); + } + else if (beginn[start.Day].Hour >= 8 && beginn[start.Day].Hour <= 21 && ende.Hour >= 8 && ende.Hour < 21) + table.Rows[1].Cells[start.Day].Text = "X"; + } + } } public class Zeitverteilung diff --git a/ReportImp/ChristinaFrommen/Mitarbeiterstundenkonto.designer.cs b/ReportImp/ChristinaFrommen/Mitarbeiterstundenkonto.designer.cs index 6115e38a3..bfd85b25f 100644 --- a/ReportImp/ChristinaFrommen/Mitarbeiterstundenkonto.designer.cs +++ b/ReportImp/ChristinaFrommen/Mitarbeiterstundenkonto.designer.cs @@ -375,7 +375,7 @@ namespace ChristinaFrommen // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; - this.xrTableCell12.Text = "Relation FLS IST zu Mittelbare IST (in %)"; + this.xrTableCell12.Text = "Relation FLS IST zu Gesamtstd. IST (in %)"; this.xrTableCell12.Weight = 0.063119929511863376D; // // xrTableCell1 diff --git a/ReportImp/ChristinaFrommen/MitarbeiterstundenkontoJahr.designer.cs b/ReportImp/ChristinaFrommen/MitarbeiterstundenkontoJahr.designer.cs index 25db63a09..ca232e0d0 100644 --- a/ReportImp/ChristinaFrommen/MitarbeiterstundenkontoJahr.designer.cs +++ b/ReportImp/ChristinaFrommen/MitarbeiterstundenkontoJahr.designer.cs @@ -353,7 +353,7 @@ namespace ChristinaFrommen // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; - this.xrTableCell12.Text = "Relation FLS IST zu Mittelbare IST (in %)"; + this.xrTableCell12.Text = "Relation FLS IST zu Gesamtstd. IST (in %)"; this.xrTableCell12.Weight = 0.063119929511863376D; // // xrTableCell6 diff --git a/ReportImp/LebensWert/QuittierungsbelegHannover.cs b/ReportImp/LebensWert/QuittierungsbelegHannover.cs index 684f6d581..cd8a396f0 100644 --- a/ReportImp/LebensWert/QuittierungsbelegHannover.cs +++ b/ReportImp/LebensWert/QuittierungsbelegHannover.cs @@ -103,7 +103,7 @@ namespace LebensWert pRO.TotalFLSQualified = pRO.TotalFLMQualified / Convert.ToDouble(currentFLSUnit.CostRateValue); pRO.CalculateFLSSollIst2(); - lblRestbudget.Text = String.Format("{0:0.00}", pRO.ApprovedFLSTotal - pRO.MinutenGeleistetGesamt / currentFLSUnit.CostRateValue); + lblRestbudget.Text = String.Format("{0:0.00}", pRO.ApprovedFLSTotal - pRO.MinutenGeleistetBisVormonat / currentFLSUnit.CostRateValue); bindingSource1.DataSource = pRO; } diff --git a/ReportImp/MobileEV/SupportConceptReport.Designer.cs b/ReportImp/MobileEV/SupportConceptReport.Designer.cs index 16c4126b4..8637d415a 100644 --- a/ReportImp/MobileEV/SupportConceptReport.Designer.cs +++ b/ReportImp/MobileEV/SupportConceptReport.Designer.cs @@ -385,7 +385,7 @@ namespace MobileEV // xrTableCell34 // this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.Überbringung", "{0:0.00}")}); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSDifferenceApprovedRecordedTillNow", "{0:0.00}")}); this.xrTableCell34.Name = "xrTableCell34"; this.xrTableCell34.StylePriority.UseBorders = false; this.xrTableCell34.StylePriority.UseTextAlignment = false; diff --git a/ReportImp/PerspektivenEV/Validation/ServiceRecordValidator.cs b/ReportImp/PerspektivenEV/Validation/ServiceRecordValidator.cs new file mode 100644 index 000000000..1791d9897 --- /dev/null +++ b/ReportImp/PerspektivenEV/Validation/ServiceRecordValidator.cs @@ -0,0 +1,96 @@ +using BeWo.Service.Plugins; +using BS.Shared; +using BS.Shared.DataContracts; +using PerspektivenEV.Service; +using System; + +namespace PerspektivenEV.Validation +{ + public class CustomServiceRecordValidator : ServiceRecordValidator + { + public override ServiceRecordValidationResultDC CheckApprovedOverspending(SupportConceptCostBearerRelDC reldc, ServiceRecordDC newServiceRecord) + { + var calc = new CustomCalculations(); + decimal totalFLSApproved = calc.GetApprovedHoursTotal(reldc, true) ?? 0m; + + if (totalFLSApproved > 0) + { + var factory = PluginLoader.FindClass(); + var stats = factory.CreateSupportConceptStatisticsImpl(reldc.CostBearer2SupportConceptOid.Value, + newServiceRecord.Start ?? DateTime.Now, newServiceRecord.ServiceRecordOid); + + decimal flmTotalRounded = 0; + decimal flmApprovedForPeriod = 0; + decimal bewilligtProJahr = 0; + SupportConceptPeriodStatisticsDC periodStat = GetStatisticsForServiceRecord(stats, newServiceRecord); + if (periodStat != null) + { + flmTotalRounded = periodStat.MinutesProvidedTotalRounded; + flmApprovedForPeriod = periodStat.MinutesApprovedTotal; + if (periodStat.SupportConceptApprovalPeriod != null && periodStat.SupportConceptApprovalPeriod.ApprovedBEInterval == SupportConceptApprovalInterval.Yearly) + { + bewilligtProJahr = periodStat.SupportConceptApprovalPeriod.ApprovedBEPerInterval ?? 0; + } + } + else + { + flmTotalRounded = stats.MinutesProvidedTotalRounded; + flmApprovedForPeriod = stats.MinutesApprovedTotal; + if (reldc.ApprovalPeriodList.Count > 0 && reldc.ApprovalPeriodList[0].ApprovedBEInterval == SupportConceptApprovalInterval.Yearly) + { + bewilligtProJahr = reldc.ApprovalPeriodList[0].ApprovedBEPerInterval ?? 0; + } + } + + decimal totalFLSNew = (flmTotalRounded + newServiceRecord.RoundedDuration) / 60; + decimal approvedFlsForPeriod = Math.Round((flmApprovedForPeriod / 60), 2, MidpointRounding.AwayFromZero); + decimal quotient = 1; + if (bewilligtProJahr != 0) + quotient = approvedFlsForPeriod / bewilligtProJahr; + + if (bewilligtProJahr == 99) + { + approvedFlsForPeriod += 10 * quotient; + } + else if (bewilligtProJahr == 120) + { + approvedFlsForPeriod += 13 * quotient; + } + else if (bewilligtProJahr == 147) + { + approvedFlsForPeriod += 25 * quotient; + } + else if (bewilligtProJahr == 198) + { + approvedFlsForPeriod += 45 * quotient; + } + else if (bewilligtProJahr == 288) + { + approvedFlsForPeriod += 27 * quotient; + } + else if (bewilligtProJahr == 343) + { + approvedFlsForPeriod += 53 * quotient; + } + + if (approvedFlsForPeriod > 0 && totalFLSNew > approvedFlsForPeriod) + + { + if (newServiceRecord.ServiceDescription.Category.IsBillable || (periodStat != null && periodStat.SupportConceptApprovalPeriod != null && periodStat.SupportConceptApprovalPeriod.ServiceCategory != null)) + { + var dc = new ServiceRecordValidationResultDC + { + ResultType = ServiceRecordValidationResult.ApprovedFLSOverspending, + ApprovedHours = Math.Round((flmApprovedForPeriod / 60), 2, MidpointRounding.AwayFromZero), + HoursNew = Math.Round(totalFLSNew, 2, MidpointRounding.AwayFromZero) + }; + + dc.CustomerName = reldc.SupportConcept.CustomerFullName; + return dc; + } + } + } + return null; + } + } +} \ No newline at end of file diff --git a/ReportImp/SKFLeverkusen/CustomMitarbeiterstundenkontoBerechnung.cs b/ReportImp/SKFLeverkusen/CustomMitarbeiterstundenkontoBerechnung.cs new file mode 100644 index 000000000..999d8e8db --- /dev/null +++ b/ReportImp/SKFLeverkusen/CustomMitarbeiterstundenkontoBerechnung.cs @@ -0,0 +1,23 @@ +using BeWo.Data.Entities; +using BeWo.Report.ReportObjects; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SKFLeverkusen +{ + public class CustomMitarbeiterstundenkontoBerechnung : MitarbeiterstundenkontoBerechnung + { + public override void HandleServiceRecords(MitarbeiterstundenkontoRO.EmployeeDetail empDetail, IList groupFilteredRecords, Contract contract) + { + base.CorrectOverlappingTimes(groupFilteredRecords); + } + + public override bool ShouldCreateDayDetails() + { + return true; + } + } +} diff --git a/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.cs b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.cs new file mode 100644 index 000000000..8be2822e2 --- /dev/null +++ b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.cs @@ -0,0 +1,46 @@ + +using System; +using System.Collections.Generic; +using System.Linq; +using BeWo.Report; +using BeWo.Report.ReportObjects; + +using BS.Shared.Core; +using DevExpress.XtraReports.UI; + +namespace SKFLeverkusen +{ + [IDSpecificClass(Identifier = "Mitarbeiterarbeitszeitkonto")] + public partial class Mitarbeiterarbeitszeitkonto : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Mitarbeiterarbeitszeitkonto() + { + InitializeComponent(); + } + + public void SetReportDataSource(MitarbeiterstundenkontoRO pRO) + { + var msb = new CustomMitarbeiterstundenkontoBerechnung(); + msb.CreateReport(pRO); + + foreach (var ed in pRO.EmployeeDetailList) + { + var c = ed.Employee.GetValidContractForDate(pRO.ReportStartDate); + if (c != null) + { + if (c.MonthlyTotalHours.HasValue) + { + ed.Regelarbeitszeit = String.Format("{0:0.00} Stunden im Monat", c.MonthlyTotalHours); + } + else if (c.WeeklyTotalHours.HasValue) + { + ed.Regelarbeitszeit = String.Format("{0:0.00} Stunden pro Woche", c.WeeklyTotalHours); + } + } + + } + this.bindingSource1.DataSource = pRO; + } + + } +} diff --git a/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.designer.cs b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.designer.cs new file mode 100644 index 000000000..e10cd0ff5 --- /dev/null +++ b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.designer.cs @@ -0,0 +1,1101 @@ +using BeWo.Report.ReportObjects; +namespace SKFLeverkusen +{ + partial class Mitarbeiterarbeitszeitkonto + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTableDetail = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRowDetail = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + 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.xrTableHeader = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRowHeader = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell5 = 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.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.lblMonat = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellRegelarbeitszeit = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellSumMinutesTotalDecimal = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellSumHoursSickDecimal = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellSumHoursInVacationDecimal = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellSumMinutesTotalDecimal2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.sollStundenMonatLabelTableCell = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + 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(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // Detail1 + // + this.Detail1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Detail1.HeightF = 0F; + this.Detail1.Name = "Detail1"; + this.Detail1.StylePriority.UseFont = false; + // + // xrTableDetail + // + this.xrTableDetail.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableDetail.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableDetail.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableDetail.Name = "xrTableDetail"; + this.xrTableDetail.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableDetail.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRowDetail}); + this.xrTableDetail.SizeF = new System.Drawing.SizeF(670F, 22F); + this.xrTableDetail.StylePriority.UseBorders = false; + this.xrTableDetail.StylePriority.UseFont = false; + this.xrTableDetail.StylePriority.UsePadding = false; + this.xrTableDetail.StylePriority.UseTextAlignment = false; + this.xrTableDetail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRowDetail + // + this.xrTableRowDetail.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell20, + this.xrTableCell31, + this.xrTableCell67, + this.xrTableCell27}); + this.xrTableRowDetail.Name = "xrTableRowDetail"; + this.xrTableRowDetail.Weight = 0.88D; + // + // xrTableCell3 + // + this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.Date", "{0:ddd. dd.MM.}")}); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell3.Weight = 0.090171325518485154D; + this.xrTableCell3.XlsxFormatString = "ddd. dd.MM.yyyy"; + // + // xrTableCell20 + // + this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.ZeitraeumeString", "{0:HH:mm}")}); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Text = "xrTableCell20"; + this.xrTableCell20.Weight = 0.27051398343498156D; + // + // xrTableCell31 + // + this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldHours", "{0:0.00}")}); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.StylePriority.UseTextAlignment = false; + this.xrTableCell31.Text = "xrTableCell31"; + this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell31.Weight = 0.08115419554645896D; + // + // xrTableCell67 + // + this.xrTableCell67.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursSick", "{0:0.00}")}); + this.xrTableCell67.Name = "xrTableCell67"; + this.xrTableCell67.StylePriority.UseTextAlignment = false; + this.xrTableCell67.Text = "xrTableCell67"; + this.xrTableCell67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell67.Weight = 0.081154197266340475D; + // + // xrTableCell27 + // + this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursInVacation", "{0:0.00}")}); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.Text = "xrTableCell27"; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell27.Weight = 0.08115417920758361D; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.DetailReport1}); + this.DetailReport.DataMember = "EmployeeDetailList"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // DetailReport1 + // + this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail2, + this.GroupHeader2, + this.GroupHeader3, + this.GroupFooter2}); + this.DetailReport1.DataMember = "EmployeeDetailList.Days"; + this.DetailReport1.DataSource = this.bindingSource1; + this.DetailReport1.Level = 0; + this.DetailReport1.Name = "DetailReport1"; + // + // Detail2 + // + this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableDetail}); + this.Detail2.Font = new System.Drawing.Font("Arial", 8F); + this.Detail2.HeightF = 22F; + this.Detail2.Name = "Detail2"; + this.Detail2.StylePriority.UseFont = false; + // + // GroupHeader2 + // + this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableHeader}); + this.GroupHeader2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.GroupHeader2.HeightF = 30F; + this.GroupHeader2.Name = "GroupHeader2"; + this.GroupHeader2.StylePriority.UseFont = false; + // + // xrTableHeader + // + this.xrTableHeader.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableHeader.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableHeader.Name = "xrTableHeader"; + this.xrTableHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableHeader.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRowHeader}); + this.xrTableHeader.SizeF = new System.Drawing.SizeF(670F, 30F); + this.xrTableHeader.StylePriority.UseBackColor = false; + this.xrTableHeader.StylePriority.UseBorders = false; + this.xrTableHeader.StylePriority.UseFont = false; + this.xrTableHeader.StylePriority.UsePadding = false; + this.xrTableHeader.StylePriority.UseTextAlignment = false; + this.xrTableHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRowHeader + // + this.xrTableRowHeader.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell5, + this.xrTableCell2, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell10}); + this.xrTableRowHeader.Name = "xrTableRowHeader"; + this.xrTableRowHeader.Weight = 0.79999999999999982D; + // + // xrTableCell5 + // + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Datum"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell5.Weight = 0.090171325629990237D; + // + // xrTableCell2 + // + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "Uhrzeit"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell2.Weight = 0.27051397637806085D; + // + // xrTableCell7 + // + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.Text = "Stunden"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell7.Weight = 0.081154194025935031D; + // + // xrTableCell8 + // + this.xrTableCell8.Multiline = true; + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "Krank"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.081154199562331691D; + // + // xrTableCell10 + // + this.xrTableCell10.Multiline = true; + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseBackColor = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "Urlaub"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell10.Weight = 0.0811541853775325D; + // + // GroupHeader3 + // + this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblMonat, + this.xrTable2}); + this.GroupHeader3.Font = new System.Drawing.Font("Arial", 10F); + this.GroupHeader3.HeightF = 120F; + this.GroupHeader3.Level = 1; + this.GroupHeader3.Name = "GroupHeader3"; + this.GroupHeader3.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + this.GroupHeader3.StylePriority.UseFont = false; + // + // lblMonat + // + this.lblMonat.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReportStartDate", "Stundenkonto {0:MMMM yy}")}); + this.lblMonat.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.lblMonat.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.lblMonat.Multiline = true; + this.lblMonat.Name = "lblMonat"; + this.lblMonat.SizeF = new System.Drawing.SizeF(700.0001F, 25F); + this.lblMonat.StyleName = "Title"; + this.lblMonat.StylePriority.UseFont = false; + this.lblMonat.Text = "lblMonat"; + // + // xrTable2 + // + this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 47.91663F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1, + this.xrTableRow8, + this.xrTableRow10}); + this.xrTable2.SizeF = new System.Drawing.SizeF(552.2002F, 54F); + this.xrTable2.StylePriority.UseBorders = false; + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.StylePriority.UsePadding = false; + this.xrTable2.StylePriority.UseTextAlignment = false; + this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell25}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 0.75540991165010141D; + // + // xrTableCell1 + // + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "Mitarbeiter/in:"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell1.Weight = 0.138246012405208D; + // + // xrTableCell25 + // + this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.FullName")}); + this.xrTableCell25.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell25.Multiline = true; + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell25.Weight = 0.49791629021026568D; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.cellRegelarbeitszeit}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Weight = 0.75540991165010141D; + // + // xrTableCell6 + // + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Regelarbeitszeit:"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell6.Weight = 0.138246012405208D; + // + // cellRegelarbeitszeit + // + this.cellRegelarbeitszeit.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Regelarbeitszeit")}); + this.cellRegelarbeitszeit.Name = "cellRegelarbeitszeit"; + this.cellRegelarbeitszeit.StylePriority.UseFont = false; + this.cellRegelarbeitszeit.StylePriority.UseTextAlignment = false; + this.cellRegelarbeitszeit.Text = "cellRegelarbeitszeit"; + this.cellRegelarbeitszeit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.cellRegelarbeitszeit.Weight = 0.49791629021026573D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell21, + this.xrTableCell24, + this.xrTableCell28, + this.xrTableCell23}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.75540991165010141D; + // + // xrTableCell21 + // + this.xrTableCell21.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.StylePriority.UsePadding = false; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.Text = "Soll-Stunden:"; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell21.Weight = 0.138246012405208D; + // + // xrTableCell24 + // + this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.StundenSollMax", "{0:0.00}")}); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell24.Weight = 0.17215478017129932D; + // + // xrTableCell28 + // + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "Arbeitstage diesen Monat:"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell28.Weight = 0.213129273221085D; + // + // xrTableCell23 + // + this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.ArbeitstageImBerichtszeitraum", "{0:0}")}); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell23.Weight = 0.11263223681788141D; + // + // GroupFooter2 + // + this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4, + this.xrTable1}); + this.GroupFooter2.Font = new System.Drawing.Font("Arial", 10F); + this.GroupFooter2.HeightF = 85F; + this.GroupFooter2.KeepTogether = true; + this.GroupFooter2.Name = "GroupFooter2"; + this.GroupFooter2.StylePriority.UseFont = false; + // + // xrTable4 + // + this.xrTable4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(110F, 0F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow9}); + this.xrTable4.SizeF = new System.Drawing.SizeF(560F, 22F); + this.xrTable4.StylePriority.UseBorders = false; + this.xrTable4.StylePriority.UseFont = false; + this.xrTable4.StylePriority.UsePadding = false; + this.xrTable4.StylePriority.UseTextAlignment = false; + this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell64, + this.cellSumMinutesTotalDecimal, + this.cellSumHoursSickDecimal, + this.cellSumHoursInVacationDecimal}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Weight = 0.87999999999999978D; + // + // xrTableCell64 + // + this.xrTableCell64.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell64.Name = "xrTableCell64"; + this.xrTableCell64.StylePriority.UseFont = false; + this.xrTableCell64.StylePriority.UseTextAlignment = false; + this.xrTableCell64.Text = "Summe:"; + this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell64.Weight = 0.26149405118689462D; + // + // cellSumMinutesTotalDecimal + // + this.cellSumMinutesTotalDecimal.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldHours")}); + this.cellSumMinutesTotalDecimal.Name = "cellSumMinutesTotalDecimal"; + this.cellSumMinutesTotalDecimal.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:0.00}"; + xrSummary1.IgnoreNullValues = true; + xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.cellSumMinutesTotalDecimal.Summary = xrSummary1; + this.cellSumMinutesTotalDecimal.Text = "cellSumMinutesTotalDecimal"; + this.cellSumMinutesTotalDecimal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.cellSumMinutesTotalDecimal.Weight = 0.081153321921416444D; + // + // cellSumHoursSickDecimal + // + this.cellSumHoursSickDecimal.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursSick")}); + this.cellSumHoursSickDecimal.Multiline = true; + this.cellSumHoursSickDecimal.Name = "cellSumHoursSickDecimal"; + this.cellSumHoursSickDecimal.StylePriority.UseTextAlignment = false; + xrSummary2.FormatString = "{0:0.00}"; + xrSummary2.IgnoreNullValues = true; + xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.cellSumHoursSickDecimal.Summary = xrSummary2; + this.cellSumHoursSickDecimal.Text = "cellSumHoursSickDecimal"; + this.cellSumHoursSickDecimal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.cellSumHoursSickDecimal.Weight = 0.081153328404945282D; + // + // cellSumHoursInVacationDecimal + // + this.cellSumHoursInVacationDecimal.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.HoursInVacation")}); + this.cellSumHoursInVacationDecimal.Multiline = true; + this.cellSumHoursInVacationDecimal.Name = "cellSumHoursInVacationDecimal"; + this.cellSumHoursInVacationDecimal.StylePriority.UseBackColor = false; + this.cellSumHoursInVacationDecimal.StylePriority.UseTextAlignment = false; + xrSummary3.FormatString = "{0:0.00}"; + xrSummary3.IgnoreNullValues = true; + xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.cellSumHoursInVacationDecimal.Summary = xrSummary3; + this.cellSumHoursInVacationDecimal.Text = "cellSumHoursInVacationDecimal"; + this.cellSumHoursInVacationDecimal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.cellSumHoursInVacationDecimal.Weight = 0.081153321723263658D; + // + // xrTable1 + // + this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 25F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow4, + this.xrTableRow5, + this.xrTableRow6}); + this.xrTable1.SizeF = new System.Drawing.SizeF(669.9999F, 60F); + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UsePadding = false; + this.xrTable1.StylePriority.UseTextAlignment = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell46, + this.cellSumMinutesTotalDecimal2, + this.xrTableCell17, + this.xrTableCell15, + this.xrTableCell41, + this.xrTableCell55}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 0.8D; + // + // xrTableCell46 + // + this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.StylePriority.UseBorders = false; + this.xrTableCell46.StylePriority.UseTextAlignment = false; + this.xrTableCell46.Text = "Arbeitszeit:"; + this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell46.Weight = 0.0899362101431268D; + // + // cellSumMinutesTotalDecimal2 + // + this.cellSumMinutesTotalDecimal2.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.cellSumMinutesTotalDecimal2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Days.fieldHours")}); + this.cellSumMinutesTotalDecimal2.Name = "cellSumMinutesTotalDecimal2"; + this.cellSumMinutesTotalDecimal2.StylePriority.UseBorders = false; + this.cellSumMinutesTotalDecimal2.StylePriority.UseTextAlignment = false; + xrSummary4.FormatString = "{0:0.00}"; + xrSummary4.IgnoreNullValues = true; + xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.cellSumMinutesTotalDecimal2.Summary = xrSummary4; + this.cellSumMinutesTotalDecimal2.Text = "cellSumMinutesTotalDecimal2"; + this.cellSumMinutesTotalDecimal2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.cellSumMinutesTotalDecimal2.Weight = 0.071948964683863317D; + // + // xrTableCell17 + // + this.xrTableCell17.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.Text = "Überstunden neu:"; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell17.Weight = 0.14389792524594167D; + // + // xrTableCell15 + // + this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Ueberstunden", "{0:0.00}")}); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.Text = "xrTableCell15"; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell15.Weight = 0.0719489609431911D; + // + // xrTableCell41 + // + this.xrTableCell41.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.StylePriority.UseBorders = false; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.Text = "Überstunden Gesamt:"; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell41.Weight = 0.14389779473226938D; + // + // xrTableCell55 + // + this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.fieldUeberstundenGesamt", "{0:0.00}")}); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.StylePriority.UseBorders = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell55.Weight = 0.080942610501736539D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.sollStundenMonatLabelTableCell, + this.xrTableCell50, + this.xrTableCell51, + this.xrTableCell18, + this.xrTableCell11, + this.xrTableCell13}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 0.8D; + // + // sollStundenMonatLabelTableCell + // + this.sollStundenMonatLabelTableCell.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.sollStundenMonatLabelTableCell.Name = "sollStundenMonatLabelTableCell"; + this.sollStundenMonatLabelTableCell.StylePriority.UseBorders = false; + this.sollStundenMonatLabelTableCell.StylePriority.UseTextAlignment = false; + this.sollStundenMonatLabelTableCell.Text = "Soll-Stunden:"; + this.sollStundenMonatLabelTableCell.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.sollStundenMonatLabelTableCell.Weight = 0.0899362025013637D; + // + // xrTableCell50 + // + this.xrTableCell50.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.StundenSollMax", "{0:0.00}")}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.Text = "xrTableCell50"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell50.Weight = 0.071948963831937288D; + // + // xrTableCell51 + // + this.xrTableCell51.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseBorders = false; + this.xrTableCell51.StylePriority.UseFont = false; + this.xrTableCell51.StylePriority.UseTextAlignment = false; + this.xrTableCell51.Text = "Überstunden Vormonat:"; + this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell51.Weight = 0.14389792921032482D; + // + // xrTableCell18 + // + this.xrTableCell18.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.UeberstundenVormonat", "{0:0.00}")}); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.Text = "xrTableCell18"; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell18.Weight = 0.071948964692321912D; + // + // xrTableCell11 + // + this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "davon ausbezahlt:"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell11.Weight = 0.14389779185300228D; + // + // xrTableCell13 + // + this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.UeberstundenAusbezahlt", "{0:0.00}")}); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell13.Weight = 0.0809426141611789D; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell48, + this.xrTableCell57, + this.xrTableCell58, + this.xrTableCell26, + this.xrTableCell12, + this.xrTableCell14}); + this.xrTableRow6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.StylePriority.UseFont = false; + this.xrTableRow6.Weight = 0.8D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "Differenz:"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell48.Weight = 0.0899362025013648D; + // + // xrTableCell57 + // + this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell57.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.Ueberstunden", "{0:0.00}")}); + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.StylePriority.UseBorders = false; + this.xrTableCell57.StylePriority.UseFont = false; + this.xrTableCell57.StylePriority.UseTextAlignment = false; + this.xrTableCell57.Text = "xrTableCell57"; + this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell57.Weight = 0.071948963831938426D; + // + // xrTableCell58 + // + this.xrTableCell58.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell58.Name = "xrTableCell58"; + this.xrTableCell58.StylePriority.UseBorders = false; + this.xrTableCell58.StylePriority.UseFont = false; + this.xrTableCell58.StylePriority.UseTextAlignment = false; + this.xrTableCell58.Text = "Überstunden Gesamt:"; + this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell58.Weight = 0.14389792921032421D; + // + // xrTableCell26 + // + this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.fieldUeberstundenGesamt", "{0:0.00}")}); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.StylePriority.UseBorders = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.Text = "xrTableCell26"; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell26.Weight = 0.071948964692321371D; + // + // xrTableCell12 + // + this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "Übertrag Folgemonat:"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell12.Weight = 0.14389779185300169D; + // + // xrTableCell14 + // + this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeDetailList.UeberstundenGesamt", "{0:0.00}")}); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "xrTableCell14"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell14.Weight = 0.080942614161178317D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO); + // + // 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 System.Drawing.Font("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 System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.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 System.Drawing.Font("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 System.Drawing.Font("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"; + // + // Mitarbeiterarbeitszeitkonto + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.DetailReport, + this.topMarginBand1, + this.bottomMarginBand1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldSumSpecial, + this.fieldSumSonntag, + this.fieldSumFeiertag, + this.fieldHours, + this.fieldSick, + this.fieldVacation, + this.calculatedField1, + this.fieldSumHours, + this.fieldSumHoliday2, + this.fieldIstArbeitszeit, + this.fieldUeberstundenGesamt}); + this.DataSource = this.bindingSource1; + this.DisplayName = "Mitarbeiterstundenkonto"; + this.Font = new System.Drawing.Font("Arial", 8F); + this.Margins = new System.Drawing.Printing.Margins(75, 50, 50, 50); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { + this.Title, + this.FieldCaption, + this.PageInfo, + this.DataField}); + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.XRControlStyle Title; + private DevExpress.XtraReports.UI.XRControlStyle FieldCaption; + private DevExpress.XtraReports.UI.XRControlStyle PageInfo; + private DevExpress.XtraReports.UI.XRControlStyle DataField; + private DevExpress.XtraReports.UI.XRTable xrTableHeader; + private DevExpress.XtraReports.UI.XRTableRow xrTableRowHeader; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTable xrTableDetail; + private DevExpress.XtraReports.UI.XRTableRow xrTableRowDetail; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport1; + private DevExpress.XtraReports.UI.DetailBand Detail2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader3; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; + private DevExpress.XtraReports.UI.CalculatedField fieldSumSpecial; + private DevExpress.XtraReports.UI.CalculatedField fieldSumSonntag; + private DevExpress.XtraReports.UI.CalculatedField fieldSumFeiertag; + private DevExpress.XtraReports.UI.CalculatedField fieldHours; + private DevExpress.XtraReports.UI.CalculatedField fieldSick; + private DevExpress.XtraReports.UI.CalculatedField fieldVacation; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell sollStundenMonatLabelTableCell; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell cellSumMinutesTotalDecimal2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell55; + private DevExpress.XtraReports.UI.CalculatedField calculatedField1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.CalculatedField fieldSumHours; + private DevExpress.XtraReports.UI.CalculatedField fieldSumHoliday2; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell64; + private DevExpress.XtraReports.UI.XRTableCell cellSumMinutesTotalDecimal; + private DevExpress.XtraReports.UI.XRTableCell cellSumHoursSickDecimal; + private DevExpress.XtraReports.UI.XRTableCell cellSumHoursInVacationDecimal; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell67; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.CalculatedField fieldIstArbeitszeit; + private DevExpress.XtraReports.UI.XRLabel lblMonat; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell cellRegelarbeitszeit; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.CalculatedField fieldUeberstundenGesamt; + } +} diff --git a/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.resx b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.resx new file mode 100644 index 000000000..d25f3eba2 --- /dev/null +++ b/ReportImp/SKFLeverkusen/Mitarbeiterarbeitszeitkonto.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/ReportImp/SKFLeverkusen/Mitarbeiterstundenkonto.cs b/ReportImp/SKFLeverkusen/Mitarbeiterstundenkonto.cs index b61215c35..4c5974295 100644 --- a/ReportImp/SKFLeverkusen/Mitarbeiterstundenkonto.cs +++ b/ReportImp/SKFLeverkusen/Mitarbeiterstundenkonto.cs @@ -16,7 +16,7 @@ namespace SKFLeverkusen public void SetReportDataSource(MitarbeiterstundenkontoRO pRO) { - var msb = new MitarbeiterstundenkontoBerechnung(); + var msb = new CustomMitarbeiterstundenkontoBerechnung(); msb.CreateReport(pRO); this.bindingSource1.DataSource = pRO; diff --git a/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj b/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj index c490c91b6..3cea4ad8b 100644 --- a/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj +++ b/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj @@ -54,7 +54,14 @@ BudgetnachweisAnhang.cs + + + Component + + + Mitarbeiterarbeitszeitkonto.cs + Component @@ -86,6 +93,12 @@ SettlementReport.cs + + Component + + + Teamstundenkonto.cs + @@ -110,6 +123,9 @@ BudgetnachweisAnhang.cs Designer + + Mitarbeiterarbeitszeitkonto.cs + Mitarbeiterauslastung.cs @@ -127,6 +143,9 @@ SettlementReport.cs Designer + + Teamstundenkonto.cs + \ No newline at end of file diff --git a/ReportImp/SKFLeverkusen/Teamstundenkonto.cs b/ReportImp/SKFLeverkusen/Teamstundenkonto.cs new file mode 100644 index 000000000..10eb09830 --- /dev/null +++ b/ReportImp/SKFLeverkusen/Teamstundenkonto.cs @@ -0,0 +1,25 @@ +using System; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using BS.Shared.Core; + + +namespace SKFLeverkusen +{ + [IDSpecificClass(Identifier = "Teamstundenkonto")] + public partial class Teamstundenkonto : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Teamstundenkonto() + { + InitializeComponent(); + } + + public void SetReportDataSource(MitarbeiterstundenkontoRO pRO) + { + var msb = new CustomMitarbeiterstundenkontoBerechnung(); + msb.CreateReport(pRO); + + bindingSource1.DataSource = pRO; + } + } +} diff --git a/ReportImp/SKFLeverkusen/Teamstundenkonto.designer.cs b/ReportImp/SKFLeverkusen/Teamstundenkonto.designer.cs new file mode 100644 index 000000000..7d57e9e6e --- /dev/null +++ b/ReportImp/SKFLeverkusen/Teamstundenkonto.designer.cs @@ -0,0 +1,897 @@ +using BeWo.Report.ReportObjects; +namespace SKFLeverkusen +{ + partial class Teamstundenkonto + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTableDetail = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRowDetail = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellSollGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellFLSSollGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellFLSIstGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellFLSPlusMinusGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellRelationGesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.lblMonat = new DevExpress.XtraReports.UI.XRLabel(); + this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand(); + this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); + this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); + 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.fieldFLS = new DevExpress.XtraReports.UI.CalculatedField(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.ReportFooter1 = new DevExpress.XtraReports.UI.ReportFooterBand(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableDetail + // + this.xrTableDetail.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableDetail.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableDetail.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableDetail.Name = "xrTableDetail"; + this.xrTableDetail.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableDetail.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRowDetail}); + this.xrTableDetail.SizeF = new System.Drawing.SizeF(1005F, 25F); + this.xrTableDetail.StylePriority.UseBorders = false; + this.xrTableDetail.StylePriority.UseFont = false; + this.xrTableDetail.StylePriority.UsePadding = false; + this.xrTableDetail.StylePriority.UseTextAlignment = false; + this.xrTableDetail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRowDetail + // + this.xrTableRowDetail.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell19, + this.xrTableCell20, + this.xrTableCell28, + this.xrTableCell16, + this.xrTableCell27, + this.xrTableCell22, + this.xrTableCell23, + this.xrTableCell21, + this.xrTableCell25, + this.xrTableCell24, + this.xrTableCell26}); + this.xrTableRowDetail.Name = "xrTableRowDetail"; + this.xrTableRowDetail.Weight = 1D; + // + // xrTableCell3 + // + this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.FullName")}); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "xrTableCell3"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell3.Weight = 0.15329125338142471D; + // + // xrTableCell19 + // + this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.StundenSollMax", "{0:0.00}")}); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.Text = "xrTableCell19"; + this.xrTableCell19.Weight = 0.081154179207584262D; + // + // xrTableCell20 + // + this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.UrlaubUndKrankheit", "{0:0.00}")}); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Text = "xrTableCell20"; + this.xrTableCell20.Weight = 0.09467990555346173D; + // + // xrTableCell28 + // + this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.StundenSollOhneUrlaubKrankheit", "{0:0.00}")}); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.Text = "xrTableCell28"; + this.xrTableCell28.Weight = 0.0721370604147881D; + // + // xrTableCell16 + // + this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.FlsSoll", "{0:0.00}")}); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Text = "xrTableCell16"; + this.xrTableCell16.Weight = 0.063119927862939587D; + // + // xrTableCell27 + // + this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.FlsIst", "{0:0.00}")}); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.Text = "xrTableCell27"; + this.xrTableCell27.Weight = 0.063119927862939615D; + // + // xrTableCell22 + // + this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.FlsDiff", "{0:0.00}")}); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.Text = "xrTableCell22"; + this.xrTableCell22.Weight = 0.063119927862939587D; + // + // xrTableCell23 + // + this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.StundenGesamtIst", "{0:0.00}")}); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Text = "xrTableCell23"; + this.xrTableCell23.Weight = 0.063119927862939559D; + // + // xrTableCell21 + // + this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.RelationFlsZuMittelbar", "{0:0.00}")}); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Text = "xrTableCell21"; + this.xrTableCell21.Weight = 0.063119927862939615D; + // + // xrTableCell25 + // + this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.Ueberstunden", "{0:0.00}")}); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.Text = "xrTableCell25"; + this.xrTableCell25.Weight = 0.063119927862939587D; + // + // xrTableCell24 + // + this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.UeberstundenVormonat", "{0:0.00}")}); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.Text = "xrTableCell24"; + this.xrTableCell24.Weight = 0.0631199278629396D; + // + // xrTableCell26 + // + this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.EmployeeDetailList.UeberstundenGesamt", "{0:0.00}")}); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.Text = "xrTableCell26"; + this.xrTableCell26.Weight = 0.063119927862939573D; + // + // xrTable1 + // + this.xrTable1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(1005F, 25F); + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UsePadding = false; + this.xrTable1.StylePriority.UseTextAlignment = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell35, + this.xrTableCell37, + this.xrTableCell38, + this.xrTableCell39, + this.cellSollGesamt, + this.cellFLSSollGesamt, + this.cellFLSIstGesamt, + this.cellFLSPlusMinusGesamt, + this.cellGesamtGesamt, + this.cellRelationGesamt, + this.xrTableCell47, + this.xrTableCell48, + this.xrTableCell51}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell35 + // + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UsePadding = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.Text = "Gesamt"; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell35.Weight = 0.1352569882777277D; + // + // xrTableCell37 + // + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.Weight = 0.067628494138863848D; + // + // xrTableCell38 + // + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.Weight = 0.0631199278629396D; + // + // xrTableCell39 + // + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.Weight = 0.063119927862939573D; + // + // cellSollGesamt + // + this.cellSollGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SollGesamt", "{0:0.00}")}); + this.cellSollGesamt.Name = "cellSollGesamt"; + this.cellSollGesamt.Text = "cellSollGesamt"; + this.cellSollGesamt.Weight = 0.0721370604147881D; + // + // cellFLSSollGesamt + // + this.cellFLSSollGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlsSollGesamt", "{0:0.00}")}); + this.cellFLSSollGesamt.Name = "cellFLSSollGesamt"; + this.cellFLSSollGesamt.Text = "cellFLSSollGesamt"; + this.cellFLSSollGesamt.Weight = 0.063119927862939587D; + // + // cellFLSIstGesamt + // + this.cellFLSIstGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlsIstGesamt", "{0:0.00}")}); + this.cellFLSIstGesamt.Name = "cellFLSIstGesamt"; + this.cellFLSIstGesamt.Text = "cellFLSIstGesamt"; + this.cellFLSIstGesamt.Weight = 0.063119927862939615D; + // + // cellFLSPlusMinusGesamt + // + this.cellFLSPlusMinusGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlsDiffGesamt", "{0:0.00}")}); + this.cellFLSPlusMinusGesamt.Name = "cellFLSPlusMinusGesamt"; + this.cellFLSPlusMinusGesamt.Text = "cellFLSPlusMinusGesamt"; + this.cellFLSPlusMinusGesamt.Weight = 0.063119927862939587D; + // + // cellGesamtGesamt + // + this.cellGesamtGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "StundenGesamt", "{0:0.00}")}); + this.cellGesamtGesamt.Name = "cellGesamtGesamt"; + this.cellGesamtGesamt.Text = "cellGesamtGesamt"; + this.cellGesamtGesamt.Weight = 0.063119927862939573D; + // + // cellRelationGesamt + // + this.cellRelationGesamt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RelationFlsZuMittelbar", "{0:0.00}")}); + this.cellRelationGesamt.Name = "cellRelationGesamt"; + this.cellRelationGesamt.Text = "cellRelationGesamt"; + this.cellRelationGesamt.Weight = 0.0631199278629396D; + // + // xrTableCell47 + // + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.Weight = 0.063119927862939587D; + // + // xrTableCell48 + // + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Weight = 0.063119927862939587D; + // + // xrTableCell51 + // + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.Weight = 0.063119927862939573D; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblMonat}); + this.ReportHeader.HeightF = 61.04167F; + this.ReportHeader.Name = "ReportHeader"; + // + // lblMonat + // + this.lblMonat.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReportStartDate", "Stundenkonto {0:MMMM yy}")}); + this.lblMonat.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.lblMonat.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.lblMonat.Multiline = true; + this.lblMonat.Name = "lblMonat"; + this.lblMonat.SizeF = new System.Drawing.SizeF(1007F, 25F); + this.lblMonat.StyleName = "Title"; + this.lblMonat.StylePriority.UseFont = false; + this.lblMonat.Text = "lblMonat"; + // + // pageFooterBand1 + // + this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPageInfo2, + this.xrPageInfo1}); + this.pageFooterBand1.HeightF = 48F; + this.pageFooterBand1.Name = "pageFooterBand1"; + // + // xrPageInfo2 + // + this.xrPageInfo2.Font = new System.Drawing.Font("Arial", 8F); + this.xrPageInfo2.Format = "Seite {0} von {1}"; + this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(522.0001F, 25F); + this.xrPageInfo2.Name = "xrPageInfo2"; + this.xrPageInfo2.SizeF = new System.Drawing.SizeF(482.9998F, 23F); + this.xrPageInfo2.StyleName = "PageInfo"; + this.xrPageInfo2.StylePriority.UseFont = false; + this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrPageInfo1 + // + this.xrPageInfo1.Font = new System.Drawing.Font("Arial", 8F); + this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(8F, 25F); + this.xrPageInfo1.Name = "xrPageInfo1"; + this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; + this.xrPageInfo1.SizeF = new System.Drawing.SizeF(497F, 23F); + this.xrPageInfo1.StyleName = "PageInfo"; + this.xrPageInfo1.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 System.Drawing.Font("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 System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.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 System.Drawing.Font("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 System.Drawing.Font("Times New Roman", 8F); + this.DataField.ForeColor = System.Drawing.SystemColors.ControlText; + this.DataField.Name = "DataField"; + // + // fieldFLS + // + this.fieldFLS.DataMember = "FLSReportGroups"; + this.fieldFLS.Expression = "[TotalFLM] / 60"; + this.fieldFLS.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldFLS.Name = "fieldFLS"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 50F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 30F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // DetailReport1 + // + this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail2, + this.DetailReport2}); + this.DetailReport1.DataMember = "TeamDetailList"; + this.DetailReport1.DataSource = this.bindingSource1; + this.DetailReport1.Level = 0; + this.DetailReport1.Name = "DetailReport1"; + // + // Detail2 + // + this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1}); + this.Detail2.HeightF = 46.875F; + this.Detail2.Name = "Detail2"; + // + // xrLabel1 + // + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.TeamName")}); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.SizeF = new System.Drawing.SizeF(1007F, 25F); + this.xrLabel1.StyleName = "Title"; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "xrLabel1"; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3, + this.GroupHeader2, + this.GroupFooter2}); + this.DetailReport2.DataMember = "TeamDetailList.EmployeeDetailList"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 0; + this.DetailReport2.Name = "DetailReport2"; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableDetail}); + this.Detail3.HeightF = 25F; + this.Detail3.Name = "Detail3"; + // + // GroupHeader2 + // + this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable2}); + this.GroupHeader2.HeightF = 70F; + this.GroupHeader2.Name = "GroupHeader2"; + // + // xrTable2 + // + this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(1005F, 70F); + this.xrTable2.StylePriority.UseBorders = false; + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.StylePriority.UsePadding = false; + this.xrTable2.StylePriority.UseTextAlignment = false; + this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell18, + this.xrTableCell30, + this.xrTableCell31, + this.xrTableCell32, + this.xrTableCell33, + this.xrTableCell34, + this.xrTableCell36, + this.xrTableCell40, + this.xrTableCell41, + this.xrTableCell42, + this.xrTableCell43}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 2.8D; + // + // xrTableCell6 + // + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Name"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell6.Weight = 0.15329125016467182D; + // + // xrTableCell18 + // + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Text = "Reguläre SOLL Stunden"; + this.xrTableCell18.Weight = 0.081154192324637608D; + // + // xrTableCell30 + // + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.Text = "Fehlzeiten Urlaub Krankheit(Tage)"; + this.xrTableCell30.Weight = 0.094679896646570338D; + // + // xrTableCell31 + // + this.xrTableCell31.Multiline = true; + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.Text = "Tatsächliche SOLL Stunden"; + this.xrTableCell31.Weight = 0.072137063712635591D; + // + // xrTableCell32 + // + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Text = "FLS Stunden SOLL"; + this.xrTableCell32.Weight = 0.063119927721024038D; + // + // xrTableCell33 + // + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.StylePriority.UseBackColor = false; + this.xrTableCell33.Text = "FLS IST lfd. Monat"; + this.xrTableCell33.Weight = 0.063119927721024D; + // + // xrTableCell34 + // + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Text = "FLS Plus/Minus lfd. Monat"; + this.xrTableCell34.Weight = 0.06311992757910842D; + // + // xrTableCell36 + // + this.xrTableCell36.Multiline = true; + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.StylePriority.UseBackColor = false; + this.xrTableCell36.Text = "Gesamt-\r\nstunden lfd. Monat"; + this.xrTableCell36.Weight = 0.063119927721024011D; + // + // xrTableCell40 + // + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.Text = "Relation FLS IST zu Mittelbare IST (in %)"; + this.xrTableCell40.Weight = 0.063119929511863376D; + // + // xrTableCell41 + // + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.Text = "Überstd. neu"; + this.xrTableCell41.Weight = 0.063119928687401447D; + // + // xrTableCell42 + // + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.StylePriority.UseBackColor = false; + this.xrTableCell42.Text = "Überstd. Vormonat"; + this.xrTableCell42.Weight = 0.063119928275170531D; + // + // xrTableCell43 + // + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.Text = "Überstd. Gesamt"; + this.xrTableCell43.Weight = 0.0631199213956443D; + // + // GroupFooter2 + // + this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.GroupFooter2.HeightF = 52.08333F; + this.GroupFooter2.Name = "GroupFooter2"; + // + // xrTable3 + // + this.xrTable3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3}); + this.xrTable3.SizeF = new System.Drawing.SizeF(1005F, 25F); + this.xrTable3.StylePriority.UseBorders = false; + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.StylePriority.UsePadding = false; + this.xrTable3.StylePriority.UseTextAlignment = false; + this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell9, + this.xrTableCell10, + this.xrTableCell11, + this.xrTableCell12, + this.xrTableCell13, + this.xrTableCell14, + this.xrTableCell15}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "Gesamt [TeamDetailList.TeamName]"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell1.Weight = 0.32912533814247075D; + // + // xrTableCell7 + // + this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.SollGesamt", "{0:0.00}")}); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Text = "xrTableCell7"; + this.xrTableCell7.Weight = 0.07213706041478804D; + // + // xrTableCell8 + // + this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.FlsSollGesamt", "{0:0.00}")}); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Text = "xrTableCell8"; + this.xrTableCell8.Weight = 0.063119927862939587D; + // + // xrTableCell9 + // + this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.FlsIstGesamt", "{0:0.00}")}); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Text = "xrTableCell9"; + this.xrTableCell9.Weight = 0.063119927862939615D; + // + // xrTableCell10 + // + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.FlsDiffGesamt", "{0:0.00}")}); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Text = "xrTableCell10"; + this.xrTableCell10.Weight = 0.063119927862939587D; + // + // xrTableCell11 + // + this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.StundenGesamt", "{0:0.00}")}); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Text = "xrTableCell11"; + this.xrTableCell11.Weight = 0.063119927862939573D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TeamDetailList.RelationFlsZuMittelbar", "{0:0.00}")}); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Text = "xrTableCell12"; + this.xrTableCell12.Weight = 0.0631199278629396D; + // + // xrTableCell13 + // + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Weight = 0.063119927862939587D; + // + // xrTableCell14 + // + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Weight = 0.063119927862939587D; + // + // xrTableCell15 + // + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Weight = 0.063119927862939573D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoRO); + // + // ReportFooter1 + // + this.ReportFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.ReportFooter1.HeightF = 60F; + this.ReportFooter1.Name = "ReportFooter1"; + // + // Teamstundenkonto + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.pageFooterBand1, + this.topMarginBand1, + this.bottomMarginBand1, + this.DetailReport1, + this.ReportFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldFLS}); + this.DataSource = this.bindingSource1; + this.Landscape = true; + this.Margins = new System.Drawing.Printing.Margins(75, 75, 50, 30); + this.PageHeight = 827; + this.PageWidth = 1169; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { + this.Title, + this.FieldCaption, + this.PageInfo, + this.DataField}); + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel lblMonat; + private DevExpress.XtraReports.UI.PageFooterBand pageFooterBand1; + private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo2; + private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo1; + private DevExpress.XtraReports.UI.XRControlStyle Title; + private DevExpress.XtraReports.UI.XRControlStyle FieldCaption; + private DevExpress.XtraReports.UI.XRControlStyle PageInfo; + private DevExpress.XtraReports.UI.XRControlStyle DataField; + private DevExpress.XtraReports.UI.XRTable xrTableDetail; + private DevExpress.XtraReports.UI.XRTableRow xrTableRowDetail; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.CalculatedField fieldFLS; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell cellSollGesamt; + private DevExpress.XtraReports.UI.XRTableCell cellFLSSollGesamt; + private DevExpress.XtraReports.UI.XRTableCell cellFLSIstGesamt; + private DevExpress.XtraReports.UI.XRTableCell cellFLSPlusMinusGesamt; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtGesamt; + private DevExpress.XtraReports.UI.XRTableCell cellRelationGesamt; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport1; + private DevExpress.XtraReports.UI.DetailBand Detail2; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter1; + } +} diff --git a/ReportImp/SKFLeverkusen/Teamstundenkonto.resx b/ReportImp/SKFLeverkusen/Teamstundenkonto.resx new file mode 100644 index 000000000..c8d42e2a4 --- /dev/null +++ b/ReportImp/SKFLeverkusen/Teamstundenkonto.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 14 + + \ No newline at end of file