SprungbrettTheresia/SettlementInvoiceCreation - Alles auf bew statt gel Stunden

This commit is contained in:
2025-08-04 10:52:34 +02:00
parent 61b0b6ad41
commit 6302917e4b
7 changed files with 153 additions and 110 deletions

View File

@@ -199,7 +199,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseBorders = false;
this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseFont = false;
this.xrLabel10.StylePriority.UsePadding = false; this.xrLabel10.StylePriority.UsePadding = false;
this.xrLabel10.Text = "Tatsächlich geleistete Fachleistungsstunden im Bewilligungszeitraum lt. Anlage:"; this.xrLabel10.Text = "Fachleistungsstunden im Bewilligungszeitraum lt. Anlage:";
// //
// xrLabel3 // xrLabel3
// //

File diff suppressed because one or more lines are too long

View File

@@ -200,7 +200,7 @@ namespace HausTheresia.Neu
this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseBorders = false;
this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseFont = false;
this.xrLabel10.StylePriority.UsePadding = false; this.xrLabel10.StylePriority.UsePadding = false;
this.xrLabel10.Text = "Tatsächlich geleistete Fachleistungsstunden im Bewilligungszeitraum lt. Anlage:"; this.xrLabel10.Text = "Fachleistungsstunden im Bewilligungszeitraum lt. Anlage:";
// //
// xrLabel3 // xrLabel3
// //

File diff suppressed because one or more lines are too long

View File

@@ -137,6 +137,7 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
@@ -144,15 +145,14 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText15)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
// //
// Detail // Detail
@@ -164,7 +164,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel70 // xrLabel70
// //
this.xrLabel70.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel70.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel70.LocationFloat = new DevExpress.Utils.PointFloat(542.0001F, 260.0833F); this.xrLabel70.LocationFloat = new DevExpress.Utils.PointFloat(542.0001F, 260.0833F);
this.xrLabel70.Multiline = true; this.xrLabel70.Multiline = true;
this.xrLabel70.Name = "xrLabel70"; this.xrLabel70.Name = "xrLabel70";
@@ -183,7 +183,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrLabel69.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel69.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingEndDateString", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingEndDateString", "{0:dd/MM/yyyy}")});
this.xrLabel69.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel69.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel69.LocationFloat = new DevExpress.Utils.PointFloat(567.0001F, 260.0833F); this.xrLabel69.LocationFloat = new DevExpress.Utils.PointFloat(567.0001F, 260.0833F);
this.xrLabel69.Name = "xrLabel69"; this.xrLabel69.Name = "xrLabel69";
this.xrLabel69.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel69.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -202,7 +202,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingStartDateString", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingStartDateString", "{0:dd/MM/yyyy}")});
this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(457.9999F, 260.0833F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(457.9999F, 260.0833F);
this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Name = "xrLabel5";
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -215,7 +215,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel68 // xrLabel68
// //
this.xrLabel68.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel68.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel68.LocationFloat = new DevExpress.Utils.PointFloat(0F, 260.0833F); this.xrLabel68.LocationFloat = new DevExpress.Utils.PointFloat(0F, 260.0833F);
this.xrLabel68.Multiline = true; this.xrLabel68.Multiline = true;
this.xrLabel68.Name = "xrLabel68"; this.xrLabel68.Name = "xrLabel68";
@@ -228,7 +228,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel67 // xrLabel67
// //
this.xrLabel67.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); this.xrLabel67.Font = new DevExpress.Drawing.DXFont("Arial", 12F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline))));
this.xrLabel67.LocationFloat = new DevExpress.Utils.PointFloat(0F, 219.0833F); this.xrLabel67.LocationFloat = new DevExpress.Utils.PointFloat(0F, 219.0833F);
this.xrLabel67.Name = "xrLabel67"; this.xrLabel67.Name = "xrLabel67";
this.xrLabel67.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel67.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -242,7 +242,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel66.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) this.xrLabel66.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrLabel66.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel66.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel66.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 85.08333F); this.xrLabel66.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 85.08333F);
this.xrLabel66.Name = "xrLabel66"; this.xrLabel66.Name = "xrLabel66";
this.xrLabel66.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel66.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -263,7 +263,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrLabel65.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel65.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerReferenceNumber")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerReferenceNumber")});
this.xrLabel65.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel65.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel65.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 183.0833F); this.xrLabel65.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 183.0833F);
this.xrLabel65.Name = "xrLabel65"; this.xrLabel65.Name = "xrLabel65";
this.xrLabel65.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel65.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -280,7 +280,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Right))); | DevExpress.XtraPrinting.BorderSide.Right)));
this.xrLabel64.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel64.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday", "{0:dd/MM/yyyy}")});
this.xrLabel64.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel64.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel64.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 165.0833F); this.xrLabel64.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 165.0833F);
this.xrLabel64.Name = "xrLabel64"; this.xrLabel64.Name = "xrLabel64";
this.xrLabel64.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel64.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -293,7 +293,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel63 // xrLabel63
// //
this.xrLabel63.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel63.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel63.LocationFloat = new DevExpress.Utils.PointFloat(0F, 183.0833F); this.xrLabel63.LocationFloat = new DevExpress.Utils.PointFloat(0F, 183.0833F);
this.xrLabel63.Multiline = true; this.xrLabel63.Multiline = true;
this.xrLabel63.Name = "xrLabel63"; this.xrLabel63.Name = "xrLabel63";
@@ -306,7 +306,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel62 // xrLabel62
// //
this.xrLabel62.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel62.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel62.LocationFloat = new DevExpress.Utils.PointFloat(0F, 165.0833F); this.xrLabel62.LocationFloat = new DevExpress.Utils.PointFloat(0F, 165.0833F);
this.xrLabel62.Multiline = true; this.xrLabel62.Multiline = true;
this.xrLabel62.Name = "xrLabel62"; this.xrLabel62.Name = "xrLabel62";
@@ -324,7 +324,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Right))); | DevExpress.XtraPrinting.BorderSide.Right)));
this.xrLabel61.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel61.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerFirstName")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerFirstName")});
this.xrLabel61.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel61.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel61.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 147.0833F); this.xrLabel61.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 147.0833F);
this.xrLabel61.Name = "xrLabel61"; this.xrLabel61.Name = "xrLabel61";
this.xrLabel61.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel61.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -342,7 +342,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Right))); | DevExpress.XtraPrinting.BorderSide.Right)));
this.xrLabel60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerLastName")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerLastName")});
this.xrLabel60.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel60.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel60.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 129.0833F); this.xrLabel60.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 129.0833F);
this.xrLabel60.Name = "xrLabel60"; this.xrLabel60.Name = "xrLabel60";
this.xrLabel60.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel60.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
@@ -355,7 +355,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel59 // xrLabel59
// //
this.xrLabel59.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel59.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel59.LocationFloat = new DevExpress.Utils.PointFloat(0F, 147.0833F); this.xrLabel59.LocationFloat = new DevExpress.Utils.PointFloat(0F, 147.0833F);
this.xrLabel59.Multiline = true; this.xrLabel59.Multiline = true;
this.xrLabel59.Name = "xrLabel59"; this.xrLabel59.Name = "xrLabel59";
@@ -368,7 +368,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel4 // xrLabel4
// //
this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 129.0833F); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 129.0833F);
this.xrLabel4.Multiline = true; this.xrLabel4.Multiline = true;
this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Name = "xrLabel4";
@@ -381,7 +381,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel58 // xrLabel58
// //
this.xrLabel58.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); this.xrLabel58.Font = new DevExpress.Drawing.DXFont("Arial", 10F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline))));
this.xrLabel58.LocationFloat = new DevExpress.Utils.PointFloat(0F, 110.0833F); this.xrLabel58.LocationFloat = new DevExpress.Utils.PointFloat(0F, 110.0833F);
this.xrLabel58.Multiline = true; this.xrLabel58.Multiline = true;
this.xrLabel58.Name = "xrLabel58"; this.xrLabel58.Name = "xrLabel58";
@@ -397,7 +397,7 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrLabel57.BorderWidth = 2F; this.xrLabel57.BorderWidth = 2F;
this.xrLabel57.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.xrLabel57.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrLabel57.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.08332F); this.xrLabel57.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.08332F);
this.xrLabel57.Name = "xrLabel57"; this.xrLabel57.Name = "xrLabel57";
this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -408,13 +408,12 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel57.StylePriority.UseBorderWidth = false; this.xrLabel57.StylePriority.UseBorderWidth = false;
this.xrLabel57.StylePriority.UseFont = false; this.xrLabel57.StylePriority.UseFont = false;
this.xrLabel57.StylePriority.UseTextAlignment = false; this.xrLabel57.StylePriority.UseTextAlignment = false;
this.xrLabel57.Text = "Übersicht der tatsächlich geleisteten Fachleistungsstunden im Einzelfall (Spitzab" + this.xrLabel57.Text = "Übersicht der Fachleistungsstunden im Einzelfall (Spitzabrechnung) ";
"rechnung) ";
this.xrLabel57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrLabel57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
// //
// xrRichText1 // xrRichText1
// //
this.xrRichText1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.xrRichText1.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 85.08333F); this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 85.08333F);
this.xrRichText1.Name = "xrRichText1"; this.xrRichText1.Name = "xrRichText1";
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString"); this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
@@ -502,7 +501,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel16 // xrLabel16
// //
this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 282F); this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 282F);
this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Name = "xrLabel16";
this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -515,7 +514,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel51 // xrLabel51
// //
this.xrLabel51.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel51.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(392F, 125F); this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(392F, 125F);
this.xrLabel51.Name = "xrLabel51"; this.xrLabel51.Name = "xrLabel51";
this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -525,7 +524,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel50 // xrLabel50
// //
this.xrLabel50.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel50.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(392F, 108F); this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(392F, 108F);
this.xrLabel50.Name = "xrLabel50"; this.xrLabel50.Name = "xrLabel50";
this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -535,7 +534,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel49 // xrLabel49
// //
this.xrLabel49.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel49.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(325F, 125F); this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(325F, 125F);
this.xrLabel49.Name = "xrLabel49"; this.xrLabel49.Name = "xrLabel49";
this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -545,7 +544,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel48 // xrLabel48
// //
this.xrLabel48.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel48.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(325F, 108F); this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(325F, 108F);
this.xrLabel48.Name = "xrLabel48"; this.xrLabel48.Name = "xrLabel48";
this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -555,7 +554,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel47 // xrLabel47
// //
this.xrLabel47.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel47.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(67F, 142F); this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(67F, 142F);
this.xrLabel47.Name = "xrLabel47"; this.xrLabel47.Name = "xrLabel47";
this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -565,7 +564,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel46 // xrLabel46
// //
this.xrLabel46.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel46.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(67F, 125F); this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(67F, 125F);
this.xrLabel46.Name = "xrLabel46"; this.xrLabel46.Name = "xrLabel46";
this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -575,7 +574,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel45 // xrLabel45
// //
this.xrLabel45.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel45.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(67F, 108F); this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(67F, 108F);
this.xrLabel45.Name = "xrLabel45"; this.xrLabel45.Name = "xrLabel45";
this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -585,7 +584,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel44 // xrLabel44
// //
this.xrLabel44.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel44.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142F); this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142F);
this.xrLabel44.Name = "xrLabel44"; this.xrLabel44.Name = "xrLabel44";
this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -595,7 +594,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel43 // xrLabel43
// //
this.xrLabel43.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel43.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(0F, 125F); this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(0F, 125F);
this.xrLabel43.Name = "xrLabel43"; this.xrLabel43.Name = "xrLabel43";
this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -605,7 +604,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel38 // xrLabel38
// //
this.xrLabel38.Font = new System.Drawing.Font("Arial", 9F); this.xrLabel38.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(0F, 108F); this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(0F, 108F);
this.xrLabel38.Name = "xrLabel38"; this.xrLabel38.Name = "xrLabel38";
this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -615,7 +614,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel37 // xrLabel37
// //
this.xrLabel37.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline); this.xrLabel37.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Underline);
this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(0F, 92F); this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(0F, 92F);
this.xrLabel37.Name = "xrLabel37"; this.xrLabel37.Name = "xrLabel37";
this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -654,7 +653,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel41.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel41.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel41.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel41.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason3")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason3")});
this.xrLabel41.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel41.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(275F, 42.00001F); this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(275F, 42.00001F);
this.xrLabel41.Name = "xrLabel41"; this.xrLabel41.Name = "xrLabel41";
this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -668,7 +667,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel40.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel40.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason2")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason2")});
this.xrLabel40.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel40.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(275F, 25F); this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(275F, 25F);
this.xrLabel40.Name = "xrLabel40"; this.xrLabel40.Name = "xrLabel40";
this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -682,7 +681,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel39.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel39.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason1")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceReason1")});
this.xrLabel39.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel39.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(275F, 7.999992F); this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(275F, 7.999992F);
this.xrLabel39.Name = "xrLabel39"; this.xrLabel39.Name = "xrLabel39";
this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -696,7 +695,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel32.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel32.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate3", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate3", "{0:dd/MM/yyyy}")});
this.xrLabel32.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel32.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(175F, 42F); this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(175F, 42F);
this.xrLabel32.Name = "xrLabel32"; this.xrLabel32.Name = "xrLabel32";
this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -710,7 +709,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel31 // xrLabel31
// //
this.xrLabel31.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel31.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel31.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel31.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(133F, 42F); this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(133F, 42F);
this.xrLabel31.Name = "xrLabel31"; this.xrLabel31.Name = "xrLabel31";
this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -726,7 +725,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel30.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel30.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate3", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate3", "{0:dd/MM/yyyy}")});
this.xrLabel30.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel30.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(50F, 42F); this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(50F, 42F);
this.xrLabel30.Name = "xrLabel30"; this.xrLabel30.Name = "xrLabel30";
this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -740,7 +739,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel29 // xrLabel29
// //
this.xrLabel29.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel29.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel29.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel29.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(8F, 42F); this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(8F, 42F);
this.xrLabel29.Name = "xrLabel29"; this.xrLabel29.Name = "xrLabel29";
this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -756,7 +755,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel28.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel28.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate2", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate2", "{0:dd/MM/yyyy}")});
this.xrLabel28.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel28.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(175F, 25F); this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(175F, 25F);
this.xrLabel28.Name = "xrLabel28"; this.xrLabel28.Name = "xrLabel28";
this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -770,7 +769,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel27 // xrLabel27
// //
this.xrLabel27.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel27.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel27.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel27.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(133F, 25F); this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(133F, 25F);
this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.Name = "xrLabel27";
this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -786,7 +785,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate2", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate2", "{0:dd/MM/yyyy}")});
this.xrLabel26.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel26.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(50F, 25F); this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(50F, 25F);
this.xrLabel26.Name = "xrLabel26"; this.xrLabel26.Name = "xrLabel26";
this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -800,7 +799,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel25 // xrLabel25
// //
this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel25.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel25.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(8F, 25F); this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(8F, 25F);
this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.Name = "xrLabel25";
this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -816,7 +815,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel24.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel24.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate1", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceEndDate1", "{0:dd/MM/yyyy}")});
this.xrLabel24.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel24.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(175F, 8F); this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(175F, 8F);
this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Name = "xrLabel24";
this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -832,7 +831,7 @@ namespace BeWo.SprungbrettTheresia
this.xrLabel23.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel23.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate1", "{0:dd/MM/yyyy}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceStartDate1", "{0:dd/MM/yyyy}")});
this.xrLabel23.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel23.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(50F, 8F); this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(50F, 8F);
this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Name = "xrLabel23";
this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -846,7 +845,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel22 // xrLabel22
// //
this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel22.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(133F, 8F); this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(133F, 8F);
this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Name = "xrLabel22";
this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -860,7 +859,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel21 // xrLabel21
// //
this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel21.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel21.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(8F, 8F); this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(8F, 8F);
this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Name = "xrLabel21";
this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -873,7 +872,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel20 // xrLabel20
// //
this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Underline); this.xrLabel20.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Underline);
this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(383.0001F, 1.000023F); this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(383.0001F, 1.000023F);
this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Name = "xrLabel20";
this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -883,7 +882,7 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel19 // xrLabel19
// //
this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); this.xrLabel19.Font = new DevExpress.Drawing.DXFont("Arial", 10F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline))));
this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Name = "xrLabel19";
this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -894,7 +893,7 @@ namespace BeWo.SprungbrettTheresia
// xrLabel18 // xrLabel18
// //
this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.xrLabel18.Font = new System.Drawing.Font("Arial", 10F); this.xrLabel18.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 282F); this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(192.0001F, 282F);
this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Name = "xrLabel18";
this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -964,7 +963,8 @@ namespace BeWo.SprungbrettTheresia
// xrTable2 // xrTable2
// //
this.xrTable2.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTable2.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTable2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable2.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 300.4583F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 300.4583F);
this.xrTable2.Name = "xrTable2"; this.xrTable2.Name = "xrTable2";
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
@@ -987,7 +987,8 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell1.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Name = "xrTableCell1";
this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell1.StylePriority.UseBorderColor = false; this.xrTableCell1.StylePriority.UseBorderColor = false;
@@ -1004,7 +1005,8 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLS")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLS")});
this.xrTableCell2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell2.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Name = "xrTableCell2";
this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell2.StylePriority.UseBorderColor = false; this.xrTableCell2.StylePriority.UseBorderColor = false;
@@ -1019,7 +1021,8 @@ namespace BeWo.SprungbrettTheresia
// xrTable1 // xrTable1
// //
this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTable1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable1.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 317.4583F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 317.4583F);
this.xrTable1.Name = "xrTable1"; this.xrTable1.Name = "xrTable1";
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
@@ -1042,7 +1045,8 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell22.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.Name = "xrTableCell22";
this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell22.StylePriority.UseBorderColor = false; this.xrTableCell22.StylePriority.UseBorderColor = false;
@@ -1064,14 +1068,15 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell11.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.Name = "xrTableCell11";
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell11.StylePriority.UseBorderColor = false; this.xrTableCell11.StylePriority.UseBorderColor = false;
this.xrTableCell11.StylePriority.UseBorders = false; this.xrTableCell11.StylePriority.UseBorders = false;
this.xrTableCell11.StylePriority.UseFont = false; this.xrTableCell11.StylePriority.UseFont = false;
this.xrTableCell11.StylePriority.UsePadding = false; this.xrTableCell11.StylePriority.UsePadding = false;
this.xrTableCell11.Text = "Tatsächlich geleistete Fachleistungsstunden im Abrechnungszeitraum "; this.xrTableCell11.Text = "Fachleistungsstunden im Abrechnungszeitraum ";
this.xrTableCell11.Weight = 0.66185899000901438D; this.xrTableCell11.Weight = 0.66185899000901438D;
// //
// xrTableCell12 // xrTableCell12
@@ -1080,7 +1085,8 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell12.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell12.Font = new DevExpress.Drawing.DXFont("Arial", 8.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Name = "xrTableCell12";
this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell12.StylePriority.UseBorderColor = false; this.xrTableCell12.StylePriority.UseBorderColor = false;
@@ -1111,7 +1117,8 @@ namespace BeWo.SprungbrettTheresia
// xrTable4 // xrTable4
// //
this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTable4.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable4.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable4.Name = "xrTable4"; this.xrTable4.Name = "xrTable4";
this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
@@ -1221,7 +1228,8 @@ namespace BeWo.SprungbrettTheresia
// xrTableCell49 // xrTableCell49
// //
this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell49.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell49.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell49.Name = "xrTableCell49"; this.xrTableCell49.Name = "xrTableCell49";
this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell49.StylePriority.UseBorders = false; this.xrTableCell49.StylePriority.UseBorders = false;
@@ -1236,7 +1244,8 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountRecordedFLS", "{0:c}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountRecordedFLS", "{0:c}")});
this.xrTableCell50.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell50.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell50.Name = "xrTableCell50"; this.xrTableCell50.Name = "xrTableCell50";
this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell50.StylePriority.UseBorders = false; this.xrTableCell50.StylePriority.UseBorders = false;
@@ -1274,7 +1283,8 @@ namespace BeWo.SprungbrettTheresia
// //
this.xrTableCell54.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell54.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell54.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell54.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell54.Name = "xrTableCell54"; this.xrTableCell54.Name = "xrTableCell54";
this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell54.StylePriority.UseBorderColor = false; this.xrTableCell54.StylePriority.UseBorderColor = false;
@@ -1290,7 +1300,8 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Eigenbeteiligung", "{0:c}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "Eigenbeteiligung", "{0:c}")});
this.xrTableCell55.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell55.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell55.Name = "xrTableCell55"; this.xrTableCell55.Name = "xrTableCell55";
this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell55.StylePriority.UseBorderColor = false; this.xrTableCell55.StylePriority.UseBorderColor = false;
@@ -1312,7 +1323,8 @@ namespace BeWo.SprungbrettTheresia
// xrTableCell3 // xrTableCell3
// //
this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell3.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Name = "xrTableCell3";
this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseBorders = false;
@@ -1324,7 +1336,8 @@ namespace BeWo.SprungbrettTheresia
// //
this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell13.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Name = "xrTableCell13";
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell13.StylePriority.UseBorders = false; this.xrTableCell13.StylePriority.UseBorders = false;
@@ -1345,7 +1358,8 @@ namespace BeWo.SprungbrettTheresia
// xrTableCell56 // xrTableCell56
// //
this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell56.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell56.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell56.Name = "xrTableCell56"; this.xrTableCell56.Name = "xrTableCell56";
this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell56.StylePriority.UseBorders = false; this.xrTableCell56.StylePriority.UseBorders = false;
@@ -1360,7 +1374,8 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell57.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrTableCell57.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountAdvancedPayments", "{0:c}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountAdvancedPayments", "{0:c}")});
this.xrTableCell57.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell57.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.Name = "xrTableCell57";
this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell57.StylePriority.UseBorders = false; this.xrTableCell57.StylePriority.UseBorders = false;
@@ -1401,7 +1416,8 @@ namespace BeWo.SprungbrettTheresia
// //
this.xrTableCell59.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell59.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTableCell59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell59.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell59.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell59.Name = "xrTableCell59"; this.xrTableCell59.Name = "xrTableCell59";
this.xrTableCell59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell59.StylePriority.UseBorderColor = false; this.xrTableCell59.StylePriority.UseBorderColor = false;
@@ -1416,7 +1432,8 @@ namespace BeWo.SprungbrettTheresia
| DevExpress.XtraPrinting.BorderSide.Bottom))); | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { this.xrTableCell60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ClaimWithEigenbeteiligung", "{0:c}")}); new DevExpress.XtraReports.UI.XRBinding("Text", null, "ClaimWithEigenbeteiligung", "{0:c}")});
this.xrTableCell60.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell60.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTableCell60.Name = "xrTableCell60"; this.xrTableCell60.Name = "xrTableCell60";
this.xrTableCell60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrTableCell60.StylePriority.UseBorderColor = false; this.xrTableCell60.StylePriority.UseBorderColor = false;
@@ -1436,13 +1453,17 @@ namespace BeWo.SprungbrettTheresia
// //
// xrLabel1 // xrLabel1
// //
this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline); this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Underline);
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(226.875F, 0F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(226.875F, 0F);
this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Name = "xrLabel1";
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel1.SizeF = new System.Drawing.SizeF(267F, 16F); this.xrLabel1.SizeF = new System.Drawing.SizeF(267F, 16F);
this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseFont = false;
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
//
// DetailReport1 // DetailReport1
// //
this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -1462,7 +1483,8 @@ namespace BeWo.SprungbrettTheresia
// xrTable3 // xrTable3
// //
this.xrTable3.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTable3.BorderColor = System.Drawing.SystemColors.ControlLight;
this.xrTable3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable3.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable3.Name = "xrTable3"; this.xrTable3.Name = "xrTable3";
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
@@ -1520,10 +1542,6 @@ namespace BeWo.SprungbrettTheresia
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell5.Weight = 0.298590117231564D; this.xrTableCell5.Weight = 0.298590117231564D;
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
//
// BudgetnachweisSeite2 // BudgetnachweisSeite2
// //
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -1549,19 +1567,19 @@ namespace BeWo.SprungbrettTheresia
this.ruleRateFactorNotNull, this.ruleRateFactorNotNull,
this.ruleOldAmountNotNull, this.ruleOldAmountNotNull,
this.ruleOldAmountNull}); this.ruleOldAmountNull});
this.Margins = new System.Drawing.Printing.Margins(50, 50, 74, 10); this.Margins = new DevExpress.Drawing.DXMargins(50F, 50F, 74F, 10F);
this.PageHeight = 1169; this.PageHeight = 1169;
this.PageWidth = 827; this.PageWidth = 827;
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
this.Version = "17.1"; this.Version = "23.2";
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText15)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
} }

View File

@@ -123,7 +123,4 @@
<data name="xrRichText15.SerializableRtfString" xml:space="preserve"> <data name="xrRichText15.SerializableRtfString" xml:space="preserve">
<value>ewBcAHIAdABmADEAXABhAG4AcwBpAFwAYQBuAHMAaQBjAHAAZwAxADIANQAyAFwAZABlAGYAZgAwAHsAXABmAG8AbgB0AHQAYgBsAHsAXABmADAAXABmAG4AaQBsAFwAZgBjAGgAYQByAHMAZQB0ADAAIABBAHIAaQBhAGwAOwB9AHsAXABmADEAXABmAG4AaQBsACAAVABpAG0AZQBzACAATgBlAHcAIABSAG8AbQBhAG4AOwB9AH0ADQAKAFwAdgBpAGUAdwBrAGkAbgBkADQAXAB1AGMAMQBcAHAAYQByAGQAXABsAGEAbgBnADEAMAAzADEAXAB1AGwAXABiAFwAZgBzADIAMAAgAEUAcgBrAGwAXAAnAGUANAByAHUAbgBnACAAZABlAHMAIABBAG4AYgBpAGUAdABlAHIAcwA6AFwAdQBsAG4AbwBuAGUAXABiADAAXABwAGEAcgANAAoASABpAGUAcgBtAGkAdAAgAHcAaQByAGQAIABlAHIAawBsAFwAJwBlADQAcgB0ACwAIABkAGEAcwBzACAAZABpAGUAIABWAGUAcgBwAGYAbABpAGMAaAB0AHUAbgBnAGUAbgAgAGEAdQBzACAAZABlAHIAIABMAGUAaQBzAHQAdQBuAGcAcwAtACwAIABQAHIAXAAnAGYAYwBmAHUAbgBnAHMALQAgAHUAbgBkACAAVgBlAHIAZwBcACcAZgBjAHQAdQBuAGcAcwB2AGUAcgBlAGkAbgBiAGEAcgB1AG4AZwAgAG4AYQBjAGgAIABcACcAYQA3AFwAJwBhADcAIAA5ADMAIABmAGYAIABCAFMASABHACAAYgB6AHcALgAgAFwAJwBhADcAXAAnAGEANwAgADcANQAgAGYAZgAgAFMARwBCACAAWABJAEkAIABlAGkAbgBnAGUAaABhAGwAdABlAG4AIAB3AHUAcgBkAGUAbgAgAHUAbgBkACAAZABpAGUAIAB2AG8AcgBnAGUAbgBhAG4AbgB0AGUAbgAgAEEAbgBnAGEAYgBlAG4AIABhAG4AaABhAG4AZAAgAGQAZQByACAAdgBvAHIAZwBlAGgAYQBsAHQAZQBuAGUAbgAgAFEAdQBpAHQAdABpAGUAcgB1AG4AZwBzAGIAZQBsAGUAZwBlACAAcwBvAHcAaQBlACAAZABlAHIAIABCAGUAdAByAGUAdQB1AG4AZwBzAGQAbwBrAHUAbQBlAG4AdABhAHQAaQBvAG4AIABuAGEAYwBoAGcAZQB3AGkAZQBzAGUAbgAgAHcAZQByAGQAZQBuACAAawBcACcAZgA2AG4AbgBlAG4ALgBcAGYAMQBcAGYAcwAyADQAXABwAGEAcgANAAoAfQANAAoA</value> <value>ewBcAHIAdABmADEAXABhAG4AcwBpAFwAYQBuAHMAaQBjAHAAZwAxADIANQAyAFwAZABlAGYAZgAwAHsAXABmAG8AbgB0AHQAYgBsAHsAXABmADAAXABmAG4AaQBsAFwAZgBjAGgAYQByAHMAZQB0ADAAIABBAHIAaQBhAGwAOwB9AHsAXABmADEAXABmAG4AaQBsACAAVABpAG0AZQBzACAATgBlAHcAIABSAG8AbQBhAG4AOwB9AH0ADQAKAFwAdgBpAGUAdwBrAGkAbgBkADQAXAB1AGMAMQBcAHAAYQByAGQAXABsAGEAbgBnADEAMAAzADEAXAB1AGwAXABiAFwAZgBzADIAMAAgAEUAcgBrAGwAXAAnAGUANAByAHUAbgBnACAAZABlAHMAIABBAG4AYgBpAGUAdABlAHIAcwA6AFwAdQBsAG4AbwBuAGUAXABiADAAXABwAGEAcgANAAoASABpAGUAcgBtAGkAdAAgAHcAaQByAGQAIABlAHIAawBsAFwAJwBlADQAcgB0ACwAIABkAGEAcwBzACAAZABpAGUAIABWAGUAcgBwAGYAbABpAGMAaAB0AHUAbgBnAGUAbgAgAGEAdQBzACAAZABlAHIAIABMAGUAaQBzAHQAdQBuAGcAcwAtACwAIABQAHIAXAAnAGYAYwBmAHUAbgBnAHMALQAgAHUAbgBkACAAVgBlAHIAZwBcACcAZgBjAHQAdQBuAGcAcwB2AGUAcgBlAGkAbgBiAGEAcgB1AG4AZwAgAG4AYQBjAGgAIABcACcAYQA3AFwAJwBhADcAIAA5ADMAIABmAGYAIABCAFMASABHACAAYgB6AHcALgAgAFwAJwBhADcAXAAnAGEANwAgADcANQAgAGYAZgAgAFMARwBCACAAWABJAEkAIABlAGkAbgBnAGUAaABhAGwAdABlAG4AIAB3AHUAcgBkAGUAbgAgAHUAbgBkACAAZABpAGUAIAB2AG8AcgBnAGUAbgBhAG4AbgB0AGUAbgAgAEEAbgBnAGEAYgBlAG4AIABhAG4AaABhAG4AZAAgAGQAZQByACAAdgBvAHIAZwBlAGgAYQBsAHQAZQBuAGUAbgAgAFEAdQBpAHQAdABpAGUAcgB1AG4AZwBzAGIAZQBsAGUAZwBlACAAcwBvAHcAaQBlACAAZABlAHIAIABCAGUAdAByAGUAdQB1AG4AZwBzAGQAbwBrAHUAbQBlAG4AdABhAHQAaQBvAG4AIABuAGEAYwBoAGcAZQB3AGkAZQBzAGUAbgAgAHcAZQByAGQAZQBuACAAawBcACcAZgA2AG4AbgBlAG4ALgBcAGYAMQBcAGYAcwAyADQAXABwAGEAcgANAAoAfQANAAoA</value>
</data> </data>
<metadata name="bindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root> </root>

View File

@@ -14,41 +14,69 @@ using BS.Shared.Services;
namespace BeWo.SprungbrettTheresia namespace BeWo.SprungbrettTheresia
{ {
public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation public class CustomSettlementInvoiceCreation : LWLSettlementInvoiceCreation
{ {
public override void CalculateInvoiceItemAmounts(Settlement2DC si) public override List<InvoiceItemDC> CreateInvoiceItems(Settlement2DC si, IList<ApprovalPeriod> apList, bool schneideBeiMaxAb)
{ {
List<InvoiceItemDC> iiList = new List<InvoiceItemDC>();
var apsByHourlyRate = new Dictionary<String, IList<ApprovalPeriod>>();
apList = apList.Where(a => String.IsNullOrEmpty(a.Notice) || (!String.IsNullOrEmpty(a.Notice) && a.Notice != "Fehlkontakte")).ToList();
foreach (var ap in apList)
{
IList<ApprovalPeriod> list = null;
String key = String.Format("{0}_{1}_{2:ddMMyyy}", ap.AmountPerUnit, ap.RateFactor, ap.PeriodStartDate);
if (apsByHourlyRate.ContainsKey(key))
{
list = apsByHourlyRate[key];
}
else
{
list = new List<ApprovalPeriod>();
apsByHourlyRate[key] = list;
}
list.Add(ap);
}
decimal maxApprovedFls = si.ApprovedFLS ?? 0; decimal maxApprovedFls = si.ApprovedFLS ?? 0;
foreach (var ii in si.InvoiceItems) foreach (var key in apsByHourlyRate.Keys)
{ {
if (ii.UnitCount.HasValue) IList<ApprovalPeriod> list = apsByHourlyRate[key];
{ var ii = new InvoiceItemDC();
decimal uc = ii.UnitCount ?? 0;
if (maxApprovedFls < uc) DateTime start = DateTime.MaxValue;
DateTime end = DateTime.MinValue;
decimal rf = si.RateFactor ?? 0;
foreach (var approvalPeriod in list)
{ {
uc = maxApprovedFls; ii.UnitCount = approvalPeriod.ApprovedTotal;
ii.UnitCountBudget = ii.UnitCount;
ii.AmountPerUnit = approvalPeriod.AmountPerUnit;
ii.AmountTotal = approvalPeriod.ApprovedAmountTotal;
if (approvalPeriod.PeriodStartDate < start)
start = approvalPeriod.PeriodStartDate;
if (approvalPeriod.PeriodEndDate > end)
end = approvalPeriod.PeriodEndDate;
if (approvalPeriod.RateFactor.HasValue)
{
rf = approvalPeriod.RateFactor.Value;
} }
maxApprovedFls -= uc;
ii.UnitCount = uc;
if (ii.RateFactor.HasValue && ii.RateFactor.Value != 0)
{
ii.UnitCount *= ((100m + ii.RateFactor.Value) / 100m);
} }
ii.UnitCount = Math.Round(ii.UnitCount ?? 0, 2, MidpointRounding.AwayFromZero); ii.ItemPeriodStart = start;
ii.ItemPeriodEnd = end;
if (ii.AmountPerUnit.HasValue) ii.RateFactor = rf;
{ //ii.AmountTotal = Math.Round(hr * hours, 2, MidpointRounding.AwayFromZero);
ii.AmountTotal = ii.UnitCount.Value * ii.AmountPerUnit.Value;
ii.GrossAmountTotal = ii.AmountTotal; ii.GrossAmountTotal = ii.AmountTotal;
iiList.Add(ii);
} }
if (ii.MaxApprovedUnitCount < ii.UnitCount)
{ return iiList.OrderBy(ii => ii.ItemPeriodStart).ToList();
ii.MaxApprovedUnitCount = ii.UnitCount;
}
}
}
} }
} }
} }