diff --git a/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomInvoiceFactory.cs b/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomInvoiceFactory.cs new file mode 100644 index 000000000..51d502783 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomInvoiceFactory.cs @@ -0,0 +1,18 @@ +using BeWo.Data.Entities; +using BeWo.Service.Invoicing; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LebenszentrumKoenigsborn.Invoicing +{ + public class CustomInvoiceFactory : InvoiceFactory + { + public override SettlementInvoiceCreation CreateSettlementInvoiceCreator(string costbearerId, string tenant, CostBearer2SupportConcept lCb2Sc) + { + return new CustomSettlementInvoiceCreation(); + } + } +} diff --git a/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomSettlementInvoiceCreation.cs b/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomSettlementInvoiceCreation.cs new file mode 100644 index 000000000..1c2bc4348 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/Invoicing/CustomSettlementInvoiceCreation.cs @@ -0,0 +1,19 @@ +using BeWo.Data.Entities; +using BeWo.Service.Invoicing; +using BS.Shared.DataContracts; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace LebenszentrumKoenigsborn.Invoicing +{ + public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation + { + public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s) + { + return false; + } + } +} diff --git a/ReportImp/LebenszentrumKönigsborn/LebenszentrumKoenigsborn.csproj b/ReportImp/LebenszentrumKönigsborn/LebenszentrumKoenigsborn.csproj index c922a1768..1980d4886 100644 --- a/ReportImp/LebenszentrumKönigsborn/LebenszentrumKoenigsborn.csproj +++ b/ReportImp/LebenszentrumKönigsborn/LebenszentrumKoenigsborn.csproj @@ -55,6 +55,8 @@ + + True @@ -67,7 +69,19 @@ Quittierungsbeleg.cs + + Component + + + ServiceInvoiceReport.cs + + + Component + + + SettlementReport2.cs + @@ -96,6 +110,14 @@ Quittierungsbeleg.cs + + ServiceInvoiceReport.cs + Designer + + + SettlementReport2.cs + Designer + \ No newline at end of file diff --git a/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.Designer.cs b/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.Designer.cs index c809af18b..a18a09800 100644 --- a/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.Designer.cs +++ b/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.Designer.cs @@ -31,6 +31,7 @@ namespace BeWo.Report.DefaultReports { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Quittierungsbeleg)); + DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); @@ -46,9 +47,20 @@ namespace BeWo.Report.DefaultReports this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); @@ -61,27 +73,16 @@ namespace BeWo.Report.DefaultReports this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); - this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -288,10 +289,6 @@ namespace BeWo.Report.DefaultReports this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrTableCell11.Weight = 0.297524088014685D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -324,6 +321,216 @@ namespace BeWo.Report.DefaultReports this.ReportHeader.HeightF = 245.625F; this.ReportHeader.Name = "ReportHeader"; // + // xrLabel29 + // + this.xrLabel29.BackColor = System.Drawing.Color.Transparent; + this.xrLabel29.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel29.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(330.0002F, 160.5F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel29.SizeF = new System.Drawing.SizeF(151.8863F, 30.5F); + this.xrLabel29.StylePriority.UseBackColor = false; + this.xrLabel29.StylePriority.UseBorders = false; + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.StylePriority.UsePadding = false; + this.xrLabel29.StylePriority.UseTextAlignment = false; + this.xrLabel29.Text = "Therapiebeginn:"; + this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel30 + // + this.xrLabel30.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CostBearer2SupportConceptList.SupportConcept.Customer.AssistanceBegin")}); + this.xrLabel30.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(481.8864F, 160.5F); + this.xrLabel30.Name = "xrLabel30"; + this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel30.SizeF = new System.Drawing.SizeF(253.1133F, 30.5F); + this.xrLabel30.StylePriority.UseBackColor = false; + this.xrLabel30.StylePriority.UseBorders = false; + this.xrLabel30.StylePriority.UseFont = false; + this.xrLabel30.StylePriority.UsePadding = false; + this.xrLabel30.StylePriority.UseTextAlignment = false; + this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel30.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel31 + // + this.xrLabel31.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel31.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(148.764F, 160.5F); + this.xrLabel31.Name = "xrLabel31"; + this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel31.SizeF = new System.Drawing.SizeF(181.236F, 30.5F); + this.xrLabel31.StylePriority.UseBackColor = false; + this.xrLabel31.StylePriority.UseBorders = false; + this.xrLabel31.StylePriority.UseFont = false; + this.xrLabel31.StylePriority.UsePadding = false; + this.xrLabel31.StylePriority.UseTextAlignment = false; + this.xrLabel31.Text = "[ApprovedStartDate] - [ApprovedEndDate]"; + this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel32 + // + this.xrLabel32.BackColor = System.Drawing.Color.Transparent; + this.xrLabel32.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel32.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 160.5F); + this.xrLabel32.Name = "xrLabel32"; + this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel32.SizeF = new System.Drawing.SizeF(148.7639F, 30.5F); + this.xrLabel32.StylePriority.UseBackColor = false; + this.xrLabel32.StylePriority.UseBorders = false; + this.xrLabel32.StylePriority.UseFont = false; + this.xrLabel32.StylePriority.UsePadding = false; + this.xrLabel32.StylePriority.UseTextAlignment = false; + this.xrLabel32.Text = "Bewilligungszeitraum:"; + this.xrLabel32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel25 + // + this.xrLabel25.BackColor = System.Drawing.Color.Transparent; + this.xrLabel25.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel25.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 130F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(148.7639F, 30.5F); + this.xrLabel25.StylePriority.UseBackColor = false; + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UsePadding = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.Text = "Therapeut/in:"; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel26 + // + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "MainAttendant")}); + this.xrLabel26.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(148.7639F, 130F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(181.2361F, 30.5F); + this.xrLabel26.StylePriority.UseBackColor = false; + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UsePadding = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel27 + // + this.xrLabel27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Costbearer")}); + this.xrLabel27.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(481.8864F, 130F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(253.1133F, 30.5F); + this.xrLabel27.StylePriority.UseBackColor = false; + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UsePadding = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel28 + // + this.xrLabel28.BackColor = System.Drawing.Color.Transparent; + this.xrLabel28.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel28.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(330.0001F, 130F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(151.8864F, 30.5F); + this.xrLabel28.StylePriority.UseBackColor = false; + this.xrLabel28.StylePriority.UseBorders = false; + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.StylePriority.UsePadding = false; + this.xrLabel28.StylePriority.UseTextAlignment = false; + this.xrLabel28.Text = "Kostenträger:"; + this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel16 + // + this.xrLabel16.BackColor = System.Drawing.Color.Transparent; + this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "StartDate")}); + this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(67.91668F, 215.125F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(262.0833F, 16.95833F); + this.xrLabel16.StylePriority.UseBackColor = false; + this.xrLabel16.StylePriority.UseBorders = false; + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UsePadding = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrLabel16.TextFormatString = "{0:MMMM yyyy}"; + // + // xrLabel14 + // + this.xrLabel14.BackColor = System.Drawing.Color.Transparent; + this.xrLabel14.BorderColor = System.Drawing.Color.Transparent; + this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel14.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 215.125F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(67.91668F, 16.95833F); + this.xrLabel14.StylePriority.UseBackColor = false; + this.xrLabel14.StylePriority.UseBorderColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UsePadding = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Monat:"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel8 + // + this.xrLabel8.BackColor = System.Drawing.Color.Transparent; + this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(330.0001F, 99.49998F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(151.8864F, 30.50003F); + this.xrLabel8.StylePriority.UseBackColor = false; + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UsePadding = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "Geburtsdatum:"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel7 + // + this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday")}); + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(481.8864F, 99.49998F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(253.1133F, 30.50002F); + this.xrLabel7.StylePriority.UseBackColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel7.TextFormatString = "{0:dd.MM.yyyy}"; + // // xrPictureBox3 // this.xrPictureBox3.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; @@ -359,7 +566,7 @@ namespace BeWo.Report.DefaultReports this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(148.7639F, 99.49998F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel6.SizeF = new System.Drawing.SizeF(207.2775F, 30.50002F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(181.2361F, 30.50003F); this.xrLabel6.StylePriority.UseBackColor = false; this.xrLabel6.StylePriority.UseBorders = false; this.xrLabel6.StylePriority.UseFont = false; @@ -471,6 +678,93 @@ namespace BeWo.Report.DefaultReports this.bottomMarginBand1.HeightF = 68.12496F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // + // xrLabel11 + // + this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 6F); + this.xrLabel11.ForeColor = System.Drawing.Color.Black; + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 30.83331F); + this.xrLabel11.Multiline = true; + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(734.9996F, 20.83333F); + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseForeColor = false; + this.xrLabel11.StylePriority.UsePadding = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "© Autismus-Therapie-Zentrum Friedrich-Ebert-Str. 114 - 59425 Unna - Tel. 02303/96" + + "70-666 - Fax 02303/9670227 - E-Mail atz@lebenszentrum-koenigsborn.de"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrPageInfo1 + // + this.xrPageInfo1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrPageInfo1.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(634.9997F, 9.999974F); + this.xrPageInfo1.Name = "xrPageInfo1"; + this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); + this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 20.83333F); + this.xrPageInfo1.StylePriority.UseBorders = false; + this.xrPageInfo1.StylePriority.UseFont = false; + this.xrPageInfo1.StylePriority.UsePadding = false; + this.xrPageInfo1.StylePriority.UseTextAlignment = false; + this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomRight; + // + // xrLabel10 + // + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel10.ForeColor = System.Drawing.Color.Black; + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(407.0809F, 9.999974F); + this.xrLabel10.Multiline = true; + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(227.9188F, 20.83333F); + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseForeColor = false; + this.xrLabel10.StylePriority.UsePadding = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Stand: 03/19"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel9.ForeColor = System.Drawing.Color.Black; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(211.5908F, 9.999974F); + this.xrLabel9.Multiline = true; + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(195.4901F, 20.83333F); + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseForeColor = false; + this.xrLabel9.StylePriority.UsePadding = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Version: 1.1"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel1.ForeColor = System.Drawing.Color.Black; + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 9.999974F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(211.5908F, 20.83333F); + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UseForeColor = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "ATZ TheraStd Übers F"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -517,299 +811,9 @@ namespace BeWo.Report.DefaultReports this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // - // xrLabel7 + // bindingSource1 // - this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday")}); - this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(527.7198F, 99.49999F); - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(207.28F, 30.5F); - this.xrLabel7.StylePriority.UseBackColor = false; - this.xrLabel7.StylePriority.UseBorders = false; - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.StylePriority.UsePadding = false; - this.xrLabel7.StylePriority.UseTextAlignment = false; - this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - this.xrLabel7.TextFormatString = "{0:dd.MM.yyyy}"; - // - // xrLabel8 - // - this.xrLabel8.BackColor = System.Drawing.Color.Transparent; - this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(356.0414F, 99.49998F); - this.xrLabel8.Name = "xrLabel8"; - this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel8.SizeF = new System.Drawing.SizeF(171.6783F, 30.50002F); - this.xrLabel8.StylePriority.UseBackColor = false; - this.xrLabel8.StylePriority.UseBorders = false; - this.xrLabel8.StylePriority.UseFont = false; - this.xrLabel8.StylePriority.UsePadding = false; - this.xrLabel8.StylePriority.UseTextAlignment = false; - this.xrLabel8.Text = "Geburtsdatum:"; - this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel14 - // - this.xrLabel14.BackColor = System.Drawing.Color.Transparent; - this.xrLabel14.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel14.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); - this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 215.125F); - this.xrLabel14.Name = "xrLabel14"; - this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel14.SizeF = new System.Drawing.SizeF(67.91668F, 16.95833F); - this.xrLabel14.StylePriority.UseBackColor = false; - this.xrLabel14.StylePriority.UseBorderColor = false; - this.xrLabel14.StylePriority.UseBorders = false; - this.xrLabel14.StylePriority.UseFont = false; - this.xrLabel14.StylePriority.UsePadding = false; - this.xrLabel14.StylePriority.UseTextAlignment = false; - this.xrLabel14.Text = "Monat:"; - this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - // - // xrLabel16 - // - this.xrLabel16.BackColor = System.Drawing.Color.Transparent; - this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "StartDate")}); - this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(67.91668F, 215.125F); - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel16.SizeF = new System.Drawing.SizeF(288.1248F, 16.95833F); - this.xrLabel16.StylePriority.UseBackColor = false; - this.xrLabel16.StylePriority.UseBorders = false; - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.StylePriority.UsePadding = false; - this.xrLabel16.StylePriority.UseTextAlignment = false; - this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrLabel16.TextFormatString = "{0:MMMM yyyy}"; - // - // xrLabel25 - // - this.xrLabel25.BackColor = System.Drawing.Color.Transparent; - this.xrLabel25.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel25.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 130F); - this.xrLabel25.Name = "xrLabel25"; - this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel25.SizeF = new System.Drawing.SizeF(148.7639F, 30.5F); - this.xrLabel25.StylePriority.UseBackColor = false; - this.xrLabel25.StylePriority.UseBorders = false; - this.xrLabel25.StylePriority.UseFont = false; - this.xrLabel25.StylePriority.UsePadding = false; - this.xrLabel25.StylePriority.UseTextAlignment = false; - this.xrLabel25.Text = "Therapeut/in:"; - this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel26 - // - this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "MainAttendant")}); - this.xrLabel26.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(148.7639F, 130F); - this.xrLabel26.Name = "xrLabel26"; - this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel26.SizeF = new System.Drawing.SizeF(207.2775F, 30.5F); - this.xrLabel26.StylePriority.UseBackColor = false; - this.xrLabel26.StylePriority.UseBorders = false; - this.xrLabel26.StylePriority.UseFont = false; - this.xrLabel26.StylePriority.UsePadding = false; - this.xrLabel26.StylePriority.UseTextAlignment = false; - this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel27 - // - this.xrLabel27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Costbearer")}); - this.xrLabel27.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(527.7198F, 130F); - this.xrLabel27.Name = "xrLabel27"; - this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel27.SizeF = new System.Drawing.SizeF(207.28F, 30.5F); - this.xrLabel27.StylePriority.UseBackColor = false; - this.xrLabel27.StylePriority.UseBorders = false; - this.xrLabel27.StylePriority.UseFont = false; - this.xrLabel27.StylePriority.UsePadding = false; - this.xrLabel27.StylePriority.UseTextAlignment = false; - this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel28 - // - this.xrLabel28.BackColor = System.Drawing.Color.Transparent; - this.xrLabel28.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel28.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(356.0414F, 130F); - this.xrLabel28.Name = "xrLabel28"; - this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel28.SizeF = new System.Drawing.SizeF(171.6783F, 30.5F); - this.xrLabel28.StylePriority.UseBackColor = false; - this.xrLabel28.StylePriority.UseBorders = false; - this.xrLabel28.StylePriority.UseFont = false; - this.xrLabel28.StylePriority.UsePadding = false; - this.xrLabel28.StylePriority.UseTextAlignment = false; - this.xrLabel28.Text = "Kostenträger:"; - this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel29 - // - this.xrLabel29.BackColor = System.Drawing.Color.Transparent; - this.xrLabel29.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel29.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(356.0415F, 160.5F); - this.xrLabel29.Name = "xrLabel29"; - this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel29.SizeF = new System.Drawing.SizeF(171.6783F, 30.5F); - this.xrLabel29.StylePriority.UseBackColor = false; - this.xrLabel29.StylePriority.UseBorders = false; - this.xrLabel29.StylePriority.UseFont = false; - this.xrLabel29.StylePriority.UsePadding = false; - this.xrLabel29.StylePriority.UseTextAlignment = false; - this.xrLabel29.Text = "Therapiebeginn:"; - this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel30 - // - this.xrLabel30.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel30.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(527.7198F, 160.5F); - this.xrLabel30.Name = "xrLabel30"; - this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel30.SizeF = new System.Drawing.SizeF(207.28F, 30.5F); - this.xrLabel30.StylePriority.UseBackColor = false; - this.xrLabel30.StylePriority.UseBorders = false; - this.xrLabel30.StylePriority.UseFont = false; - this.xrLabel30.StylePriority.UsePadding = false; - this.xrLabel30.StylePriority.UseTextAlignment = false; - this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel31 - // - this.xrLabel31.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel31.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(148.764F, 160.5F); - this.xrLabel31.Name = "xrLabel31"; - this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel31.SizeF = new System.Drawing.SizeF(207.2775F, 30.5F); - this.xrLabel31.StylePriority.UseBackColor = false; - this.xrLabel31.StylePriority.UseBorders = false; - this.xrLabel31.StylePriority.UseFont = false; - this.xrLabel31.StylePriority.UsePadding = false; - this.xrLabel31.StylePriority.UseTextAlignment = false; - this.xrLabel31.Text = "[ApprovedStartDate] - [ApprovedEndDate]"; - this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel32 - // - this.xrLabel32.BackColor = System.Drawing.Color.Transparent; - this.xrLabel32.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel32.Font = new DevExpress.Drawing.DXFont("Arial", 10F); - this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 160.5F); - this.xrLabel32.Name = "xrLabel32"; - this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel32.SizeF = new System.Drawing.SizeF(148.7639F, 30.5F); - this.xrLabel32.StylePriority.UseBackColor = false; - this.xrLabel32.StylePriority.UseBorders = false; - this.xrLabel32.StylePriority.UseFont = false; - this.xrLabel32.StylePriority.UsePadding = false; - this.xrLabel32.StylePriority.UseTextAlignment = false; - this.xrLabel32.Text = "Bewilligungszeitraum:"; - this.xrLabel32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel1 - // - this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 8F); - this.xrLabel1.ForeColor = System.Drawing.Color.Black; - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 9.999974F); - this.xrLabel1.Multiline = true; - this.xrLabel1.Name = "xrLabel1"; - this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); - this.xrLabel1.SizeF = new System.Drawing.SizeF(211.5908F, 20.83333F); - this.xrLabel1.StylePriority.UseBorders = false; - this.xrLabel1.StylePriority.UseFont = false; - this.xrLabel1.StylePriority.UseForeColor = false; - this.xrLabel1.StylePriority.UsePadding = false; - this.xrLabel1.StylePriority.UseTextAlignment = false; - this.xrLabel1.Text = "ATZ TheraStd Übers F"; - this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // - // xrLabel9 - // - this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 8F); - this.xrLabel9.ForeColor = System.Drawing.Color.Black; - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(211.5908F, 9.999974F); - this.xrLabel9.Multiline = true; - this.xrLabel9.Name = "xrLabel9"; - this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); - this.xrLabel9.SizeF = new System.Drawing.SizeF(195.4901F, 20.83333F); - this.xrLabel9.StylePriority.UseBorders = false; - this.xrLabel9.StylePriority.UseFont = false; - this.xrLabel9.StylePriority.UseForeColor = false; - this.xrLabel9.StylePriority.UsePadding = false; - this.xrLabel9.StylePriority.UseTextAlignment = false; - this.xrLabel9.Text = "Version: 1.1"; - this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // - // xrLabel10 - // - this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 8F); - this.xrLabel10.ForeColor = System.Drawing.Color.Black; - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(407.0809F, 9.999974F); - this.xrLabel10.Multiline = true; - this.xrLabel10.Name = "xrLabel10"; - this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); - this.xrLabel10.SizeF = new System.Drawing.SizeF(227.9188F, 20.83333F); - this.xrLabel10.StylePriority.UseBorders = false; - this.xrLabel10.StylePriority.UseFont = false; - this.xrLabel10.StylePriority.UseForeColor = false; - this.xrLabel10.StylePriority.UsePadding = false; - this.xrLabel10.StylePriority.UseTextAlignment = false; - this.xrLabel10.Text = "Stand: 03/19"; - this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // - // xrPageInfo1 - // - this.xrPageInfo1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrPageInfo1.Font = new DevExpress.Drawing.DXFont("Arial", 8F); - this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(634.9997F, 9.999974F); - this.xrPageInfo1.Name = "xrPageInfo1"; - this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); - this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 20.83333F); - this.xrPageInfo1.StylePriority.UseBorders = false; - this.xrPageInfo1.StylePriority.UseFont = false; - this.xrPageInfo1.StylePriority.UsePadding = false; - this.xrPageInfo1.StylePriority.UseTextAlignment = false; - this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomRight; - // - // xrLabel11 - // - this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 6F); - this.xrLabel11.ForeColor = System.Drawing.Color.Black; - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 30.83331F); - this.xrLabel11.Multiline = true; - this.xrLabel11.Name = "xrLabel11"; - this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 2, 100F); - this.xrLabel11.SizeF = new System.Drawing.SizeF(734.9996F, 20.83333F); - this.xrLabel11.StylePriority.UseBorders = false; - this.xrLabel11.StylePriority.UseFont = false; - this.xrLabel11.StylePriority.UseForeColor = false; - this.xrLabel11.StylePriority.UsePadding = false; - this.xrLabel11.StylePriority.UseTextAlignment = false; - this.xrLabel11.Text = "© Autismus-Therapie-Zentrum Friedrich-Ebert-Str. 114 - 59425 Unna - Tel. 02303/96" + - "70-666 - Fax 02303/9670227 - E-Mail atz@lebenszentrum-koenigsborn.de"; - this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); // // Quittierungsbeleg // @@ -834,6 +838,8 @@ namespace BeWo.Report.DefaultReports this.PageWidth = 827; this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; this.Version = "23.2"; + xrWatermark1.Id = "Watermark1"; + this.Watermarks.Add(xrWatermark1); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); diff --git a/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.cs b/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.cs index 3fe2842f9..967f71bc0 100644 --- a/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.cs +++ b/ReportImp/LebenszentrumKönigsborn/Quittierungsbeleg.cs @@ -55,66 +55,10 @@ namespace BeWo.Report.DefaultReports pRO.Services = servicesBillable; } - if (String.IsNullOrWhiteSpace(pRO.AbsenceTimes)) - { - lblHatAbwesenheiten.Text = "X"; - } - - if (!hatGruppen) - { - lblHatGruppen.Text = "X"; - } - - ErstelleAbwesenheitenTabelle(pRO); - bindingSource1.DataSource = pRO; } - private void ErstelleAbwesenheitenTabelle(ServicesOverviewRO pRo) - { - if (pRo.Abwesenheiten != null) - { - int newRows = 0; - int index = 1; - foreach (var at in pRo.Abwesenheiten) - { - DevExpress.XtraReports.UI.XRTableRow row = null; - if (index < xrTableAbwesenheiten.Rows.Count) - { - row = xrTableAbwesenheiten.Rows[index]; - } - else - { - row = xrTableAbwesenheiten.InsertRowBelow(xrTableAbwesenheiten.Rows[xrTableAbwesenheiten.Rows.Count - 1]); - newRows++; - } - - row.Cells[0].Text = String.Format("{0:dd.MM.yyyy}", at.Start); - int? days = null; - - if (at.End.HasValue) - { - row.Cells[1].Text = String.Format("{0:dd.MM.yyyy}", at.End); - days = (int)at.End.Value.Subtract(at.Start.Value).TotalDays + 1; - } - else - { - row.Cells[1].Text = "unbekannt"; - } - - row.Cells[2].Text = String.Format("{0:0}", days); - - index++; - } - - if (newRows > 0) - { - lblUnterschriftKlient.Top += newRows * 20; - lblUnterschriftMitarbeiter.Top += newRows * 20; - } - } - } - + private void picSignature_BeforePrint(object sender, System.ComponentModel.CancelEventArgs e) { XRPictureBox xrBox = sender as XRPictureBox; diff --git a/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.Designer.cs b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.Designer.cs new file mode 100644 index 000000000..5503cccab --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.Designer.cs @@ -0,0 +1,1480 @@ +using BeWo.Report.ReportObjects; +namespace BeWo.Report.DefaultReports +{ + partial class ServiceInvoiceReport + { + /// + /// 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); + } + + + /// + /// 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(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceInvoiceReport)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel55 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel54 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel53 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel52 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel51 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel50 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel45 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel56 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel57 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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; + // + // ReportHeader + // + this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.ReportHeader.HeightF = 0F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // topMarginBand1 + // + this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox2, + this.xrPictureBox4}); + this.topMarginBand1.HeightF = 198.125F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel12, + this.xrLabel56, + this.xrLabel57, + this.xrPictureBox1}); + this.bottomMarginBand1.HeightF = 96.50002F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // Page1 + // + this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel4, + this.xrLabel6, + this.xrLabel10, + this.xrLabel29, + this.xrLabel30, + this.xrLabel31, + this.xrLabel32, + this.xrLabel33, + this.xrLabel40, + this.xrLabel39, + this.xrLabel38, + this.xrLabel37, + this.xrLabel36, + this.xrLabel35, + this.xrLabel34, + this.xrLabel55, + this.xrLabel54, + this.xrLabel53, + this.xrLabel52, + this.xrLabel51, + this.xrLabel50, + this.xrLabel49, + this.xrLabel48, + this.xrLabel47, + this.xrLabel46, + this.xrLabel45, + this.xrLabel44, + this.xrLabel43, + this.xrLabel42, + this.xrLabel41, + this.xrLabel3, + this.xrLabel7, + this.xrLabel9, + this.xrLabel13, + this.xrLabel14, + this.xrLabel16, + this.xrLabel15, + this.xrLabel18, + this.xrLabel17, + this.xrLabel8, + this.xrLabel20, + this.xrLabel19, + this.xrLabel21, + this.xrLabel22, + this.xrLabel23, + this.xrLabel24, + this.xrLabel25, + this.xrLabel26, + this.xrLabel27, + this.xrLabel28, + this.xrLabel5, + this.lblAdresse}); + this.Page1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.Page1.HeightF = 403.6667F; + this.Page1.Name = "Page1"; + this.Page1.StylePriority.UseFont = false; + // + // lblAdresse + // + this.lblAdresse.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 27.41667F); + this.lblAdresse.Multiline = true; + this.lblAdresse.Name = "lblAdresse"; + this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAdresse.SizeF = new System.Drawing.SizeF(317F, 111.5F); + this.lblAdresse.StylePriority.UseFont = false; + this.lblAdresse.Text = "[RecipientOrganisation]\r\n[RecipientContactPerson]\r\n[RecipientDivision]\r\n[Recipien" + + "tStreet]\r\n[RecipientPostCodeAndTown]"; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.DetailReport2}); + this.DetailReport.DataMember = "ServiceInvoicePeriods"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5}); + this.Detail1.HeightF = 25F; + this.Detail1.Name = "Detail1"; + // + // xrTable5 + // + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow23}); + this.xrTable5.SizeF = new System.Drawing.SizeF(708F, 25F); + // + // xrTableRow23 + // + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell32, + this.xrTableCell37, + this.xrTableCell35, + this.xrTableCell33, + this.xrTableCell36, + this.xrTableCell38, + this.xrTableCell34}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.Weight = 1D; + // + // xrTableCell32 + // + this.xrTableCell32.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell32.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell32.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell32.StylePriority.UseBackColor = false; + this.xrTableCell32.StylePriority.UseBorderColor = false; + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "Zeitraum"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell32.Weight = 0.62463077449375981D; + // + // xrTableCell37 + // + this.xrTableCell37.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell37.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell37.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell37.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell37.StylePriority.UseBackColor = false; + this.xrTableCell37.StylePriority.UseBorderColor = false; + this.xrTableCell37.StylePriority.UseBorders = false; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.StylePriority.UsePadding = false; + this.xrTableCell37.StylePriority.UseTextAlignment = false; + this.xrTableCell37.Text = "Leistung"; + this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell37.Weight = 0.85081236260328186D; + // + // xrTableCell35 + // + this.xrTableCell35.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell35.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell35.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell35.StylePriority.UseBackColor = false; + this.xrTableCell35.StylePriority.UseBorderColor = false; + this.xrTableCell35.StylePriority.UseBorders = false; + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UsePadding = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.Text = "Satz"; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell35.Weight = 0.23245943032832414D; + // + // xrTableCell33 + // + this.xrTableCell33.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell33.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell33.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell33.StylePriority.UseBackColor = false; + this.xrTableCell33.StylePriority.UseBorderColor = false; + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UsePadding = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.Text = "Stunden"; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell33.Weight = 0.2893277257020575D; + // + // xrTableCell36 + // + this.xrTableCell36.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell36.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell36.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell36.StylePriority.UseBackColor = false; + this.xrTableCell36.StylePriority.UseBorderColor = false; + this.xrTableCell36.StylePriority.UseBorders = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UsePadding = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.Text = "Betrag"; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell36.Weight = 0.26310971709438763D; + // + // xrTableCell38 + // + this.xrTableCell38.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell38.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell38.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell38.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell38.StylePriority.UseBackColor = false; + this.xrTableCell38.StylePriority.UseBorderColor = false; + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UsePadding = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + this.xrTableCell38.Text = "pausch Fakt."; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell38.Weight = 0.42042083402151886D; + // + // xrTableCell34 + // + this.xrTableCell34.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell34.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell34.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell34.StylePriority.UseBackColor = false; + this.xrTableCell34.StylePriority.UseBorderColor = false; + this.xrTableCell34.StylePriority.UseBorders = false; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UsePadding = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.Text = "Gesamt"; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell34.Weight = 0.31923915575667006D; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3, + this.GroupFooter1}); + this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 0; + this.DetailReport2.Name = "DetailReport2"; + this.DetailReport2.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6}); + this.Detail3.HeightF = 25F; + this.Detail3.Name = "Detail3"; + // + // xrTable6 + // + this.xrTable6.Font = new DevExpress.Drawing.DXFont("Verdana", 8.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow25}); + this.xrTable6.SizeF = new System.Drawing.SizeF(708F, 25F); + this.xrTable6.StylePriority.UseFont = false; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell40, + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell44, + this.xrTableCell45, + this.xrTableCell46, + this.xrTableCell47}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 1D; + // + // xrTableCell40 + // + this.xrTableCell40.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell40.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Duration")}); + this.xrTableCell40.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell40.StylePriority.UseBorderColor = false; + this.xrTableCell40.StylePriority.UseBorders = false; + this.xrTableCell40.StylePriority.UseFont = false; + this.xrTableCell40.StylePriority.UsePadding = false; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell40.Weight = 0.62463084211025488D; + // + // xrTableCell42 + // + this.xrTableCell42.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); + this.xrTableCell42.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell42.StylePriority.UseBorderColor = false; + this.xrTableCell42.StylePriority.UseBorders = false; + this.xrTableCell42.StylePriority.UseFont = false; + this.xrTableCell42.StylePriority.UsePadding = false; + this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell42.Weight = 0.85081229498678679D; + // + // xrTableCell43 + // + this.xrTableCell43.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:0.00}")}); + this.xrTableCell43.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell43.StylePriority.UseBorderColor = false; + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.StylePriority.UsePadding = false; + this.xrTableCell43.StylePriority.UseTextAlignment = false; + this.xrTableCell43.Text = "xrTableCell43"; + this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell43.Weight = 0.23245943032832414D; + // + // xrTableCell44 + // + this.xrTableCell44.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.##}")}); + this.xrTableCell44.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell44.StylePriority.UseBorderColor = false; + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.Text = "xrTableCell44"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell44.Weight = 0.2893277257020575D; + // + // xrTableCell45 + // + this.xrTableCell45.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.NetAmount", "{0:0.00}")}); + this.xrTableCell45.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell45.StylePriority.UseBorderColor = false; + this.xrTableCell45.StylePriority.UseBorders = false; + this.xrTableCell45.StylePriority.UseFont = false; + this.xrTableCell45.StylePriority.UsePadding = false; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + this.xrTableCell45.Text = "xrTableCell45"; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell45.Weight = 0.26310971709438763D; + // + // xrTableCell46 + // + this.xrTableCell46.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.RateFactor")}); + this.xrTableCell46.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell46.StylePriority.UseBorderColor = false; + this.xrTableCell46.StylePriority.UseBorders = false; + this.xrTableCell46.StylePriority.UseFont = false; + this.xrTableCell46.StylePriority.UsePadding = false; + this.xrTableCell46.StylePriority.UseTextAlignment = false; + this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell46.Weight = 0.42042083402151886D; + // + // xrTableCell47 + // + this.xrTableCell47.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")}); + this.xrTableCell47.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell47.StylePriority.UseBorderColor = false; + this.xrTableCell47.StylePriority.UseBorders = false; + this.xrTableCell47.StylePriority.UseFont = false; + this.xrTableCell47.StylePriority.UsePadding = false; + this.xrTableCell47.StylePriority.UseTextAlignment = false; + this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell47.Weight = 0.31923915575667006D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel11, + this.xrLabel2, + this.xrLabel1}); + this.GroupFooter1.HeightF = 104.3332F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")}); + this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(510.0834F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(197.9167F, 25F); + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "xrLabel1"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrLabel1.TextFormatString = "{0}"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); + // + // xrPictureBox2 + // + this.xrPictureBox2.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox2.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox2.ImageSource")); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 90.625F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(206.3752F, 103.5417F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox2.StylePriority.UsePadding = false; + // + // xrPictureBox4 + // + this.xrPictureBox4.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox4.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox4.ImageSource")); + this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(501.6248F, 90.625F); + this.xrPictureBox4.Name = "xrPictureBox4"; + this.xrPictureBox4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox4.SizeF = new System.Drawing.SizeF(206.3752F, 103.5417F); + this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox4.StylePriority.UsePadding = false; + // + // xrLabel2 + // + this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(510.0834F, 25F); + this.xrLabel2.StylePriority.UseBorders = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UsePadding = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Gesamtsumme:"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrLabel2.TextFormatString = "{0}"; + // + // xrLabel5 + // + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel5.CanShrink = true; + this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel5.SizeF = new System.Drawing.SizeF(303.4583F, 17F); + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Autismus-Therapie-Zentrum - Zimmerplatz 1 - 59425 Unna"; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Transparent; + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 12F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline)))); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 226.375F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(351.0417F, 22.20833F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Rechnung"; + this.xrLabel3.WordWrap = false; + // + // xrLabel7 + // + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 27.41667F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(101.4583F, 17F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Sachbearbeiter:"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel9 + // + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 27.41667F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Frau Panek / Frau Kapteinat"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel13 + // + this.xrLabel13.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 44.41668F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(101.4583F, 17.00001F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Durchwahl:"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel14 + // + this.xrLabel14.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 44.41668F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "02303 / 9670-245 oder -257"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel16 + // + this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 61.41669F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(237.542F, 17F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "02303 / 9670-227"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel15 + // + this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 61.41669F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(101.4584F, 17F); + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Telefax:"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel18 + // + this.xrLabel18.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 78.41669F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(101.4584F, 17.00001F); + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UsePadding = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "E-Mail:"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel17 + // + this.xrLabel17.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 78.41669F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "fibu@lebenszentrum-koenigsborn.de"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel8 + // + this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 110.625F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(351.4168F, 17F); + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UsePadding = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "Bei Zahlung bitte angeben:"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel20 + // + this.xrLabel20.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DebitorNumber")}); + this.xrLabel20.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 127.625F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(213.5836F, 17.00001F); + this.xrLabel20.StylePriority.UseBorders = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel19 + // + this.xrLabel19.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel19.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 127.625F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(137.8332F, 17.00001F); + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UsePadding = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "Deb.Konto-Nr:"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel21 + // + this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel21.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 144.625F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(137.8332F, 17F); + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.StylePriority.UsePadding = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.Text = "Rechnungs-Nr:"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel22 + // + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel22.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 161.6251F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UsePadding = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "Fall-Nr.:"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel23 + // + this.xrLabel23.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel23.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 178.625F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel23.StylePriority.UseBorders = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.StylePriority.UsePadding = false; + this.xrLabel23.StylePriority.UseTextAlignment = false; + this.xrLabel23.Text = "Erstell-Datum:"; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel24 + // + this.xrLabel24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel24.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 195.625F); + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel24.StylePriority.UseBorders = false; + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.StylePriority.UsePadding = false; + this.xrLabel24.StylePriority.UseTextAlignment = false; + this.xrLabel24.Text = "Buchungs-Datum:"; + this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel25 + // + this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceNumber")}); + this.xrLabel25.Font = new DevExpress.Drawing.DXFont("Arial", 10F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline)))); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 144.625F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel26 + // + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel26.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 161.6251F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel27 + // + this.xrLabel27.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")}); + this.xrLabel27.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 178.625F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel28 + // + this.xrLabel28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingPeriodEnd")}); + this.xrLabel28.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 195.625F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel28.StylePriority.UseBorders = false; + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.StylePriority.UseTextAlignment = false; + this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel28.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel4 + // + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 259F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel4.SizeF = new System.Drawing.SizeF(356.5832F, 19.00003F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "Patient"; + // + // xrLabel6 + // + this.xrLabel6.CanShrink = true; + this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 278F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel6.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Name:"; + // + // xrLabel10 + // + this.xrLabel10.CanShrink = true; + this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 295F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel10.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.Text = "Vorname:"; + // + // xrLabel29 + // + this.xrLabel29.CanShrink = true; + this.xrLabel29.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(0F, 312F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel29.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel29.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.Text = "Straße/Nr:"; + // + // xrLabel30 + // + this.xrLabel30.CanShrink = true; + this.xrLabel30.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 328.9999F); + this.xrLabel30.Name = "xrLabel30"; + this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel30.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel30.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel30.StylePriority.UseFont = false; + this.xrLabel30.Text = "PLZ, Ort:"; + // + // xrLabel31 + // + this.xrLabel31.CanShrink = true; + this.xrLabel31.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 362.9999F); + this.xrLabel31.Name = "xrLabel31"; + this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel31.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel31.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel31.StylePriority.UseFont = false; + this.xrLabel31.Text = "Fall-Nr:"; + // + // xrLabel32 + // + this.xrLabel32.CanShrink = true; + this.xrLabel32.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(0F, 379.9999F); + this.xrLabel32.Name = "xrLabel32"; + this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel32.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel32.SizeF = new System.Drawing.SizeF(106.5833F, 17.00003F); + this.xrLabel32.StylePriority.UseFont = false; + this.xrLabel32.Text = "Aufn-Datum:"; + // + // xrLabel33 + // + this.xrLabel33.CanShrink = true; + this.xrLabel33.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel33.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 346F); + this.xrLabel33.Name = "xrLabel33"; + this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel33.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel33.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel33.StylePriority.UseFont = false; + this.xrLabel33.Text = "Geb-Datum:"; + // + // xrLabel40 + // + this.xrLabel40.CanShrink = true; + this.xrLabel40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday")}); + this.xrLabel40.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 346F); + this.xrLabel40.Name = "xrLabel40"; + this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel40.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel40.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel40.StylePriority.UseFont = false; + this.xrLabel40.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel39 + // + this.xrLabel39.CanShrink = true; + this.xrLabel39.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(106.5834F, 379.9999F); + this.xrLabel39.Name = "xrLabel39"; + this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel39.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel39.SizeF = new System.Drawing.SizeF(249.9998F, 17.00003F); + this.xrLabel39.StylePriority.UseFont = false; + // + // xrLabel38 + // + this.xrLabel38.CanShrink = true; + this.xrLabel38.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 362.9999F); + this.xrLabel38.Name = "xrLabel38"; + this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel38.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel38.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel38.StylePriority.UseFont = false; + // + // xrLabel37 + // + this.xrLabel37.CanShrink = true; + this.xrLabel37.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 328.9999F); + this.xrLabel37.Name = "xrLabel37"; + this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel37.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel37.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel37.StylePriority.UseFont = false; + // + // xrLabel36 + // + this.xrLabel36.CanShrink = true; + this.xrLabel36.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel36.LocationFloat = new DevExpress.Utils.PointFloat(106.5834F, 312F); + this.xrLabel36.Name = "xrLabel36"; + this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel36.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel36.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel36.StylePriority.UseFont = false; + // + // xrLabel35 + // + this.xrLabel35.CanShrink = true; + this.xrLabel35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerFirstName")}); + this.xrLabel35.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 295F); + this.xrLabel35.Name = "xrLabel35"; + this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel35.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel35.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel35.StylePriority.UseFont = false; + // + // xrLabel34 + // + this.xrLabel34.CanShrink = true; + this.xrLabel34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerLastName")}); + this.xrLabel34.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel34.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 278F); + this.xrLabel34.Name = "xrLabel34"; + this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel34.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel34.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel34.StylePriority.UseFont = false; + // + // xrLabel55 + // + this.xrLabel55.CanShrink = true; + this.xrLabel55.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel55.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 278F); + this.xrLabel55.Name = "xrLabel55"; + this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel55.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel55.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel55.StylePriority.UseFont = false; + // + // xrLabel54 + // + this.xrLabel54.CanShrink = true; + this.xrLabel54.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel54.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 295F); + this.xrLabel54.Name = "xrLabel54"; + this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel54.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel54.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel54.StylePriority.UseFont = false; + // + // xrLabel53 + // + this.xrLabel53.CanShrink = true; + this.xrLabel53.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel53.LocationFloat = new DevExpress.Utils.PointFloat(463.1666F, 312F); + this.xrLabel53.Name = "xrLabel53"; + this.xrLabel53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel53.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel53.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel53.StylePriority.UseFont = false; + // + // xrLabel52 + // + this.xrLabel52.CanShrink = true; + this.xrLabel52.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel52.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 328.9999F); + this.xrLabel52.Name = "xrLabel52"; + this.xrLabel52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel52.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel52.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel52.StylePriority.UseFont = false; + // + // xrLabel51 + // + this.xrLabel51.CanShrink = true; + this.xrLabel51.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 362.9999F); + this.xrLabel51.Name = "xrLabel51"; + this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel51.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel51.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel51.StylePriority.UseFont = false; + // + // xrLabel50 + // + this.xrLabel50.CanShrink = true; + this.xrLabel50.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(463.1666F, 379.9999F); + this.xrLabel50.Name = "xrLabel50"; + this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel50.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel50.SizeF = new System.Drawing.SizeF(244.4582F, 17.00003F); + this.xrLabel50.StylePriority.UseFont = false; + // + // xrLabel49 + // + this.xrLabel49.CanShrink = true; + this.xrLabel49.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 346F); + this.xrLabel49.Name = "xrLabel49"; + this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel49.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel49.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel49.StylePriority.UseFont = false; + // + // xrLabel48 + // + this.xrLabel48.CanShrink = true; + this.xrLabel48.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 346F); + this.xrLabel48.Name = "xrLabel48"; + this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel48.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel48.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel48.StylePriority.UseFont = false; + this.xrLabel48.Text = "MitglArt:"; + // + // xrLabel47 + // + this.xrLabel47.CanShrink = true; + this.xrLabel47.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 379.9999F); + this.xrLabel47.Name = "xrLabel47"; + this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel47.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel47.SizeF = new System.Drawing.SizeF(106.5833F, 17.00003F); + this.xrLabel47.StylePriority.UseFont = false; + this.xrLabel47.Text = "AktZeichen:"; + // + // xrLabel46 + // + this.xrLabel46.CanShrink = true; + this.xrLabel46.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 362.9999F); + this.xrLabel46.Name = "xrLabel46"; + this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel46.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel46.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel46.StylePriority.UseFont = false; + this.xrLabel46.Text = "VersNr:"; + // + // xrLabel45 + // + this.xrLabel45.CanShrink = true; + this.xrLabel45.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 328.9999F); + this.xrLabel45.Name = "xrLabel45"; + this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel45.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel45.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel45.StylePriority.UseFont = false; + this.xrLabel45.Text = "PLZ, Ort:"; + // + // xrLabel44 + // + this.xrLabel44.CanShrink = true; + this.xrLabel44.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 312F); + this.xrLabel44.Name = "xrLabel44"; + this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel44.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel44.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel44.StylePriority.UseFont = false; + this.xrLabel44.Text = "Straße/Nr:"; + // + // xrLabel43 + // + this.xrLabel43.CanShrink = true; + this.xrLabel43.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 295F); + this.xrLabel43.Name = "xrLabel43"; + this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel43.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel43.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel43.StylePriority.UseFont = false; + this.xrLabel43.Text = "Vorname:"; + // + // xrLabel42 + // + this.xrLabel42.CanShrink = true; + this.xrLabel42.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel42.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 278F); + this.xrLabel42.Name = "xrLabel42"; + this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel42.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel42.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel42.StylePriority.UseFont = false; + this.xrLabel42.Text = "Name:"; + // + // xrLabel41 + // + this.xrLabel41.CanShrink = true; + this.xrLabel41.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 259F); + this.xrLabel41.Name = "xrLabel41"; + this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel41.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel41.SizeF = new System.Drawing.SizeF(351.0416F, 19.00003F); + this.xrLabel41.StylePriority.UseFont = false; + this.xrLabel41.Text = "Versicherter"; + // + // xrLabel11 + // + this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(1.624743F, 44.79167F); + this.xrLabel11.Multiline = true; + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(706F, 37.83334F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.Text = "Umsatzsteuerfreie Leistung gemäß§ 4 Nr. 14 UStG. \r\nBitte überweisen Sie den Rechn" + + "ungsbetrag innerhalb von 14 Tagen auf das unten stehende Konto."; + // + // xrLabel12 + // + this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.41664F); + 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(192.7083F, 76.08337F); + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.Text = "Lebenszentrum Königsborn gGmbH\r\nZimmerplatz 1 • 59425 Unna\r\nwww.lebenszentrum-koe" + + "nigsborn.de\r\ninfo@lebenszentrum-koenigsborn.de"; + // + // xrLabel56 + // + this.xrLabel56.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel56.LocationFloat = new DevExpress.Utils.PointFloat(192.7083F, 20.41664F); + this.xrLabel56.Multiline = true; + this.xrLabel56.Name = "xrLabel56"; + this.xrLabel56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel56.SizeF = new System.Drawing.SizeF(163.875F, 76.08337F); + this.xrLabel56.StylePriority.UseFont = false; + this.xrLabel56.Text = "Geschäftsführer: Michael Radix\r\nHRB 7040 Amtsgericht Hamm\r\nSteuernummer: 316/5925" + + "/1969"; + // + // xrLabel57 + // + this.xrLabel57.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel57.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 20.41664F); + this.xrLabel57.Multiline = true; + this.xrLabel57.Name = "xrLabel57"; + this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel57.SizeF = new System.Drawing.SizeF(200.8399F, 76.08337F); + this.xrLabel57.StylePriority.UseFont = false; + this.xrLabel57.Text = "Sparkasse UnnaKamen \r\nIBAN: DE64 4435 0060 0007 0012 90\r\nBIC: WELADED1 UNN"; + // + // xrPictureBox1 + // + this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(557.4232F, 20.41664F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(148.5768F, 56.41671F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox1.StylePriority.UsePadding = false; + // + // ServiceInvoiceReport + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.Page1, + this.DetailReport}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull}); + this.Margins = new DevExpress.Drawing.DXMargins(75F, 44F, 198.125F, 96.50002F); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; + this.Version = "23.2"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupHeaderBand Page1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRLabel lblAdresse; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel29; + private DevExpress.XtraReports.UI.XRLabel xrLabel30; + private DevExpress.XtraReports.UI.XRLabel xrLabel31; + private DevExpress.XtraReports.UI.XRLabel xrLabel32; + private DevExpress.XtraReports.UI.XRLabel xrLabel33; + private DevExpress.XtraReports.UI.XRLabel xrLabel40; + private DevExpress.XtraReports.UI.XRLabel xrLabel39; + private DevExpress.XtraReports.UI.XRLabel xrLabel38; + private DevExpress.XtraReports.UI.XRLabel xrLabel37; + private DevExpress.XtraReports.UI.XRLabel xrLabel36; + private DevExpress.XtraReports.UI.XRLabel xrLabel35; + private DevExpress.XtraReports.UI.XRLabel xrLabel34; + private DevExpress.XtraReports.UI.XRLabel xrLabel55; + private DevExpress.XtraReports.UI.XRLabel xrLabel54; + private DevExpress.XtraReports.UI.XRLabel xrLabel53; + private DevExpress.XtraReports.UI.XRLabel xrLabel52; + private DevExpress.XtraReports.UI.XRLabel xrLabel51; + private DevExpress.XtraReports.UI.XRLabel xrLabel50; + private DevExpress.XtraReports.UI.XRLabel xrLabel49; + private DevExpress.XtraReports.UI.XRLabel xrLabel48; + private DevExpress.XtraReports.UI.XRLabel xrLabel47; + private DevExpress.XtraReports.UI.XRLabel xrLabel46; + private DevExpress.XtraReports.UI.XRLabel xrLabel45; + private DevExpress.XtraReports.UI.XRLabel xrLabel44; + private DevExpress.XtraReports.UI.XRLabel xrLabel43; + private DevExpress.XtraReports.UI.XRLabel xrLabel42; + private DevExpress.XtraReports.UI.XRLabel xrLabel41; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel56; + private DevExpress.XtraReports.UI.XRLabel xrLabel57; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + } +} diff --git a/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.cs b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.cs new file mode 100644 index 000000000..f3fb47393 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.cs @@ -0,0 +1,73 @@ +using System; +using System.Text; +using BeWo.Report.ReportObjects; +using BS.Shared.Extensions; +using DevExpress.XtraReports.UI; + +namespace BeWo.Report.DefaultReports +{ + public partial class ServiceInvoiceReport : XtraReport, IBeWoReport + { + public ServiceInvoiceReport() + { + this.InitializeComponent(); + } + + public void SetReportDataSource(ServiceInvoiceRO pRO) + { + DateTime start = pRO.AccountingPeriodStart; + DateTime end = pRO.AccountingPeriodEnd; + if (start.Month == end.Month && start.Year == end.Year) + { + lblAbrechnungszeitraum.Text = String.Format("hiermit berechnen wir für den Monat {0:MMMM yyyy} folgende erbrachte Tätigkeiten:", start); + } + else + { + lblAbrechnungszeitraum.Text = String.Format("hiermit berechnen wir für den Zeitraum {0:MMMM yyyy} - {1:MMMM yyyy} folgende erbrachte Tätigkeiten:", start, end); + } + + if (pRO.CustomerSalutation.IsNullOrEmpty()) + { + lblAnrede.Text = "Guten Tag " + pRO.CustomerFirstName + " " + pRO.CustomerLastName + ","; + } + + SetzeAdresse(pRO); + + this.bindingSource1.DataSource = pRO; + } + + private void SetzeAdresse(ServiceInvoiceRO pRO) + { + StringBuilder sb = new StringBuilder(); + if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && pRO.RecipientOrganisation.ToLower() != "selbstzahler") + { + sb.AppendLine(pRO.RecipientOrganisation); + } + //if (!String.IsNullOrEmpty(pRO.RecipientAddressLine1)) + //{ + // sb.AppendLine(pRO.RecipientAddressLine1); + //} + if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + { + sb.AppendLine(pRO.RecipientContactPerson); + } + if (!String.IsNullOrEmpty(pRO.RecipientDivision) && !String.IsNullOrEmpty(pRO.RecipientOrganisation) && pRO.RecipientOrganisation.ToLower() != "selbstzahler") + { + sb.AppendLine(pRO.RecipientDivision); + } + if (!String.IsNullOrEmpty(pRO.RecipientPoBox)) + { + sb.AppendLine(pRO.RecipientPoBox); + } + else if (!String.IsNullOrEmpty(pRO.RecipientStreet)) + { + sb.AppendLine(pRO.RecipientStreet); + } + if (!String.IsNullOrEmpty(pRO.RecipientPostCodeAndTown)) + { + sb.AppendLine(pRO.RecipientPostCodeAndTown); + } + lblAdresse.Text = sb.ToString(); + } + } +} \ No newline at end of file diff --git a/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.resx b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.resx new file mode 100644 index 000000000..3017e9955 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/ServiceInvoiceReport.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 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 + + \ No newline at end of file diff --git a/ReportImp/LebenszentrumKönigsborn/SettlementReport2.Designer.cs b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.Designer.cs new file mode 100644 index 000000000..870dab0f1 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.Designer.cs @@ -0,0 +1,1438 @@ +using BeWo.Report.ReportObjects; +namespace BeWo.Report.DefaultReports +{ + partial class Spitzabrechnung + { + /// + /// 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(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spitzabrechnung)); + DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.rowErbrachteLeistung = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientContactPerson = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.fieldApprovedFLSWithFactor = new DevExpress.XtraReports.UI.CalculatedField(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.Zwischensumme = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel45 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel50 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel51 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel52 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel53 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel54 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel55 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel56 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).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; + // + // ReportHeader + // + this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.ReportHeader.HeightF = 0F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // xrTable1 + // + this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 414.9167F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.rowErbrachteLeistung}); + this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrTable1.StylePriority.UseBorderColor = false; + // + // rowErbrachteLeistung + // + this.rowErbrachteLeistung.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22}); + this.rowErbrachteLeistung.Name = "rowErbrachteLeistung"; + this.rowErbrachteLeistung.Weight = 0.085D; + // + // xrTableCell22 + // + this.xrTableCell22.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell22.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell22.StylePriority.UseBorderColor = false; + this.xrTableCell22.StylePriority.UseBorders = false; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.Text = "Erbrachte Leistungen:"; + this.xrTableCell22.Weight = 1D; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 12F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline)))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 226.375F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(351.0417F, 22.20833F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Rechnung"; + this.xrLabel2.WordWrap = false; + // + // RecipientPostCodeAndTown + // + this.RecipientPostCodeAndTown.CanShrink = true; + this.RecipientPostCodeAndTown.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 88.00005F); + this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; + this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.RecipientPostCodeAndTown.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.RecipientPostCodeAndTown.SizeF = new System.Drawing.SizeF(292F, 17F); + this.RecipientPostCodeAndTown.StylePriority.UseFont = false; + this.RecipientPostCodeAndTown.Text = "[RecipientPostCodeAndTown]"; + // + // xrLabel_RecipientStreet + // + this.xrLabel_RecipientStreet.CanShrink = true; + this.xrLabel_RecipientStreet.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 71.00004F); + this.xrLabel_RecipientStreet.Name = "xrLabel_RecipientStreet"; + this.xrLabel_RecipientStreet.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientStreet.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientStreet.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientStreet.StylePriority.UseFont = false; + this.xrLabel_RecipientStreet.Text = "[RecipientStreet]"; + // + // xrLabel_RecipientDivision + // + this.xrLabel_RecipientDivision.CanShrink = true; + this.xrLabel_RecipientDivision.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 54.00003F); + this.xrLabel_RecipientDivision.Name = "xrLabel_RecipientDivision"; + this.xrLabel_RecipientDivision.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientDivision.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientDivision.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientDivision.StylePriority.UseFont = false; + this.xrLabel_RecipientDivision.Text = "[RecipientDivision]"; + // + // xrLabel_RecipientContactPerson + // + this.xrLabel_RecipientContactPerson.CanShrink = true; + this.xrLabel_RecipientContactPerson.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 37.00002F); + this.xrLabel_RecipientContactPerson.Name = "xrLabel_RecipientContactPerson"; + this.xrLabel_RecipientContactPerson.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientContactPerson.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientContactPerson.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientContactPerson.StylePriority.UseFont = false; + this.xrLabel_RecipientContactPerson.Text = "[RecipientContactPerson]"; + // + // xrLabel1 + // + this.xrLabel1.CanShrink = true; + this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel1.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "[RecipientOrganisation]"; + // + // ReportFooter + // + this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel10}); + this.ReportFooter.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.ReportFooter.HeightF = 209F; + this.ReportFooter.KeepTogether = true; + this.ReportFooter.Name = "ReportFooter"; + this.ReportFooter.StylePriority.UseFont = false; + // + // xrLabel10 + // + this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel10.Multiline = true; + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(706F, 37.83334F); + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.Text = "Umsatzsteuerfreie Leistung gemäß§ 4 Nr. 14 UStG. \r\nBitte überweisen Sie den Rechn" + + "ungsbetrag innerhalb von 14 Tagen auf das unten stehende Konto."; + // + // xrLabel12 + // + this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 9.999974F); + 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(192.7083F, 76.08337F); + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.Text = "Lebenszentrum Königsborn gGmbH\r\nZimmerplatz 1 • 59425 Unna\r\nwww.lebenszentrum-koe" + + "nigsborn.de\r\ninfo@lebenszentrum-koenigsborn.de"; + // + // topMarginBand1 + // + this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1, + this.xrPictureBox3}); + this.topMarginBand1.HeightF = 204.1667F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox2, + this.xrLabel56, + this.xrLabel11, + this.xrLabel12}); + this.bottomMarginBand1.HeightF = 86.08335F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel41, + this.xrLabel42, + this.xrLabel43, + this.xrLabel44, + this.xrLabel45, + this.xrLabel46, + this.xrLabel47, + this.xrLabel48, + this.xrLabel49, + this.xrLabel50, + this.xrLabel51, + this.xrLabel52, + this.xrLabel53, + this.xrLabel54, + this.xrLabel55, + this.xrLabel34, + this.xrLabel35, + this.xrLabel36, + this.xrLabel37, + this.xrLabel38, + this.xrLabel39, + this.xrLabel40, + this.xrLabel33, + this.xrLabel32, + this.xrLabel31, + this.xrLabel30, + this.xrLabel29, + this.xrLabel6, + this.xrLabel4, + this.xrLabel3, + this.xrLabel28, + this.xrLabel27, + this.xrLabel26, + this.xrLabel25, + this.xrLabel24, + this.xrLabel23, + this.xrLabel22, + this.xrLabel21, + this.xrLabel19, + this.xrLabel20, + this.xrLabel8, + this.xrLabel17, + this.xrLabel18, + this.xrLabel15, + this.xrLabel16, + this.xrLabel14, + this.xrLabel13, + this.xrLabel9, + this.xrLabel7, + this.xrLabel5, + this.xrLabel1, + this.xrLabel_RecipientContactPerson, + this.xrLabel_RecipientDivision, + this.xrLabel_RecipientStreet, + this.RecipientPostCodeAndTown, + this.xrLabel2, + this.xrTable1}); + this.GroupHeader1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.GroupHeader1.HeightF = 431.9167F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.StylePriority.UseFont = false; + // + // fieldApprovedFLSWithFactor + // + this.fieldApprovedFLSWithFactor.Expression = "[ApprovedFLSTotal] * [RateFactor]"; + this.fieldApprovedFLSWithFactor.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldApprovedFLSWithFactor.Name = "fieldApprovedFLSWithFactor"; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader2, + this.Zwischensumme}); + this.DetailReport.DataMember = "InvoiceItems"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4}); + this.Detail1.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.Detail1.HeightF = 17F; + this.Detail1.Name = "Detail1"; + this.Detail1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { + new DevExpress.XtraReports.UI.GroupField("PeriodStartDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); + this.Detail1.StylePriority.UseFont = false; + // + // xrTable4 + // + this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow33}); + this.xrTable4.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrTable4.StylePriority.UseBorderColor = false; + // + // xrTableRow33 + // + this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell52, + this.xrTableCell53}); + this.xrTableRow33.Name = "xrTableRow33"; + this.xrTableRow33.Weight = 0.085D; + // + // xrTableCell52 + // + this.xrTableCell52.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AbrechnungsText")}); + this.xrTableCell52.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell52.StylePriority.UseBorderColor = false; + this.xrTableCell52.StylePriority.UseBorders = false; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.Text = "abzüglich der geleisteten Abschlagszahlung:"; + this.xrTableCell52.Weight = 0.83602567232572123D; + // + // xrTableCell53 + // + this.xrTableCell53.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal", "{0:c}")}); + this.xrTableCell53.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell53.StylePriority.UseBorderColor = false; + this.xrTableCell53.StylePriority.UseBorders = false; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.Text = "xrTableCell10"; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell53.Weight = 0.16397432767427886D; + // + // GroupHeader2 + // + this.GroupHeader2.BorderColor = System.Drawing.Color.Transparent; + this.GroupHeader2.Expanded = false; + this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { + new DevExpress.XtraReports.UI.GroupField("RateFactor", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending)}); + this.GroupHeader2.HeightF = 0F; + this.GroupHeader2.Name = "GroupHeader2"; + this.GroupHeader2.StylePriority.UseBorderColor = false; + // + // Zwischensumme + // + this.Zwischensumme.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6}); + this.Zwischensumme.HeightF = 34F; + this.Zwischensumme.Name = "Zwischensumme"; + this.Zwischensumme.Visible = false; + // + // xrTable6 + // + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow12, + this.xrTableRow10}); + this.xrTable6.SizeF = new System.Drawing.SizeF(650F, 34F); + this.xrTable6.StylePriority.UseFont = false; + // + // xrTableRow12 + // + this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell9, + this.xrTableCell10}); + this.xrTableRow12.Name = "xrTableRow12"; + this.xrTableRow12.Weight = 0.40476190476190466D; + // + // xrTableCell9 + // + this.xrTableCell9.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell9.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorderColor = false; + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.Text = "Zwischensumme [ItemDescription]:"; + this.xrTableCell9.Weight = 2.5080772986778848D; + // + // xrTableCell10 + // + this.xrTableCell10.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal")}); + this.xrTableCell10.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell10.StylePriority.UseBorderColor = false; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:c}"; + xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.xrTableCell10.Summary = xrSummary1; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell10.Weight = 0.4919227013221153D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell7}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.40476190476190466D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.Weight = 3D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5}); + this.GroupFooter1.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.GroupFooter1.HeightF = 44.58329F; + this.GroupFooter1.Name = "GroupFooter1"; + this.GroupFooter1.StylePriority.UseFont = false; + // + // xrTable5 + // + this.xrTable5.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow31}); + this.xrTable5.SizeF = new System.Drawing.SizeF(706F, 29.50001F); + this.xrTable5.StylePriority.UseBorderColor = false; + // + // xrTableRow31 + // + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell49, + this.xrTableCell50}); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.Weight = 0.085D; + // + // xrTableCell49 + // + this.xrTableCell49.BorderColor = System.Drawing.Color.Black; + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell49.StylePriority.UseBorderColor = false; + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UsePadding = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.Text = "Gesamtsumme:"; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell49.Weight = 0.78955125075120181D; + // + // xrTableCell50 + // + this.xrTableCell50.BorderColor = System.Drawing.Color.Black; + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountBillableTotal", "{0:c}")}); + this.xrTableCell50.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell50.StylePriority.UseBorderColor = false; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.Text = "xrTableCell9"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell50.Weight = 0.21044874924879808D; + // + // xrPictureBox3 + // + this.xrPictureBox3.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource")); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 90.625F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(206.3752F, 103.5417F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox3.StylePriority.UsePadding = false; + // + // xrPictureBox1 + // + this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(499.6248F, 90.625F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(206.3752F, 103.5417F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox1.StylePriority.UsePadding = false; + // + // xrLabel5 + // + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel5.CanShrink = true; + this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel5.SizeF = new System.Drawing.SizeF(303.4583F, 17F); + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Autismus-Therapie-Zentrum - Zimmerplatz 1 - 59425 Unna"; + // + // xrLabel7 + // + this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 20.00001F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(101.4583F, 17F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Sachbearbeiter:"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel9 + // + this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 20.00001F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Frau Panek / Frau Kapteinat"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel13 + // + this.xrLabel13.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 37.00002F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(101.4583F, 17.00001F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Durchwahl:"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel14 + // + this.xrLabel14.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 37.00002F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "02303 / 9670-245 oder -257"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel15 + // + this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 54.00003F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(101.4584F, 17F); + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Telefax:"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel16 + // + this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 54.00003F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(237.542F, 17F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "02303 / 9670-227"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel17 + // + this.xrLabel17.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(470.458F, 71.00004F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(237.542F, 17.00001F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "fibu@lebenszentrum-koenigsborn.de"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel18 + // + this.xrLabel18.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 71.00004F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(101.4584F, 17.00001F); + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UsePadding = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "E-Mail:"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel8 + // + this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 110.625F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(351.4168F, 17F); + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UsePadding = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "Bei Zahlung bitte angeben:"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel19 + // + this.xrLabel19.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel19.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 127.625F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(137.8332F, 17.00001F); + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UsePadding = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "Deb.Konto-Nr:"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel20 + // + this.xrLabel20.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DebitorNumber")}); + this.xrLabel20.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 127.625F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(213.5836F, 17.00001F); + this.xrLabel20.StylePriority.UseBorders = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel21 + // + this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel21.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(356.5831F, 144.625F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(137.8332F, 17F); + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.StylePriority.UsePadding = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.Text = "Rechnungs-Nr:"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel22 + // + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel22.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 161.6251F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UsePadding = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "Fall-Nr.:"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel23 + // + this.xrLabel23.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrLabel23.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 178.625F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel23.StylePriority.UseBorders = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.StylePriority.UsePadding = false; + this.xrLabel23.StylePriority.UseTextAlignment = false; + this.xrLabel23.Text = "Erstell-Datum:"; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel24 + // + this.xrLabel24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel24.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 195.625F); + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(137.8333F, 17.00002F); + this.xrLabel24.StylePriority.UseBorders = false; + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.StylePriority.UsePadding = false; + this.xrLabel24.StylePriority.UseTextAlignment = false; + this.xrLabel24.Text = "Buchungs-Datum:"; + this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel25 + // + this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceNumber")}); + this.xrLabel25.Font = new DevExpress.Drawing.DXFont("Arial", 10F, ((DevExpress.Drawing.DXFontStyle)((DevExpress.Drawing.DXFontStyle.Bold | DevExpress.Drawing.DXFontStyle.Underline)))); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 144.625F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel26 + // + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel26.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 161.6251F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel27 + // + this.xrLabel27.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")}); + this.xrLabel27.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 178.625F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel27.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel28 + // + this.xrLabel28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AccountingEndDate")}); + this.xrLabel28.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(494.4164F, 195.625F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(213.5836F, 17F); + this.xrLabel28.StylePriority.UseBorders = false; + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.StylePriority.UseTextAlignment = false; + this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel28.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel3 + // + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 259F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel3.SizeF = new System.Drawing.SizeF(356.5832F, 19.00003F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Patient"; + // + // xrLabel4 + // + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 278F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel4.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "Name:"; + // + // xrLabel6 + // + this.xrLabel6.CanShrink = true; + this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 295F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel6.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Vorname:"; + // + // xrLabel29 + // + this.xrLabel29.CanShrink = true; + this.xrLabel29.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(0F, 312F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel29.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel29.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.Text = "Straße/Nr:"; + // + // xrLabel30 + // + this.xrLabel30.CanShrink = true; + this.xrLabel30.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 328.9999F); + this.xrLabel30.Name = "xrLabel30"; + this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel30.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel30.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel30.StylePriority.UseFont = false; + this.xrLabel30.Text = "PLZ, Ort:"; + // + // xrLabel31 + // + this.xrLabel31.CanShrink = true; + this.xrLabel31.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 362.9999F); + this.xrLabel31.Name = "xrLabel31"; + this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel31.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel31.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel31.StylePriority.UseFont = false; + this.xrLabel31.Text = "Fall-Nr:"; + // + // xrLabel32 + // + this.xrLabel32.CanShrink = true; + this.xrLabel32.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(0F, 379.9999F); + this.xrLabel32.Name = "xrLabel32"; + this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel32.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel32.SizeF = new System.Drawing.SizeF(106.5833F, 17.00003F); + this.xrLabel32.StylePriority.UseFont = false; + this.xrLabel32.Text = "Aufn-Datum:"; + // + // xrLabel33 + // + this.xrLabel33.CanShrink = true; + this.xrLabel33.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel33.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 346F); + this.xrLabel33.Name = "xrLabel33"; + this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel33.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel33.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel33.StylePriority.UseFont = false; + this.xrLabel33.Text = "Geb-Datum:"; + // + // xrLabel34 + // + this.xrLabel34.CanShrink = true; + this.xrLabel34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerLastName")}); + this.xrLabel34.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel34.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 278F); + this.xrLabel34.Name = "xrLabel34"; + this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel34.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel34.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel34.StylePriority.UseFont = false; + // + // xrLabel35 + // + this.xrLabel35.CanShrink = true; + this.xrLabel35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerFirstName")}); + this.xrLabel35.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 295F); + this.xrLabel35.Name = "xrLabel35"; + this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel35.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel35.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel35.StylePriority.UseFont = false; + // + // xrLabel36 + // + this.xrLabel36.CanShrink = true; + this.xrLabel36.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel36.LocationFloat = new DevExpress.Utils.PointFloat(106.5834F, 312F); + this.xrLabel36.Name = "xrLabel36"; + this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel36.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel36.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel36.StylePriority.UseFont = false; + // + // xrLabel37 + // + this.xrLabel37.CanShrink = true; + this.xrLabel37.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 328.9999F); + this.xrLabel37.Name = "xrLabel37"; + this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel37.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel37.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel37.StylePriority.UseFont = false; + // + // xrLabel38 + // + this.xrLabel38.CanShrink = true; + this.xrLabel38.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 362.9999F); + this.xrLabel38.Name = "xrLabel38"; + this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel38.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel38.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel38.StylePriority.UseFont = false; + // + // xrLabel39 + // + this.xrLabel39.CanShrink = true; + this.xrLabel39.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(106.5834F, 379.9999F); + this.xrLabel39.Name = "xrLabel39"; + this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel39.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel39.SizeF = new System.Drawing.SizeF(249.9998F, 17.00003F); + this.xrLabel39.StylePriority.UseFont = false; + // + // xrLabel40 + // + this.xrLabel40.CanShrink = true; + this.xrLabel40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday")}); + this.xrLabel40.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(106.5835F, 346F); + this.xrLabel40.Name = "xrLabel40"; + this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel40.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel40.SizeF = new System.Drawing.SizeF(249.9998F, 17F); + this.xrLabel40.StylePriority.UseFont = false; + this.xrLabel40.TextFormatString = "{0:dd.MM.yyyy}"; + // + // xrLabel41 + // + this.xrLabel41.CanShrink = true; + this.xrLabel41.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 259F); + this.xrLabel41.Name = "xrLabel41"; + this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel41.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel41.SizeF = new System.Drawing.SizeF(351.0416F, 19.00003F); + this.xrLabel41.StylePriority.UseFont = false; + this.xrLabel41.Text = "Versicherter"; + // + // xrLabel42 + // + this.xrLabel42.CanShrink = true; + this.xrLabel42.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel42.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 278F); + this.xrLabel42.Name = "xrLabel42"; + this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel42.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel42.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel42.StylePriority.UseFont = false; + this.xrLabel42.Text = "Name:"; + // + // xrLabel43 + // + this.xrLabel43.CanShrink = true; + this.xrLabel43.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 295F); + this.xrLabel43.Name = "xrLabel43"; + this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel43.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel43.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel43.StylePriority.UseFont = false; + this.xrLabel43.Text = "Vorname:"; + // + // xrLabel44 + // + this.xrLabel44.CanShrink = true; + this.xrLabel44.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 312F); + this.xrLabel44.Name = "xrLabel44"; + this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel44.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel44.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel44.StylePriority.UseFont = false; + this.xrLabel44.Text = "Straße/Nr:"; + // + // xrLabel45 + // + this.xrLabel45.CanShrink = true; + this.xrLabel45.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 328.9999F); + this.xrLabel45.Name = "xrLabel45"; + this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel45.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel45.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel45.StylePriority.UseFont = false; + this.xrLabel45.Text = "PLZ, Ort:"; + // + // xrLabel46 + // + this.xrLabel46.CanShrink = true; + this.xrLabel46.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 362.9999F); + this.xrLabel46.Name = "xrLabel46"; + this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel46.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel46.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel46.StylePriority.UseFont = false; + this.xrLabel46.Text = "VersNr:"; + // + // xrLabel47 + // + this.xrLabel47.CanShrink = true; + this.xrLabel47.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(356.5832F, 379.9999F); + this.xrLabel47.Name = "xrLabel47"; + this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel47.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel47.SizeF = new System.Drawing.SizeF(106.5833F, 17.00003F); + this.xrLabel47.StylePriority.UseFont = false; + this.xrLabel47.Text = "AktZeichen:"; + // + // xrLabel48 + // + this.xrLabel48.CanShrink = true; + this.xrLabel48.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 346F); + this.xrLabel48.Name = "xrLabel48"; + this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel48.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel48.SizeF = new System.Drawing.SizeF(106.5833F, 17F); + this.xrLabel48.StylePriority.UseFont = false; + this.xrLabel48.Text = "MitglArt:"; + // + // xrLabel49 + // + this.xrLabel49.CanShrink = true; + this.xrLabel49.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 346F); + this.xrLabel49.Name = "xrLabel49"; + this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel49.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel49.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel49.StylePriority.UseFont = false; + // + // xrLabel50 + // + this.xrLabel50.CanShrink = true; + this.xrLabel50.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(463.1666F, 379.9999F); + this.xrLabel50.Name = "xrLabel50"; + this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel50.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel50.SizeF = new System.Drawing.SizeF(244.4582F, 17.00003F); + this.xrLabel50.StylePriority.UseFont = false; + // + // xrLabel51 + // + this.xrLabel51.CanShrink = true; + this.xrLabel51.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 362.9999F); + this.xrLabel51.Name = "xrLabel51"; + this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel51.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel51.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel51.StylePriority.UseFont = false; + // + // xrLabel52 + // + this.xrLabel52.CanShrink = true; + this.xrLabel52.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel52.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 328.9999F); + this.xrLabel52.Name = "xrLabel52"; + this.xrLabel52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel52.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel52.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel52.StylePriority.UseFont = false; + // + // xrLabel53 + // + this.xrLabel53.CanShrink = true; + this.xrLabel53.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel53.LocationFloat = new DevExpress.Utils.PointFloat(463.1666F, 312F); + this.xrLabel53.Name = "xrLabel53"; + this.xrLabel53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel53.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel53.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel53.StylePriority.UseFont = false; + // + // xrLabel54 + // + this.xrLabel54.CanShrink = true; + this.xrLabel54.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel54.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 295F); + this.xrLabel54.Name = "xrLabel54"; + this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel54.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel54.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel54.StylePriority.UseFont = false; + // + // xrLabel55 + // + this.xrLabel55.CanShrink = true; + this.xrLabel55.Font = new DevExpress.Drawing.DXFont("Arial", 10F); + this.xrLabel55.LocationFloat = new DevExpress.Utils.PointFloat(463.1667F, 278F); + this.xrLabel55.Name = "xrLabel55"; + this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel55.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel55.SizeF = new System.Drawing.SizeF(244.4582F, 17F); + this.xrLabel55.StylePriority.UseFont = false; + // + // xrLabel11 + // + this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(192.7083F, 9.999974F); + this.xrLabel11.Multiline = true; + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(163.875F, 76.08337F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.Text = "Geschäftsführer: Michael Radix\r\nHRB 7040 Amtsgericht Hamm\r\nSteuernummer: 316/5925" + + "/1969"; + // + // xrLabel56 + // + this.xrLabel56.Font = new DevExpress.Drawing.DXFont("Arial", 8F); + this.xrLabel56.LocationFloat = new DevExpress.Utils.PointFloat(356.5833F, 9.999974F); + this.xrLabel56.Multiline = true; + this.xrLabel56.Name = "xrLabel56"; + this.xrLabel56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel56.SizeF = new System.Drawing.SizeF(200.8399F, 76.08337F); + this.xrLabel56.StylePriority.UseFont = false; + this.xrLabel56.Text = "Sparkasse UnnaKamen \r\nIBAN: DE64 4435 0060 0007 0012 90\r\nBIC: WELADED1 UNN"; + // + // xrPictureBox2 + // + this.xrPictureBox2.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft; + this.xrPictureBox2.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox2.ImageSource")); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(557.4232F, 9.999974F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(148.5768F, 56.41671F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrPictureBox2.StylePriority.UsePadding = false; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); + // + // Spitzabrechnung + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.ReportFooter, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupHeader1, + this.DetailReport, + this.GroupFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldApprovedFLSWithFactor}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull}); + this.Margins = new DevExpress.Drawing.DXMargins(75F, 44F, 204.1667F, 86.08335F); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; + this.Version = "23.2"; + xrWatermark1.Id = "Watermark1"; + this.Watermarks.Add(xrWatermark1); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).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 xrLabel2; + private DevExpress.XtraReports.UI.XRLabel RecipientPostCodeAndTown; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientStreet; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientDivision; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientContactPerson; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow rowErbrachteLeistung; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.CalculatedField fieldApprovedFLSWithFactor; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.GroupFooterBand Zwischensumme; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel33; + private DevExpress.XtraReports.UI.XRLabel xrLabel32; + private DevExpress.XtraReports.UI.XRLabel xrLabel31; + private DevExpress.XtraReports.UI.XRLabel xrLabel30; + private DevExpress.XtraReports.UI.XRLabel xrLabel29; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel34; + private DevExpress.XtraReports.UI.XRLabel xrLabel35; + private DevExpress.XtraReports.UI.XRLabel xrLabel36; + private DevExpress.XtraReports.UI.XRLabel xrLabel37; + private DevExpress.XtraReports.UI.XRLabel xrLabel38; + private DevExpress.XtraReports.UI.XRLabel xrLabel39; + private DevExpress.XtraReports.UI.XRLabel xrLabel40; + private DevExpress.XtraReports.UI.XRLabel xrLabel41; + private DevExpress.XtraReports.UI.XRLabel xrLabel42; + private DevExpress.XtraReports.UI.XRLabel xrLabel43; + private DevExpress.XtraReports.UI.XRLabel xrLabel44; + private DevExpress.XtraReports.UI.XRLabel xrLabel45; + private DevExpress.XtraReports.UI.XRLabel xrLabel46; + private DevExpress.XtraReports.UI.XRLabel xrLabel47; + private DevExpress.XtraReports.UI.XRLabel xrLabel48; + private DevExpress.XtraReports.UI.XRLabel xrLabel49; + private DevExpress.XtraReports.UI.XRLabel xrLabel50; + private DevExpress.XtraReports.UI.XRLabel xrLabel51; + private DevExpress.XtraReports.UI.XRLabel xrLabel52; + private DevExpress.XtraReports.UI.XRLabel xrLabel53; + private DevExpress.XtraReports.UI.XRLabel xrLabel54; + private DevExpress.XtraReports.UI.XRLabel xrLabel55; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel56; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + } +} \ No newline at end of file diff --git a/ReportImp/LebenszentrumKönigsborn/SettlementReport2.cs b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.cs new file mode 100644 index 000000000..9e15fe484 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.cs @@ -0,0 +1,61 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BeWo.Report; +using System.Text.RegularExpressions; +using BS.Shared.Extensions; + +namespace BeWo.Report.DefaultReports +{ + public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Spitzabrechnung() + { + InitializeComponent(); + } + + public void SetReportDataSource(Settlement2RO pRO) + { + if (String.IsNullOrEmpty(pRO.Notice)) + { + lblNotice.Visible = false; + } + + decimal rateFactor = 1; + + foreach (var ii in pRO.InvoiceItems) + { + if (ii.RateFactor.HasValue) + { + rateFactor = (100 + ii.RateFactor.Value) / 100; + } + + if (!pRO.FehlkontakteString.IsNullOrEmpty() && ii.RateFactor == 0) + { + Zwischensumme.Visible = true; + //if (!ii.ItemDescription.IsNullOrEmpty()) + //{ + //ii.AbrechnungsText = Regex.Replace(ii.DetailDescription, ii.ItemDescription, "Fehlkontakte"); + //} + ii.AbrechnungsText = ii.AbrechnungsText.Replace("FLS", "Std."); + ii.ItemDescription = "Fehlkontakte"; + } + else if (ii.ItemDescription.IsNullOrEmpty()) + { + ii.ItemDescription = "Fachleistungsstunden"; + } + } + pRO.RateFactor = (double)rateFactor; + + if (pRO.Salutation1.IsNullOrEmpty() && pRO.Salutation2.IsNullOrEmpty()) + { + lblAnrede.Text = "Guten Tag " + pRO.CustomerFirstName + " " + pRO.CustomerLastName + ","; + } + + this.bindingSource1.DataSource = pRO; + } + } +} diff --git a/ReportImp/LebenszentrumKönigsborn/SettlementReport2.resx b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.resx new file mode 100644 index 000000000..1fdf20817 --- /dev/null +++ b/ReportImp/LebenszentrumKönigsborn/SettlementReport2.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 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 + + \ No newline at end of file