diff --git a/Host/Host.csproj.user b/Host/Host.csproj.user index a441248c4..47b4326c0 100644 --- a/Host/Host.csproj.user +++ b/Host/Host.csproj.user @@ -3,7 +3,7 @@ BeWo2.0 true - Release|Any CPU + Debug|Any CPU false diff --git a/ReportImp/DomizielAnsbach/Invoicing/ZVInvoiceCreation.cs b/ReportImp/DomizielAnsbach/Invoicing/ZVInvoiceCreation.cs new file mode 100644 index 000000000..96c60d53e --- /dev/null +++ b/ReportImp/DomizielAnsbach/Invoicing/ZVInvoiceCreation.cs @@ -0,0 +1,60 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Service.DCEntityMapper; +using BeWo.Service.Invoicing; +using BS.Shared.Core; +using BS.Shared.DataContracts; +using BS.Shared.DataContracts.Compact; +using BS.Shared.Extensions; +using BS.Shared.Services; + + +namespace DomizielAnsbach.Invoicing +{ + public class ZVInvoiceCreation : InvoiceCreation + { + + private DateTime? accountingPeriodStart = null; + private DateTime? accountingPeriodEnd = null; + + public override void SetInvoiceId(ServiceInvoice invoice) + { + invoice.InvoiceBase.InvoiceId = "RechnungZV"; + invoice.InvoiceBase.InvoiceTypeText = "Zuverdienst"; + } + + public override void SetRecipientInformation(ServiceInvoice serviceInvoice, CostBearer costBearer) + { + base.SetRecipientInformation(serviceInvoice, costBearer); + Address address = costBearer.Organisation.InvoiceAddress; + + if (address == null) + { + address = costBearer.Organisation.Address; + } + if (address == null) + { + if (serviceInvoice.InvoiceBase.CostBearer2SupportConcept != null) + { + var c = serviceInvoice.InvoiceBase.CostBearer2SupportConcept.SupportConcept.Customer; + + address = c.Person.InvoiceAddress; + + if (address == null) + { + address = c.Person.Address; + } + } + } + + + if (address != null) + { + serviceInvoice.InvoiceBase.RecipientAddress = address.CopyToNew(); + } + } + } +} diff --git a/ReportImp/DomizielAnsbach/KlientenStammblattZV.Designer.cs b/ReportImp/DomizielAnsbach/KlientenStammblattZV.Designer.cs new file mode 100644 index 000000000..af7053625 --- /dev/null +++ b/ReportImp/DomizielAnsbach/KlientenStammblattZV.Designer.cs @@ -0,0 +1,11136 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class KlientenstammblattZV + { + /// + /// 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(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel390 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblErwerbsmindBef = new DevExpress.XtraReports.UI.XRLabel(); + this.chkBoxTeil = new DevExpress.XtraReports.UI.XRCheckBox(); + this.chkBoxVoll = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel389 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel364 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel365 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel366 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel367 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel369 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel370 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel371 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel372 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel373 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel375 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel376 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblLebensunterhalt = new DevExpress.XtraReports.UI.XRLabel(); + this.lblErwerbsmindB = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel382 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel384 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel385 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel388 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable9 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable8 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.lblFirmaTel = new DevExpress.XtraReports.UI.XRLabel(); + this.lblTätigkeiten = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel348 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel374 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblWochenAZeit = new DevExpress.XtraReports.UI.XRLabel(); + this.lblMotZuwendung = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel381 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFahrtpauschale = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel386 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel377 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel380 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel401 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFirma = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFirmaAnschrift = new DevExpress.XtraReports.UI.XRLabel(); + this.SubBand1 = new DevExpress.XtraReports.UI.SubBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.tableArbeitszeiten = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblMoBeginn = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblMoPause = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblMiPause = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblMoEnde = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ReportFooter1 = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.lblDatum = new DevExpress.XtraReports.UI.XRLabel(); + this.ReportHeader1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.lblZVAusscheiden = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel397 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel394 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblZVBefristung = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel392 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblZVAufnahme = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrLabel200 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel195 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel196 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel197 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox63 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel198 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel199 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel189 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel190 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox62 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox61 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel191 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel192 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox60 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel193 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel194 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel177 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel178 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel179 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel180 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel181 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox57 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel182 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel183 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox58 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel184 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel185 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel186 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox59 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel187 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel188 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel133 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel134 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox56 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel167 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel168 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel169 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox55 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel170 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel171 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox54 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel172 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel173 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel174 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel175 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel176 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel132 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel165 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel166 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel162 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel163 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel164 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel63 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel154 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox51 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel155 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel156 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox52 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel157 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel158 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel159 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox53 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel160 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel161 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox50 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel137 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel153 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox49 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel135 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel136 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel149 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel150 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox47 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel151 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel152 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox48 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel145 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel146 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox45 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel147 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel148 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox46 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel142 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel143 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel144 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox44 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel138 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel139 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox43 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel140 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel141 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox42 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel130 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel131 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel126 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox41 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel127 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox40 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel128 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel129 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel116 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel117 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel118 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox35 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel119 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox36 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox37 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel120 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel121 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel122 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel123 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox39 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox38 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel124 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel125 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox30 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox31 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox32 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox34 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox33 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel114 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel115 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel110 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel111 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox28 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox29 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel112 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel113 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel108 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel107 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox27 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox26 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel101 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox25 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel102 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel103 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel104 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel105 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel106 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel109 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel92 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox23 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox22 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel93 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel94 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel95 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel96 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel97 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel98 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel99 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox24 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel100 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel90 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox21 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel91 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel89 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel77 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel78 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel79 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel80 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel81 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel82 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel83 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel84 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel85 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel86 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel87 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox19 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox20 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel88 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel75 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel76 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox18 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox17 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel71 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel72 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel73 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel74 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox16 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox14 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel67 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel68 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel69 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel70 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox15 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel60 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel61 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel62 = new DevExpress.XtraReports.UI.XRLabel(); + this.chkBoxEinpersonenhh = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel64 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel65 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel66 = new DevExpress.XtraReports.UI.XRLabel(); + this.chkBoxMehrpersonenhh = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox11 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel58 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel59 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel50 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel51 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox10 = new DevExpress.XtraReports.UI.XRCheckBox(); + 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.xrLabel56 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel57 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox8 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox9 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox7 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = 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.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox4 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox5 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox6 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox3 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox2 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel45 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox1 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel561 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel(); + this.SubBand2 = new DevExpress.XtraReports.UI.SubBand(); + this.xrLabel346 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox221 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel399 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox256 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel329 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel328 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel327 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox255 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel326 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox254 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel325 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel324 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel323 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel322 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel321 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox249 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel320 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox250 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox251 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel319 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel318 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel317 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel316 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox253 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox252 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel315 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel314 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel313 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel312 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel311 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox244 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel310 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox246 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel309 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel308 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel307 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel306 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox248 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox247 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel305 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel304 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel299 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel298 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox218 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox217 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel297 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox216 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel296 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel295 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel291 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel278 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel277 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel276 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel275 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel274 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel273 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox210 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel253 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel252 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel251 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox211 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox209 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel250 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel249 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel248 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel247 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox208 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel246 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel245 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel244 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel243 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel242 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel241 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel240 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel239 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel238 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel237 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel236 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox205 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel235 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel234 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox206 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox204 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel233 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel232 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel231 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel230 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel229 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel223 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel222 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox202 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox203 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel221 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel220 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel216 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel215 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel214 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox201 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel211 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel210 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel209 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel208 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox200 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel207 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel206 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel205 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel204 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel203 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel202 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox207 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel213 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel212 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel256 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel255 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel254 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox212 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel228 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel227 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel226 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel225 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox213 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox215 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel224 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel219 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel218 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox214 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel217 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel262 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel261 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel260 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox219 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel259 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox220 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel258 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel257 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel279 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox226 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel272 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox225 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel271 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel270 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel268 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel267 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel266 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox222 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel265 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox223 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox224 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel264 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel263 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel294 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel293 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox242 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox243 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel292 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel290 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel289 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel288 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox241 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox240 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel287 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox239 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel286 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel285 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel281 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel331 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel330 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel303 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel302 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel301 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel300 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel359 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox234 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel358 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel357 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel356 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox235 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox233 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel355 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel354 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel353 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel352 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox232 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel351 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel350 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel349 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel345 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel344 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel343 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel342 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel341 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel340 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox228 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel339 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel338 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel337 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel336 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox229 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox231 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel335 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel333 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox230 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel282 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel362 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel361 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox236 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox238 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel360 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel332 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel284 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox237 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel283 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel269 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox227 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel280 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrCheckBox245 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel347 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel201 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.tableArbeitszeiten)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Font = new System.Drawing.Font("Arial", 10F); + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.StylePriority.UseFont = false; + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // PageFooter + // + this.PageFooter.HeightF = 0F; + this.PageFooter.Name = "PageFooter"; + this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 48F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 41F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel390, + this.lblErwerbsmindBef, + this.chkBoxTeil, + this.chkBoxVoll, + this.xrLabel389, + this.xrLabel364, + this.xrLabel365, + this.xrLabel366, + this.xrLabel367, + this.xrLabel369, + this.xrLabel370, + this.xrLabel371, + this.xrLabel372, + this.xrLabel373, + this.xrLabel375, + this.xrLabel376, + this.lblLebensunterhalt, + this.lblErwerbsmindB, + this.xrLabel382, + this.xrLabel384, + this.xrLabel385, + this.xrLabel388}); + this.ReportHeader.HeightF = 185.5604F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseForeColor = false; + // + // xrLabel390 + // + this.xrLabel390.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel390.LocationFloat = new DevExpress.Utils.PointFloat(350.4199F, 146.977F); + this.xrLabel390.Name = "xrLabel390"; + this.xrLabel390.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel390.SizeF = new System.Drawing.SizeF(207.289F, 24F); + this.xrLabel390.StylePriority.UseFont = false; + this.xrLabel390.Text = "ggf. Befristung Erwerbsmind.:"; + // + // lblErwerbsmindBef + // + this.lblErwerbsmindBef.Font = new System.Drawing.Font("Arial", 10F); + this.lblErwerbsmindBef.LocationFloat = new DevExpress.Utils.PointFloat(557.709F, 146.9771F); + this.lblErwerbsmindBef.Name = "lblErwerbsmindBef"; + this.lblErwerbsmindBef.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblErwerbsmindBef.SizeF = new System.Drawing.SizeF(116.5801F, 24F); + this.lblErwerbsmindBef.StylePriority.UseFont = false; + // + // chkBoxTeil + // + this.chkBoxTeil.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.chkBoxTeil.LocationFloat = new DevExpress.Utils.PointFloat(616.8608F, 98.97681F); + this.chkBoxTeil.Name = "chkBoxTeil"; + this.chkBoxTeil.SizeF = new System.Drawing.SizeF(57.64471F, 24.00002F); + this.chkBoxTeil.StylePriority.UseBorders = false; + this.chkBoxTeil.StylePriority.UseFont = false; + this.chkBoxTeil.StylePriority.UseTextAlignment = false; + this.chkBoxTeil.Text = "Teil"; + this.chkBoxTeil.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // chkBoxVoll + // + this.chkBoxVoll.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.chkBoxVoll.LocationFloat = new DevExpress.Utils.PointFloat(557.709F, 98.97681F); + this.chkBoxVoll.Name = "chkBoxVoll"; + this.chkBoxVoll.SizeF = new System.Drawing.SizeF(59.15186F, 24.00015F); + this.chkBoxVoll.StylePriority.UseBorders = false; + this.chkBoxVoll.StylePriority.UseFont = false; + this.chkBoxVoll.StylePriority.UseTextAlignment = false; + this.chkBoxVoll.Text = " Voll"; + this.chkBoxVoll.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel389 + // + this.xrLabel389.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel389.LocationFloat = new DevExpress.Utils.PointFloat(350.4199F, 98.97711F); + this.xrLabel389.Name = "xrLabel389"; + this.xrLabel389.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel389.SizeF = new System.Drawing.SizeF(207.289F, 24F); + this.xrLabel389.StylePriority.UseFont = false; + this.xrLabel389.Text = "ggf. Erwerbsminderung:"; + // + // xrLabel364 + // + this.xrLabel364.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel364.LocationFloat = new DevExpress.Utils.PointFloat(489.125F, 50.97713F); + this.xrLabel364.Name = "xrLabel364"; + this.xrLabel364.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel364.SizeF = new System.Drawing.SizeF(185.0435F, 24F); + this.xrLabel364.StylePriority.UseFont = false; + this.xrLabel364.Text = "[PostCode] [Town]"; + // + // xrLabel365 + // + this.xrLabel365.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Street")}); + this.xrLabel365.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel365.LocationFloat = new DevExpress.Utils.PointFloat(149.5801F, 50.97712F); + this.xrLabel365.Name = "xrLabel365"; + this.xrLabel365.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel365.SizeF = new System.Drawing.SizeF(197.875F, 24F); + this.xrLabel365.StylePriority.UseFont = false; + this.xrLabel365.Text = "Vorname:"; + // + // xrLabel366 + // + this.xrLabel366.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Mobile")}); + this.xrLabel366.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel366.LocationFloat = new DevExpress.Utils.PointFloat(150.4551F, 74.9771F); + this.xrLabel366.Name = "xrLabel366"; + this.xrLabel366.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel366.SizeF = new System.Drawing.SizeF(197F, 24F); + this.xrLabel366.StylePriority.UseFont = false; + this.xrLabel366.Text = "Vorname:"; + // + // xrLabel367 + // + this.xrLabel367.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Mail")}); + this.xrLabel367.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel367.LocationFloat = new DevExpress.Utils.PointFloat(150.4552F, 98.97697F); + this.xrLabel367.Name = "xrLabel367"; + this.xrLabel367.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel367.SizeF = new System.Drawing.SizeF(196.9999F, 24F); + this.xrLabel367.StylePriority.UseFont = false; + this.xrLabel367.Text = "Vorname:"; + // + // xrLabel369 + // + this.xrLabel369.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Phone")}); + this.xrLabel369.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel369.LocationFloat = new DevExpress.Utils.PointFloat(490F, 74.97711F); + this.xrLabel369.Name = "xrLabel369"; + this.xrLabel369.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel369.SizeF = new System.Drawing.SizeF(184.1684F, 24F); + this.xrLabel369.StylePriority.UseFont = false; + this.xrLabel369.Text = "Vorname:"; + // + // xrLabel370 + // + this.xrLabel370.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel370.LocationFloat = new DevExpress.Utils.PointFloat(349.5449F, 50.97712F); + this.xrLabel370.Name = "xrLabel370"; + this.xrLabel370.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel370.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel370.StylePriority.UseFont = false; + this.xrLabel370.Text = "PLZ/Ort:"; + // + // xrLabel371 + // + this.xrLabel371.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel371.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 50.97712F); + this.xrLabel371.Name = "xrLabel371"; + this.xrLabel371.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel371.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel371.StylePriority.UseFont = false; + this.xrLabel371.Text = "Straße:"; + // + // xrLabel372 + // + this.xrLabel372.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel372.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 74.9771F); + this.xrLabel372.Name = "xrLabel372"; + this.xrLabel372.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel372.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel372.StylePriority.UseFont = false; + this.xrLabel372.Text = "Handy:"; + // + // xrLabel373 + // + this.xrLabel373.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel373.LocationFloat = new DevExpress.Utils.PointFloat(10.87513F, 98.97711F); + this.xrLabel373.Name = "xrLabel373"; + this.xrLabel373.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel373.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel373.StylePriority.UseFont = false; + this.xrLabel373.Text = "E-Mail:"; + // + // xrLabel375 + // + this.xrLabel375.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel375.LocationFloat = new DevExpress.Utils.PointFloat(350.4199F, 74.9771F); + this.xrLabel375.Name = "xrLabel375"; + this.xrLabel375.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel375.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel375.StylePriority.UseFont = false; + this.xrLabel375.Text = "Festnetznummer:"; + // + // xrLabel376 + // + this.xrLabel376.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Occupation")}); + this.xrLabel376.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel376.LocationFloat = new DevExpress.Utils.PointFloat(150.4552F, 122.977F); + this.xrLabel376.Name = "xrLabel376"; + this.xrLabel376.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel376.SizeF = new System.Drawing.SizeF(196.9999F, 24F); + this.xrLabel376.StylePriority.UseFont = false; + this.xrLabel376.Text = "Vorname:"; + // + // lblLebensunterhalt + // + this.lblLebensunterhalt.Font = new System.Drawing.Font("Arial", 10F); + this.lblLebensunterhalt.LocationFloat = new DevExpress.Utils.PointFloat(150.4552F, 146.9771F); + this.lblLebensunterhalt.Name = "lblLebensunterhalt"; + this.lblLebensunterhalt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblLebensunterhalt.SizeF = new System.Drawing.SizeF(196.9999F, 24F); + this.lblLebensunterhalt.StylePriority.UseFont = false; + // + // lblErwerbsmindB + // + this.lblErwerbsmindB.Font = new System.Drawing.Font("Arial", 10F); + this.lblErwerbsmindB.LocationFloat = new DevExpress.Utils.PointFloat(557.7089F, 122.9771F); + this.lblErwerbsmindB.Name = "lblErwerbsmindB"; + this.lblErwerbsmindB.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblErwerbsmindB.SizeF = new System.Drawing.SizeF(116.5801F, 24F); + this.lblErwerbsmindB.StylePriority.UseFont = false; + // + // xrLabel382 + // + this.xrLabel382.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel382.LocationFloat = new DevExpress.Utils.PointFloat(10.87523F, 122.977F); + this.xrLabel382.Name = "xrLabel382"; + this.xrLabel382.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel382.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel382.StylePriority.UseFont = false; + this.xrLabel382.Text = "ggf. Beruf:"; + // + // xrLabel384 + // + this.xrLabel384.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel384.LocationFloat = new DevExpress.Utils.PointFloat(10.87523F, 146.9771F); + this.xrLabel384.Name = "xrLabel384"; + this.xrLabel384.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel384.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel384.StylePriority.UseFont = false; + this.xrLabel384.Text = "Lebensunterhalt:"; + // + // xrLabel385 + // + this.xrLabel385.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel385.LocationFloat = new DevExpress.Utils.PointFloat(350.4199F, 122.977F); + this.xrLabel385.Name = "xrLabel385"; + this.xrLabel385.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel385.SizeF = new System.Drawing.SizeF(207.289F, 24F); + this.xrLabel385.StylePriority.UseFont = false; + this.xrLabel385.Text = "ggf. Beginn Erwerbsmind.:"; + // + // xrLabel388 + // + this.xrLabel388.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel388.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 0F); + this.xrLabel388.Name = "xrLabel388"; + this.xrLabel388.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel388.SizeF = new System.Drawing.SizeF(664.1683F, 25F); + this.xrLabel388.StylePriority.UseFont = false; + this.xrLabel388.StylePriority.UseTextAlignment = false; + this.xrLabel388.Text = "ZV-Teilnehmer/in: [Name]"; + this.xrLabel388.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader1, + this.GroupFooter1, + this.ReportFooter1, + this.ReportHeader1}); + this.DetailReport.DataMember = "EnvironmentPersons"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 1; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable9}); + this.Detail1.HeightF = 18F; + this.Detail1.Name = "Detail1"; + // + // xrTable9 + // + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(10.00002F, 0F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow24}); + this.xrTable9.SizeF = new System.Drawing.SizeF(653.2933F, 18F); + this.xrTable9.StylePriority.UseFont = false; + // + // xrTableRow24 + // + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell50, + this.xrTableCell51, + this.xrTableCell54, + this.xrTableCell52}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Weight = 1.125D; + // + // xrTableCell50 + // + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EnvironmentPersons.Person")}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.Text = "Betreuer"; + this.xrTableCell50.Weight = 0.1830217826312335D; + // + // xrTableCell51 + // + this.xrTableCell51.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EnvironmentPersons.RelationRole")}); + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell51.StylePriority.UseBorders = false; + this.xrTableCell51.StylePriority.UseFont = false; + this.xrTableCell51.StylePriority.UsePadding = false; + this.xrTableCell51.Text = "Rolle"; + this.xrTableCell51.Weight = 0.19859813129588633D; + // + // xrTableCell54 + // + this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EnvironmentPersons.Person.AddressString")}); + this.xrTableCell54.Multiline = true; + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell54.StylePriority.UseBorders = false; + this.xrTableCell54.StylePriority.UsePadding = false; + this.xrTableCell54.Text = "xrTableCell54"; + this.xrTableCell54.Weight = 0.23028790245174993D; + // + // xrTableCell52 + // + this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell52.StylePriority.UseBorders = false; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.StylePriority.UsePadding = false; + this.xrTableCell52.Text = "[Person.Communication1] [Person.Communication2] [Person.Communication3] [Person.C" + + "ommunication4] "; + this.xrTableCell52.Weight = 0.40568292920834553D; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable8}); + this.GroupHeader1.HeightF = 39.36754F; + this.GroupHeader1.Name = "GroupHeader1"; + // + // xrTable8 + // + this.xrTable8.LocationFloat = new DevExpress.Utils.PointFloat(9.999992F, 21.36752F); + this.xrTable8.Name = "xrTable8"; + this.xrTable8.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow23}); + this.xrTable8.SizeF = new System.Drawing.SizeF(653.2933F, 18F); + // + // xrTableRow23 + // + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell47, + this.xrTableCell48, + this.xrTableCell53, + this.xrTableCell49}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.Weight = 1.0588235294117647D; + // + // xrTableCell47 + // + this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell47.StylePriority.UseBorders = false; + this.xrTableCell47.StylePriority.UseFont = false; + this.xrTableCell47.StylePriority.UsePadding = false; + this.xrTableCell47.Text = "Person"; + this.xrTableCell47.Weight = 0.18302173476531583D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UsePadding = false; + this.xrTableCell48.Text = "Rolle"; + this.xrTableCell48.Weight = 0.19859821471175124D; + // + // xrTableCell53 + // + this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell53.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell53.StylePriority.UseBorders = false; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UsePadding = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.Text = "Adresse"; + this.xrTableCell53.Weight = 0.23028792633062667D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UsePadding = false; + this.xrTableCell49.Text = "Telefon"; + this.xrTableCell49.Weight = 0.40568290532946877D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblFirmaTel, + this.lblTätigkeiten, + this.xrLabel348, + this.xrLabel374, + this.lblWochenAZeit, + this.lblMotZuwendung, + this.xrLabel381, + this.lblFahrtpauschale, + this.xrLabel386, + this.xrLabel377, + this.xrLabel380, + this.xrLabel401, + this.lblFirma, + this.lblFirmaAnschrift}); + this.GroupFooter1.HeightF = 179.9998F; + this.GroupFooter1.Name = "GroupFooter1"; + this.GroupFooter1.SubBands.AddRange(new DevExpress.XtraReports.UI.SubBand[] { + this.SubBand1}); + // + // lblFirmaTel + // + this.lblFirmaTel.Font = new System.Drawing.Font("Arial", 10F); + this.lblFirmaTel.LocationFloat = new DevExpress.Utils.PointFloat(341.5394F, 51.04167F); + this.lblFirmaTel.Multiline = true; + this.lblFirmaTel.Name = "lblFirmaTel"; + this.lblFirmaTel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblFirmaTel.SizeF = new System.Drawing.SizeF(271.7408F, 24F); + this.lblFirmaTel.StylePriority.UseFont = false; + this.lblFirmaTel.Text = "Kontakt"; + // + // lblTätigkeiten + // + this.lblTätigkeiten.Font = new System.Drawing.Font("Arial", 10F); + this.lblTätigkeiten.LocationFloat = new DevExpress.Utils.PointFloat(149.58F, 88.54166F); + this.lblTätigkeiten.Multiline = true; + this.lblTätigkeiten.Name = "lblTätigkeiten"; + this.lblTätigkeiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblTätigkeiten.SizeF = new System.Drawing.SizeF(523.7133F, 24F); + this.lblTätigkeiten.StylePriority.UseFont = false; + // + // xrLabel348 + // + this.xrLabel348.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel348.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 88.54166F); + this.xrLabel348.Name = "xrLabel348"; + this.xrLabel348.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel348.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel348.StylePriority.UseFont = false; + this.xrLabel348.Text = "Tätigkeiten:"; + // + // xrLabel374 + // + this.xrLabel374.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel374.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 112.5417F); + this.xrLabel374.Name = "xrLabel374"; + this.xrLabel374.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel374.SizeF = new System.Drawing.SizeF(139.58F, 27.99988F); + this.xrLabel374.StylePriority.UseFont = false; + this.xrLabel374.Text = "Wochenarbeitszeit:"; + // + // lblWochenAZeit + // + this.lblWochenAZeit.Font = new System.Drawing.Font("Arial", 10F); + this.lblWochenAZeit.LocationFloat = new DevExpress.Utils.PointFloat(149.5799F, 112.5416F); + this.lblWochenAZeit.Name = "lblWochenAZeit"; + this.lblWochenAZeit.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblWochenAZeit.SizeF = new System.Drawing.SizeF(63.90639F, 27.99988F); + this.lblWochenAZeit.StylePriority.UseFont = false; + // + // lblMotZuwendung + // + this.lblMotZuwendung.Font = new System.Drawing.Font("Arial", 10F); + this.lblMotZuwendung.LocationFloat = new DevExpress.Utils.PointFloat(480.2034F, 112.5416F); + this.lblMotZuwendung.Name = "lblMotZuwendung"; + this.lblMotZuwendung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMotZuwendung.SizeF = new System.Drawing.SizeF(44F, 28F); + this.lblMotZuwendung.StylePriority.UseFont = false; + // + // xrLabel381 + // + this.xrLabel381.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel381.LocationFloat = new DevExpress.Utils.PointFloat(303.7245F, 112.5416F); + this.xrLabel381.Name = "xrLabel381"; + this.xrLabel381.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel381.SizeF = new System.Drawing.SizeF(176.4789F, 27.99988F); + this.xrLabel381.StylePriority.UseFont = false; + this.xrLabel381.Text = "Motivationszuwendung:"; + // + // lblFahrtpauschale + // + this.lblFahrtpauschale.Font = new System.Drawing.Font("Arial", 10F); + this.lblFahrtpauschale.LocationFloat = new DevExpress.Utils.PointFloat(480.2034F, 140.5415F); + this.lblFahrtpauschale.Name = "lblFahrtpauschale"; + this.lblFahrtpauschale.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblFahrtpauschale.SizeF = new System.Drawing.SizeF(44F, 28F); + this.lblFahrtpauschale.StylePriority.UseFont = false; + // + // xrLabel386 + // + this.xrLabel386.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel386.LocationFloat = new DevExpress.Utils.PointFloat(303.7245F, 140.5415F); + this.xrLabel386.Name = "xrLabel386"; + this.xrLabel386.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel386.SizeF = new System.Drawing.SizeF(176.4789F, 28F); + this.xrLabel386.StylePriority.UseFont = false; + this.xrLabel386.Text = "Fahrtkostenpauschale:"; + // + // xrLabel377 + // + this.xrLabel377.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel377.LocationFloat = new DevExpress.Utils.PointFloat(213.4863F, 112.5416F); + this.xrLabel377.Name = "xrLabel377"; + this.xrLabel377.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel377.SizeF = new System.Drawing.SizeF(77.07231F, 27.99988F); + this.xrLabel377.StylePriority.UseFont = false; + this.xrLabel377.Text = "Std./Wo."; + // + // xrLabel380 + // + this.xrLabel380.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel380.LocationFloat = new DevExpress.Utils.PointFloat(524.2034F, 112.5415F); + this.xrLabel380.Multiline = true; + this.xrLabel380.Name = "xrLabel380"; + this.xrLabel380.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel380.SizeF = new System.Drawing.SizeF(149.0897F, 27.99999F); + this.xrLabel380.StylePriority.UseFont = false; + this.xrLabel380.Text = "EUR/ Anwesenheitsstunde"; + // + // xrLabel401 + // + this.xrLabel401.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel401.LocationFloat = new DevExpress.Utils.PointFloat(524.2034F, 140.5415F); + this.xrLabel401.Name = "xrLabel401"; + this.xrLabel401.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel401.SizeF = new System.Drawing.SizeF(149.0897F, 28F); + this.xrLabel401.StylePriority.UseFont = false; + this.xrLabel401.Text = "EUR / Anwesenheitstag"; + // + // lblFirma + // + this.lblFirma.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.lblFirma.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 26.04167F); + this.lblFirma.Name = "lblFirma"; + this.lblFirma.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblFirma.SizeF = new System.Drawing.SizeF(663.2932F, 25F); + this.lblFirma.StylePriority.UseFont = false; + this.lblFirma.StylePriority.UseTextAlignment = false; + this.lblFirma.Text = "ZV-Unternehmen: "; + this.lblFirma.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblFirmaAnschrift + // + this.lblFirmaAnschrift.Font = new System.Drawing.Font("Arial", 10F); + this.lblFirmaAnschrift.LocationFloat = new DevExpress.Utils.PointFloat(161.4028F, 51.04167F); + this.lblFirmaAnschrift.Multiline = true; + this.lblFirmaAnschrift.Name = "lblFirmaAnschrift"; + this.lblFirmaAnschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblFirmaAnschrift.SizeF = new System.Drawing.SizeF(179.5756F, 24F); + this.lblFirmaAnschrift.StylePriority.UseFont = false; + this.lblFirmaAnschrift.Text = "Anschrift"; + // + // SubBand1 + // + this.SubBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.tableArbeitszeiten}); + this.SubBand1.HeightF = 133.75F; + this.SubBand1.Name = "SubBand1"; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(10.97841F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(664.1683F, 24F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "Arbeitszeiten: Gültig von [Customer.Arbeitszeiten.GueltigVon!dd.MM.yyyy] bis [Cus" + + "tomer.Arbeitszeiten.GueltigBis!dd.MM.yyyy]"; + // + // tableArbeitszeiten + // + this.tableArbeitszeiten.BorderColor = System.Drawing.Color.Black; + this.tableArbeitszeiten.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.tableArbeitszeiten.LocationFloat = new DevExpress.Utils.PointFloat(10.97841F, 24.00004F); + this.tableArbeitszeiten.Name = "tableArbeitszeiten"; + this.tableArbeitszeiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.tableArbeitszeiten.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3, + this.xrTableRow4, + this.xrTableRow5, + this.xrTableRow6}); + this.tableArbeitszeiten.SizeF = new System.Drawing.SizeF(664.1684F, 100F); + this.tableArbeitszeiten.StylePriority.UseFont = false; + this.tableArbeitszeiten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell8, + this.xrTableCell9, + this.xrTableCell3, + this.xrTableCell5, + this.xrTableCell4, + this.xrTableCell10, + this.xrTableCell12, + this.xrTableCell14, + this.xrTableCell6}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow3.Weight = 1.25D; + // + // xrTableCell8 + // + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "Arbeitstage:"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell8.Weight = 0.11363635894501924D; + // + // xrTableCell9 + // + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "Montag"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell9.Weight = 0.10101009069858014D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Dienstag"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell3.Weight = 0.10101003290014023D; + // + // xrTableCell5 + // + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell5.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Mittwoch"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell5.Weight = 0.1010100136339936D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Donnerstag"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell4.Weight = 0.10101009069858014D; + // + // xrTableCell10 + // + this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:0.##}"; + this.xrTableCell10.Summary = xrSummary1; + this.xrTableCell10.Text = "Freitag"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell10.Weight = 0.10101009738025651D; + // + // xrTableCell12 + // + this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 0, 100F); + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell12.Weight = 0.026266654790787117D; + // + // xrTableCell14 + // + this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "Samstag"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell14.Weight = 0.094696969965346947D; + // + // xrTableCell6 + // + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Sonntag"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell6.Weight = 0.098946099436340293D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell7, + this.lblMoBeginn, + this.xrTableCell13, + this.xrTableCell15, + this.xrTableCell16, + this.xrTableCell17, + this.xrTableCell18, + this.xrTableCell19, + this.xrTableCell20}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 1.25D; + // + // xrTableCell7 + // + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.Text = "Arbeitsbeginn:"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell7.Weight = 0.11363631077965243D; + // + // lblMoBeginn + // + this.lblMoBeginn.Font = new System.Drawing.Font("Arial", 9.75F); + this.lblMoBeginn.Name = "lblMoBeginn"; + this.lblMoBeginn.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.lblMoBeginn.StylePriority.UseFont = false; + this.lblMoBeginn.StylePriority.UsePadding = false; + this.lblMoBeginn.StylePriority.UseTextAlignment = false; + this.lblMoBeginn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.lblMoBeginn.Weight = 0.10101009069858036D; + // + // xrTableCell13 + // + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell13.Weight = 0.10101007143243349D; + // + // xrTableCell15 + // + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UsePadding = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell15.Weight = 0.10101005216628688D; + // + // xrTableCell16 + // + this.xrTableCell16.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UsePadding = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell16.Weight = 0.10101005216628686D; + // + // xrTableCell17 + // + this.xrTableCell17.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UsePadding = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell17.Weight = 0.10101009738025651D; + // + // xrTableCell18 + // + this.xrTableCell18.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 0, 100F); + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UsePadding = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell18.Weight = 0.026266664423860435D; + // + // xrTableCell19 + // + this.xrTableCell19.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.StylePriority.UseTextAlignment = false; + this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell19.Weight = 0.094696969965346947D; + // + // xrTableCell20 + // + this.xrTableCell20.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell20.Weight = 0.098946099436340293D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell21, + this.lblMoPause, + this.xrTableCell23, + this.lblMiPause, + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27, + this.xrTableCell28, + this.xrTableCell29}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 1.25D; + // + // xrTableCell21 + // + this.xrTableCell21.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.StylePriority.UsePadding = false; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.Text = "Pause (Min.):"; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell21.Weight = 0.11363627224735939D; + // + // lblMoPause + // + this.lblMoPause.Font = new System.Drawing.Font("Arial", 9.75F); + this.lblMoPause.Name = "lblMoPause"; + this.lblMoPause.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.lblMoPause.StylePriority.UseFont = false; + this.lblMoPause.StylePriority.UsePadding = false; + this.lblMoPause.StylePriority.UseTextAlignment = false; + this.lblMoPause.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.lblMoPause.Weight = 0.10101009069858014D; + // + // xrTableCell23 + // + this.xrTableCell23.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UsePadding = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell23.Weight = 0.10101007143243349D; + // + // lblMiPause + // + this.lblMiPause.Font = new System.Drawing.Font("Arial", 9.75F); + this.lblMiPause.Name = "lblMiPause"; + this.lblMiPause.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.lblMiPause.StylePriority.UseFont = false; + this.lblMiPause.StylePriority.UsePadding = false; + this.lblMiPause.StylePriority.UseTextAlignment = false; + this.lblMiPause.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.lblMiPause.Weight = 0.10101009069858014D; + // + // xrTableCell25 + // + this.xrTableCell25.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UsePadding = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell25.Weight = 0.10101005216628686D; + // + // xrTableCell26 + // + this.xrTableCell26.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UsePadding = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell26.Weight = 0.10101009738025651D; + // + // xrTableCell27 + // + this.xrTableCell27.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 0, 100F); + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UsePadding = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell27.Weight = 0.026266664423860435D; + // + // xrTableCell28 + // + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell28.Weight = 0.094696969965346947D; + // + // xrTableCell29 + // + this.xrTableCell29.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.StylePriority.UseFont = false; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell29.Weight = 0.098946099436340293D; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell30, + this.lblMoEnde, + this.xrTableCell32, + this.xrTableCell33, + this.xrTableCell34, + this.xrTableCell35, + this.xrTableCell36, + this.xrTableCell37, + this.xrTableCell38}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 1.25D; + // + // xrTableCell30 + // + this.xrTableCell30.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell30.StylePriority.UseFont = false; + this.xrTableCell30.StylePriority.UsePadding = false; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.Text = "Arbeitsende:"; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell30.Weight = 0.11363623371506613D; + // + // lblMoEnde + // + this.lblMoEnde.Font = new System.Drawing.Font("Arial", 9.75F); + this.lblMoEnde.Name = "lblMoEnde"; + this.lblMoEnde.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.lblMoEnde.StylePriority.UseFont = false; + this.lblMoEnde.StylePriority.UsePadding = false; + this.lblMoEnde.StylePriority.UseTextAlignment = false; + this.lblMoEnde.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.lblMoEnde.Weight = 0.10101009069858014D; + // + // xrTableCell32 + // + this.xrTableCell32.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell32.Weight = 0.10101009069858011D; + // + // xrTableCell33 + // + this.xrTableCell33.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UsePadding = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell33.Weight = 0.10101009069858014D; + // + // xrTableCell34 + // + this.xrTableCell34.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UsePadding = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell34.Weight = 0.10101009069858014D; + // + // xrTableCell35 + // + this.xrTableCell35.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UsePadding = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell35.Weight = 0.10101009738025651D; + // + // xrTableCell36 + // + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 0, 100F); + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UsePadding = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell36.Weight = 0.0262666451577138D; + // + // xrTableCell37 + // + this.xrTableCell37.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.StylePriority.UseTextAlignment = false; + this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell37.Weight = 0.094696969965346947D; + // + // xrTableCell38 + // + this.xrTableCell38.Font = new System.Drawing.Font("Arial", 9.75F); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell38.Weight = 0.098946099436340293D; + // + // ReportFooter1 + // + this.ReportFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblDatum}); + this.ReportFooter1.HeightF = 34.00001F; + this.ReportFooter1.Name = "ReportFooter1"; + // + // lblDatum + // + this.lblDatum.Font = new System.Drawing.Font("Arial", 10F); + this.lblDatum.LocationFloat = new DevExpress.Utils.PointFloat(489.125F, 10.00001F); + this.lblDatum.Name = "lblDatum"; + this.lblDatum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblDatum.SizeF = new System.Drawing.SizeF(196.9997F, 24F); + this.lblDatum.StylePriority.UseFont = false; + this.lblDatum.Text = "Stand: "; + // + // ReportHeader1 + // + this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblZVAusscheiden, + this.xrLabel397, + this.xrLabel394, + this.lblZVBefristung, + this.xrLabel392, + this.lblZVAufnahme}); + this.ReportHeader1.HeightF = 68.79167F; + this.ReportHeader1.Name = "ReportHeader1"; + // + // lblZVAusscheiden + // + this.lblZVAusscheiden.Font = new System.Drawing.Font("Arial", 10F); + this.lblZVAusscheiden.LocationFloat = new DevExpress.Utils.PointFloat(193.6944F, 44.79167F); + this.lblZVAusscheiden.Name = "lblZVAusscheiden"; + this.lblZVAusscheiden.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblZVAusscheiden.SizeF = new System.Drawing.SizeF(165.614F, 24F); + this.lblZVAusscheiden.StylePriority.UseFont = false; + // + // xrLabel397 + // + this.xrLabel397.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel397.LocationFloat = new DevExpress.Utils.PointFloat(11.85334F, 44.79167F); + this.xrLabel397.Name = "xrLabel397"; + this.xrLabel397.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel397.SizeF = new System.Drawing.SizeF(181.8411F, 24F); + this.xrLabel397.StylePriority.UseFont = false; + this.xrLabel397.Text = "Ausscheiden aus dem ZV:"; + // + // xrLabel394 + // + this.xrLabel394.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel394.LocationFloat = new DevExpress.Utils.PointFloat(361.3982F, 20.79169F); + this.xrLabel394.Name = "xrLabel394"; + this.xrLabel394.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel394.SizeF = new System.Drawing.SizeF(182.7164F, 24F); + this.xrLabel394.StylePriority.UseFont = false; + this.xrLabel394.Text = "Aktuelle Befristung im ZV:"; + // + // lblZVBefristung + // + this.lblZVBefristung.Font = new System.Drawing.Font("Arial", 10F); + this.lblZVBefristung.LocationFloat = new DevExpress.Utils.PointFloat(544.1146F, 20.79169F); + this.lblZVBefristung.Name = "lblZVBefristung"; + this.lblZVBefristung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblZVBefristung.SizeF = new System.Drawing.SizeF(116.5801F, 24F); + this.lblZVBefristung.StylePriority.UseFont = false; + // + // xrLabel392 + // + this.xrLabel392.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel392.LocationFloat = new DevExpress.Utils.PointFloat(11.85334F, 20.79169F); + this.xrLabel392.Name = "xrLabel392"; + this.xrLabel392.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel392.SizeF = new System.Drawing.SizeF(181.8411F, 24F); + this.xrLabel392.StylePriority.UseFont = false; + this.xrLabel392.Text = "Aufnahme in den ZV:"; + // + // lblZVAufnahme + // + this.lblZVAufnahme.Font = new System.Drawing.Font("Arial", 10F); + this.lblZVAufnahme.LocationFloat = new DevExpress.Utils.PointFloat(193.6946F, 20.79169F); + this.lblZVAufnahme.Name = "lblZVAufnahme"; + this.lblZVAufnahme.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblZVAufnahme.SizeF = new System.Drawing.SizeF(165.6139F, 24F); + this.lblZVAufnahme.StylePriority.UseFont = false; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO); + // + // ReportFooter + // + this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel200, + this.xrLabel195, + this.xrLabel196, + this.xrLabel197, + this.xrCheckBox63, + this.xrLabel198, + this.xrLabel199, + this.xrLabel189, + this.xrLabel190, + this.xrCheckBox62, + this.xrCheckBox61, + this.xrLabel191, + this.xrLabel192, + this.xrCheckBox60, + this.xrLabel193, + this.xrLabel194, + this.xrLabel177, + this.xrLabel178, + this.xrLabel179, + this.xrLabel180, + this.xrLabel181, + this.xrCheckBox57, + this.xrLabel182, + this.xrLabel183, + this.xrCheckBox58, + this.xrLabel184, + this.xrLabel185, + this.xrLabel186, + this.xrCheckBox59, + this.xrLabel187, + this.xrLabel188, + this.xrLabel133, + this.xrLabel134, + this.xrCheckBox56, + this.xrLabel167, + this.xrLabel168, + this.xrLabel169, + this.xrCheckBox55, + this.xrLabel170, + this.xrLabel171, + this.xrCheckBox54, + this.xrLabel172, + this.xrLabel173, + this.xrLabel174, + this.xrLabel175, + this.xrLabel176, + this.xrLabel132, + this.xrLabel165, + this.xrLabel166, + this.xrLabel162, + this.xrLabel163, + this.xrLabel164, + this.xrLabel63, + this.xrLabel154, + this.xrCheckBox51, + this.xrLabel155, + this.xrLabel156, + this.xrCheckBox52, + this.xrLabel157, + this.xrLabel158, + this.xrLabel159, + this.xrCheckBox53, + this.xrLabel160, + this.xrLabel161, + this.xrCheckBox50, + this.xrLabel137, + this.xrLabel153, + this.xrCheckBox49, + this.xrLabel135, + this.xrLabel136, + this.xrLabel149, + this.xrLabel150, + this.xrCheckBox47, + this.xrLabel151, + this.xrLabel152, + this.xrCheckBox48, + this.xrLabel145, + this.xrLabel146, + this.xrCheckBox45, + this.xrLabel147, + this.xrLabel148, + this.xrCheckBox46, + this.xrLabel142, + this.xrLabel143, + this.xrLabel144, + this.xrCheckBox44, + this.xrLabel138, + this.xrLabel139, + this.xrCheckBox43, + this.xrLabel140, + this.xrLabel141, + this.xrCheckBox42, + this.xrLabel130, + this.xrLabel131, + this.xrLabel126, + this.xrCheckBox41, + this.xrLabel127, + this.xrCheckBox40, + this.xrLabel128, + this.xrLabel129, + this.xrLabel116, + this.xrLabel117, + this.xrLabel118, + this.xrCheckBox35, + this.xrLabel119, + this.xrCheckBox36, + this.xrCheckBox37, + this.xrLabel120, + this.xrLabel121, + this.xrLabel122, + this.xrLabel123, + this.xrCheckBox39, + this.xrCheckBox38, + this.xrLabel124, + this.xrLabel125, + this.xrLabel7, + this.xrLabel14, + this.xrLabel21, + this.xrCheckBox30, + this.xrLabel25, + this.xrCheckBox31, + this.xrCheckBox32, + this.xrLabel28, + this.xrLabel32, + this.xrLabel42, + this.xrLabel43, + this.xrCheckBox34, + this.xrCheckBox33, + this.xrLabel114, + this.xrLabel115, + this.xrLabel110, + this.xrLabel111, + this.xrCheckBox28, + this.xrCheckBox29, + this.xrLabel112, + this.xrLabel113, + this.xrLabel108, + this.xrLabel107, + this.xrCheckBox27, + this.xrCheckBox26, + this.xrLabel101, + this.xrCheckBox25, + this.xrLabel102, + this.xrLabel103, + this.xrLabel104, + this.xrLabel105, + this.xrLabel106, + this.xrLabel109, + this.xrLabel92, + this.xrCheckBox23, + this.xrCheckBox22, + this.xrLabel93, + this.xrLabel94, + this.xrLabel95, + this.xrLabel96, + this.xrLabel97, + this.xrLabel98, + this.xrLabel99, + this.xrCheckBox24, + this.xrLabel100, + this.xrLabel90, + this.xrCheckBox21, + this.xrLabel91, + this.xrLabel89, + this.xrLabel77, + this.xrLabel78, + this.xrLabel79, + this.xrLabel80, + this.xrLabel81, + this.xrLabel82, + this.xrLabel83, + this.xrLabel84, + this.xrLabel85, + this.xrLabel86, + this.xrLabel87, + this.xrCheckBox19, + this.xrCheckBox20, + this.xrLabel88, + this.xrLabel75, + this.xrLabel76, + this.xrCheckBox18, + this.xrCheckBox17, + this.xrLabel71, + this.xrLabel72, + this.xrLabel73, + this.xrLabel74, + this.xrCheckBox16, + this.xrCheckBox14, + this.xrLabel67, + this.xrLabel68, + this.xrLabel69, + this.xrLabel70, + this.xrCheckBox15, + this.xrLabel60, + this.xrLabel61, + this.xrLabel62, + this.chkBoxEinpersonenhh, + this.xrLabel64, + this.xrLabel65, + this.xrLabel66, + this.chkBoxMehrpersonenhh, + this.xrCheckBox11, + this.xrLabel58, + this.xrLabel59, + this.xrLabel50, + this.xrLabel51, + this.xrCheckBox10, + this.xrLabel52, + this.xrLabel53, + this.xrLabel54, + this.xrLabel55, + this.xrLabel56, + this.xrLabel57, + this.xrLabel2, + this.xrLabel3, + this.xrLabel4, + this.xrLabel46, + this.xrLabel47, + this.xrCheckBox8, + this.xrLabel48, + this.xrLabel49, + this.xrCheckBox9, + this.xrCheckBox7, + this.xrLabel26, + this.xrLabel27, + this.xrLabel29, + this.xrLabel30, + this.xrLabel31, + this.xrLabel15, + this.xrLabel16, + this.xrLabel17, + this.xrCheckBox4, + this.xrLabel18, + this.xrLabel19, + this.xrLabel20, + this.xrLabel22, + this.xrCheckBox5, + this.xrCheckBox6, + this.xrLabel23, + this.xrLabel24, + this.xrLabel13, + this.xrLabel11, + this.xrLabel12, + this.xrLabel8, + this.xrLabel9, + this.xrLabel10, + this.xrLabel5, + this.xrLabel6, + this.xrCheckBox3, + this.xrCheckBox2, + this.xrLabel44, + this.xrLabel45, + this.xrLabel40, + this.xrLabel41, + this.xrCheckBox1, + this.xrLabel37, + this.xrLabel38, + this.xrLabel39, + this.xrLabel35, + this.xrLabel33, + this.xrLabel34, + this.xrLabel561, + this.xrLabel36}); + this.ReportFooter.HeightF = 1078.671F; + this.ReportFooter.Name = "ReportFooter"; + this.ReportFooter.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + this.ReportFooter.SubBands.AddRange(new DevExpress.XtraReports.UI.SubBand[] { + this.SubBand2}); + // + // xrLabel200 + // + this.xrLabel200.BorderColor = System.Drawing.Color.Black; + this.xrLabel200.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel200.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel200.ForeColor = System.Drawing.Color.Black; + this.xrLabel200.LocationFloat = new DevExpress.Utils.PointFloat(51.18354F, 562.9058F); + this.xrLabel200.Name = "xrLabel200"; + this.xrLabel200.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel200.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel200.StylePriority.UseBorderColor = false; + this.xrLabel200.StylePriority.UseBorders = false; + this.xrLabel200.StylePriority.UseFont = false; + this.xrLabel200.StylePriority.UseForeColor = false; + this.xrLabel200.StylePriority.UseTextAlignment = false; + this.xrLabel200.Text = "Einpersonenhaushalt"; + this.xrLabel200.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel195 + // + this.xrLabel195.BorderColor = System.Drawing.Color.Black; + this.xrLabel195.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel195.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel195.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel195.LocationFloat = new DevExpress.Utils.PointFloat(403.5492F, 1006.876F); + this.xrLabel195.Name = "xrLabel195"; + this.xrLabel195.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel195.SizeF = new System.Drawing.SizeF(270.74F, 21.86F); + this.xrLabel195.StylePriority.UseBorderColor = false; + this.xrLabel195.StylePriority.UseBorders = false; + this.xrLabel195.StylePriority.UseFont = false; + this.xrLabel195.StylePriority.UseForeColor = false; + this.xrLabel195.StylePriority.UseTextAlignment = false; + this.xrLabel195.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel196 + // + this.xrLabel196.BorderColor = System.Drawing.Color.Black; + this.xrLabel196.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel196.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel196.ForeColor = System.Drawing.Color.Black; + this.xrLabel196.LocationFloat = new DevExpress.Utils.PointFloat(403.5525F, 984.8759F); + this.xrLabel196.Name = "xrLabel196"; + this.xrLabel196.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel196.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel196.StylePriority.UseBorderColor = false; + this.xrLabel196.StylePriority.UseBorders = false; + this.xrLabel196.StylePriority.UseFont = false; + this.xrLabel196.StylePriority.UseForeColor = false; + this.xrLabel196.StylePriority.UseTextAlignment = false; + this.xrLabel196.Text = "Sonstiges:..."; + this.xrLabel196.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel197 + // + this.xrLabel197.BorderColor = System.Drawing.Color.Black; + this.xrLabel197.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel197.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel197.ForeColor = System.Drawing.Color.Red; + this.xrLabel197.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 984.8759F); + this.xrLabel197.Name = "xrLabel197"; + this.xrLabel197.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel197.SizeF = new System.Drawing.SizeF(23.31937F, 22F); + this.xrLabel197.StylePriority.UseBorderColor = false; + this.xrLabel197.StylePriority.UseBorders = false; + this.xrLabel197.StylePriority.UseFont = false; + this.xrLabel197.StylePriority.UseForeColor = false; + this.xrLabel197.StylePriority.UseTextAlignment = false; + this.xrLabel197.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox63 + // + this.xrCheckBox63.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox63.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox63.LocationFloat = new DevExpress.Utils.PointFloat(355.5593F, 984.8759F); + this.xrCheckBox63.Name = "xrCheckBox63"; + this.xrCheckBox63.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox63.StylePriority.UseBorders = false; + this.xrCheckBox63.StylePriority.UseFont = false; + this.xrCheckBox63.StylePriority.UseTextAlignment = false; + this.xrCheckBox63.Text = " "; + this.xrCheckBox63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel198 + // + this.xrLabel198.BorderColor = System.Drawing.Color.Black; + this.xrLabel198.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel198.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel198.ForeColor = System.Drawing.Color.Red; + this.xrLabel198.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 1006.876F); + this.xrLabel198.Name = "xrLabel198"; + this.xrLabel198.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel198.SizeF = new System.Drawing.SizeF(23.31595F, 21.85999F); + this.xrLabel198.StylePriority.UseBorderColor = false; + this.xrLabel198.StylePriority.UseBorders = false; + this.xrLabel198.StylePriority.UseFont = false; + this.xrLabel198.StylePriority.UseForeColor = false; + this.xrLabel198.StylePriority.UseTextAlignment = false; + this.xrLabel198.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel199 + // + this.xrLabel199.BorderColor = System.Drawing.Color.Black; + this.xrLabel199.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel199.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel199.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel199.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 1006.876F); + this.xrLabel199.Name = "xrLabel199"; + this.xrLabel199.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel199.SizeF = new System.Drawing.SizeF(23.98F, 21.85F); + this.xrLabel199.StylePriority.UseBorderColor = false; + this.xrLabel199.StylePriority.UseBorders = false; + this.xrLabel199.StylePriority.UseFont = false; + this.xrLabel199.StylePriority.UseForeColor = false; + this.xrLabel199.StylePriority.UseTextAlignment = false; + this.xrLabel199.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel189 + // + this.xrLabel189.BorderColor = System.Drawing.Color.Black; + this.xrLabel189.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel189.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel189.ForeColor = System.Drawing.Color.Red; + this.xrLabel189.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 962.8761F); + this.xrLabel189.Name = "xrLabel189"; + this.xrLabel189.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel189.SizeF = new System.Drawing.SizeF(23.31937F, 22F); + this.xrLabel189.StylePriority.UseBorderColor = false; + this.xrLabel189.StylePriority.UseBorders = false; + this.xrLabel189.StylePriority.UseFont = false; + this.xrLabel189.StylePriority.UseForeColor = false; + this.xrLabel189.StylePriority.UseTextAlignment = false; + this.xrLabel189.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel190 + // + this.xrLabel190.BorderColor = System.Drawing.Color.Black; + this.xrLabel190.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel190.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel190.ForeColor = System.Drawing.Color.Black; + this.xrLabel190.LocationFloat = new DevExpress.Utils.PointFloat(403.5525F, 962.8761F); + this.xrLabel190.Name = "xrLabel190"; + this.xrLabel190.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel190.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel190.StylePriority.UseBorderColor = false; + this.xrLabel190.StylePriority.UseBorders = false; + this.xrLabel190.StylePriority.UseFont = false; + this.xrLabel190.StylePriority.UseForeColor = false; + this.xrLabel190.StylePriority.UseTextAlignment = false; + this.xrLabel190.Text = "Psychotherapie"; + this.xrLabel190.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox62 + // + this.xrCheckBox62.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox62.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox62.LocationFloat = new DevExpress.Utils.PointFloat(355.5593F, 962.8761F); + this.xrCheckBox62.Name = "xrCheckBox62"; + this.xrCheckBox62.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox62.StylePriority.UseBorders = false; + this.xrCheckBox62.StylePriority.UseFont = false; + this.xrCheckBox62.StylePriority.UseTextAlignment = false; + this.xrCheckBox62.Text = " "; + this.xrCheckBox62.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox61 + // + this.xrCheckBox61.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox61.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox61.LocationFloat = new DevExpress.Utils.PointFloat(355.5662F, 940.876F); + this.xrCheckBox61.Name = "xrCheckBox61"; + this.xrCheckBox61.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox61.StylePriority.UseBorders = false; + this.xrCheckBox61.StylePriority.UseFont = false; + this.xrCheckBox61.StylePriority.UseTextAlignment = false; + this.xrCheckBox61.Text = " "; + this.xrCheckBox61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel191 + // + this.xrLabel191.BorderColor = System.Drawing.Color.Black; + this.xrLabel191.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel191.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel191.ForeColor = System.Drawing.Color.Black; + this.xrLabel191.LocationFloat = new DevExpress.Utils.PointFloat(403.5662F, 940.876F); + this.xrLabel191.Name = "xrLabel191"; + this.xrLabel191.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel191.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel191.StylePriority.UseBorderColor = false; + this.xrLabel191.StylePriority.UseBorders = false; + this.xrLabel191.StylePriority.UseFont = false; + this.xrLabel191.StylePriority.UseForeColor = false; + this.xrLabel191.StylePriority.UseTextAlignment = false; + this.xrLabel191.Text = "Pharmakotherapie"; + this.xrLabel191.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel192 + // + this.xrLabel192.BorderColor = System.Drawing.Color.Black; + this.xrLabel192.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel192.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel192.ForeColor = System.Drawing.Color.Red; + this.xrLabel192.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 940.876F); + this.xrLabel192.Name = "xrLabel192"; + this.xrLabel192.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel192.SizeF = new System.Drawing.SizeF(23.3331F, 22F); + this.xrLabel192.StylePriority.UseBorderColor = false; + this.xrLabel192.StylePriority.UseBorders = false; + this.xrLabel192.StylePriority.UseFont = false; + this.xrLabel192.StylePriority.UseForeColor = false; + this.xrLabel192.StylePriority.UseTextAlignment = false; + this.xrLabel192.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox60 + // + this.xrCheckBox60.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox60.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox60.LocationFloat = new DevExpress.Utils.PointFloat(355.5627F, 918.876F); + this.xrCheckBox60.Name = "xrCheckBox60"; + this.xrCheckBox60.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox60.StylePriority.UseBorders = false; + this.xrCheckBox60.StylePriority.UseFont = false; + this.xrCheckBox60.StylePriority.UseTextAlignment = false; + this.xrCheckBox60.Text = " "; + this.xrCheckBox60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel193 + // + this.xrLabel193.BorderColor = System.Drawing.Color.Black; + this.xrLabel193.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel193.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel193.ForeColor = System.Drawing.Color.Black; + this.xrLabel193.LocationFloat = new DevExpress.Utils.PointFloat(403.5559F, 918.876F); + this.xrLabel193.Name = "xrLabel193"; + this.xrLabel193.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel193.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel193.StylePriority.UseBorderColor = false; + this.xrLabel193.StylePriority.UseBorders = false; + this.xrLabel193.StylePriority.UseFont = false; + this.xrLabel193.StylePriority.UseForeColor = false; + this.xrLabel193.StylePriority.UseTextAlignment = false; + this.xrLabel193.Text = "Sozialpsychiatrischer Dienst"; + this.xrLabel193.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel194 + // + this.xrLabel194.BorderColor = System.Drawing.Color.Black; + this.xrLabel194.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel194.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel194.ForeColor = System.Drawing.Color.Red; + this.xrLabel194.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 918.876F); + this.xrLabel194.Name = "xrLabel194"; + this.xrLabel194.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel194.SizeF = new System.Drawing.SizeF(23.32281F, 22F); + this.xrLabel194.StylePriority.UseBorderColor = false; + this.xrLabel194.StylePriority.UseBorders = false; + this.xrLabel194.StylePriority.UseFont = false; + this.xrLabel194.StylePriority.UseForeColor = false; + this.xrLabel194.StylePriority.UseTextAlignment = false; + this.xrLabel194.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel177 + // + this.xrLabel177.BorderColor = System.Drawing.Color.Black; + this.xrLabel177.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel177.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel177.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel177.LocationFloat = new DevExpress.Utils.PointFloat(355.7726F, 809.1314F); + this.xrLabel177.Name = "xrLabel177"; + this.xrLabel177.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel177.SizeF = new System.Drawing.SizeF(24.62936F, 21.84998F); + this.xrLabel177.StylePriority.UseBorderColor = false; + this.xrLabel177.StylePriority.UseBorders = false; + this.xrLabel177.StylePriority.UseFont = false; + this.xrLabel177.StylePriority.UseForeColor = false; + this.xrLabel177.StylePriority.UseTextAlignment = false; + this.xrLabel177.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel178 + // + this.xrLabel178.BorderColor = System.Drawing.Color.Black; + this.xrLabel178.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel178.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel178.ForeColor = System.Drawing.Color.Red; + this.xrLabel178.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 809.1314F); + this.xrLabel178.Name = "xrLabel178"; + this.xrLabel178.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel178.SizeF = new System.Drawing.SizeF(23.14713F, 21.85999F); + this.xrLabel178.StylePriority.UseBorderColor = false; + this.xrLabel178.StylePriority.UseBorders = false; + this.xrLabel178.StylePriority.UseFont = false; + this.xrLabel178.StylePriority.UseForeColor = false; + this.xrLabel178.StylePriority.UseTextAlignment = false; + this.xrLabel178.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel179 + // + this.xrLabel179.BorderColor = System.Drawing.Color.Black; + this.xrLabel179.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel179.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel179.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel179.LocationFloat = new DevExpress.Utils.PointFloat(403.5492F, 809.1314F); + this.xrLabel179.Name = "xrLabel179"; + this.xrLabel179.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel179.SizeF = new System.Drawing.SizeF(270.9564F, 21.85999F); + this.xrLabel179.StylePriority.UseBorderColor = false; + this.xrLabel179.StylePriority.UseBorders = false; + this.xrLabel179.StylePriority.UseFont = false; + this.xrLabel179.StylePriority.UseForeColor = false; + this.xrLabel179.StylePriority.UseTextAlignment = false; + this.xrLabel179.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel180 + // + this.xrLabel180.BorderColor = System.Drawing.Color.Black; + this.xrLabel180.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel180.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel180.ForeColor = System.Drawing.Color.Red; + this.xrLabel180.LocationFloat = new DevExpress.Utils.PointFloat(380.2332F, 852.8765F); + this.xrLabel180.Name = "xrLabel180"; + this.xrLabel180.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel180.SizeF = new System.Drawing.SizeF(23.3295F, 21.6438F); + this.xrLabel180.StylePriority.UseBorderColor = false; + this.xrLabel180.StylePriority.UseBorders = false; + this.xrLabel180.StylePriority.UseFont = false; + this.xrLabel180.StylePriority.UseForeColor = false; + this.xrLabel180.StylePriority.UseTextAlignment = false; + this.xrLabel180.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel181 + // + this.xrLabel181.BorderColor = System.Drawing.Color.Black; + this.xrLabel181.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel181.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel181.ForeColor = System.Drawing.Color.Black; + this.xrLabel181.LocationFloat = new DevExpress.Utils.PointFloat(403.5627F, 852.8765F); + this.xrLabel181.Name = "xrLabel181"; + this.xrLabel181.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel181.SizeF = new System.Drawing.SizeF(270.7399F, 21.6438F); + this.xrLabel181.StylePriority.UseBorderColor = false; + this.xrLabel181.StylePriority.UseBorders = false; + this.xrLabel181.StylePriority.UseFont = false; + this.xrLabel181.StylePriority.UseForeColor = false; + this.xrLabel181.StylePriority.UseTextAlignment = false; + this.xrLabel181.Text = "keine"; + this.xrLabel181.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox57 + // + this.xrCheckBox57.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox57.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox57.LocationFloat = new DevExpress.Utils.PointFloat(355.5695F, 852.8765F); + this.xrCheckBox57.Name = "xrCheckBox57"; + this.xrCheckBox57.SizeF = new System.Drawing.SizeF(23.98999F, 21.6438F); + this.xrCheckBox57.StylePriority.UseBorders = false; + this.xrCheckBox57.StylePriority.UseFont = false; + this.xrCheckBox57.StylePriority.UseTextAlignment = false; + this.xrCheckBox57.Text = " "; + this.xrCheckBox57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel182 + // + this.xrLabel182.BorderColor = System.Drawing.Color.Black; + this.xrLabel182.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel182.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel182.ForeColor = System.Drawing.Color.Red; + this.xrLabel182.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 874.8761F); + this.xrLabel182.Name = "xrLabel182"; + this.xrLabel182.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel182.SizeF = new System.Drawing.SizeF(23.33984F, 22F); + this.xrLabel182.StylePriority.UseBorderColor = false; + this.xrLabel182.StylePriority.UseBorders = false; + this.xrLabel182.StylePriority.UseFont = false; + this.xrLabel182.StylePriority.UseForeColor = false; + this.xrLabel182.StylePriority.UseTextAlignment = false; + this.xrLabel182.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel183 + // + this.xrLabel183.BorderColor = System.Drawing.Color.Black; + this.xrLabel183.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel183.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel183.ForeColor = System.Drawing.Color.Black; + this.xrLabel183.LocationFloat = new DevExpress.Utils.PointFloat(403.5731F, 874.8761F); + this.xrLabel183.Name = "xrLabel183"; + this.xrLabel183.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel183.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel183.StylePriority.UseBorderColor = false; + this.xrLabel183.StylePriority.UseBorders = false; + this.xrLabel183.StylePriority.UseFont = false; + this.xrLabel183.StylePriority.UseForeColor = false; + this.xrLabel183.StylePriority.UseTextAlignment = false; + this.xrLabel183.Text = "Ambulant Betreutes Einzelwohnen"; + this.xrLabel183.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox58 + // + this.xrCheckBox58.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox58.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox58.LocationFloat = new DevExpress.Utils.PointFloat(355.5729F, 874.8761F); + this.xrCheckBox58.Name = "xrCheckBox58"; + this.xrCheckBox58.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox58.StylePriority.UseBorders = false; + this.xrCheckBox58.StylePriority.UseFont = false; + this.xrCheckBox58.StylePriority.UseTextAlignment = false; + this.xrCheckBox58.Text = " "; + this.xrCheckBox58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel184 + // + this.xrLabel184.BorderColor = System.Drawing.Color.Black; + this.xrLabel184.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel184.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel184.ForeColor = System.Drawing.Color.Red; + this.xrLabel184.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 830.9916F); + this.xrLabel184.Name = "xrLabel184"; + this.xrLabel184.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel184.SizeF = new System.Drawing.SizeF(23.32281F, 21.88495F); + this.xrLabel184.StylePriority.UseBorderColor = false; + this.xrLabel184.StylePriority.UseBorders = false; + this.xrLabel184.StylePriority.UseFont = false; + this.xrLabel184.StylePriority.UseForeColor = false; + this.xrLabel184.StylePriority.UseTextAlignment = false; + this.xrLabel184.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel185 + // + this.xrLabel185.BorderColor = System.Drawing.Color.Black; + this.xrLabel185.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel185.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel185.ForeColor = System.Drawing.Color.Red; + this.xrLabel185.LocationFloat = new DevExpress.Utils.PointFloat(355.5628F, 830.9916F); + this.xrLabel185.Name = "xrLabel185"; + this.xrLabel185.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel185.SizeF = new System.Drawing.SizeF(24.48105F, 21.88495F); + this.xrLabel185.StylePriority.UseBorderColor = false; + this.xrLabel185.StylePriority.UseBorders = false; + this.xrLabel185.StylePriority.UseFont = false; + this.xrLabel185.StylePriority.UseForeColor = false; + this.xrLabel185.StylePriority.UseTextAlignment = false; + this.xrLabel185.Text = "G."; + this.xrLabel185.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel186 + // + this.xrLabel186.BorderColor = System.Drawing.Color.Black; + this.xrLabel186.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel186.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel186.ForeColor = System.Drawing.Color.Red; + this.xrLabel186.LocationFloat = new DevExpress.Utils.PointFloat(403.5559F, 830.9916F); + this.xrLabel186.Name = "xrLabel186"; + this.xrLabel186.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel186.SizeF = new System.Drawing.SizeF(270.7433F, 21.88495F); + this.xrLabel186.StylePriority.UseBorderColor = false; + this.xrLabel186.StylePriority.UseBorders = false; + this.xrLabel186.StylePriority.UseFont = false; + this.xrLabel186.StylePriority.UseForeColor = false; + this.xrLabel186.StylePriority.UseTextAlignment = false; + this.xrLabel186.Text = "Psychiatrische Hilfen"; + this.xrLabel186.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox59 + // + this.xrCheckBox59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox59.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox59.LocationFloat = new DevExpress.Utils.PointFloat(355.566F, 896.8762F); + this.xrCheckBox59.Name = "xrCheckBox59"; + this.xrCheckBox59.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox59.StylePriority.UseBorders = false; + this.xrCheckBox59.StylePriority.UseFont = false; + this.xrCheckBox59.StylePriority.UseTextAlignment = false; + this.xrCheckBox59.Text = " "; + this.xrCheckBox59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel187 + // + this.xrLabel187.BorderColor = System.Drawing.Color.Black; + this.xrLabel187.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel187.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel187.ForeColor = System.Drawing.Color.Black; + this.xrLabel187.LocationFloat = new DevExpress.Utils.PointFloat(403.5593F, 896.8762F); + this.xrLabel187.Name = "xrLabel187"; + this.xrLabel187.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel187.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel187.StylePriority.UseBorderColor = false; + this.xrLabel187.StylePriority.UseBorders = false; + this.xrLabel187.StylePriority.UseFont = false; + this.xrLabel187.StylePriority.UseForeColor = false; + this.xrLabel187.StylePriority.UseTextAlignment = false; + this.xrLabel187.Text = "Ambulant Betreute Wohngemeinschaft"; + this.xrLabel187.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel188 + // + this.xrLabel188.BorderColor = System.Drawing.Color.Black; + this.xrLabel188.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel188.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel188.ForeColor = System.Drawing.Color.Red; + this.xrLabel188.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 896.8762F); + this.xrLabel188.Name = "xrLabel188"; + this.xrLabel188.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel188.SizeF = new System.Drawing.SizeF(23.32611F, 22F); + this.xrLabel188.StylePriority.UseBorderColor = false; + this.xrLabel188.StylePriority.UseBorders = false; + this.xrLabel188.StylePriority.UseFont = false; + this.xrLabel188.StylePriority.UseForeColor = false; + this.xrLabel188.StylePriority.UseTextAlignment = false; + this.xrLabel188.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel133 + // + this.xrLabel133.BorderColor = System.Drawing.Color.Black; + this.xrLabel133.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel133.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel133.ForeColor = System.Drawing.Color.Red; + this.xrLabel133.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 787.1316F); + this.xrLabel133.Name = "xrLabel133"; + this.xrLabel133.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel133.SizeF = new System.Drawing.SizeF(23.14706F, 22F); + this.xrLabel133.StylePriority.UseBorderColor = false; + this.xrLabel133.StylePriority.UseBorders = false; + this.xrLabel133.StylePriority.UseFont = false; + this.xrLabel133.StylePriority.UseForeColor = false; + this.xrLabel133.StylePriority.UseTextAlignment = false; + this.xrLabel133.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel134 + // + this.xrLabel134.BorderColor = System.Drawing.Color.Black; + this.xrLabel134.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel134.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel134.ForeColor = System.Drawing.Color.Black; + this.xrLabel134.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 787.1316F); + this.xrLabel134.Name = "xrLabel134"; + this.xrLabel134.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel134.SizeF = new System.Drawing.SizeF(270.9597F, 22F); + this.xrLabel134.StylePriority.UseBorderColor = false; + this.xrLabel134.StylePriority.UseBorders = false; + this.xrLabel134.StylePriority.UseFont = false; + this.xrLabel134.StylePriority.UseForeColor = false; + this.xrLabel134.StylePriority.UseTextAlignment = false; + this.xrLabel134.Text = "Liegt vor"; + this.xrLabel134.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox56 + // + this.xrCheckBox56.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox56.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox56.LocationFloat = new DevExpress.Utils.PointFloat(355.7756F, 787.1316F); + this.xrCheckBox56.Name = "xrCheckBox56"; + this.xrCheckBox56.SizeF = new System.Drawing.SizeF(24.62631F, 22F); + this.xrCheckBox56.StylePriority.UseBorders = false; + this.xrCheckBox56.StylePriority.UseFont = false; + this.xrCheckBox56.StylePriority.UseTextAlignment = false; + this.xrCheckBox56.Text = " "; + this.xrCheckBox56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel167 + // + this.xrLabel167.BorderColor = System.Drawing.Color.Black; + this.xrLabel167.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel167.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel167.ForeColor = System.Drawing.Color.Red; + this.xrLabel167.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 701.1318F); + this.xrLabel167.Name = "xrLabel167"; + this.xrLabel167.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel167.SizeF = new System.Drawing.SizeF(270.74F, 41.99994F); + this.xrLabel167.StylePriority.UseBorderColor = false; + this.xrLabel167.StylePriority.UseBorders = false; + this.xrLabel167.StylePriority.UseFont = false; + this.xrLabel167.StylePriority.UseForeColor = false; + this.xrLabel167.StylePriority.UseTextAlignment = false; + this.xrLabel167.Text = "Gesetzliche Betreuung / Vorsorgevollmacht"; + this.xrLabel167.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel168 + // + this.xrLabel168.BorderColor = System.Drawing.Color.Black; + this.xrLabel168.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel168.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel168.ForeColor = System.Drawing.Color.Red; + this.xrLabel168.LocationFloat = new DevExpress.Utils.PointFloat(355.779F, 701.1318F); + this.xrLabel168.Name = "xrLabel168"; + this.xrLabel168.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel168.SizeF = new System.Drawing.SizeF(24.62302F, 42F); + this.xrLabel168.StylePriority.UseBorderColor = false; + this.xrLabel168.StylePriority.UseBorders = false; + this.xrLabel168.StylePriority.UseFont = false; + this.xrLabel168.StylePriority.UseForeColor = false; + this.xrLabel168.StylePriority.UseTextAlignment = false; + this.xrLabel168.Text = "F."; + this.xrLabel168.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel169 + // + this.xrLabel169.BorderColor = System.Drawing.Color.Black; + this.xrLabel169.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel169.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel169.ForeColor = System.Drawing.Color.Red; + this.xrLabel169.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 701.1318F); + this.xrLabel169.Name = "xrLabel169"; + this.xrLabel169.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel169.SizeF = new System.Drawing.SizeF(23.14694F, 42F); + this.xrLabel169.StylePriority.UseBorderColor = false; + this.xrLabel169.StylePriority.UseBorders = false; + this.xrLabel169.StylePriority.UseFont = false; + this.xrLabel169.StylePriority.UseForeColor = false; + this.xrLabel169.StylePriority.UseTextAlignment = false; + this.xrLabel169.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox55 + // + this.xrCheckBox55.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox55.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox55.LocationFloat = new DevExpress.Utils.PointFloat(355.7824F, 765.1315F); + this.xrCheckBox55.Name = "xrCheckBox55"; + this.xrCheckBox55.SizeF = new System.Drawing.SizeF(24.61957F, 22F); + this.xrCheckBox55.StylePriority.UseBorders = false; + this.xrCheckBox55.StylePriority.UseFont = false; + this.xrCheckBox55.StylePriority.UseTextAlignment = false; + this.xrCheckBox55.Text = " "; + this.xrCheckBox55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel170 + // + this.xrLabel170.BorderColor = System.Drawing.Color.Black; + this.xrLabel170.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel170.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel170.ForeColor = System.Drawing.Color.Black; + this.xrLabel170.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 765.1318F); + this.xrLabel170.Name = "xrLabel170"; + this.xrLabel170.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel170.SizeF = new System.Drawing.SizeF(270.9734F, 21.99976F); + this.xrLabel170.StylePriority.UseBorderColor = false; + this.xrLabel170.StylePriority.UseBorders = false; + this.xrLabel170.StylePriority.UseFont = false; + this.xrLabel170.StylePriority.UseForeColor = false; + this.xrLabel170.StylePriority.UseTextAlignment = false; + this.xrLabel170.Text = "Ist beantragt"; + this.xrLabel170.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel171 + // + this.xrLabel171.BorderColor = System.Drawing.Color.Black; + this.xrLabel171.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel171.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel171.ForeColor = System.Drawing.Color.Red; + this.xrLabel171.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 765.1318F); + this.xrLabel171.Name = "xrLabel171"; + this.xrLabel171.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel171.SizeF = new System.Drawing.SizeF(23.14703F, 21.99976F); + this.xrLabel171.StylePriority.UseBorderColor = false; + this.xrLabel171.StylePriority.UseBorders = false; + this.xrLabel171.StylePriority.UseFont = false; + this.xrLabel171.StylePriority.UseForeColor = false; + this.xrLabel171.StylePriority.UseTextAlignment = false; + this.xrLabel171.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox54 + // + this.xrCheckBox54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox54.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox54.LocationFloat = new DevExpress.Utils.PointFloat(355.779F, 743.1318F); + this.xrCheckBox54.Name = "xrCheckBox54"; + this.xrCheckBox54.SizeF = new System.Drawing.SizeF(24.62299F, 21.99994F); + this.xrCheckBox54.StylePriority.UseBorders = false; + this.xrCheckBox54.StylePriority.UseFont = false; + this.xrCheckBox54.StylePriority.UseTextAlignment = false; + this.xrCheckBox54.Text = " "; + this.xrCheckBox54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel172 + // + this.xrLabel172.BorderColor = System.Drawing.Color.Black; + this.xrLabel172.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel172.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel172.ForeColor = System.Drawing.Color.Black; + this.xrLabel172.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 743.1318F); + this.xrLabel172.Name = "xrLabel172"; + this.xrLabel172.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel172.SizeF = new System.Drawing.SizeF(270.9631F, 22F); + this.xrLabel172.StylePriority.UseBorderColor = false; + this.xrLabel172.StylePriority.UseBorders = false; + this.xrLabel172.StylePriority.UseFont = false; + this.xrLabel172.StylePriority.UseForeColor = false; + this.xrLabel172.StylePriority.UseTextAlignment = false; + this.xrLabel172.Text = "keine"; + this.xrLabel172.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel173 + // + this.xrLabel173.BorderColor = System.Drawing.Color.Black; + this.xrLabel173.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel173.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel173.ForeColor = System.Drawing.Color.Red; + this.xrLabel173.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 743.1318F); + this.xrLabel173.Name = "xrLabel173"; + this.xrLabel173.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel173.SizeF = new System.Drawing.SizeF(23.14694F, 21.99994F); + this.xrLabel173.StylePriority.UseBorderColor = false; + this.xrLabel173.StylePriority.UseBorders = false; + this.xrLabel173.StylePriority.UseFont = false; + this.xrLabel173.StylePriority.UseForeColor = false; + this.xrLabel173.StylePriority.UseTextAlignment = false; + this.xrLabel173.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel174 + // + this.xrLabel174.BorderColor = System.Drawing.Color.Black; + this.xrLabel174.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel174.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel174.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel174.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 679.2716F); + this.xrLabel174.Name = "xrLabel174"; + this.xrLabel174.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel174.SizeF = new System.Drawing.SizeF(270.74F, 21.85999F); + this.xrLabel174.StylePriority.UseBorderColor = false; + this.xrLabel174.StylePriority.UseBorders = false; + this.xrLabel174.StylePriority.UseFont = false; + this.xrLabel174.StylePriority.UseForeColor = false; + this.xrLabel174.StylePriority.UseTextAlignment = false; + this.xrLabel174.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel175 + // + this.xrLabel175.BorderColor = System.Drawing.Color.Black; + this.xrLabel175.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel175.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel175.ForeColor = System.Drawing.Color.Red; + this.xrLabel175.LocationFloat = new DevExpress.Utils.PointFloat(379.9816F, 679.2716F); + this.xrLabel175.Name = "xrLabel175"; + this.xrLabel175.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel175.SizeF = new System.Drawing.SizeF(23.56732F, 21.85999F); + this.xrLabel175.StylePriority.UseBorderColor = false; + this.xrLabel175.StylePriority.UseBorders = false; + this.xrLabel175.StylePriority.UseFont = false; + this.xrLabel175.StylePriority.UseForeColor = false; + this.xrLabel175.StylePriority.UseTextAlignment = false; + this.xrLabel175.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel176 + // + this.xrLabel176.BorderColor = System.Drawing.Color.Black; + this.xrLabel176.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel176.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel176.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel176.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 679.2716F); + this.xrLabel176.Name = "xrLabel176"; + this.xrLabel176.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel176.SizeF = new System.Drawing.SizeF(24.41278F, 21.84998F); + this.xrLabel176.StylePriority.UseBorderColor = false; + this.xrLabel176.StylePriority.UseBorders = false; + this.xrLabel176.StylePriority.UseFont = false; + this.xrLabel176.StylePriority.UseForeColor = false; + this.xrLabel176.StylePriority.UseTextAlignment = false; + this.xrLabel176.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel132 + // + this.xrLabel132.BorderColor = System.Drawing.Color.Black; + this.xrLabel132.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel132.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel132.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel132.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 349.7821F); + this.xrLabel132.Name = "xrLabel132"; + this.xrLabel132.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel132.SizeF = new System.Drawing.SizeF(23.98001F, 21.85001F); + this.xrLabel132.StylePriority.UseBorderColor = false; + this.xrLabel132.StylePriority.UseBorders = false; + this.xrLabel132.StylePriority.UseFont = false; + this.xrLabel132.StylePriority.UseForeColor = false; + this.xrLabel132.StylePriority.UseTextAlignment = false; + this.xrLabel132.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel165 + // + this.xrLabel165.BorderColor = System.Drawing.Color.Black; + this.xrLabel165.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel165.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel165.ForeColor = System.Drawing.Color.Red; + this.xrLabel165.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 349.7821F); + this.xrLabel165.Name = "xrLabel165"; + this.xrLabel165.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel165.SizeF = new System.Drawing.SizeF(23.31595F, 21.85999F); + this.xrLabel165.StylePriority.UseBorderColor = false; + this.xrLabel165.StylePriority.UseBorders = false; + this.xrLabel165.StylePriority.UseFont = false; + this.xrLabel165.StylePriority.UseForeColor = false; + this.xrLabel165.StylePriority.UseTextAlignment = false; + this.xrLabel165.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel166 + // + this.xrLabel166.BorderColor = System.Drawing.Color.Black; + this.xrLabel166.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel166.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel166.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel166.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 349.7821F); + this.xrLabel166.Name = "xrLabel166"; + this.xrLabel166.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel166.SizeF = new System.Drawing.SizeF(270.7401F, 21.85999F); + this.xrLabel166.StylePriority.UseBorderColor = false; + this.xrLabel166.StylePriority.UseBorders = false; + this.xrLabel166.StylePriority.UseFont = false; + this.xrLabel166.StylePriority.UseForeColor = false; + this.xrLabel166.StylePriority.UseTextAlignment = false; + this.xrLabel166.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel162 + // + this.xrLabel162.BorderColor = System.Drawing.Color.Black; + this.xrLabel162.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel162.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel162.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel162.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 569.5267F); + this.xrLabel162.Name = "xrLabel162"; + this.xrLabel162.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel162.SizeF = new System.Drawing.SizeF(24.84589F, 21.84998F); + this.xrLabel162.StylePriority.UseBorderColor = false; + this.xrLabel162.StylePriority.UseBorders = false; + this.xrLabel162.StylePriority.UseFont = false; + this.xrLabel162.StylePriority.UseForeColor = false; + this.xrLabel162.StylePriority.UseTextAlignment = false; + this.xrLabel162.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel163 + // + this.xrLabel163.BorderColor = System.Drawing.Color.Black; + this.xrLabel163.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel163.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel163.ForeColor = System.Drawing.Color.Red; + this.xrLabel163.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 569.5268F); + this.xrLabel163.Name = "xrLabel163"; + this.xrLabel163.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel163.SizeF = new System.Drawing.SizeF(23.31586F, 21.85999F); + this.xrLabel163.StylePriority.UseBorderColor = false; + this.xrLabel163.StylePriority.UseBorders = false; + this.xrLabel163.StylePriority.UseFont = false; + this.xrLabel163.StylePriority.UseForeColor = false; + this.xrLabel163.StylePriority.UseTextAlignment = false; + this.xrLabel163.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel164 + // + this.xrLabel164.BorderColor = System.Drawing.Color.Black; + this.xrLabel164.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel164.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel164.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel164.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 569.5268F); + this.xrLabel164.Name = "xrLabel164"; + this.xrLabel164.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel164.SizeF = new System.Drawing.SizeF(270.7401F, 21.85999F); + this.xrLabel164.StylePriority.UseBorderColor = false; + this.xrLabel164.StylePriority.UseBorders = false; + this.xrLabel164.StylePriority.UseFont = false; + this.xrLabel164.StylePriority.UseForeColor = false; + this.xrLabel164.StylePriority.UseTextAlignment = false; + this.xrLabel164.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel63 + // + this.xrLabel63.BorderColor = System.Drawing.Color.Black; + this.xrLabel63.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel63.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel63.ForeColor = System.Drawing.Color.Red; + this.xrLabel63.LocationFloat = new DevExpress.Utils.PointFloat(379.9884F, 613.2717F); + this.xrLabel63.Name = "xrLabel63"; + this.xrLabel63.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel63.SizeF = new System.Drawing.SizeF(23.56052F, 22F); + this.xrLabel63.StylePriority.UseBorderColor = false; + this.xrLabel63.StylePriority.UseBorders = false; + this.xrLabel63.StylePriority.UseFont = false; + this.xrLabel63.StylePriority.UseForeColor = false; + this.xrLabel63.StylePriority.UseTextAlignment = false; + this.xrLabel63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel154 + // + this.xrLabel154.BorderColor = System.Drawing.Color.Black; + this.xrLabel154.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel154.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel154.ForeColor = System.Drawing.Color.Black; + this.xrLabel154.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 613.2717F); + this.xrLabel154.Name = "xrLabel154"; + this.xrLabel154.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel154.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel154.StylePriority.UseBorderColor = false; + this.xrLabel154.StylePriority.UseBorders = false; + this.xrLabel154.StylePriority.UseFont = false; + this.xrLabel154.StylePriority.UseForeColor = false; + this.xrLabel154.StylePriority.UseTextAlignment = false; + this.xrLabel154.Text = "keiner\t"; + this.xrLabel154.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox51 + // + this.xrCheckBox51.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox51.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox51.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 613.2717F); + this.xrCheckBox51.Name = "xrCheckBox51"; + this.xrCheckBox51.SizeF = new System.Drawing.SizeF(24.42926F, 22F); + this.xrCheckBox51.StylePriority.UseBorders = false; + this.xrCheckBox51.StylePriority.UseFont = false; + this.xrCheckBox51.StylePriority.UseTextAlignment = false; + this.xrCheckBox51.Text = " "; + this.xrCheckBox51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel155 + // + this.xrLabel155.BorderColor = System.Drawing.Color.Black; + this.xrLabel155.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel155.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel155.ForeColor = System.Drawing.Color.Red; + this.xrLabel155.LocationFloat = new DevExpress.Utils.PointFloat(379.9987F, 635.2715F); + this.xrLabel155.Name = "xrLabel155"; + this.xrLabel155.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel155.SizeF = new System.Drawing.SizeF(23.55026F, 22F); + this.xrLabel155.StylePriority.UseBorderColor = false; + this.xrLabel155.StylePriority.UseBorders = false; + this.xrLabel155.StylePriority.UseFont = false; + this.xrLabel155.StylePriority.UseForeColor = false; + this.xrLabel155.StylePriority.UseTextAlignment = false; + this.xrLabel155.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel156 + // + this.xrLabel156.BorderColor = System.Drawing.Color.Black; + this.xrLabel156.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel156.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel156.ForeColor = System.Drawing.Color.Black; + this.xrLabel156.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 635.2715F); + this.xrLabel156.Name = "xrLabel156"; + this.xrLabel156.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel156.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel156.StylePriority.UseBorderColor = false; + this.xrLabel156.StylePriority.UseBorders = false; + this.xrLabel156.StylePriority.UseFont = false; + this.xrLabel156.StylePriority.UseForeColor = false; + this.xrLabel156.StylePriority.UseTextAlignment = false; + this.xrLabel156.Text = "Ist beantragt"; + this.xrLabel156.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox52 + // + this.xrCheckBox52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox52.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox52.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 635.2715F); + this.xrCheckBox52.Name = "xrCheckBox52"; + this.xrCheckBox52.SizeF = new System.Drawing.SizeF(24.43262F, 22F); + this.xrCheckBox52.StylePriority.UseBorders = false; + this.xrCheckBox52.StylePriority.UseFont = false; + this.xrCheckBox52.StylePriority.UseTextAlignment = false; + this.xrCheckBox52.Text = " "; + this.xrCheckBox52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel157 + // + this.xrLabel157.BorderColor = System.Drawing.Color.Black; + this.xrLabel157.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel157.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel157.ForeColor = System.Drawing.Color.Red; + this.xrLabel157.LocationFloat = new DevExpress.Utils.PointFloat(379.9817F, 591.387F); + this.xrLabel157.Name = "xrLabel157"; + this.xrLabel157.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel157.SizeF = new System.Drawing.SizeF(23.56726F, 21.88489F); + this.xrLabel157.StylePriority.UseBorderColor = false; + this.xrLabel157.StylePriority.UseBorders = false; + this.xrLabel157.StylePriority.UseFont = false; + this.xrLabel157.StylePriority.UseForeColor = false; + this.xrLabel157.StylePriority.UseTextAlignment = false; + this.xrLabel157.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel158 + // + this.xrLabel158.BorderColor = System.Drawing.Color.Black; + this.xrLabel158.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel158.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel158.ForeColor = System.Drawing.Color.Red; + this.xrLabel158.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 591.387F); + this.xrLabel158.Name = "xrLabel158"; + this.xrLabel158.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel158.SizeF = new System.Drawing.SizeF(24.42563F, 21.88489F); + this.xrLabel158.StylePriority.UseBorderColor = false; + this.xrLabel158.StylePriority.UseBorders = false; + this.xrLabel158.StylePriority.UseFont = false; + this.xrLabel158.StylePriority.UseForeColor = false; + this.xrLabel158.StylePriority.UseTextAlignment = false; + this.xrLabel158.Text = "E."; + this.xrLabel158.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel159 + // + this.xrLabel159.BorderColor = System.Drawing.Color.Black; + this.xrLabel159.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel159.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel159.ForeColor = System.Drawing.Color.Red; + this.xrLabel159.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 591.387F); + this.xrLabel159.Name = "xrLabel159"; + this.xrLabel159.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel159.SizeF = new System.Drawing.SizeF(270.7401F, 21.88489F); + this.xrLabel159.StylePriority.UseBorderColor = false; + this.xrLabel159.StylePriority.UseBorders = false; + this.xrLabel159.StylePriority.UseFont = false; + this.xrLabel159.StylePriority.UseForeColor = false; + this.xrLabel159.StylePriority.UseTextAlignment = false; + this.xrLabel159.Text = "Schwerbehindertenausweis"; + this.xrLabel159.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox53 + // + this.xrCheckBox53.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox53.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox53.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 657.2715F); + this.xrCheckBox53.Name = "xrCheckBox53"; + this.xrCheckBox53.SizeF = new System.Drawing.SizeF(24.42581F, 22F); + this.xrCheckBox53.StylePriority.UseBorders = false; + this.xrCheckBox53.StylePriority.UseFont = false; + this.xrCheckBox53.StylePriority.UseTextAlignment = false; + this.xrCheckBox53.Text = " "; + this.xrCheckBox53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel160 + // + this.xrLabel160.BorderColor = System.Drawing.Color.Black; + this.xrLabel160.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel160.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel160.ForeColor = System.Drawing.Color.Black; + this.xrLabel160.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 657.2715F); + this.xrLabel160.Name = "xrLabel160"; + this.xrLabel160.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel160.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel160.StylePriority.UseBorderColor = false; + this.xrLabel160.StylePriority.UseBorders = false; + this.xrLabel160.StylePriority.UseFont = false; + this.xrLabel160.StylePriority.UseForeColor = false; + this.xrLabel160.StylePriority.UseTextAlignment = false; + this.xrLabel160.Text = "Liegt vor"; + this.xrLabel160.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel161 + // + this.xrLabel161.BorderColor = System.Drawing.Color.Black; + this.xrLabel161.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel161.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel161.ForeColor = System.Drawing.Color.Red; + this.xrLabel161.LocationFloat = new DevExpress.Utils.PointFloat(379.985F, 657.2715F); + this.xrLabel161.Name = "xrLabel161"; + this.xrLabel161.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel161.SizeF = new System.Drawing.SizeF(23.56381F, 22F); + this.xrLabel161.StylePriority.UseBorderColor = false; + this.xrLabel161.StylePriority.UseBorders = false; + this.xrLabel161.StylePriority.UseFont = false; + this.xrLabel161.StylePriority.UseForeColor = false; + this.xrLabel161.StylePriority.UseTextAlignment = false; + this.xrLabel161.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox50 + // + this.xrCheckBox50.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox50.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox50.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 547.5269F); + this.xrCheckBox50.Name = "xrCheckBox50"; + this.xrCheckBox50.SizeF = new System.Drawing.SizeF(24.45013F, 22F); + this.xrCheckBox50.StylePriority.UseBorders = false; + this.xrCheckBox50.StylePriority.UseFont = false; + this.xrCheckBox50.StylePriority.UseTextAlignment = false; + this.xrCheckBox50.Text = " "; + this.xrCheckBox50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel137 + // + this.xrLabel137.BorderColor = System.Drawing.Color.Black; + this.xrLabel137.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel137.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel137.ForeColor = System.Drawing.Color.Black; + this.xrLabel137.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 547.527F); + this.xrLabel137.Name = "xrLabel137"; + this.xrLabel137.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel137.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel137.StylePriority.UseBorderColor = false; + this.xrLabel137.StylePriority.UseBorders = false; + this.xrLabel137.StylePriority.UseFont = false; + this.xrLabel137.StylePriority.UseForeColor = false; + this.xrLabel137.StylePriority.UseTextAlignment = false; + this.xrLabel137.Text = "Sonstiges:"; + this.xrLabel137.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel153 + // + this.xrLabel153.BorderColor = System.Drawing.Color.Black; + this.xrLabel153.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel153.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel153.ForeColor = System.Drawing.Color.Red; + this.xrLabel153.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 547.527F); + this.xrLabel153.Name = "xrLabel153"; + this.xrLabel153.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel153.SizeF = new System.Drawing.SizeF(23.31586F, 22F); + this.xrLabel153.StylePriority.UseBorderColor = false; + this.xrLabel153.StylePriority.UseBorders = false; + this.xrLabel153.StylePriority.UseFont = false; + this.xrLabel153.StylePriority.UseForeColor = false; + this.xrLabel153.StylePriority.UseTextAlignment = false; + this.xrLabel153.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox49 + // + this.xrCheckBox49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox49.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox49.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 525.5269F); + this.xrCheckBox49.Name = "xrCheckBox49"; + this.xrCheckBox49.SizeF = new System.Drawing.SizeF(23.86905F, 22F); + this.xrCheckBox49.StylePriority.UseBorders = false; + this.xrCheckBox49.StylePriority.UseFont = false; + this.xrCheckBox49.StylePriority.UseTextAlignment = false; + this.xrCheckBox49.Text = " "; + this.xrCheckBox49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel135 + // + this.xrLabel135.BorderColor = System.Drawing.Color.Black; + this.xrLabel135.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel135.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel135.ForeColor = System.Drawing.Color.Black; + this.xrLabel135.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 525.5269F); + this.xrLabel135.Name = "xrLabel135"; + this.xrLabel135.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel135.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel135.StylePriority.UseBorderColor = false; + this.xrLabel135.StylePriority.UseBorders = false; + this.xrLabel135.StylePriority.UseFont = false; + this.xrLabel135.StylePriority.UseForeColor = false; + this.xrLabel135.StylePriority.UseTextAlignment = false; + this.xrLabel135.Text = "Angehörigenunterhalt"; + this.xrLabel135.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel136 + // + this.xrLabel136.BorderColor = System.Drawing.Color.Black; + this.xrLabel136.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel136.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel136.ForeColor = System.Drawing.Color.Red; + this.xrLabel136.LocationFloat = new DevExpress.Utils.PointFloat(380.4019F, 525.5269F); + this.xrLabel136.Name = "xrLabel136"; + this.xrLabel136.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel136.SizeF = new System.Drawing.SizeF(23.14709F, 22F); + this.xrLabel136.StylePriority.UseBorderColor = false; + this.xrLabel136.StylePriority.UseBorders = false; + this.xrLabel136.StylePriority.UseFont = false; + this.xrLabel136.StylePriority.UseForeColor = false; + this.xrLabel136.StylePriority.UseTextAlignment = false; + this.xrLabel136.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel149 + // + this.xrLabel149.BorderColor = System.Drawing.Color.Black; + this.xrLabel149.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel149.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel149.ForeColor = System.Drawing.Color.Red; + this.xrLabel149.LocationFloat = new DevExpress.Utils.PointFloat(380.0267F, 481.5268F); + this.xrLabel149.Name = "xrLabel149"; + this.xrLabel149.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel149.SizeF = new System.Drawing.SizeF(23.52225F, 22F); + this.xrLabel149.StylePriority.UseBorderColor = false; + this.xrLabel149.StylePriority.UseBorders = false; + this.xrLabel149.StylePriority.UseFont = false; + this.xrLabel149.StylePriority.UseForeColor = false; + this.xrLabel149.StylePriority.UseTextAlignment = false; + this.xrLabel149.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel150 + // + this.xrLabel150.BorderColor = System.Drawing.Color.Black; + this.xrLabel150.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel150.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel150.ForeColor = System.Drawing.Color.Black; + this.xrLabel150.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 481.5268F); + this.xrLabel150.Name = "xrLabel150"; + this.xrLabel150.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel150.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel150.StylePriority.UseBorderColor = false; + this.xrLabel150.StylePriority.UseBorders = false; + this.xrLabel150.StylePriority.UseFont = false; + this.xrLabel150.StylePriority.UseForeColor = false; + this.xrLabel150.StylePriority.UseTextAlignment = false; + this.xrLabel150.Text = "Hilfe zum Lebensunterhalt (HLU)"; + this.xrLabel150.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox47 + // + this.xrCheckBox47.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox47.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox47.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 481.5268F); + this.xrCheckBox47.Name = "xrCheckBox47"; + this.xrCheckBox47.SizeF = new System.Drawing.SizeF(24.46741F, 22F); + this.xrCheckBox47.StylePriority.UseBorders = false; + this.xrCheckBox47.StylePriority.UseFont = false; + this.xrCheckBox47.StylePriority.UseTextAlignment = false; + this.xrCheckBox47.Text = " "; + this.xrCheckBox47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel151 + // + this.xrLabel151.BorderColor = System.Drawing.Color.Black; + this.xrLabel151.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel151.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel151.ForeColor = System.Drawing.Color.Red; + this.xrLabel151.LocationFloat = new DevExpress.Utils.PointFloat(380.0369F, 503.5269F); + this.xrLabel151.Name = "xrLabel151"; + this.xrLabel151.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel151.SizeF = new System.Drawing.SizeF(23.51205F, 22F); + this.xrLabel151.StylePriority.UseBorderColor = false; + this.xrLabel151.StylePriority.UseBorders = false; + this.xrLabel151.StylePriority.UseFont = false; + this.xrLabel151.StylePriority.UseForeColor = false; + this.xrLabel151.StylePriority.UseTextAlignment = false; + this.xrLabel151.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel152 + // + this.xrLabel152.BorderColor = System.Drawing.Color.Black; + this.xrLabel152.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel152.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel152.ForeColor = System.Drawing.Color.Black; + this.xrLabel152.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 503.5269F); + this.xrLabel152.Name = "xrLabel152"; + this.xrLabel152.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel152.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel152.StylePriority.UseBorderColor = false; + this.xrLabel152.StylePriority.UseBorders = false; + this.xrLabel152.StylePriority.UseFont = false; + this.xrLabel152.StylePriority.UseForeColor = false; + this.xrLabel152.StylePriority.UseTextAlignment = false; + this.xrLabel152.Text = "Vermögen"; + this.xrLabel152.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox48 + // + this.xrCheckBox48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox48.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox48.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 503.5269F); + this.xrCheckBox48.Name = "xrCheckBox48"; + this.xrCheckBox48.SizeF = new System.Drawing.SizeF(24.47092F, 22F); + this.xrCheckBox48.StylePriority.UseBorders = false; + this.xrCheckBox48.StylePriority.UseFont = false; + this.xrCheckBox48.StylePriority.UseTextAlignment = false; + this.xrCheckBox48.Text = " "; + this.xrCheckBox48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel145 + // + this.xrLabel145.BorderColor = System.Drawing.Color.Black; + this.xrLabel145.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel145.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel145.ForeColor = System.Drawing.Color.Red; + this.xrLabel145.LocationFloat = new DevExpress.Utils.PointFloat(380.0267F, 437.5269F); + this.xrLabel145.Name = "xrLabel145"; + this.xrLabel145.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel145.SizeF = new System.Drawing.SizeF(23.52225F, 22F); + this.xrLabel145.StylePriority.UseBorderColor = false; + this.xrLabel145.StylePriority.UseBorders = false; + this.xrLabel145.StylePriority.UseFont = false; + this.xrLabel145.StylePriority.UseForeColor = false; + this.xrLabel145.StylePriority.UseTextAlignment = false; + this.xrLabel145.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel146 + // + this.xrLabel146.BorderColor = System.Drawing.Color.Black; + this.xrLabel146.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel146.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel146.ForeColor = System.Drawing.Color.Black; + this.xrLabel146.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 437.5269F); + this.xrLabel146.Name = "xrLabel146"; + this.xrLabel146.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel146.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel146.StylePriority.UseBorderColor = false; + this.xrLabel146.StylePriority.UseBorders = false; + this.xrLabel146.StylePriority.UseFont = false; + this.xrLabel146.StylePriority.UseForeColor = false; + this.xrLabel146.StylePriority.UseTextAlignment = false; + this.xrLabel146.Text = "Voll-EM-Rente"; + this.xrLabel146.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox45 + // + this.xrCheckBox45.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox45.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox45.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 437.5269F); + this.xrCheckBox45.Name = "xrCheckBox45"; + this.xrCheckBox45.SizeF = new System.Drawing.SizeF(24.46741F, 22F); + this.xrCheckBox45.StylePriority.UseBorders = false; + this.xrCheckBox45.StylePriority.UseFont = false; + this.xrCheckBox45.StylePriority.UseTextAlignment = false; + this.xrCheckBox45.Text = " "; + this.xrCheckBox45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel147 + // + this.xrLabel147.BorderColor = System.Drawing.Color.Black; + this.xrLabel147.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel147.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel147.ForeColor = System.Drawing.Color.Red; + this.xrLabel147.LocationFloat = new DevExpress.Utils.PointFloat(380.0369F, 459.5267F); + this.xrLabel147.Name = "xrLabel147"; + this.xrLabel147.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel147.SizeF = new System.Drawing.SizeF(23.51205F, 21.99997F); + this.xrLabel147.StylePriority.UseBorderColor = false; + this.xrLabel147.StylePriority.UseBorders = false; + this.xrLabel147.StylePriority.UseFont = false; + this.xrLabel147.StylePriority.UseForeColor = false; + this.xrLabel147.StylePriority.UseTextAlignment = false; + this.xrLabel147.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel148 + // + this.xrLabel148.BorderColor = System.Drawing.Color.Black; + this.xrLabel148.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel148.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel148.ForeColor = System.Drawing.Color.Black; + this.xrLabel148.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 459.5267F); + this.xrLabel148.Name = "xrLabel148"; + this.xrLabel148.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel148.SizeF = new System.Drawing.SizeF(270.7401F, 21.99997F); + this.xrLabel148.StylePriority.UseBorderColor = false; + this.xrLabel148.StylePriority.UseBorders = false; + this.xrLabel148.StylePriority.UseFont = false; + this.xrLabel148.StylePriority.UseForeColor = false; + this.xrLabel148.StylePriority.UseTextAlignment = false; + this.xrLabel148.Text = "Grundsicherung (Gsi)"; + this.xrLabel148.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox46 + // + this.xrCheckBox46.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox46.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox46.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 459.5267F); + this.xrCheckBox46.Name = "xrCheckBox46"; + this.xrCheckBox46.SizeF = new System.Drawing.SizeF(24.47092F, 21.99997F); + this.xrCheckBox46.StylePriority.UseBorders = false; + this.xrCheckBox46.StylePriority.UseFont = false; + this.xrCheckBox46.StylePriority.UseTextAlignment = false; + this.xrCheckBox46.Text = " "; + this.xrCheckBox46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel142 + // + this.xrLabel142.BorderColor = System.Drawing.Color.Black; + this.xrLabel142.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel142.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel142.ForeColor = System.Drawing.Color.Red; + this.xrLabel142.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 371.642F); + this.xrLabel142.Name = "xrLabel142"; + this.xrLabel142.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel142.SizeF = new System.Drawing.SizeF(270.7401F, 21.88495F); + this.xrLabel142.StylePriority.UseBorderColor = false; + this.xrLabel142.StylePriority.UseBorders = false; + this.xrLabel142.StylePriority.UseFont = false; + this.xrLabel142.StylePriority.UseForeColor = false; + this.xrLabel142.StylePriority.UseTextAlignment = false; + this.xrLabel142.Text = "Lebensunterhalt"; + this.xrLabel142.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel143 + // + this.xrLabel143.BorderColor = System.Drawing.Color.Black; + this.xrLabel143.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel143.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel143.ForeColor = System.Drawing.Color.Red; + this.xrLabel143.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 371.642F); + this.xrLabel143.Name = "xrLabel143"; + this.xrLabel143.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel143.SizeF = new System.Drawing.SizeF(24.46722F, 21.88495F); + this.xrLabel143.StylePriority.UseBorderColor = false; + this.xrLabel143.StylePriority.UseBorders = false; + this.xrLabel143.StylePriority.UseFont = false; + this.xrLabel143.StylePriority.UseForeColor = false; + this.xrLabel143.StylePriority.UseTextAlignment = false; + this.xrLabel143.Text = "D."; + this.xrLabel143.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel144 + // + this.xrLabel144.BorderColor = System.Drawing.Color.Black; + this.xrLabel144.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel144.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel144.ForeColor = System.Drawing.Color.Red; + this.xrLabel144.LocationFloat = new DevExpress.Utils.PointFloat(380.0233F, 371.642F); + this.xrLabel144.Name = "xrLabel144"; + this.xrLabel144.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel144.SizeF = new System.Drawing.SizeF(23.52567F, 21.88495F); + this.xrLabel144.StylePriority.UseBorderColor = false; + this.xrLabel144.StylePriority.UseBorders = false; + this.xrLabel144.StylePriority.UseFont = false; + this.xrLabel144.StylePriority.UseForeColor = false; + this.xrLabel144.StylePriority.UseTextAlignment = false; + this.xrLabel144.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox44 + // + this.xrCheckBox44.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox44.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox44.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 415.5268F); + this.xrCheckBox44.Name = "xrCheckBox44"; + this.xrCheckBox44.SizeF = new System.Drawing.SizeF(24.47433F, 22F); + this.xrCheckBox44.StylePriority.UseBorders = false; + this.xrCheckBox44.StylePriority.UseFont = false; + this.xrCheckBox44.StylePriority.UseTextAlignment = false; + this.xrCheckBox44.Text = " "; + this.xrCheckBox44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel138 + // + this.xrLabel138.BorderColor = System.Drawing.Color.Black; + this.xrLabel138.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel138.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel138.ForeColor = System.Drawing.Color.Black; + this.xrLabel138.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 415.5268F); + this.xrLabel138.Name = "xrLabel138"; + this.xrLabel138.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel138.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel138.StylePriority.UseBorderColor = false; + this.xrLabel138.StylePriority.UseBorders = false; + this.xrLabel138.StylePriority.UseFont = false; + this.xrLabel138.StylePriority.UseForeColor = false; + this.xrLabel138.StylePriority.UseTextAlignment = false; + this.xrLabel138.Text = "Teil-EM-Rente"; + this.xrLabel138.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel139 + // + this.xrLabel139.BorderColor = System.Drawing.Color.Black; + this.xrLabel139.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel139.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel139.ForeColor = System.Drawing.Color.Red; + this.xrLabel139.LocationFloat = new DevExpress.Utils.PointFloat(380.0403F, 415.5268F); + this.xrLabel139.Name = "xrLabel139"; + this.xrLabel139.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel139.SizeF = new System.Drawing.SizeF(23.50864F, 22F); + this.xrLabel139.StylePriority.UseBorderColor = false; + this.xrLabel139.StylePriority.UseBorders = false; + this.xrLabel139.StylePriority.UseFont = false; + this.xrLabel139.StylePriority.UseForeColor = false; + this.xrLabel139.StylePriority.UseTextAlignment = false; + this.xrLabel139.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox43 + // + this.xrCheckBox43.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox43.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox43.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 393.527F); + this.xrCheckBox43.Name = "xrCheckBox43"; + this.xrCheckBox43.SizeF = new System.Drawing.SizeF(24.47083F, 22F); + this.xrCheckBox43.StylePriority.UseBorders = false; + this.xrCheckBox43.StylePriority.UseFont = false; + this.xrCheckBox43.StylePriority.UseTextAlignment = false; + this.xrCheckBox43.Text = " "; + this.xrCheckBox43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel140 + // + this.xrLabel140.BorderColor = System.Drawing.Color.Black; + this.xrLabel140.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel140.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel140.ForeColor = System.Drawing.Color.Black; + this.xrLabel140.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 393.527F); + this.xrLabel140.Name = "xrLabel140"; + this.xrLabel140.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel140.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel140.StylePriority.UseBorderColor = false; + this.xrLabel140.StylePriority.UseBorders = false; + this.xrLabel140.StylePriority.UseFont = false; + this.xrLabel140.StylePriority.UseForeColor = false; + this.xrLabel140.StylePriority.UseTextAlignment = false; + this.xrLabel140.Text = "BU-Rente"; + this.xrLabel140.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel141 + // + this.xrLabel141.BorderColor = System.Drawing.Color.Black; + this.xrLabel141.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel141.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel141.ForeColor = System.Drawing.Color.Red; + this.xrLabel141.LocationFloat = new DevExpress.Utils.PointFloat(380.0302F, 393.527F); + this.xrLabel141.Name = "xrLabel141"; + this.xrLabel141.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel141.SizeF = new System.Drawing.SizeF(23.51886F, 22F); + this.xrLabel141.StylePriority.UseBorderColor = false; + this.xrLabel141.StylePriority.UseBorders = false; + this.xrLabel141.StylePriority.UseFont = false; + this.xrLabel141.StylePriority.UseForeColor = false; + this.xrLabel141.StylePriority.UseTextAlignment = false; + this.xrLabel141.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox42 + // + this.xrCheckBox42.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox42.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox42.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 327.7821F); + this.xrCheckBox42.Name = "xrCheckBox42"; + this.xrCheckBox42.SizeF = new System.Drawing.SizeF(24.48776F, 22F); + this.xrCheckBox42.StylePriority.UseBorders = false; + this.xrCheckBox42.StylePriority.UseFont = false; + this.xrCheckBox42.StylePriority.UseTextAlignment = false; + this.xrCheckBox42.Text = " "; + this.xrCheckBox42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel130 + // + this.xrLabel130.BorderColor = System.Drawing.Color.Black; + this.xrLabel130.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel130.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel130.ForeColor = System.Drawing.Color.Black; + this.xrLabel130.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 327.7821F); + this.xrLabel130.Name = "xrLabel130"; + this.xrLabel130.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel130.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel130.StylePriority.UseBorderColor = false; + this.xrLabel130.StylePriority.UseBorders = false; + this.xrLabel130.StylePriority.UseFont = false; + this.xrLabel130.StylePriority.UseForeColor = false; + this.xrLabel130.StylePriority.UseTextAlignment = false; + this.xrLabel130.Text = "keine Tätigkeit"; + this.xrLabel130.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel131 + // + this.xrLabel131.BorderColor = System.Drawing.Color.Black; + this.xrLabel131.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel131.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel131.ForeColor = System.Drawing.Color.Red; + this.xrLabel131.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 327.7821F); + this.xrLabel131.Name = "xrLabel131"; + this.xrLabel131.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel131.SizeF = new System.Drawing.SizeF(23.31586F, 22F); + this.xrLabel131.StylePriority.UseBorderColor = false; + this.xrLabel131.StylePriority.UseBorders = false; + this.xrLabel131.StylePriority.UseFont = false; + this.xrLabel131.StylePriority.UseForeColor = false; + this.xrLabel131.StylePriority.UseTextAlignment = false; + this.xrLabel131.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel126 + // + this.xrLabel126.BorderColor = System.Drawing.Color.Black; + this.xrLabel126.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel126.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel126.ForeColor = System.Drawing.Color.Red; + this.xrLabel126.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 309.7821F); + this.xrLabel126.Name = "xrLabel126"; + this.xrLabel126.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel126.SizeF = new System.Drawing.SizeF(24.48813F, 18F); + this.xrLabel126.StylePriority.UseBorderColor = false; + this.xrLabel126.StylePriority.UseBorders = false; + this.xrLabel126.StylePriority.UseFont = false; + this.xrLabel126.StylePriority.UseForeColor = false; + this.xrLabel126.StylePriority.UseTextAlignment = false; + this.xrLabel126.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox41 + // + this.xrCheckBox41.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox41.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox41.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 309.7821F); + this.xrCheckBox41.Name = "xrCheckBox41"; + this.xrCheckBox41.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox41.StylePriority.UseBorders = false; + this.xrCheckBox41.StylePriority.UseFont = false; + this.xrCheckBox41.StylePriority.UseTextAlignment = false; + this.xrCheckBox41.Text = " "; + this.xrCheckBox41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel127 + // + this.xrLabel127.BorderColor = System.Drawing.Color.Black; + this.xrLabel127.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel127.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel127.ForeColor = System.Drawing.Color.Black; + this.xrLabel127.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 309.7821F); + this.xrLabel127.Name = "xrLabel127"; + this.xrLabel127.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel127.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel127.StylePriority.UseBorderColor = false; + this.xrLabel127.StylePriority.UseBorders = false; + this.xrLabel127.StylePriority.UseFont = false; + this.xrLabel127.StylePriority.UseForeColor = false; + this.xrLabel127.StylePriority.UseTextAlignment = false; + this.xrLabel127.Text = "und zwar:.."; + this.xrLabel127.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox40 + // + this.xrCheckBox40.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox40.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox40.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 287.7818F); + this.xrCheckBox40.Name = "xrCheckBox40"; + this.xrCheckBox40.SizeF = new System.Drawing.SizeF(24.48813F, 21.99997F); + this.xrCheckBox40.StylePriority.UseBorders = false; + this.xrCheckBox40.StylePriority.UseFont = false; + this.xrCheckBox40.StylePriority.UseTextAlignment = false; + this.xrCheckBox40.Text = " "; + this.xrCheckBox40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel128 + // + this.xrLabel128.BorderColor = System.Drawing.Color.Black; + this.xrLabel128.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel128.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel128.ForeColor = System.Drawing.Color.Red; + this.xrLabel128.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 287.7818F); + this.xrLabel128.Name = "xrLabel128"; + this.xrLabel128.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel128.SizeF = new System.Drawing.SizeF(23.31586F, 21.99997F); + this.xrLabel128.StylePriority.UseBorderColor = false; + this.xrLabel128.StylePriority.UseBorders = false; + this.xrLabel128.StylePriority.UseFont = false; + this.xrLabel128.StylePriority.UseForeColor = false; + this.xrLabel128.StylePriority.UseTextAlignment = false; + this.xrLabel128.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel129 + // + this.xrLabel129.BorderColor = System.Drawing.Color.Black; + this.xrLabel129.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel129.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel129.ForeColor = System.Drawing.Color.Black; + this.xrLabel129.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 287.7818F); + this.xrLabel129.Name = "xrLabel129"; + this.xrLabel129.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel129.SizeF = new System.Drawing.SizeF(270.7401F, 21.99997F); + this.xrLabel129.StylePriority.UseBorderColor = false; + this.xrLabel129.StylePriority.UseBorders = false; + this.xrLabel129.StylePriority.UseFont = false; + this.xrLabel129.StylePriority.UseForeColor = false; + this.xrLabel129.StylePriority.UseTextAlignment = false; + this.xrLabel129.Text = "Schule, Studium, Ausbildung, berufl. Reha"; + this.xrLabel129.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel116 + // + this.xrLabel116.BorderColor = System.Drawing.Color.Black; + this.xrLabel116.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel116.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel116.ForeColor = System.Drawing.Color.Black; + this.xrLabel116.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 233.7817F); + this.xrLabel116.Name = "xrLabel116"; + this.xrLabel116.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel116.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel116.StylePriority.UseBorderColor = false; + this.xrLabel116.StylePriority.UseBorders = false; + this.xrLabel116.StylePriority.UseFont = false; + this.xrLabel116.StylePriority.UseForeColor = false; + this.xrLabel116.StylePriority.UseTextAlignment = false; + this.xrLabel116.Text = "Angehörigenpflege"; + this.xrLabel116.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel117 + // + this.xrLabel117.BorderColor = System.Drawing.Color.Black; + this.xrLabel117.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel117.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel117.ForeColor = System.Drawing.Color.Black; + this.xrLabel117.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 193.7814F); + this.xrLabel117.Name = "xrLabel117"; + this.xrLabel117.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel117.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel117.StylePriority.UseBorderColor = false; + this.xrLabel117.StylePriority.UseBorders = false; + this.xrLabel117.StylePriority.UseFont = false; + this.xrLabel117.StylePriority.UseForeColor = false; + this.xrLabel117.StylePriority.UseTextAlignment = false; + this.xrLabel117.Text = "Außerhalb des Arbeitsmarktes"; + this.xrLabel117.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel118 + // + this.xrLabel118.BorderColor = System.Drawing.Color.Black; + this.xrLabel118.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel118.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel118.ForeColor = System.Drawing.Color.Red; + this.xrLabel118.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 193.7814F); + this.xrLabel118.Name = "xrLabel118"; + this.xrLabel118.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel118.SizeF = new System.Drawing.SizeF(23.31586F, 22F); + this.xrLabel118.StylePriority.UseBorderColor = false; + this.xrLabel118.StylePriority.UseBorders = false; + this.xrLabel118.StylePriority.UseFont = false; + this.xrLabel118.StylePriority.UseForeColor = false; + this.xrLabel118.StylePriority.UseTextAlignment = false; + this.xrLabel118.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox35 + // + this.xrCheckBox35.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox35.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox35.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 193.7814F); + this.xrCheckBox35.Name = "xrCheckBox35"; + this.xrCheckBox35.SizeF = new System.Drawing.SizeF(23.98004F, 22F); + this.xrCheckBox35.StylePriority.UseBorders = false; + this.xrCheckBox35.StylePriority.UseFont = false; + this.xrCheckBox35.StylePriority.UseTextAlignment = false; + this.xrCheckBox35.Text = " "; + this.xrCheckBox35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel119 + // + this.xrLabel119.BorderColor = System.Drawing.Color.Black; + this.xrLabel119.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel119.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel119.ForeColor = System.Drawing.Color.Black; + this.xrLabel119.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 215.7818F); + this.xrLabel119.Name = "xrLabel119"; + this.xrLabel119.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel119.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel119.StylePriority.UseBorderColor = false; + this.xrLabel119.StylePriority.UseBorders = false; + this.xrLabel119.StylePriority.UseFont = false; + this.xrLabel119.StylePriority.UseForeColor = false; + this.xrLabel119.StylePriority.UseTextAlignment = false; + this.xrLabel119.Text = "Elternzeit"; + this.xrLabel119.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox36 + // + this.xrCheckBox36.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox36.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox36.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 215.7818F); + this.xrCheckBox36.Name = "xrCheckBox36"; + this.xrCheckBox36.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox36.StylePriority.UseBorders = false; + this.xrCheckBox36.StylePriority.UseFont = false; + this.xrCheckBox36.StylePriority.UseTextAlignment = false; + this.xrCheckBox36.Text = " "; + this.xrCheckBox36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox37 + // + this.xrCheckBox37.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox37.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox37.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 233.7817F); + this.xrCheckBox37.Name = "xrCheckBox37"; + this.xrCheckBox37.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox37.StylePriority.UseBorders = false; + this.xrCheckBox37.StylePriority.UseFont = false; + this.xrCheckBox37.StylePriority.UseTextAlignment = false; + this.xrCheckBox37.Text = " "; + this.xrCheckBox37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel120 + // + this.xrLabel120.BorderColor = System.Drawing.Color.Black; + this.xrLabel120.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel120.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel120.ForeColor = System.Drawing.Color.Red; + this.xrLabel120.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 215.7818F); + this.xrLabel120.Name = "xrLabel120"; + this.xrLabel120.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel120.SizeF = new System.Drawing.SizeF(24.5777F, 18F); + this.xrLabel120.StylePriority.UseBorderColor = false; + this.xrLabel120.StylePriority.UseBorders = false; + this.xrLabel120.StylePriority.UseFont = false; + this.xrLabel120.StylePriority.UseForeColor = false; + this.xrLabel120.StylePriority.UseTextAlignment = false; + this.xrLabel120.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel121 + // + this.xrLabel121.BorderColor = System.Drawing.Color.Black; + this.xrLabel121.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel121.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel121.ForeColor = System.Drawing.Color.Red; + this.xrLabel121.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 233.7817F); + this.xrLabel121.Name = "xrLabel121"; + this.xrLabel121.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel121.SizeF = new System.Drawing.SizeF(24.58768F, 18F); + this.xrLabel121.StylePriority.UseBorderColor = false; + this.xrLabel121.StylePriority.UseBorders = false; + this.xrLabel121.StylePriority.UseFont = false; + this.xrLabel121.StylePriority.UseForeColor = false; + this.xrLabel121.StylePriority.UseTextAlignment = false; + this.xrLabel121.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel122 + // + this.xrLabel122.BorderColor = System.Drawing.Color.Black; + this.xrLabel122.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel122.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel122.ForeColor = System.Drawing.Color.Red; + this.xrLabel122.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 269.7816F); + this.xrLabel122.Name = "xrLabel122"; + this.xrLabel122.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel122.SizeF = new System.Drawing.SizeF(24.67081F, 18F); + this.xrLabel122.StylePriority.UseBorderColor = false; + this.xrLabel122.StylePriority.UseBorders = false; + this.xrLabel122.StylePriority.UseFont = false; + this.xrLabel122.StylePriority.UseForeColor = false; + this.xrLabel122.StylePriority.UseTextAlignment = false; + this.xrLabel122.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel123 + // + this.xrLabel123.BorderColor = System.Drawing.Color.Black; + this.xrLabel123.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel123.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel123.ForeColor = System.Drawing.Color.Red; + this.xrLabel123.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 251.7816F); + this.xrLabel123.Name = "xrLabel123"; + this.xrLabel123.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel123.SizeF = new System.Drawing.SizeF(24.62921F, 18F); + this.xrLabel123.StylePriority.UseBorderColor = false; + this.xrLabel123.StylePriority.UseBorders = false; + this.xrLabel123.StylePriority.UseFont = false; + this.xrLabel123.StylePriority.UseForeColor = false; + this.xrLabel123.StylePriority.UseTextAlignment = false; + this.xrLabel123.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox39 + // + this.xrCheckBox39.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox39.Font = new System.Drawing.Font("Arial", 8F); + this.xrCheckBox39.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox39.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 269.7816F); + this.xrCheckBox39.Name = "xrCheckBox39"; + this.xrCheckBox39.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox39.StylePriority.UseBorders = false; + this.xrCheckBox39.StylePriority.UseFont = false; + this.xrCheckBox39.StylePriority.UseTextAlignment = false; + this.xrCheckBox39.Text = " "; + this.xrCheckBox39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox38 + // + this.xrCheckBox38.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox38.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox38.LocationFloat = new DevExpress.Utils.PointFloat(380.2331F, 251.7816F); + this.xrCheckBox38.Name = "xrCheckBox38"; + this.xrCheckBox38.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox38.StylePriority.UseBorders = false; + this.xrCheckBox38.StylePriority.UseFont = false; + this.xrCheckBox38.StylePriority.UseTextAlignment = false; + this.xrCheckBox38.Text = " "; + this.xrCheckBox38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel124 + // + this.xrLabel124.BorderColor = System.Drawing.Color.Black; + this.xrLabel124.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel124.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel124.ForeColor = System.Drawing.Color.Black; + this.xrLabel124.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 251.7816F); + this.xrLabel124.Name = "xrLabel124"; + this.xrLabel124.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel124.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel124.StylePriority.UseBorderColor = false; + this.xrLabel124.StylePriority.UseBorders = false; + this.xrLabel124.StylePriority.UseFont = false; + this.xrLabel124.StylePriority.UseForeColor = false; + this.xrLabel124.StylePriority.UseTextAlignment = false; + this.xrLabel124.Text = "Ehrenamt"; + this.xrLabel124.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel125 + // + this.xrLabel125.BorderColor = System.Drawing.Color.Black; + this.xrLabel125.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel125.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel125.ForeColor = System.Drawing.Color.Black; + this.xrLabel125.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 269.7816F); + this.xrLabel125.Name = "xrLabel125"; + this.xrLabel125.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel125.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel125.StylePriority.UseBorderColor = false; + this.xrLabel125.StylePriority.UseBorders = false; + this.xrLabel125.StylePriority.UseFont = false; + this.xrLabel125.StylePriority.UseForeColor = false; + this.xrLabel125.StylePriority.UseTextAlignment = false; + this.xrLabel125.Text = "Sonstiges:"; + this.xrLabel125.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel7 + // + this.xrLabel7.BorderColor = System.Drawing.Color.Black; + this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel7.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel7.ForeColor = System.Drawing.Color.Black; + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 139.7814F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel7.StylePriority.UseBorderColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseForeColor = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Zuverdienst"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel14 + // + this.xrLabel14.BorderColor = System.Drawing.Color.Black; + this.xrLabel14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel14.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel14.ForeColor = System.Drawing.Color.Black; + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 99.7811F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel14.StylePriority.UseBorderColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseForeColor = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Besonderer Arbeitsmarkt"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel21 + // + this.xrLabel21.BorderColor = System.Drawing.Color.Black; + this.xrLabel21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel21.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel21.ForeColor = System.Drawing.Color.Red; + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(380.2332F, 99.7811F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(23.3158F, 22F); + this.xrLabel21.StylePriority.UseBorderColor = false; + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.StylePriority.UseForeColor = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox30 + // + this.xrCheckBox30.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox30.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox30.LocationFloat = new DevExpress.Utils.PointFloat(355.7824F, 99.78129F); + this.xrCheckBox30.Name = "xrCheckBox30"; + this.xrCheckBox30.SizeF = new System.Drawing.SizeF(23.64285F, 22F); + this.xrCheckBox30.StylePriority.UseBorders = false; + this.xrCheckBox30.StylePriority.UseFont = false; + this.xrCheckBox30.StylePriority.UseTextAlignment = false; + this.xrCheckBox30.Text = " "; + this.xrCheckBox30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel25 + // + this.xrLabel25.BorderColor = System.Drawing.Color.Black; + this.xrLabel25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel25.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel25.ForeColor = System.Drawing.Color.Black; + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 121.7812F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel25.StylePriority.UseBorderColor = false; + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UseForeColor = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.Text = "WfbM"; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox31 + // + this.xrCheckBox31.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox31.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox31.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 121.7812F); + this.xrCheckBox31.Name = "xrCheckBox31"; + this.xrCheckBox31.SizeF = new System.Drawing.SizeF(22.44983F, 18F); + this.xrCheckBox31.StylePriority.UseBorders = false; + this.xrCheckBox31.StylePriority.UseFont = false; + this.xrCheckBox31.StylePriority.UseTextAlignment = false; + this.xrCheckBox31.Text = " "; + this.xrCheckBox31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox32 + // + this.xrCheckBox32.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox32.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox32.LocationFloat = new DevExpress.Utils.PointFloat(380.2332F, 139.7814F); + this.xrCheckBox32.Name = "xrCheckBox32"; + this.xrCheckBox32.SizeF = new System.Drawing.SizeF(23.3158F, 18F); + this.xrCheckBox32.StylePriority.UseBorders = false; + this.xrCheckBox32.StylePriority.UseFont = false; + this.xrCheckBox32.StylePriority.UseTextAlignment = false; + this.xrCheckBox32.Text = " "; + this.xrCheckBox32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel28 + // + this.xrLabel28.BorderColor = System.Drawing.Color.Black; + this.xrLabel28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel28.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel28.ForeColor = System.Drawing.Color.Red; + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 121.7812F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(23.86926F, 17.99997F); + this.xrLabel28.StylePriority.UseBorderColor = false; + this.xrLabel28.StylePriority.UseBorders = false; + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.StylePriority.UseForeColor = false; + this.xrLabel28.StylePriority.UseTextAlignment = false; + this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel32 + // + this.xrLabel32.BorderColor = System.Drawing.Color.Black; + this.xrLabel32.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel32.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel32.ForeColor = System.Drawing.Color.Red; + this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(355.5561F, 139.7814F); + this.xrLabel32.Name = "xrLabel32"; + this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel32.SizeF = new System.Drawing.SizeF(24.49817F, 18F); + this.xrLabel32.StylePriority.UseBorderColor = false; + this.xrLabel32.StylePriority.UseBorders = false; + this.xrLabel32.StylePriority.UseFont = false; + this.xrLabel32.StylePriority.UseForeColor = false; + this.xrLabel32.StylePriority.UseTextAlignment = false; + this.xrLabel32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel42 + // + this.xrLabel42.BorderColor = System.Drawing.Color.Black; + this.xrLabel42.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel42.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel42.ForeColor = System.Drawing.Color.Red; + this.xrLabel42.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 175.7815F); + this.xrLabel42.Name = "xrLabel42"; + this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel42.SizeF = new System.Drawing.SizeF(23.98004F, 17.99999F); + this.xrLabel42.StylePriority.UseBorderColor = false; + this.xrLabel42.StylePriority.UseBorders = false; + this.xrLabel42.StylePriority.UseFont = false; + this.xrLabel42.StylePriority.UseForeColor = false; + this.xrLabel42.StylePriority.UseTextAlignment = false; + this.xrLabel42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel43 + // + this.xrLabel43.BorderColor = System.Drawing.Color.Black; + this.xrLabel43.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel43.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel43.ForeColor = System.Drawing.Color.Red; + this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(355.5562F, 157.7813F); + this.xrLabel43.Name = "xrLabel43"; + this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel43.SizeF = new System.Drawing.SizeF(24.53973F, 18F); + this.xrLabel43.StylePriority.UseBorderColor = false; + this.xrLabel43.StylePriority.UseBorders = false; + this.xrLabel43.StylePriority.UseFont = false; + this.xrLabel43.StylePriority.UseForeColor = false; + this.xrLabel43.StylePriority.UseTextAlignment = false; + this.xrLabel43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox34 + // + this.xrCheckBox34.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox34.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox34.LocationFloat = new DevExpress.Utils.PointFloat(380.2332F, 175.7815F); + this.xrCheckBox34.Name = "xrCheckBox34"; + this.xrCheckBox34.SizeF = new System.Drawing.SizeF(23.3158F, 17.99999F); + this.xrCheckBox34.StylePriority.UseBorders = false; + this.xrCheckBox34.StylePriority.UseFont = false; + this.xrCheckBox34.StylePriority.UseTextAlignment = false; + this.xrCheckBox34.Text = " "; + this.xrCheckBox34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox33 + // + this.xrCheckBox33.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox33.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox33.LocationFloat = new DevExpress.Utils.PointFloat(380.2332F, 157.7813F); + this.xrCheckBox33.Name = "xrCheckBox33"; + this.xrCheckBox33.SizeF = new System.Drawing.SizeF(23.3158F, 18F); + this.xrCheckBox33.StylePriority.UseBorders = false; + this.xrCheckBox33.StylePriority.UseFont = false; + this.xrCheckBox33.StylePriority.UseTextAlignment = false; + this.xrCheckBox33.Text = " "; + this.xrCheckBox33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel114 + // + this.xrLabel114.BorderColor = System.Drawing.Color.Black; + this.xrLabel114.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel114.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel114.ForeColor = System.Drawing.Color.Black; + this.xrLabel114.LocationFloat = new DevExpress.Utils.PointFloat(403.5489F, 157.7813F); + this.xrLabel114.Name = "xrLabel114"; + this.xrLabel114.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel114.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel114.StylePriority.UseBorderColor = false; + this.xrLabel114.StylePriority.UseBorders = false; + this.xrLabel114.StylePriority.UseFont = false; + this.xrLabel114.StylePriority.UseForeColor = false; + this.xrLabel114.StylePriority.UseTextAlignment = false; + this.xrLabel114.Text = "Tagesstätte"; + this.xrLabel114.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel115 + // + this.xrLabel115.BorderColor = System.Drawing.Color.Black; + this.xrLabel115.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel115.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel115.ForeColor = System.Drawing.Color.Black; + this.xrLabel115.LocationFloat = new DevExpress.Utils.PointFloat(403.5492F, 175.7815F); + this.xrLabel115.Name = "xrLabel115"; + this.xrLabel115.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel115.SizeF = new System.Drawing.SizeF(270.7401F, 17.99999F); + this.xrLabel115.StylePriority.UseBorderColor = false; + this.xrLabel115.StylePriority.UseBorders = false; + this.xrLabel115.StylePriority.UseFont = false; + this.xrLabel115.StylePriority.UseForeColor = false; + this.xrLabel115.StylePriority.UseTextAlignment = false; + this.xrLabel115.Text = "Sonstiges:"; + this.xrLabel115.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel110 + // + this.xrLabel110.BorderColor = System.Drawing.Color.Black; + this.xrLabel110.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel110.CanGrow = false; + this.xrLabel110.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel110.ForeColor = System.Drawing.Color.Black; + this.xrLabel110.LocationFloat = new DevExpress.Utils.PointFloat(51.54862F, 1037.185F); + this.xrLabel110.Name = "xrLabel110"; + this.xrLabel110.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel110.SizeF = new System.Drawing.SizeF(270.6504F, 18F); + this.xrLabel110.StylePriority.UseBorderColor = false; + this.xrLabel110.StylePriority.UseBorders = false; + this.xrLabel110.StylePriority.UseFont = false; + this.xrLabel110.StylePriority.UseForeColor = false; + this.xrLabel110.StylePriority.UseTextAlignment = false; + this.xrLabel110.Text = "Sonstiges:"; + this.xrLabel110.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel111 + // + this.xrLabel111.BorderColor = System.Drawing.Color.Black; + this.xrLabel111.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel111.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel111.ForeColor = System.Drawing.Color.Black; + this.xrLabel111.LocationFloat = new DevExpress.Utils.PointFloat(51.33487F, 1019.185F); + this.xrLabel111.Name = "xrLabel111"; + this.xrLabel111.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel111.SizeF = new System.Drawing.SizeF(270.692F, 17.99994F); + this.xrLabel111.StylePriority.UseBorderColor = false; + this.xrLabel111.StylePriority.UseBorders = false; + this.xrLabel111.StylePriority.UseFont = false; + this.xrLabel111.StylePriority.UseForeColor = false; + this.xrLabel111.StylePriority.UseTextAlignment = false; + this.xrLabel111.Text = "Geringfügige Beschäftigung"; + this.xrLabel111.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox28 + // + this.xrCheckBox28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox28.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox28.LocationFloat = new DevExpress.Utils.PointFloat(27.33433F, 1019.185F); + this.xrCheckBox28.Name = "xrCheckBox28"; + this.xrCheckBox28.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox28.StylePriority.UseBorders = false; + this.xrCheckBox28.StylePriority.UseFont = false; + this.xrCheckBox28.StylePriority.UseTextAlignment = false; + this.xrCheckBox28.Text = " "; + this.xrCheckBox28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox29 + // + this.xrCheckBox29.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrCheckBox29.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox29.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 1037.185F); + this.xrCheckBox29.Name = "xrCheckBox29"; + this.xrCheckBox29.SizeF = new System.Drawing.SizeF(24.17218F, 18.00012F); + this.xrCheckBox29.StylePriority.UseBorders = false; + this.xrCheckBox29.StylePriority.UseFont = false; + this.xrCheckBox29.StylePriority.UseTextAlignment = false; + this.xrCheckBox29.Text = " "; + this.xrCheckBox29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel112 + // + this.xrLabel112.BorderColor = System.Drawing.Color.Black; + this.xrLabel112.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel112.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel112.ForeColor = System.Drawing.Color.Red; + this.xrLabel112.LocationFloat = new DevExpress.Utils.PointFloat(3.338936F, 1019.185F); + this.xrLabel112.Name = "xrLabel112"; + this.xrLabel112.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel112.SizeF = new System.Drawing.SizeF(23.99F, 18F); + this.xrLabel112.StylePriority.UseBorderColor = false; + this.xrLabel112.StylePriority.UseBorders = false; + this.xrLabel112.StylePriority.UseFont = false; + this.xrLabel112.StylePriority.UseForeColor = false; + this.xrLabel112.StylePriority.UseTextAlignment = false; + this.xrLabel112.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel113 + // + this.xrLabel113.BorderColor = System.Drawing.Color.Black; + this.xrLabel113.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel113.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel113.ForeColor = System.Drawing.Color.Red; + this.xrLabel113.LocationFloat = new DevExpress.Utils.PointFloat(3.338941F, 1037.185F); + this.xrLabel113.Name = "xrLabel113"; + this.xrLabel113.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel113.SizeF = new System.Drawing.SizeF(23.99003F, 18.00012F); + this.xrLabel113.StylePriority.UseBorderColor = false; + this.xrLabel113.StylePriority.UseBorders = false; + this.xrLabel113.StylePriority.UseFont = false; + this.xrLabel113.StylePriority.UseForeColor = false; + this.xrLabel113.StylePriority.UseTextAlignment = false; + this.xrLabel113.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel108 + // + this.xrLabel108.BorderColor = System.Drawing.Color.Black; + this.xrLabel108.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel108.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel108.ForeColor = System.Drawing.Color.Red; + this.xrLabel108.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 1001.185F); + this.xrLabel108.Name = "xrLabel108"; + this.xrLabel108.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel108.SizeF = new System.Drawing.SizeF(23.99F, 18F); + this.xrLabel108.StylePriority.UseBorderColor = false; + this.xrLabel108.StylePriority.UseBorders = false; + this.xrLabel108.StylePriority.UseFont = false; + this.xrLabel108.StylePriority.UseForeColor = false; + this.xrLabel108.StylePriority.UseTextAlignment = false; + this.xrLabel108.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel107 + // + this.xrLabel107.BorderColor = System.Drawing.Color.Black; + this.xrLabel107.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel107.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel107.ForeColor = System.Drawing.Color.Red; + this.xrLabel107.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 983.1852F); + this.xrLabel107.Name = "xrLabel107"; + this.xrLabel107.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel107.SizeF = new System.Drawing.SizeF(23.98F, 18F); + this.xrLabel107.StylePriority.UseBorderColor = false; + this.xrLabel107.StylePriority.UseBorders = false; + this.xrLabel107.StylePriority.UseFont = false; + this.xrLabel107.StylePriority.UseForeColor = false; + this.xrLabel107.StylePriority.UseTextAlignment = false; + this.xrLabel107.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox27 + // + this.xrCheckBox27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox27.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox27.LocationFloat = new DevExpress.Utils.PointFloat(27.29044F, 1001.185F); + this.xrCheckBox27.Name = "xrCheckBox27"; + this.xrCheckBox27.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox27.StylePriority.UseBorders = false; + this.xrCheckBox27.StylePriority.UseFont = false; + this.xrCheckBox27.StylePriority.UseTextAlignment = false; + this.xrCheckBox27.Text = " "; + this.xrCheckBox27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox26 + // + this.xrCheckBox26.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox26.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox26.LocationFloat = new DevExpress.Utils.PointFloat(27.28643F, 983.1852F); + this.xrCheckBox26.Name = "xrCheckBox26"; + this.xrCheckBox26.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox26.StylePriority.UseBorders = false; + this.xrCheckBox26.StylePriority.UseFont = false; + this.xrCheckBox26.StylePriority.UseTextAlignment = false; + this.xrCheckBox26.Text = " "; + this.xrCheckBox26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel101 + // + this.xrLabel101.BorderColor = System.Drawing.Color.Black; + this.xrLabel101.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel101.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel101.ForeColor = System.Drawing.Color.Black; + this.xrLabel101.LocationFloat = new DevExpress.Utils.PointFloat(51.28687F, 983.1852F); + this.xrLabel101.Name = "xrLabel101"; + this.xrLabel101.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel101.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel101.StylePriority.UseBorderColor = false; + this.xrLabel101.StylePriority.UseBorders = false; + this.xrLabel101.StylePriority.UseFont = false; + this.xrLabel101.StylePriority.UseForeColor = false; + this.xrLabel101.StylePriority.UseTextAlignment = false; + this.xrLabel101.Text = "Arbeitsverhältnis in Vollzeit"; + this.xrLabel101.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox25 + // + this.xrCheckBox25.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox25.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox25.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 961.1846F); + this.xrCheckBox25.Name = "xrCheckBox25"; + this.xrCheckBox25.SizeF = new System.Drawing.SizeF(23.98F, 22F); + this.xrCheckBox25.StylePriority.UseBorders = false; + this.xrCheckBox25.StylePriority.UseFont = false; + this.xrCheckBox25.StylePriority.UseTextAlignment = false; + this.xrCheckBox25.Text = " "; + this.xrCheckBox25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel102 + // + this.xrLabel102.BorderColor = System.Drawing.Color.Black; + this.xrLabel102.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel102.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel102.ForeColor = System.Drawing.Color.Red; + this.xrLabel102.LocationFloat = new DevExpress.Utils.PointFloat(27.28702F, 961.1846F); + this.xrLabel102.Name = "xrLabel102"; + this.xrLabel102.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel102.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel102.StylePriority.UseBorderColor = false; + this.xrLabel102.StylePriority.UseBorders = false; + this.xrLabel102.StylePriority.UseFont = false; + this.xrLabel102.StylePriority.UseForeColor = false; + this.xrLabel102.StylePriority.UseTextAlignment = false; + this.xrLabel102.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel103 + // + this.xrLabel103.BorderColor = System.Drawing.Color.Black; + this.xrLabel103.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel103.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel103.ForeColor = System.Drawing.Color.Black; + this.xrLabel103.LocationFloat = new DevExpress.Utils.PointFloat(51.28687F, 961.1846F); + this.xrLabel103.Name = "xrLabel103"; + this.xrLabel103.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel103.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel103.StylePriority.UseBorderColor = false; + this.xrLabel103.StylePriority.UseBorders = false; + this.xrLabel103.StylePriority.UseFont = false; + this.xrLabel103.StylePriority.UseForeColor = false; + this.xrLabel103.StylePriority.UseTextAlignment = false; + this.xrLabel103.Text = "Allgemeiner Arbeitsmarkt"; + this.xrLabel103.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel104 + // + this.xrLabel104.BorderColor = System.Drawing.Color.Black; + this.xrLabel104.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel104.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel104.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel104.LocationFloat = new DevExpress.Utils.PointFloat(51.28687F, 918.1846F); + this.xrLabel104.Name = "xrLabel104"; + this.xrLabel104.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel104.SizeF = new System.Drawing.SizeF(270.74F, 43F); + this.xrLabel104.StylePriority.UseBorderColor = false; + this.xrLabel104.StylePriority.UseBorders = false; + this.xrLabel104.StylePriority.UseFont = false; + this.xrLabel104.StylePriority.UseForeColor = false; + this.xrLabel104.StylePriority.UseTextAlignment = false; + this.xrLabel104.Text = "Tätigkeiten in den letzten 24 Monaten vor dem ZV"; + this.xrLabel104.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel105 + // + this.xrLabel105.BorderColor = System.Drawing.Color.Black; + this.xrLabel105.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel105.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel105.ForeColor = System.Drawing.Color.Red; + this.xrLabel105.LocationFloat = new DevExpress.Utils.PointFloat(27.28689F, 918.1849F); + this.xrLabel105.Name = "xrLabel105"; + this.xrLabel105.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel105.SizeF = new System.Drawing.SizeF(24.00002F, 42.99994F); + this.xrLabel105.StylePriority.UseBorderColor = false; + this.xrLabel105.StylePriority.UseBorders = false; + this.xrLabel105.StylePriority.UseFont = false; + this.xrLabel105.StylePriority.UseForeColor = false; + this.xrLabel105.StylePriority.UseTextAlignment = false; + this.xrLabel105.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel106 + // + this.xrLabel106.BorderColor = System.Drawing.Color.Black; + this.xrLabel106.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel106.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel106.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel106.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 918.1849F); + this.xrLabel106.Name = "xrLabel106"; + this.xrLabel106.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel106.SizeF = new System.Drawing.SizeF(23.98F, 43F); + this.xrLabel106.StylePriority.UseBorderColor = false; + this.xrLabel106.StylePriority.UseBorders = false; + this.xrLabel106.StylePriority.UseFont = false; + this.xrLabel106.StylePriority.UseForeColor = false; + this.xrLabel106.StylePriority.UseTextAlignment = false; + this.xrLabel106.Text = "3."; + this.xrLabel106.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel109 + // + this.xrLabel109.BorderColor = System.Drawing.Color.Black; + this.xrLabel109.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel109.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel109.ForeColor = System.Drawing.Color.Black; + this.xrLabel109.LocationFloat = new DevExpress.Utils.PointFloat(51.29039F, 1001.185F); + this.xrLabel109.Name = "xrLabel109"; + this.xrLabel109.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel109.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel109.StylePriority.UseBorderColor = false; + this.xrLabel109.StylePriority.UseBorders = false; + this.xrLabel109.StylePriority.UseFont = false; + this.xrLabel109.StylePriority.UseForeColor = false; + this.xrLabel109.StylePriority.UseTextAlignment = false; + this.xrLabel109.Text = "Arbeitsverhältnis in Teilzeit"; + this.xrLabel109.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel92 + // + this.xrLabel92.BorderColor = System.Drawing.Color.Black; + this.xrLabel92.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel92.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel92.ForeColor = System.Drawing.Color.Black; + this.xrLabel92.LocationFloat = new DevExpress.Utils.PointFloat(51.2874F, 874.1848F); + this.xrLabel92.Name = "xrLabel92"; + this.xrLabel92.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel92.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel92.StylePriority.UseBorderColor = false; + this.xrLabel92.StylePriority.UseBorders = false; + this.xrLabel92.StylePriority.UseFont = false; + this.xrLabel92.StylePriority.UseForeColor = false; + this.xrLabel92.StylePriority.UseTextAlignment = false; + this.xrLabel92.Text = "Bis 5 Jahre im erlernten Beruf"; + this.xrLabel92.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox23 + // + this.xrCheckBox23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox23.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox23.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 874.1851F); + this.xrCheckBox23.Name = "xrCheckBox23"; + this.xrCheckBox23.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox23.StylePriority.UseBorders = false; + this.xrCheckBox23.StylePriority.UseFont = false; + this.xrCheckBox23.StylePriority.UseTextAlignment = false; + this.xrCheckBox23.Text = " "; + this.xrCheckBox23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox22 + // + this.xrCheckBox22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox22.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox22.LocationFloat = new DevExpress.Utils.PointFloat(3.297659F, 852.1848F); + this.xrCheckBox22.Name = "xrCheckBox22"; + this.xrCheckBox22.SizeF = new System.Drawing.SizeF(24F, 22.00006F); + this.xrCheckBox22.StylePriority.UseBorders = false; + this.xrCheckBox22.StylePriority.UseFont = false; + this.xrCheckBox22.StylePriority.UseTextAlignment = false; + this.xrCheckBox22.Text = " "; + this.xrCheckBox22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel93 + // + this.xrLabel93.BorderColor = System.Drawing.Color.Black; + this.xrLabel93.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel93.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel93.ForeColor = System.Drawing.Color.Red; + this.xrLabel93.LocationFloat = new DevExpress.Utils.PointFloat(27.29742F, 852.185F); + this.xrLabel93.Name = "xrLabel93"; + this.xrLabel93.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel93.SizeF = new System.Drawing.SizeF(23.98999F, 21.98981F); + this.xrLabel93.StylePriority.UseBorderColor = false; + this.xrLabel93.StylePriority.UseBorders = false; + this.xrLabel93.StylePriority.UseFont = false; + this.xrLabel93.StylePriority.UseForeColor = false; + this.xrLabel93.StylePriority.UseTextAlignment = false; + this.xrLabel93.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel94 + // + this.xrLabel94.BorderColor = System.Drawing.Color.Black; + this.xrLabel94.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel94.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel94.ForeColor = System.Drawing.Color.Black; + this.xrLabel94.LocationFloat = new DevExpress.Utils.PointFloat(51.29737F, 852.185F); + this.xrLabel94.Name = "xrLabel94"; + this.xrLabel94.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel94.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel94.StylePriority.UseBorderColor = false; + this.xrLabel94.StylePriority.UseBorders = false; + this.xrLabel94.StylePriority.UseFont = false; + this.xrLabel94.StylePriority.UseForeColor = false; + this.xrLabel94.StylePriority.UseTextAlignment = false; + this.xrLabel94.Text = "Keine im erlernten Beruf"; + this.xrLabel94.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel95 + // + this.xrLabel95.BorderColor = System.Drawing.Color.Black; + this.xrLabel95.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel95.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel95.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel95.LocationFloat = new DevExpress.Utils.PointFloat(51.29737F, 830.656F); + this.xrLabel95.Name = "xrLabel95"; + this.xrLabel95.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel95.SizeF = new System.Drawing.SizeF(270.7294F, 21.52881F); + this.xrLabel95.StylePriority.UseBorderColor = false; + this.xrLabel95.StylePriority.UseBorders = false; + this.xrLabel95.StylePriority.UseFont = false; + this.xrLabel95.StylePriority.UseForeColor = false; + this.xrLabel95.StylePriority.UseTextAlignment = false; + this.xrLabel95.Text = "Erfahrung im erlernten Beruf"; + this.xrLabel95.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel96 + // + this.xrLabel96.BorderColor = System.Drawing.Color.Black; + this.xrLabel96.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel96.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel96.ForeColor = System.Drawing.Color.Red; + this.xrLabel96.LocationFloat = new DevExpress.Utils.PointFloat(27.37661F, 830.656F); + this.xrLabel96.Name = "xrLabel96"; + this.xrLabel96.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel96.SizeF = new System.Drawing.SizeF(23.9108F, 21.52887F); + this.xrLabel96.StylePriority.UseBorderColor = false; + this.xrLabel96.StylePriority.UseBorders = false; + this.xrLabel96.StylePriority.UseFont = false; + this.xrLabel96.StylePriority.UseForeColor = false; + this.xrLabel96.StylePriority.UseTextAlignment = false; + this.xrLabel96.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel97 + // + this.xrLabel97.BorderColor = System.Drawing.Color.Black; + this.xrLabel97.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel97.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel97.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel97.LocationFloat = new DevExpress.Utils.PointFloat(3.297659F, 830.656F); + this.xrLabel97.Name = "xrLabel97"; + this.xrLabel97.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel97.SizeF = new System.Drawing.SizeF(24F, 21.52881F); + this.xrLabel97.StylePriority.UseBorderColor = false; + this.xrLabel97.StylePriority.UseBorders = false; + this.xrLabel97.StylePriority.UseFont = false; + this.xrLabel97.StylePriority.UseForeColor = false; + this.xrLabel97.StylePriority.UseTextAlignment = false; + this.xrLabel97.Text = "2.\t"; + this.xrLabel97.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel98 + // + this.xrLabel98.BorderColor = System.Drawing.Color.Black; + this.xrLabel98.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel98.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel98.ForeColor = System.Drawing.Color.Red; + this.xrLabel98.LocationFloat = new DevExpress.Utils.PointFloat(27.28786F, 874.1848F); + this.xrLabel98.Name = "xrLabel98"; + this.xrLabel98.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel98.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel98.StylePriority.UseBorderColor = false; + this.xrLabel98.StylePriority.UseBorders = false; + this.xrLabel98.StylePriority.UseFont = false; + this.xrLabel98.StylePriority.UseForeColor = false; + this.xrLabel98.StylePriority.UseTextAlignment = false; + this.xrLabel98.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel99 + // + this.xrLabel99.BorderColor = System.Drawing.Color.Black; + this.xrLabel99.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel99.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel99.ForeColor = System.Drawing.Color.Red; + this.xrLabel99.LocationFloat = new DevExpress.Utils.PointFloat(27.28819F, 896.1848F); + this.xrLabel99.Name = "xrLabel99"; + this.xrLabel99.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel99.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel99.StylePriority.UseBorderColor = false; + this.xrLabel99.StylePriority.UseBorders = false; + this.xrLabel99.StylePriority.UseFont = false; + this.xrLabel99.StylePriority.UseForeColor = false; + this.xrLabel99.StylePriority.UseTextAlignment = false; + this.xrLabel99.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox24 + // + this.xrCheckBox24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox24.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox24.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 896.1848F); + this.xrCheckBox24.Name = "xrCheckBox24"; + this.xrCheckBox24.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox24.StylePriority.UseBorders = false; + this.xrCheckBox24.StylePriority.UseFont = false; + this.xrCheckBox24.StylePriority.UseTextAlignment = false; + this.xrCheckBox24.Text = " "; + this.xrCheckBox24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel100 + // + this.xrLabel100.BorderColor = System.Drawing.Color.Black; + this.xrLabel100.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel100.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel100.ForeColor = System.Drawing.Color.Black; + this.xrLabel100.LocationFloat = new DevExpress.Utils.PointFloat(51.28765F, 896.1848F); + this.xrLabel100.Name = "xrLabel100"; + this.xrLabel100.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel100.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel100.StylePriority.UseBorderColor = false; + this.xrLabel100.StylePriority.UseBorders = false; + this.xrLabel100.StylePriority.UseFont = false; + this.xrLabel100.StylePriority.UseForeColor = false; + this.xrLabel100.StylePriority.UseTextAlignment = false; + this.xrLabel100.Text = "Länger als 5 Jahre im erlernten Beruf"; + this.xrLabel100.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel90 + // + this.xrLabel90.BorderColor = System.Drawing.Color.Black; + this.xrLabel90.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel90.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel90.ForeColor = System.Drawing.Color.Black; + this.xrLabel90.LocationFloat = new DevExpress.Utils.PointFloat(51.29737F, 808.6559F); + this.xrLabel90.Name = "xrLabel90"; + this.xrLabel90.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel90.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel90.StylePriority.UseBorderColor = false; + this.xrLabel90.StylePriority.UseBorders = false; + this.xrLabel90.StylePriority.UseFont = false; + this.xrLabel90.StylePriority.UseForeColor = false; + this.xrLabel90.StylePriority.UseTextAlignment = false; + this.xrLabel90.Text = "Kein Berufsabschluss"; + this.xrLabel90.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox21 + // + this.xrCheckBox21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox21.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox21.LocationFloat = new DevExpress.Utils.PointFloat(3.297854F, 808.6563F); + this.xrCheckBox21.Name = "xrCheckBox21"; + this.xrCheckBox21.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrCheckBox21.StylePriority.UseBorders = false; + this.xrCheckBox21.StylePriority.UseFont = false; + this.xrCheckBox21.StylePriority.UseTextAlignment = false; + this.xrCheckBox21.Text = " "; + this.xrCheckBox21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel91 + // + this.xrLabel91.BorderColor = System.Drawing.Color.Black; + this.xrLabel91.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel91.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel91.ForeColor = System.Drawing.Color.Red; + this.xrLabel91.LocationFloat = new DevExpress.Utils.PointFloat(27.29794F, 808.6559F); + this.xrLabel91.Name = "xrLabel91"; + this.xrLabel91.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel91.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel91.StylePriority.UseBorderColor = false; + this.xrLabel91.StylePriority.UseBorders = false; + this.xrLabel91.StylePriority.UseFont = false; + this.xrLabel91.StylePriority.UseForeColor = false; + this.xrLabel91.StylePriority.UseTextAlignment = false; + this.xrLabel91.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel89 + // + this.xrLabel89.BorderColor = System.Drawing.Color.Black; + this.xrLabel89.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel89.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel89.ForeColor = System.Drawing.Color.Red; + this.xrLabel89.LocationFloat = new DevExpress.Utils.PointFloat(27.29406F, 786.6559F); + this.xrLabel89.Name = "xrLabel89"; + this.xrLabel89.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel89.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel89.StylePriority.UseBorderColor = false; + this.xrLabel89.StylePriority.UseBorders = false; + this.xrLabel89.StylePriority.UseFont = false; + this.xrLabel89.StylePriority.UseForeColor = false; + this.xrLabel89.StylePriority.UseTextAlignment = false; + this.xrLabel89.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel77 + // + this.xrLabel77.BorderColor = System.Drawing.Color.Black; + this.xrLabel77.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel77.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel77.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel77.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 696.9061F); + this.xrLabel77.Name = "xrLabel77"; + this.xrLabel77.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel77.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel77.StylePriority.UseBorderColor = false; + this.xrLabel77.StylePriority.UseBorders = false; + this.xrLabel77.StylePriority.UseFont = false; + this.xrLabel77.StylePriority.UseForeColor = false; + this.xrLabel77.StylePriority.UseTextAlignment = false; + this.xrLabel77.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel78 + // + this.xrLabel78.BorderColor = System.Drawing.Color.Black; + this.xrLabel78.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel78.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel78.ForeColor = System.Drawing.Color.Red; + this.xrLabel78.LocationFloat = new DevExpress.Utils.PointFloat(27.2938F, 696.9064F); + this.xrLabel78.Name = "xrLabel78"; + this.xrLabel78.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel78.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel78.StylePriority.UseBorderColor = false; + this.xrLabel78.StylePriority.UseBorders = false; + this.xrLabel78.StylePriority.UseFont = false; + this.xrLabel78.StylePriority.UseForeColor = false; + this.xrLabel78.StylePriority.UseTextAlignment = false; + this.xrLabel78.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel79 + // + this.xrLabel79.BorderColor = System.Drawing.Color.Black; + this.xrLabel79.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel79.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel79.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel79.LocationFloat = new DevExpress.Utils.PointFloat(51.29366F, 696.9061F); + this.xrLabel79.Name = "xrLabel79"; + this.xrLabel79.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel79.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel79.StylePriority.UseBorderColor = false; + this.xrLabel79.StylePriority.UseBorders = false; + this.xrLabel79.StylePriority.UseFont = false; + this.xrLabel79.StylePriority.UseForeColor = false; + this.xrLabel79.StylePriority.UseTextAlignment = false; + this.xrLabel79.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel80 + // + this.xrLabel80.BorderColor = System.Drawing.Color.Black; + this.xrLabel80.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel80.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel80.ForeColor = System.Drawing.Color.Red; + this.xrLabel80.LocationFloat = new DevExpress.Utils.PointFloat(51.29379F, 718.7809F); + this.xrLabel80.Name = "xrLabel80"; + this.xrLabel80.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel80.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel80.StylePriority.UseBorderColor = false; + this.xrLabel80.StylePriority.UseBorders = false; + this.xrLabel80.StylePriority.UseFont = false; + this.xrLabel80.StylePriority.UseForeColor = false; + this.xrLabel80.StylePriority.UseTextAlignment = false; + this.xrLabel80.Text = "Berufssituation"; + this.xrLabel80.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel81 + // + this.xrLabel81.BorderColor = System.Drawing.Color.Black; + this.xrLabel81.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel81.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel81.ForeColor = System.Drawing.Color.Red; + this.xrLabel81.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 718.7812F); + this.xrLabel81.Name = "xrLabel81"; + this.xrLabel81.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel81.SizeF = new System.Drawing.SizeF(23.99F, 24F); + this.xrLabel81.StylePriority.UseBorderColor = false; + this.xrLabel81.StylePriority.UseBorders = false; + this.xrLabel81.StylePriority.UseFont = false; + this.xrLabel81.StylePriority.UseForeColor = false; + this.xrLabel81.StylePriority.UseTextAlignment = false; + this.xrLabel81.Text = "C."; + this.xrLabel81.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel82 + // + this.xrLabel82.BorderColor = System.Drawing.Color.Black; + this.xrLabel82.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel82.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel82.ForeColor = System.Drawing.Color.Red; + this.xrLabel82.LocationFloat = new DevExpress.Utils.PointFloat(27.29399F, 718.7812F); + this.xrLabel82.Name = "xrLabel82"; + this.xrLabel82.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel82.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel82.StylePriority.UseBorderColor = false; + this.xrLabel82.StylePriority.UseBorders = false; + this.xrLabel82.StylePriority.UseFont = false; + this.xrLabel82.StylePriority.UseForeColor = false; + this.xrLabel82.StylePriority.UseTextAlignment = false; + this.xrLabel82.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel83 + // + this.xrLabel83.BorderColor = System.Drawing.Color.Black; + this.xrLabel83.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel83.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel83.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel83.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 742.7813F); + this.xrLabel83.Name = "xrLabel83"; + this.xrLabel83.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel83.SizeF = new System.Drawing.SizeF(23.99F, 21.87488F); + this.xrLabel83.StylePriority.UseBorderColor = false; + this.xrLabel83.StylePriority.UseBorders = false; + this.xrLabel83.StylePriority.UseFont = false; + this.xrLabel83.StylePriority.UseForeColor = false; + this.xrLabel83.StylePriority.UseTextAlignment = false; + this.xrLabel83.Text = "1."; + this.xrLabel83.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel84 + // + this.xrLabel84.BorderColor = System.Drawing.Color.Black; + this.xrLabel84.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel84.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel84.ForeColor = System.Drawing.Color.Red; + this.xrLabel84.LocationFloat = new DevExpress.Utils.PointFloat(27.29393F, 742.7813F); + this.xrLabel84.Name = "xrLabel84"; + this.xrLabel84.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel84.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel84.StylePriority.UseBorderColor = false; + this.xrLabel84.StylePriority.UseBorders = false; + this.xrLabel84.StylePriority.UseFont = false; + this.xrLabel84.StylePriority.UseForeColor = false; + this.xrLabel84.StylePriority.UseTextAlignment = false; + this.xrLabel84.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel85 + // + this.xrLabel85.BorderColor = System.Drawing.Color.Black; + this.xrLabel85.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel85.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel85.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel85.LocationFloat = new DevExpress.Utils.PointFloat(51.29379F, 742.7813F); + this.xrLabel85.Name = "xrLabel85"; + this.xrLabel85.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel85.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel85.StylePriority.UseBorderColor = false; + this.xrLabel85.StylePriority.UseBorders = false; + this.xrLabel85.StylePriority.UseFont = false; + this.xrLabel85.StylePriority.UseForeColor = false; + this.xrLabel85.StylePriority.UseTextAlignment = false; + this.xrLabel85.Text = "Berufsausbildung"; + this.xrLabel85.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel86 + // + this.xrLabel86.BorderColor = System.Drawing.Color.Black; + this.xrLabel86.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel86.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel86.ForeColor = System.Drawing.Color.Black; + this.xrLabel86.LocationFloat = new DevExpress.Utils.PointFloat(51.29379F, 764.6561F); + this.xrLabel86.Name = "xrLabel86"; + this.xrLabel86.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel86.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel86.StylePriority.UseBorderColor = false; + this.xrLabel86.StylePriority.UseBorders = false; + this.xrLabel86.StylePriority.UseFont = false; + this.xrLabel86.StylePriority.UseForeColor = false; + this.xrLabel86.StylePriority.UseTextAlignment = false; + this.xrLabel86.Text = "Abgeschlossene Berufsausbildung"; + this.xrLabel86.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel87 + // + this.xrLabel87.BorderColor = System.Drawing.Color.Black; + this.xrLabel87.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel87.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel87.ForeColor = System.Drawing.Color.Red; + this.xrLabel87.LocationFloat = new DevExpress.Utils.PointFloat(27.29393F, 764.6561F); + this.xrLabel87.Name = "xrLabel87"; + this.xrLabel87.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel87.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel87.StylePriority.UseBorderColor = false; + this.xrLabel87.StylePriority.UseBorders = false; + this.xrLabel87.StylePriority.UseFont = false; + this.xrLabel87.StylePriority.UseForeColor = false; + this.xrLabel87.StylePriority.UseTextAlignment = false; + this.xrLabel87.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox19 + // + this.xrCheckBox19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox19.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox19.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 764.6561F); + this.xrCheckBox19.Name = "xrCheckBox19"; + this.xrCheckBox19.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox19.StylePriority.UseBorders = false; + this.xrCheckBox19.StylePriority.UseFont = false; + this.xrCheckBox19.StylePriority.UseTextAlignment = false; + this.xrCheckBox19.Text = " "; + this.xrCheckBox19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox20 + // + this.xrCheckBox20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox20.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox20.LocationFloat = new DevExpress.Utils.PointFloat(3.297398F, 786.6562F); + this.xrCheckBox20.Name = "xrCheckBox20"; + this.xrCheckBox20.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox20.StylePriority.UseBorders = false; + this.xrCheckBox20.StylePriority.UseFont = false; + this.xrCheckBox20.StylePriority.UseTextAlignment = false; + this.xrCheckBox20.Text = " "; + this.xrCheckBox20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel88 + // + this.xrLabel88.BorderColor = System.Drawing.Color.Black; + this.xrLabel88.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel88.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel88.ForeColor = System.Drawing.Color.Black; + this.xrLabel88.LocationFloat = new DevExpress.Utils.PointFloat(51.29366F, 786.6559F); + this.xrLabel88.Name = "xrLabel88"; + this.xrLabel88.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel88.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel88.StylePriority.UseBorderColor = false; + this.xrLabel88.StylePriority.UseBorders = false; + this.xrLabel88.StylePriority.UseFont = false; + this.xrLabel88.StylePriority.UseForeColor = false; + this.xrLabel88.StylePriority.UseTextAlignment = false; + this.xrLabel88.Text = "Abgeschlossenes Studium"; + this.xrLabel88.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel75 + // + this.xrLabel75.BorderColor = System.Drawing.Color.Black; + this.xrLabel75.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel75.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel75.ForeColor = System.Drawing.Color.Black; + this.xrLabel75.LocationFloat = new DevExpress.Utils.PointFloat(51.33487F, 678.9062F); + this.xrLabel75.Name = "xrLabel75"; + this.xrLabel75.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel75.SizeF = new System.Drawing.SizeF(270.692F, 18F); + this.xrLabel75.StylePriority.UseBorderColor = false; + this.xrLabel75.StylePriority.UseBorders = false; + this.xrLabel75.StylePriority.UseFont = false; + this.xrLabel75.StylePriority.UseForeColor = false; + this.xrLabel75.StylePriority.UseTextAlignment = false; + this.xrLabel75.Text = "im Elternhaus"; + this.xrLabel75.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel76 + // + this.xrLabel76.BorderColor = System.Drawing.Color.Black; + this.xrLabel76.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel76.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel76.ForeColor = System.Drawing.Color.Red; + this.xrLabel76.LocationFloat = new DevExpress.Utils.PointFloat(3.338242F, 678.9062F); + this.xrLabel76.Name = "xrLabel76"; + this.xrLabel76.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel76.SizeF = new System.Drawing.SizeF(23.99F, 17.99994F); + this.xrLabel76.StylePriority.UseBorderColor = false; + this.xrLabel76.StylePriority.UseBorders = false; + this.xrLabel76.StylePriority.UseFont = false; + this.xrLabel76.StylePriority.UseForeColor = false; + this.xrLabel76.StylePriority.UseTextAlignment = false; + this.xrLabel76.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox18 + // + this.xrCheckBox18.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox18.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox18.LocationFloat = new DevExpress.Utils.PointFloat(27.33479F, 678.9062F); + this.xrCheckBox18.Name = "xrCheckBox18"; + this.xrCheckBox18.SizeF = new System.Drawing.SizeF(24F, 17.99994F); + this.xrCheckBox18.StylePriority.UseBorders = false; + this.xrCheckBox18.StylePriority.UseFont = false; + this.xrCheckBox18.StylePriority.UseTextAlignment = false; + this.xrCheckBox18.Text = " "; + this.xrCheckBox18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox17 + // + this.xrCheckBox17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox17.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox17.LocationFloat = new DevExpress.Utils.PointFloat(27.31421F, 660.9066F); + this.xrCheckBox17.Name = "xrCheckBox17"; + this.xrCheckBox17.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox17.StylePriority.UseBorders = false; + this.xrCheckBox17.StylePriority.UseFont = false; + this.xrCheckBox17.StylePriority.UseTextAlignment = false; + this.xrCheckBox17.Text = " "; + this.xrCheckBox17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel71 + // + this.xrLabel71.BorderColor = System.Drawing.Color.Black; + this.xrLabel71.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel71.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel71.ForeColor = System.Drawing.Color.Black; + this.xrLabel71.LocationFloat = new DevExpress.Utils.PointFloat(51.31081F, 642.9059F); + this.xrLabel71.Name = "xrLabel71"; + this.xrLabel71.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel71.SizeF = new System.Drawing.SizeF(270.692F, 17.99994F); + this.xrLabel71.StylePriority.UseBorderColor = false; + this.xrLabel71.StylePriority.UseBorders = false; + this.xrLabel71.StylePriority.UseFont = false; + this.xrLabel71.StylePriority.UseForeColor = false; + this.xrLabel71.StylePriority.UseTextAlignment = false; + this.xrLabel71.Text = "alleinerziehend mit Kind/ern"; + this.xrLabel71.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel72 + // + this.xrLabel72.BorderColor = System.Drawing.Color.Black; + this.xrLabel72.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel72.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel72.ForeColor = System.Drawing.Color.Red; + this.xrLabel72.LocationFloat = new DevExpress.Utils.PointFloat(3.324427F, 642.9059F); + this.xrLabel72.Name = "xrLabel72"; + this.xrLabel72.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel72.SizeF = new System.Drawing.SizeF(23.98F, 18F); + this.xrLabel72.StylePriority.UseBorderColor = false; + this.xrLabel72.StylePriority.UseBorders = false; + this.xrLabel72.StylePriority.UseFont = false; + this.xrLabel72.StylePriority.UseForeColor = false; + this.xrLabel72.StylePriority.UseTextAlignment = false; + this.xrLabel72.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel73 + // + this.xrLabel73.BorderColor = System.Drawing.Color.Black; + this.xrLabel73.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel73.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel73.ForeColor = System.Drawing.Color.Red; + this.xrLabel73.LocationFloat = new DevExpress.Utils.PointFloat(3.324445F, 660.9066F); + this.xrLabel73.Name = "xrLabel73"; + this.xrLabel73.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel73.SizeF = new System.Drawing.SizeF(23.99F, 17.99957F); + this.xrLabel73.StylePriority.UseBorderColor = false; + this.xrLabel73.StylePriority.UseBorders = false; + this.xrLabel73.StylePriority.UseFont = false; + this.xrLabel73.StylePriority.UseForeColor = false; + this.xrLabel73.StylePriority.UseTextAlignment = false; + this.xrLabel73.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel74 + // + this.xrLabel74.BorderColor = System.Drawing.Color.Black; + this.xrLabel74.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel74.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel74.ForeColor = System.Drawing.Color.Black; + this.xrLabel74.LocationFloat = new DevExpress.Utils.PointFloat(51.31436F, 660.9063F); + this.xrLabel74.Name = "xrLabel74"; + this.xrLabel74.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel74.SizeF = new System.Drawing.SizeF(270.692F, 18F); + this.xrLabel74.StylePriority.UseBorderColor = false; + this.xrLabel74.StylePriority.UseBorders = false; + this.xrLabel74.StylePriority.UseFont = false; + this.xrLabel74.StylePriority.UseForeColor = false; + this.xrLabel74.StylePriority.UseTextAlignment = false; + this.xrLabel74.Text = "in Wohngemeinschaft"; + this.xrLabel74.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox16 + // + this.xrCheckBox16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox16.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox16.LocationFloat = new DevExpress.Utils.PointFloat(27.31082F, 642.9067F); + this.xrCheckBox16.Name = "xrCheckBox16"; + this.xrCheckBox16.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox16.StylePriority.UseBorders = false; + this.xrCheckBox16.StylePriority.UseFont = false; + this.xrCheckBox16.StylePriority.UseTextAlignment = false; + this.xrCheckBox16.Text = " "; + this.xrCheckBox16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox14 + // + this.xrCheckBox14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox14.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox14.LocationFloat = new DevExpress.Utils.PointFloat(27.21101F, 606.9062F); + this.xrCheckBox14.Name = "xrCheckBox14"; + this.xrCheckBox14.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox14.StylePriority.UseBorders = false; + this.xrCheckBox14.StylePriority.UseFont = false; + this.xrCheckBox14.StylePriority.UseTextAlignment = false; + this.xrCheckBox14.Text = " "; + this.xrCheckBox14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel67 + // + this.xrLabel67.BorderColor = System.Drawing.Color.Black; + this.xrLabel67.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel67.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel67.ForeColor = System.Drawing.Color.Black; + this.xrLabel67.LocationFloat = new DevExpress.Utils.PointFloat(51.235F, 624.9058F); + this.xrLabel67.Name = "xrLabel67"; + this.xrLabel67.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel67.SizeF = new System.Drawing.SizeF(270.6885F, 18.00006F); + this.xrLabel67.StylePriority.UseBorderColor = false; + this.xrLabel67.StylePriority.UseBorders = false; + this.xrLabel67.StylePriority.UseFont = false; + this.xrLabel67.StylePriority.UseForeColor = false; + this.xrLabel67.StylePriority.UseTextAlignment = false; + this.xrLabel67.Text = "mit Partner/in und Kind/ern"; + this.xrLabel67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel68 + // + this.xrLabel68.BorderColor = System.Drawing.Color.Black; + this.xrLabel68.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel68.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel68.ForeColor = System.Drawing.Color.Red; + this.xrLabel68.LocationFloat = new DevExpress.Utils.PointFloat(3.242167F, 624.9058F); + this.xrLabel68.Name = "xrLabel68"; + this.xrLabel68.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel68.SizeF = new System.Drawing.SizeF(23.56671F, 18F); + this.xrLabel68.StylePriority.UseBorderColor = false; + this.xrLabel68.StylePriority.UseBorders = false; + this.xrLabel68.StylePriority.UseFont = false; + this.xrLabel68.StylePriority.UseForeColor = false; + this.xrLabel68.StylePriority.UseTextAlignment = false; + this.xrLabel68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel69 + // + this.xrLabel69.BorderColor = System.Drawing.Color.Black; + this.xrLabel69.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel69.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel69.ForeColor = System.Drawing.Color.Red; + this.xrLabel69.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 606.9059F); + this.xrLabel69.Name = "xrLabel69"; + this.xrLabel69.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel69.SizeF = new System.Drawing.SizeF(23.99F, 18F); + this.xrLabel69.StylePriority.UseBorderColor = false; + this.xrLabel69.StylePriority.UseBorders = false; + this.xrLabel69.StylePriority.UseFont = false; + this.xrLabel69.StylePriority.UseForeColor = false; + this.xrLabel69.StylePriority.UseTextAlignment = false; + this.xrLabel69.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel70 + // + this.xrLabel70.BorderColor = System.Drawing.Color.Black; + this.xrLabel70.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel70.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel70.ForeColor = System.Drawing.Color.Black; + this.xrLabel70.LocationFloat = new DevExpress.Utils.PointFloat(51.21121F, 606.9059F); + this.xrLabel70.Name = "xrLabel70"; + this.xrLabel70.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel70.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel70.StylePriority.UseBorderColor = false; + this.xrLabel70.StylePriority.UseBorders = false; + this.xrLabel70.StylePriority.UseFont = false; + this.xrLabel70.StylePriority.UseForeColor = false; + this.xrLabel70.StylePriority.UseTextAlignment = false; + this.xrLabel70.Text = "mit Partner/in"; + this.xrLabel70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox15 + // + this.xrCheckBox15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox15.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox15.LocationFloat = new DevExpress.Utils.PointFloat(27.23518F, 624.9062F); + this.xrCheckBox15.Name = "xrCheckBox15"; + this.xrCheckBox15.SizeF = new System.Drawing.SizeF(24F, 17.99963F); + this.xrCheckBox15.StylePriority.UseBorders = false; + this.xrCheckBox15.StylePriority.UseFont = false; + this.xrCheckBox15.StylePriority.UseTextAlignment = false; + this.xrCheckBox15.Text = " "; + this.xrCheckBox15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel60 + // + this.xrLabel60.BorderColor = System.Drawing.Color.Black; + this.xrLabel60.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel60.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel60.ForeColor = System.Drawing.Color.Red; + this.xrLabel60.LocationFloat = new DevExpress.Utils.PointFloat(27.21133F, 541.0309F); + this.xrLabel60.Name = "xrLabel60"; + this.xrLabel60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel60.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel60.StylePriority.UseBorderColor = false; + this.xrLabel60.StylePriority.UseBorders = false; + this.xrLabel60.StylePriority.UseFont = false; + this.xrLabel60.StylePriority.UseForeColor = false; + this.xrLabel60.StylePriority.UseTextAlignment = false; + this.xrLabel60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel61 + // + this.xrLabel61.BorderColor = System.Drawing.Color.Black; + this.xrLabel61.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel61.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel61.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel61.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 541.0309F); + this.xrLabel61.Name = "xrLabel61"; + this.xrLabel61.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel61.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel61.StylePriority.UseBorderColor = false; + this.xrLabel61.StylePriority.UseBorders = false; + this.xrLabel61.StylePriority.UseFont = false; + this.xrLabel61.StylePriority.UseForeColor = false; + this.xrLabel61.StylePriority.UseTextAlignment = false; + this.xrLabel61.Text = "2."; + this.xrLabel61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel62 + // + this.xrLabel62.BorderColor = System.Drawing.Color.Black; + this.xrLabel62.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel62.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel62.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel62.LocationFloat = new DevExpress.Utils.PointFloat(51.2114F, 541.0309F); + this.xrLabel62.Name = "xrLabel62"; + this.xrLabel62.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel62.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel62.StylePriority.UseBorderColor = false; + this.xrLabel62.StylePriority.UseBorders = false; + this.xrLabel62.StylePriority.UseFont = false; + this.xrLabel62.StylePriority.UseForeColor = false; + this.xrLabel62.StylePriority.UseTextAlignment = false; + this.xrLabel62.Text = "Wohnform"; + this.xrLabel62.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // chkBoxEinpersonenhh + // + this.chkBoxEinpersonenhh.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.chkBoxEinpersonenhh.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.chkBoxEinpersonenhh.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 562.906F); + this.chkBoxEinpersonenhh.Name = "chkBoxEinpersonenhh"; + this.chkBoxEinpersonenhh.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.chkBoxEinpersonenhh.StylePriority.UseBorders = false; + this.chkBoxEinpersonenhh.StylePriority.UseFont = false; + this.chkBoxEinpersonenhh.StylePriority.UseTextAlignment = false; + this.chkBoxEinpersonenhh.Text = " "; + this.chkBoxEinpersonenhh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel64 + // + this.xrLabel64.BorderColor = System.Drawing.Color.Black; + this.xrLabel64.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel64.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel64.ForeColor = System.Drawing.Color.Red; + this.xrLabel64.LocationFloat = new DevExpress.Utils.PointFloat(27.21133F, 562.906F); + this.xrLabel64.Name = "xrLabel64"; + this.xrLabel64.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel64.SizeF = new System.Drawing.SizeF(23.97227F, 22F); + this.xrLabel64.StylePriority.UseBorderColor = false; + this.xrLabel64.StylePriority.UseBorders = false; + this.xrLabel64.StylePriority.UseFont = false; + this.xrLabel64.StylePriority.UseForeColor = false; + this.xrLabel64.StylePriority.UseTextAlignment = false; + this.xrLabel64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel65 + // + this.xrLabel65.BorderColor = System.Drawing.Color.Black; + this.xrLabel65.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel65.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel65.ForeColor = System.Drawing.Color.Red; + this.xrLabel65.LocationFloat = new DevExpress.Utils.PointFloat(27.21127F, 584.9058F); + this.xrLabel65.Name = "xrLabel65"; + this.xrLabel65.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel65.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel65.StylePriority.UseBorderColor = false; + this.xrLabel65.StylePriority.UseBorders = false; + this.xrLabel65.StylePriority.UseFont = false; + this.xrLabel65.StylePriority.UseForeColor = false; + this.xrLabel65.StylePriority.UseTextAlignment = false; + this.xrLabel65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel66 + // + this.xrLabel66.BorderColor = System.Drawing.Color.Black; + this.xrLabel66.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel66.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel66.ForeColor = System.Drawing.Color.Black; + this.xrLabel66.LocationFloat = new DevExpress.Utils.PointFloat(51.21134F, 584.9058F); + this.xrLabel66.Name = "xrLabel66"; + this.xrLabel66.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel66.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel66.StylePriority.UseBorderColor = false; + this.xrLabel66.StylePriority.UseBorders = false; + this.xrLabel66.StylePriority.UseFont = false; + this.xrLabel66.StylePriority.UseForeColor = false; + this.xrLabel66.StylePriority.UseTextAlignment = false; + this.xrLabel66.Text = "Mehrpersonenhaushalt"; + this.xrLabel66.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // chkBoxMehrpersonenhh + // + this.chkBoxMehrpersonenhh.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.chkBoxMehrpersonenhh.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.chkBoxMehrpersonenhh.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 584.9058F); + this.chkBoxMehrpersonenhh.Name = "chkBoxMehrpersonenhh"; + this.chkBoxMehrpersonenhh.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.chkBoxMehrpersonenhh.StylePriority.UseBorders = false; + this.chkBoxMehrpersonenhh.StylePriority.UseFont = false; + this.chkBoxMehrpersonenhh.StylePriority.UseTextAlignment = false; + this.chkBoxMehrpersonenhh.Text = " "; + this.chkBoxMehrpersonenhh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox11 + // + this.xrCheckBox11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox11.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox11.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 519.0311F); + this.xrCheckBox11.Name = "xrCheckBox11"; + this.xrCheckBox11.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox11.StylePriority.UseBorders = false; + this.xrCheckBox11.StylePriority.UseFont = false; + this.xrCheckBox11.StylePriority.UseTextAlignment = false; + this.xrCheckBox11.Text = " "; + this.xrCheckBox11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel58 + // + this.xrLabel58.BorderColor = System.Drawing.Color.Black; + this.xrLabel58.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel58.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel58.ForeColor = System.Drawing.Color.Black; + this.xrLabel58.LocationFloat = new DevExpress.Utils.PointFloat(51.21134F, 519.0311F); + this.xrLabel58.Name = "xrLabel58"; + this.xrLabel58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel58.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel58.StylePriority.UseBorderColor = false; + this.xrLabel58.StylePriority.UseBorders = false; + this.xrLabel58.StylePriority.UseFont = false; + this.xrLabel58.StylePriority.UseForeColor = false; + this.xrLabel58.StylePriority.UseTextAlignment = false; + this.xrLabel58.Text = "Landkreis Ansbach"; + this.xrLabel58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel59 + // + this.xrLabel59.BorderColor = System.Drawing.Color.Black; + this.xrLabel59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel59.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel59.ForeColor = System.Drawing.Color.Red; + this.xrLabel59.LocationFloat = new DevExpress.Utils.PointFloat(27.21114F, 519.0311F); + this.xrLabel59.Name = "xrLabel59"; + this.xrLabel59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel59.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel59.StylePriority.UseBorderColor = false; + this.xrLabel59.StylePriority.UseBorders = false; + this.xrLabel59.StylePriority.UseFont = false; + this.xrLabel59.StylePriority.UseForeColor = false; + this.xrLabel59.StylePriority.UseTextAlignment = false; + this.xrLabel59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel50 + // + this.xrLabel50.BorderColor = System.Drawing.Color.Black; + this.xrLabel50.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel50.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel50.ForeColor = System.Drawing.Color.Red; + this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(27.21127F, 497.031F); + this.xrLabel50.Name = "xrLabel50"; + this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel50.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel50.StylePriority.UseBorderColor = false; + this.xrLabel50.StylePriority.UseBorders = false; + this.xrLabel50.StylePriority.UseFont = false; + this.xrLabel50.StylePriority.UseForeColor = false; + this.xrLabel50.StylePriority.UseTextAlignment = false; + this.xrLabel50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel51 + // + this.xrLabel51.BorderColor = System.Drawing.Color.Black; + this.xrLabel51.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel51.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel51.ForeColor = System.Drawing.Color.Black; + this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(51.21134F, 497.031F); + this.xrLabel51.Name = "xrLabel51"; + this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel51.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel51.StylePriority.UseBorderColor = false; + this.xrLabel51.StylePriority.UseBorders = false; + this.xrLabel51.StylePriority.UseFont = false; + this.xrLabel51.StylePriority.UseForeColor = false; + this.xrLabel51.StylePriority.UseTextAlignment = false; + this.xrLabel51.Text = "Stadt Ansbach"; + this.xrLabel51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox10 + // + this.xrCheckBox10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox10.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox10.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 497.031F); + this.xrCheckBox10.Name = "xrCheckBox10"; + this.xrCheckBox10.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox10.StylePriority.UseBorders = false; + this.xrCheckBox10.StylePriority.UseFont = false; + this.xrCheckBox10.StylePriority.UseTextAlignment = false; + this.xrCheckBox10.Text = " "; + this.xrCheckBox10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel52 + // + this.xrLabel52.BorderColor = System.Drawing.Color.Black; + this.xrLabel52.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel52.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel52.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel52.LocationFloat = new DevExpress.Utils.PointFloat(51.2114F, 475.1561F); + this.xrLabel52.Name = "xrLabel52"; + this.xrLabel52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel52.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel52.StylePriority.UseBorderColor = false; + this.xrLabel52.StylePriority.UseBorders = false; + this.xrLabel52.StylePriority.UseFont = false; + this.xrLabel52.StylePriority.UseForeColor = false; + this.xrLabel52.StylePriority.UseTextAlignment = false; + this.xrLabel52.Text = "Wohnort"; + this.xrLabel52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel53 + // + this.xrLabel53.BorderColor = System.Drawing.Color.Black; + this.xrLabel53.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel53.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel53.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel53.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 475.1561F); + this.xrLabel53.Name = "xrLabel53"; + this.xrLabel53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel53.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel53.StylePriority.UseBorderColor = false; + this.xrLabel53.StylePriority.UseBorders = false; + this.xrLabel53.StylePriority.UseFont = false; + this.xrLabel53.StylePriority.UseForeColor = false; + this.xrLabel53.StylePriority.UseTextAlignment = false; + this.xrLabel53.Text = "1."; + this.xrLabel53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel54 + // + this.xrLabel54.BorderColor = System.Drawing.Color.Black; + this.xrLabel54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel54.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel54.ForeColor = System.Drawing.Color.Red; + this.xrLabel54.LocationFloat = new DevExpress.Utils.PointFloat(27.21127F, 475.1561F); + this.xrLabel54.Name = "xrLabel54"; + this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel54.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel54.StylePriority.UseBorderColor = false; + this.xrLabel54.StylePriority.UseBorders = false; + this.xrLabel54.StylePriority.UseFont = false; + this.xrLabel54.StylePriority.UseForeColor = false; + this.xrLabel54.StylePriority.UseTextAlignment = false; + this.xrLabel54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel55 + // + this.xrLabel55.BorderColor = System.Drawing.Color.Black; + this.xrLabel55.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel55.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel55.ForeColor = System.Drawing.Color.Red; + this.xrLabel55.LocationFloat = new DevExpress.Utils.PointFloat(27.21133F, 451.1561F); + this.xrLabel55.Name = "xrLabel55"; + this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel55.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel55.StylePriority.UseBorderColor = false; + this.xrLabel55.StylePriority.UseBorders = false; + this.xrLabel55.StylePriority.UseFont = false; + this.xrLabel55.StylePriority.UseForeColor = false; + this.xrLabel55.StylePriority.UseTextAlignment = false; + this.xrLabel55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel56 + // + this.xrLabel56.BorderColor = System.Drawing.Color.Black; + this.xrLabel56.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel56.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel56.ForeColor = System.Drawing.Color.Red; + this.xrLabel56.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 451.1561F); + this.xrLabel56.Name = "xrLabel56"; + this.xrLabel56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel56.SizeF = new System.Drawing.SizeF(23.99F, 24F); + this.xrLabel56.StylePriority.UseBorderColor = false; + this.xrLabel56.StylePriority.UseBorders = false; + this.xrLabel56.StylePriority.UseFont = false; + this.xrLabel56.StylePriority.UseForeColor = false; + this.xrLabel56.StylePriority.UseTextAlignment = false; + this.xrLabel56.Text = "B."; + this.xrLabel56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel57 + // + this.xrLabel57.BorderColor = System.Drawing.Color.Black; + this.xrLabel57.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel57.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel57.ForeColor = System.Drawing.Color.Red; + this.xrLabel57.LocationFloat = new DevExpress.Utils.PointFloat(51.2114F, 451.1561F); + this.xrLabel57.Name = "xrLabel57"; + this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel57.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel57.StylePriority.UseBorderColor = false; + this.xrLabel57.StylePriority.UseBorders = false; + this.xrLabel57.StylePriority.UseFont = false; + this.xrLabel57.StylePriority.UseForeColor = false; + this.xrLabel57.StylePriority.UseTextAlignment = false; + this.xrLabel57.Text = "Wohnsituation"; + this.xrLabel57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel2 + // + this.xrLabel2.BorderColor = System.Drawing.Color.Black; + this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel2.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(3.218247F, 429.2812F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel2.StylePriority.UseBorderColor = false; + this.xrLabel2.StylePriority.UseBorders = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseForeColor = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel3 + // + this.xrLabel3.BorderColor = System.Drawing.Color.Black; + this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel3.ForeColor = System.Drawing.Color.Red; + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(27.21114F, 429.2812F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel3.StylePriority.UseBorderColor = false; + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UseForeColor = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel4 + // + this.xrLabel4.BorderColor = System.Drawing.Color.Black; + this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel4.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(51.21134F, 429.2812F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel4.StylePriority.UseBorderColor = false; + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UseForeColor = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel46 + // + this.xrLabel46.BorderColor = System.Drawing.Color.Black; + this.xrLabel46.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel46.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel46.ForeColor = System.Drawing.Color.Red; + this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(27.22478F, 385.2813F); + this.xrLabel46.Name = "xrLabel46"; + this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel46.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel46.StylePriority.UseBorderColor = false; + this.xrLabel46.StylePriority.UseBorders = false; + this.xrLabel46.StylePriority.UseFont = false; + this.xrLabel46.StylePriority.UseForeColor = false; + this.xrLabel46.StylePriority.UseTextAlignment = false; + this.xrLabel46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel47 + // + this.xrLabel47.BorderColor = System.Drawing.Color.Black; + this.xrLabel47.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel47.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel47.ForeColor = System.Drawing.Color.Black; + this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(51.22479F, 385.2813F); + this.xrLabel47.Name = "xrLabel47"; + this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel47.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel47.StylePriority.UseBorderColor = false; + this.xrLabel47.StylePriority.UseBorders = false; + this.xrLabel47.StylePriority.UseFont = false; + this.xrLabel47.StylePriority.UseForeColor = false; + this.xrLabel47.StylePriority.UseTextAlignment = false; + this.xrLabel47.Text = "mit Migrationshintergrund"; + this.xrLabel47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox8 + // + this.xrCheckBox8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox8.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox8.LocationFloat = new DevExpress.Utils.PointFloat(3.23163F, 385.2813F); + this.xrCheckBox8.Name = "xrCheckBox8"; + this.xrCheckBox8.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox8.StylePriority.UseBorders = false; + this.xrCheckBox8.StylePriority.UseFont = false; + this.xrCheckBox8.StylePriority.UseTextAlignment = false; + this.xrCheckBox8.Text = " "; + this.xrCheckBox8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel48 + // + this.xrLabel48.BorderColor = System.Drawing.Color.Black; + this.xrLabel48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel48.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel48.ForeColor = System.Drawing.Color.Red; + this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(27.23493F, 407.2814F); + this.xrLabel48.Name = "xrLabel48"; + this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel48.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel48.StylePriority.UseBorderColor = false; + this.xrLabel48.StylePriority.UseBorders = false; + this.xrLabel48.StylePriority.UseFont = false; + this.xrLabel48.StylePriority.UseForeColor = false; + this.xrLabel48.StylePriority.UseTextAlignment = false; + this.xrLabel48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel49 + // + this.xrLabel49.BorderColor = System.Drawing.Color.Black; + this.xrLabel49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel49.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel49.ForeColor = System.Drawing.Color.Black; + this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(51.23507F, 407.2814F); + this.xrLabel49.Name = "xrLabel49"; + this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel49.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel49.StylePriority.UseBorderColor = false; + this.xrLabel49.StylePriority.UseBorders = false; + this.xrLabel49.StylePriority.UseFont = false; + this.xrLabel49.StylePriority.UseForeColor = false; + this.xrLabel49.StylePriority.UseTextAlignment = false; + this.xrLabel49.Text = "ohne Migrationshintergrund"; + this.xrLabel49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox9 + // + this.xrCheckBox9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox9.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox9.LocationFloat = new DevExpress.Utils.PointFloat(3.235122F, 407.2814F); + this.xrCheckBox9.Name = "xrCheckBox9"; + this.xrCheckBox9.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox9.StylePriority.UseBorders = false; + this.xrCheckBox9.StylePriority.UseFont = false; + this.xrCheckBox9.StylePriority.UseTextAlignment = false; + this.xrCheckBox9.Text = " "; + this.xrCheckBox9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox7 + // + this.xrCheckBox7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox7.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox7.LocationFloat = new DevExpress.Utils.PointFloat(3.231695F, 341.4061F); + this.xrCheckBox7.Name = "xrCheckBox7"; + this.xrCheckBox7.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox7.StylePriority.UseBorders = false; + this.xrCheckBox7.StylePriority.UseFont = false; + this.xrCheckBox7.StylePriority.UseTextAlignment = false; + this.xrCheckBox7.Text = " "; + this.xrCheckBox7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel26 + // + this.xrLabel26.BorderColor = System.Drawing.Color.Black; + this.xrLabel26.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel26.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel26.ForeColor = System.Drawing.Color.Black; + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(51.23164F, 341.4061F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel26.StylePriority.UseBorderColor = false; + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UseForeColor = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.Text = "verwitwet"; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel27 + // + this.xrLabel27.BorderColor = System.Drawing.Color.Black; + this.xrLabel27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel27.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel27.ForeColor = System.Drawing.Color.Red; + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(27.23157F, 341.4061F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel27.StylePriority.UseBorderColor = false; + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UseForeColor = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel29 + // + this.xrLabel29.BorderColor = System.Drawing.Color.Black; + this.xrLabel29.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel29.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(51.22479F, 363.4064F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel29.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel29.StylePriority.UseBorderColor = false; + this.xrLabel29.StylePriority.UseBorders = false; + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.StylePriority.UseForeColor = false; + this.xrLabel29.StylePriority.UseTextAlignment = false; + this.xrLabel29.Text = "Migrationshintergrund"; + this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel30 + // + this.xrLabel30.BorderColor = System.Drawing.Color.Black; + this.xrLabel30.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel30.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel30.ForeColor = System.Drawing.Color.Red; + this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(27.22465F, 363.4064F); + this.xrLabel30.Name = "xrLabel30"; + this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel30.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel30.StylePriority.UseBorderColor = false; + this.xrLabel30.StylePriority.UseBorders = false; + this.xrLabel30.StylePriority.UseFont = false; + this.xrLabel30.StylePriority.UseForeColor = false; + this.xrLabel30.StylePriority.UseTextAlignment = false; + this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel31 + // + this.xrLabel31.BorderColor = System.Drawing.Color.Black; + this.xrLabel31.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel31.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(3.23163F, 363.4064F); + this.xrLabel31.Name = "xrLabel31"; + this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel31.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel31.StylePriority.UseBorderColor = false; + this.xrLabel31.StylePriority.UseBorders = false; + this.xrLabel31.StylePriority.UseFont = false; + this.xrLabel31.StylePriority.UseForeColor = false; + this.xrLabel31.StylePriority.UseTextAlignment = false; + this.xrLabel31.Text = "4."; + this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel15 + // + this.xrLabel15.BorderColor = System.Drawing.Color.Black; + this.xrLabel15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel15.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel15.ForeColor = System.Drawing.Color.Red; + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(27.22485F, 253.5312F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel15.StylePriority.UseBorderColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UseForeColor = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel16 + // + this.xrLabel16.BorderColor = System.Drawing.Color.Black; + this.xrLabel16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel16.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 253.5312F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(24F, 21.87494F); + this.xrLabel16.StylePriority.UseBorderColor = false; + this.xrLabel16.StylePriority.UseBorders = false; + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseForeColor = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "3."; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel17 + // + this.xrLabel17.BorderColor = System.Drawing.Color.Black; + this.xrLabel17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel17.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(51.22492F, 253.5312F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel17.StylePriority.UseBorderColor = false; + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseForeColor = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Familienstand"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox4 + // + this.xrCheckBox4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox4.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox4.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 275.4061F); + this.xrCheckBox4.Name = "xrCheckBox4"; + this.xrCheckBox4.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox4.StylePriority.UseBorders = false; + this.xrCheckBox4.StylePriority.UseFont = false; + this.xrCheckBox4.StylePriority.UseTextAlignment = false; + this.xrCheckBox4.Text = " "; + this.xrCheckBox4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel18 + // + this.xrLabel18.BorderColor = System.Drawing.Color.Black; + this.xrLabel18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel18.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel18.ForeColor = System.Drawing.Color.Black; + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(51.22485F, 275.4061F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel18.StylePriority.UseBorderColor = false; + this.xrLabel18.StylePriority.UseBorders = false; + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UseForeColor = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "ledig"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel19 + // + this.xrLabel19.BorderColor = System.Drawing.Color.Black; + this.xrLabel19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel19.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel19.ForeColor = System.Drawing.Color.Red; + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(27.22485F, 275.4061F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel19.StylePriority.UseBorderColor = false; + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UseForeColor = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel20 + // + this.xrLabel20.BorderColor = System.Drawing.Color.Black; + this.xrLabel20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel20.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel20.ForeColor = System.Drawing.Color.Red; + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(27.22136F, 297.4059F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel20.StylePriority.UseBorderColor = false; + this.xrLabel20.StylePriority.UseBorders = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UseForeColor = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel22 + // + this.xrLabel22.BorderColor = System.Drawing.Color.Black; + this.xrLabel22.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel22.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel22.ForeColor = System.Drawing.Color.Black; + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(51.22136F, 297.4059F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel22.StylePriority.UseBorderColor = false; + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UseForeColor = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "verheiratet"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox5 + // + this.xrCheckBox5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox5.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox5.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 297.4059F); + this.xrCheckBox5.Name = "xrCheckBox5"; + this.xrCheckBox5.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox5.StylePriority.UseBorders = false; + this.xrCheckBox5.StylePriority.UseFont = false; + this.xrCheckBox5.StylePriority.UseTextAlignment = false; + this.xrCheckBox5.Text = " "; + this.xrCheckBox5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox6 + // + this.xrCheckBox6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox6.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox6.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 319.4063F); + this.xrCheckBox6.Name = "xrCheckBox6"; + this.xrCheckBox6.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox6.StylePriority.UseBorders = false; + this.xrCheckBox6.StylePriority.UseFont = false; + this.xrCheckBox6.StylePriority.UseTextAlignment = false; + this.xrCheckBox6.Text = " "; + this.xrCheckBox6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel23 + // + this.xrLabel23.BorderColor = System.Drawing.Color.Black; + this.xrLabel23.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel23.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel23.ForeColor = System.Drawing.Color.Black; + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(51.2178F, 319.4063F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel23.StylePriority.UseBorderColor = false; + this.xrLabel23.StylePriority.UseBorders = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.StylePriority.UseForeColor = false; + this.xrLabel23.StylePriority.UseTextAlignment = false; + this.xrLabel23.Text = "getrennt/geschieden"; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel24 + // + this.xrLabel24.BorderColor = System.Drawing.Color.Black; + this.xrLabel24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel24.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel24.ForeColor = System.Drawing.Color.Red; + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(27.21774F, 319.4063F); + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel24.StylePriority.UseBorderColor = false; + this.xrLabel24.StylePriority.UseBorders = false; + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.StylePriority.UseForeColor = false; + this.xrLabel24.StylePriority.UseTextAlignment = false; + this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel13 + // + this.xrLabel13.BorderColor = System.Drawing.Color.Black; + this.xrLabel13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel13.CanGrow = false; + this.xrLabel13.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel13.ForeColor = System.Drawing.Color.Red; + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 231.5312F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrLabel13.StylePriority.UseBorderColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UseForeColor = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel11 + // + this.xrLabel11.BorderColor = System.Drawing.Color.Black; + this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel11.CanGrow = false; + this.xrLabel11.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.ForeColor = System.Drawing.Color.Red; + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(27.22478F, 231.5312F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel11.StylePriority.UseBorderColor = false; + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseForeColor = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel12 + // + this.xrLabel12.BorderColor = System.Drawing.Color.Black; + this.xrLabel12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel12.CanGrow = false; + this.xrLabel12.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel12.ForeColor = System.Drawing.Color.Black; + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(51.22485F, 231.5312F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel12.StylePriority.UseBorderColor = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseForeColor = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "Geburtsdatum: [DateOfBirth!dd.MM.yyyy]"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel8 + // + this.xrLabel8.BorderColor = System.Drawing.Color.Black; + this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel8.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 209.656F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(24F, 21.87494F); + this.xrLabel8.StylePriority.UseBorderColor = false; + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseForeColor = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "2."; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel9 + // + this.xrLabel9.BorderColor = System.Drawing.Color.Black; + this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel9.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.ForeColor = System.Drawing.Color.Red; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(27.22472F, 209.656F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel9.StylePriority.UseBorderColor = false; + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseForeColor = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel10 + // + this.xrLabel10.BorderColor = System.Drawing.Color.Black; + this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel10.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(51.22485F, 209.656F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel10.StylePriority.UseBorderColor = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseForeColor = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Alter"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel5 + // + this.xrLabel5.BorderColor = System.Drawing.Color.Black; + this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel5.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel5.ForeColor = System.Drawing.Color.Red; + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(27.22478F, 187.6562F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel5.StylePriority.UseBorderColor = false; + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UseForeColor = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel6 + // + this.xrLabel6.BorderColor = System.Drawing.Color.Black; + this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel6.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel6.ForeColor = System.Drawing.Color.Black; + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(51.22479F, 187.6562F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel6.StylePriority.UseBorderColor = false; + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UseForeColor = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "divers"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox3 + // + this.xrCheckBox3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox3.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox3.LocationFloat = new DevExpress.Utils.PointFloat(3.224906F, 187.6562F); + this.xrCheckBox3.Name = "xrCheckBox3"; + this.xrCheckBox3.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox3.StylePriority.UseBorders = false; + this.xrCheckBox3.StylePriority.UseFont = false; + this.xrCheckBox3.StylePriority.UseTextAlignment = false; + this.xrCheckBox3.Text = " "; + this.xrCheckBox3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox2 + // + this.xrCheckBox2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox2.LocationFloat = new DevExpress.Utils.PointFloat(3.218053F, 165.6561F); + this.xrCheckBox2.Name = "xrCheckBox2"; + this.xrCheckBox2.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox2.StylePriority.UseBorders = false; + this.xrCheckBox2.StylePriority.UseFont = false; + this.xrCheckBox2.StylePriority.UseTextAlignment = false; + this.xrCheckBox2.Text = " "; + this.xrCheckBox2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel44 + // + this.xrLabel44.BorderColor = System.Drawing.Color.Black; + this.xrLabel44.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel44.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel44.ForeColor = System.Drawing.Color.Black; + this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(51.21451F, 165.6561F); + this.xrLabel44.Name = "xrLabel44"; + this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel44.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel44.StylePriority.UseBorderColor = false; + this.xrLabel44.StylePriority.UseBorders = false; + this.xrLabel44.StylePriority.UseFont = false; + this.xrLabel44.StylePriority.UseForeColor = false; + this.xrLabel44.StylePriority.UseTextAlignment = false; + this.xrLabel44.Text = "männlich"; + this.xrLabel44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel45 + // + this.xrLabel45.BorderColor = System.Drawing.Color.Black; + this.xrLabel45.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel45.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel45.ForeColor = System.Drawing.Color.Red; + this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(27.2145F, 165.6561F); + this.xrLabel45.Name = "xrLabel45"; + this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel45.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel45.StylePriority.UseBorderColor = false; + this.xrLabel45.StylePriority.UseBorders = false; + this.xrLabel45.StylePriority.UseFont = false; + this.xrLabel45.StylePriority.UseForeColor = false; + this.xrLabel45.StylePriority.UseTextAlignment = false; + this.xrLabel45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel40 + // + this.xrLabel40.BorderColor = System.Drawing.Color.Black; + this.xrLabel40.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel40.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel40.ForeColor = System.Drawing.Color.Red; + this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(27.21806F, 143.6563F); + this.xrLabel40.Name = "xrLabel40"; + this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel40.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel40.StylePriority.UseBorderColor = false; + this.xrLabel40.StylePriority.UseBorders = false; + this.xrLabel40.StylePriority.UseFont = false; + this.xrLabel40.StylePriority.UseForeColor = false; + this.xrLabel40.StylePriority.UseTextAlignment = false; + this.xrLabel40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel41 + // + this.xrLabel41.BorderColor = System.Drawing.Color.Black; + this.xrLabel41.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel41.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel41.ForeColor = System.Drawing.Color.Black; + this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(51.218F, 143.6563F); + this.xrLabel41.Name = "xrLabel41"; + this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel41.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel41.StylePriority.UseBorderColor = false; + this.xrLabel41.StylePriority.UseBorders = false; + this.xrLabel41.StylePriority.UseFont = false; + this.xrLabel41.StylePriority.UseForeColor = false; + this.xrLabel41.StylePriority.UseTextAlignment = false; + this.xrLabel41.Text = "weiblich"; + this.xrLabel41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox1 + // + this.xrCheckBox1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox1.LocationFloat = new DevExpress.Utils.PointFloat(3.218053F, 143.6563F); + this.xrCheckBox1.Name = "xrCheckBox1"; + this.xrCheckBox1.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox1.StylePriority.UseBorders = false; + this.xrCheckBox1.StylePriority.UseFont = false; + this.xrCheckBox1.StylePriority.UseTextAlignment = false; + this.xrCheckBox1.Text = " "; + this.xrCheckBox1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel37 + // + this.xrLabel37.BorderColor = System.Drawing.Color.Black; + this.xrLabel37.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel37.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel37.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(51.21813F, 121.7812F); + this.xrLabel37.Name = "xrLabel37"; + this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel37.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel37.StylePriority.UseBorderColor = false; + this.xrLabel37.StylePriority.UseBorders = false; + this.xrLabel37.StylePriority.UseFont = false; + this.xrLabel37.StylePriority.UseForeColor = false; + this.xrLabel37.StylePriority.UseTextAlignment = false; + this.xrLabel37.Text = "Geschlecht"; + this.xrLabel37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel38 + // + this.xrLabel38.BorderColor = System.Drawing.Color.Black; + this.xrLabel38.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel38.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(3.218053F, 121.7812F); + this.xrLabel38.Name = "xrLabel38"; + this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel38.SizeF = new System.Drawing.SizeF(24F, 21.87494F); + this.xrLabel38.StylePriority.UseBorderColor = false; + this.xrLabel38.StylePriority.UseBorders = false; + this.xrLabel38.StylePriority.UseFont = false; + this.xrLabel38.StylePriority.UseForeColor = false; + this.xrLabel38.StylePriority.UseTextAlignment = false; + this.xrLabel38.Text = "1."; + this.xrLabel38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel39 + // + this.xrLabel39.BorderColor = System.Drawing.Color.Black; + this.xrLabel39.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel39.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel39.ForeColor = System.Drawing.Color.Red; + this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(27.21806F, 121.7812F); + this.xrLabel39.Name = "xrLabel39"; + this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel39.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel39.StylePriority.UseBorderColor = false; + this.xrLabel39.StylePriority.UseBorders = false; + this.xrLabel39.StylePriority.UseFont = false; + this.xrLabel39.StylePriority.UseForeColor = false; + this.xrLabel39.StylePriority.UseTextAlignment = false; + this.xrLabel39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel35 + // + this.xrLabel35.BorderColor = System.Drawing.Color.Black; + this.xrLabel35.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel35.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel35.ForeColor = System.Drawing.Color.Red; + this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(27.21806F, 97.78143F); + this.xrLabel35.Name = "xrLabel35"; + this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel35.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel35.StylePriority.UseBorderColor = false; + this.xrLabel35.StylePriority.UseBorders = false; + this.xrLabel35.StylePriority.UseFont = false; + this.xrLabel35.StylePriority.UseForeColor = false; + this.xrLabel35.StylePriority.UseTextAlignment = false; + this.xrLabel35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel33 + // + this.xrLabel33.BorderColor = System.Drawing.Color.Black; + this.xrLabel33.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel33.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel33.ForeColor = System.Drawing.Color.Red; + this.xrLabel33.LocationFloat = new DevExpress.Utils.PointFloat(3.218053F, 97.78143F); + this.xrLabel33.Name = "xrLabel33"; + this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel33.SizeF = new System.Drawing.SizeF(24F, 24F); + this.xrLabel33.StylePriority.UseBorderColor = false; + this.xrLabel33.StylePriority.UseBorders = false; + this.xrLabel33.StylePriority.UseFont = false; + this.xrLabel33.StylePriority.UseForeColor = false; + this.xrLabel33.StylePriority.UseTextAlignment = false; + this.xrLabel33.Text = "A. "; + this.xrLabel33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel34 + // + this.xrLabel34.BorderColor = System.Drawing.Color.Black; + this.xrLabel34.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel34.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel34.ForeColor = System.Drawing.Color.Red; + this.xrLabel34.LocationFloat = new DevExpress.Utils.PointFloat(51.21813F, 97.78143F); + this.xrLabel34.Name = "xrLabel34"; + this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel34.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel34.StylePriority.UseBorderColor = false; + this.xrLabel34.StylePriority.UseBorders = false; + this.xrLabel34.StylePriority.UseFont = false; + this.xrLabel34.StylePriority.UseForeColor = false; + this.xrLabel34.StylePriority.UseTextAlignment = false; + this.xrLabel34.Text = "Soziodemographische Daten"; + this.xrLabel34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel561 + // + this.xrLabel561.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel561.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel561.Name = "xrLabel561"; + this.xrLabel561.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel561.SizeF = new System.Drawing.SizeF(681.7452F, 25F); + this.xrLabel561.StylePriority.UseFont = false; + this.xrLabel561.StylePriority.UseTextAlignment = false; + this.xrLabel561.Text = "Statistik [Name]"; + this.xrLabel561.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel36 + // + this.xrLabel36.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel36.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50.0765F); + this.xrLabel36.Name = "xrLabel36"; + this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel36.SizeF = new System.Drawing.SizeF(681.6725F, 25F); + this.xrLabel36.StylePriority.UseFont = false; + this.xrLabel36.StylePriority.UseTextAlignment = false; + this.xrLabel36.Text = "Zuverdienstteilnehmerbezogene Daten"; + this.xrLabel36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // SubBand2 + // + this.SubBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel346, + this.xrCheckBox221, + this.xrLabel399, + this.xrCheckBox256, + this.xrLabel329, + this.xrLabel328, + this.xrLabel327, + this.xrCheckBox255, + this.xrLabel326, + this.xrCheckBox254, + this.xrLabel325, + this.xrLabel324, + this.xrLabel323, + this.xrLabel322, + this.xrLabel321, + this.xrCheckBox249, + this.xrLabel320, + this.xrCheckBox250, + this.xrCheckBox251, + this.xrLabel319, + this.xrLabel318, + this.xrLabel317, + this.xrLabel316, + this.xrCheckBox253, + this.xrCheckBox252, + this.xrLabel315, + this.xrLabel314, + this.xrLabel313, + this.xrLabel312, + this.xrLabel311, + this.xrCheckBox244, + this.xrLabel310, + this.xrCheckBox246, + this.xrLabel309, + this.xrLabel308, + this.xrLabel307, + this.xrLabel306, + this.xrCheckBox248, + this.xrCheckBox247, + this.xrLabel305, + this.xrLabel304, + this.xrLabel299, + this.xrLabel298, + this.xrCheckBox218, + this.xrCheckBox217, + this.xrLabel297, + this.xrCheckBox216, + this.xrLabel296, + this.xrLabel295, + this.xrLabel291, + this.xrLabel278, + this.xrLabel277, + this.xrLabel276, + this.xrLabel275, + this.xrLabel274, + this.xrLabel273, + this.xrCheckBox210, + this.xrLabel253, + this.xrLabel252, + this.xrLabel251, + this.xrCheckBox211, + this.xrCheckBox209, + this.xrLabel250, + this.xrLabel249, + this.xrLabel248, + this.xrLabel247, + this.xrCheckBox208, + this.xrLabel246, + this.xrLabel245, + this.xrLabel244, + this.xrLabel243, + this.xrLabel242, + this.xrLabel241, + this.xrLabel240, + this.xrLabel239, + this.xrLabel238, + this.xrLabel237, + this.xrLabel236, + this.xrCheckBox205, + this.xrLabel235, + this.xrLabel234, + this.xrCheckBox206, + this.xrCheckBox204, + this.xrLabel233, + this.xrLabel232, + this.xrLabel231, + this.xrLabel230, + this.xrLabel229, + this.xrLabel223, + this.xrLabel222, + this.xrCheckBox202, + this.xrCheckBox203, + this.xrLabel221, + this.xrLabel220, + this.xrLabel216, + this.xrLabel215, + this.xrLabel214, + this.xrCheckBox201, + this.xrLabel211, + this.xrLabel210, + this.xrLabel209, + this.xrLabel208, + this.xrCheckBox200, + this.xrLabel207, + this.xrLabel206, + this.xrLabel205, + this.xrLabel204, + this.xrLabel203, + this.xrLabel202, + this.xrCheckBox207, + this.xrLabel213, + this.xrLabel212, + this.xrLabel256, + this.xrLabel255, + this.xrLabel254, + this.xrCheckBox212, + this.xrLabel228, + this.xrLabel227, + this.xrLabel226, + this.xrLabel225, + this.xrCheckBox213, + this.xrCheckBox215, + this.xrLabel224, + this.xrLabel219, + this.xrLabel218, + this.xrCheckBox214, + this.xrLabel217, + this.xrLabel262, + this.xrLabel261, + this.xrLabel260, + this.xrCheckBox219, + this.xrLabel259, + this.xrCheckBox220, + this.xrLabel258, + this.xrLabel257, + this.xrLabel279, + this.xrCheckBox226, + this.xrLabel272, + this.xrCheckBox225, + this.xrLabel271, + this.xrLabel270, + this.xrLabel268, + this.xrLabel267, + this.xrLabel266, + this.xrCheckBox222, + this.xrLabel265, + this.xrCheckBox223, + this.xrCheckBox224, + this.xrLabel264, + this.xrLabel263, + this.xrLabel294, + this.xrLabel293, + this.xrCheckBox242, + this.xrCheckBox243, + this.xrLabel292, + this.xrLabel290, + this.xrLabel289, + this.xrLabel288, + this.xrCheckBox241, + this.xrCheckBox240, + this.xrLabel287, + this.xrCheckBox239, + this.xrLabel286, + this.xrLabel285, + this.xrLabel281, + this.xrLabel331, + this.xrLabel330, + this.xrLabel303, + this.xrLabel302, + this.xrLabel301, + this.xrLabel300, + this.xrLabel359, + this.xrCheckBox234, + this.xrLabel358, + this.xrLabel357, + this.xrLabel356, + this.xrCheckBox235, + this.xrCheckBox233, + this.xrLabel355, + this.xrLabel354, + this.xrLabel353, + this.xrLabel352, + this.xrCheckBox232, + this.xrLabel351, + this.xrLabel350, + this.xrLabel349, + this.xrLabel345, + this.xrLabel344, + this.xrLabel343, + this.xrLabel342, + this.xrLabel341, + this.xrLabel340, + this.xrCheckBox228, + this.xrLabel339, + this.xrLabel338, + this.xrLabel337, + this.xrLabel336, + this.xrCheckBox229, + this.xrCheckBox231, + this.xrLabel335, + this.xrLabel333, + this.xrCheckBox230, + this.xrLabel282, + this.xrLabel362, + this.xrLabel361, + this.xrCheckBox236, + this.xrCheckBox238, + this.xrLabel360, + this.xrLabel332, + this.xrLabel284, + this.xrCheckBox237, + this.xrLabel283, + this.xrLabel269, + this.xrCheckBox227, + this.xrLabel280, + this.xrCheckBox245, + this.xrLabel347, + this.xrLabel201}); + this.SubBand2.HeightF = 941.1017F; + this.SubBand2.Name = "SubBand2"; + this.SubBand2.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + // + // xrLabel346 + // + this.xrLabel346.BorderColor = System.Drawing.Color.Black; + this.xrLabel346.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel346.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel346.ForeColor = System.Drawing.Color.Red; + this.xrLabel346.LocationFloat = new DevExpress.Utils.PointFloat(379.4254F, 219.1762F); + this.xrLabel346.Name = "xrLabel346"; + this.xrLabel346.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel346.SizeF = new System.Drawing.SizeF(23.42636F, 21.74927F); + this.xrLabel346.StylePriority.UseBorderColor = false; + this.xrLabel346.StylePriority.UseBorders = false; + this.xrLabel346.StylePriority.UseFont = false; + this.xrLabel346.StylePriority.UseForeColor = false; + this.xrLabel346.StylePriority.UseTextAlignment = false; + this.xrLabel346.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox221 + // + this.xrCheckBox221.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox221.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox221.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 782.4272F); + this.xrCheckBox221.Name = "xrCheckBox221"; + this.xrCheckBox221.SizeF = new System.Drawing.SizeF(23.32459F, 17.99927F); + this.xrCheckBox221.StylePriority.UseBorders = false; + this.xrCheckBox221.StylePriority.UseFont = false; + this.xrCheckBox221.StylePriority.UseTextAlignment = false; + this.xrCheckBox221.Text = " "; + this.xrCheckBox221.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel399 + // + this.xrLabel399.BorderColor = System.Drawing.Color.Black; + this.xrLabel399.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel399.CanGrow = false; + this.xrLabel399.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel399.ForeColor = System.Drawing.Color.Black; + this.xrLabel399.LocationFloat = new DevExpress.Utils.PointFloat(51.11469F, 484.6762F); + this.xrLabel399.Name = "xrLabel399"; + this.xrLabel399.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel399.SizeF = new System.Drawing.SizeF(271.0843F, 22.00003F); + this.xrLabel399.StylePriority.UseBorderColor = false; + this.xrLabel399.StylePriority.UseBorders = false; + this.xrLabel399.StylePriority.UseFont = false; + this.xrLabel399.StylePriority.UseForeColor = false; + this.xrLabel399.StylePriority.UseTextAlignment = false; + this.xrLabel399.Text = "3. Quartal: "; + this.xrLabel399.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox256 + // + this.xrCheckBox256.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrCheckBox256.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox256.LocationFloat = new DevExpress.Utils.PointFloat(355.725F, 784.9274F); + this.xrCheckBox256.Name = "xrCheckBox256"; + this.xrCheckBox256.SizeF = new System.Drawing.SizeF(24.48776F, 22F); + this.xrCheckBox256.StylePriority.UseBorders = false; + this.xrCheckBox256.StylePriority.UseFont = false; + this.xrCheckBox256.StylePriority.UseTextAlignment = false; + this.xrCheckBox256.Text = " "; + this.xrCheckBox256.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel329 + // + this.xrLabel329.BorderColor = System.Drawing.Color.Black; + this.xrLabel329.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel329.CanGrow = false; + this.xrLabel329.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel329.ForeColor = System.Drawing.Color.Black; + this.xrLabel329.LocationFloat = new DevExpress.Utils.PointFloat(403.7178F, 784.9274F); + this.xrLabel329.Name = "xrLabel329"; + this.xrLabel329.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel329.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel329.StylePriority.UseBorderColor = false; + this.xrLabel329.StylePriority.UseBorders = false; + this.xrLabel329.StylePriority.UseFont = false; + this.xrLabel329.StylePriority.UseForeColor = false; + this.xrLabel329.StylePriority.UseTextAlignment = false; + this.xrLabel329.Text = "keine Tätigkeit"; + this.xrLabel329.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel328 + // + this.xrLabel328.BorderColor = System.Drawing.Color.Black; + this.xrLabel328.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel328.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel328.ForeColor = System.Drawing.Color.Red; + this.xrLabel328.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 784.9274F); + this.xrLabel328.Name = "xrLabel328"; + this.xrLabel328.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel328.SizeF = new System.Drawing.SizeF(23.31586F, 22F); + this.xrLabel328.StylePriority.UseBorderColor = false; + this.xrLabel328.StylePriority.UseBorders = false; + this.xrLabel328.StylePriority.UseFont = false; + this.xrLabel328.StylePriority.UseForeColor = false; + this.xrLabel328.StylePriority.UseTextAlignment = false; + this.xrLabel328.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel327 + // + this.xrLabel327.BorderColor = System.Drawing.Color.Black; + this.xrLabel327.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel327.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel327.ForeColor = System.Drawing.Color.Red; + this.xrLabel327.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 766.9273F); + this.xrLabel327.Name = "xrLabel327"; + this.xrLabel327.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel327.SizeF = new System.Drawing.SizeF(24.48813F, 18F); + this.xrLabel327.StylePriority.UseBorderColor = false; + this.xrLabel327.StylePriority.UseBorders = false; + this.xrLabel327.StylePriority.UseFont = false; + this.xrLabel327.StylePriority.UseForeColor = false; + this.xrLabel327.StylePriority.UseTextAlignment = false; + this.xrLabel327.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox255 + // + this.xrCheckBox255.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox255.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox255.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 766.9273F); + this.xrCheckBox255.Name = "xrCheckBox255"; + this.xrCheckBox255.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox255.StylePriority.UseBorders = false; + this.xrCheckBox255.StylePriority.UseFont = false; + this.xrCheckBox255.StylePriority.UseTextAlignment = false; + this.xrCheckBox255.Text = " "; + this.xrCheckBox255.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel326 + // + this.xrLabel326.BorderColor = System.Drawing.Color.Black; + this.xrLabel326.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel326.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel326.ForeColor = System.Drawing.Color.Black; + this.xrLabel326.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 766.9278F); + this.xrLabel326.Name = "xrLabel326"; + this.xrLabel326.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel326.SizeF = new System.Drawing.SizeF(270.7401F, 17.99994F); + this.xrLabel326.StylePriority.UseBorderColor = false; + this.xrLabel326.StylePriority.UseBorders = false; + this.xrLabel326.StylePriority.UseFont = false; + this.xrLabel326.StylePriority.UseForeColor = false; + this.xrLabel326.StylePriority.UseTextAlignment = false; + this.xrLabel326.Text = "und zwar:.."; + this.xrLabel326.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox254 + // + this.xrCheckBox254.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox254.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox254.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 744.927F); + this.xrCheckBox254.Name = "xrCheckBox254"; + this.xrCheckBox254.SizeF = new System.Drawing.SizeF(24.48813F, 21.99997F); + this.xrCheckBox254.StylePriority.UseBorders = false; + this.xrCheckBox254.StylePriority.UseFont = false; + this.xrCheckBox254.StylePriority.UseTextAlignment = false; + this.xrCheckBox254.Text = " "; + this.xrCheckBox254.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel325 + // + this.xrLabel325.BorderColor = System.Drawing.Color.Black; + this.xrLabel325.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel325.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel325.ForeColor = System.Drawing.Color.Red; + this.xrLabel325.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 744.927F); + this.xrLabel325.Name = "xrLabel325"; + this.xrLabel325.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel325.SizeF = new System.Drawing.SizeF(23.31586F, 21.99997F); + this.xrLabel325.StylePriority.UseBorderColor = false; + this.xrLabel325.StylePriority.UseBorders = false; + this.xrLabel325.StylePriority.UseFont = false; + this.xrLabel325.StylePriority.UseForeColor = false; + this.xrLabel325.StylePriority.UseTextAlignment = false; + this.xrLabel325.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel324 + // + this.xrLabel324.BorderColor = System.Drawing.Color.Black; + this.xrLabel324.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel324.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel324.ForeColor = System.Drawing.Color.Black; + this.xrLabel324.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 744.927F); + this.xrLabel324.Name = "xrLabel324"; + this.xrLabel324.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel324.SizeF = new System.Drawing.SizeF(270.7401F, 21.99997F); + this.xrLabel324.StylePriority.UseBorderColor = false; + this.xrLabel324.StylePriority.UseBorders = false; + this.xrLabel324.StylePriority.UseFont = false; + this.xrLabel324.StylePriority.UseForeColor = false; + this.xrLabel324.StylePriority.UseTextAlignment = false; + this.xrLabel324.Text = "Schule, Studium, Ausbildung, berufl. Reha"; + this.xrLabel324.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel323 + // + this.xrLabel323.BorderColor = System.Drawing.Color.Black; + this.xrLabel323.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel323.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel323.ForeColor = System.Drawing.Color.Black; + this.xrLabel323.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 690.9271F); + this.xrLabel323.Name = "xrLabel323"; + this.xrLabel323.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel323.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel323.StylePriority.UseBorderColor = false; + this.xrLabel323.StylePriority.UseBorders = false; + this.xrLabel323.StylePriority.UseFont = false; + this.xrLabel323.StylePriority.UseForeColor = false; + this.xrLabel323.StylePriority.UseTextAlignment = false; + this.xrLabel323.Text = "Angehörigenpflege"; + this.xrLabel323.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel322 + // + this.xrLabel322.BorderColor = System.Drawing.Color.Black; + this.xrLabel322.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel322.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel322.ForeColor = System.Drawing.Color.Black; + this.xrLabel322.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 650.9266F); + this.xrLabel322.Name = "xrLabel322"; + this.xrLabel322.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel322.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel322.StylePriority.UseBorderColor = false; + this.xrLabel322.StylePriority.UseBorders = false; + this.xrLabel322.StylePriority.UseFont = false; + this.xrLabel322.StylePriority.UseForeColor = false; + this.xrLabel322.StylePriority.UseTextAlignment = false; + this.xrLabel322.Text = "Außerhalb des Arbeitsmarktes"; + this.xrLabel322.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel321 + // + this.xrLabel321.BorderColor = System.Drawing.Color.Black; + this.xrLabel321.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel321.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel321.ForeColor = System.Drawing.Color.Red; + this.xrLabel321.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 650.9266F); + this.xrLabel321.Name = "xrLabel321"; + this.xrLabel321.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel321.SizeF = new System.Drawing.SizeF(23.31586F, 22F); + this.xrLabel321.StylePriority.UseBorderColor = false; + this.xrLabel321.StylePriority.UseBorders = false; + this.xrLabel321.StylePriority.UseFont = false; + this.xrLabel321.StylePriority.UseForeColor = false; + this.xrLabel321.StylePriority.UseTextAlignment = false; + this.xrLabel321.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox249 + // + this.xrCheckBox249.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox249.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox249.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 650.9266F); + this.xrCheckBox249.Name = "xrCheckBox249"; + this.xrCheckBox249.SizeF = new System.Drawing.SizeF(23.98004F, 22F); + this.xrCheckBox249.StylePriority.UseBorders = false; + this.xrCheckBox249.StylePriority.UseFont = false; + this.xrCheckBox249.StylePriority.UseTextAlignment = false; + this.xrCheckBox249.Text = " "; + this.xrCheckBox249.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel320 + // + this.xrLabel320.BorderColor = System.Drawing.Color.Black; + this.xrLabel320.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel320.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel320.ForeColor = System.Drawing.Color.Black; + this.xrLabel320.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 672.9269F); + this.xrLabel320.Name = "xrLabel320"; + this.xrLabel320.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel320.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel320.StylePriority.UseBorderColor = false; + this.xrLabel320.StylePriority.UseBorders = false; + this.xrLabel320.StylePriority.UseFont = false; + this.xrLabel320.StylePriority.UseForeColor = false; + this.xrLabel320.StylePriority.UseTextAlignment = false; + this.xrLabel320.Text = "Elternzeit"; + this.xrLabel320.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox250 + // + this.xrCheckBox250.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox250.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox250.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 672.9269F); + this.xrCheckBox250.Name = "xrCheckBox250"; + this.xrCheckBox250.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox250.StylePriority.UseBorders = false; + this.xrCheckBox250.StylePriority.UseFont = false; + this.xrCheckBox250.StylePriority.UseTextAlignment = false; + this.xrCheckBox250.Text = " "; + this.xrCheckBox250.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox251 + // + this.xrCheckBox251.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox251.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox251.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 690.9271F); + this.xrCheckBox251.Name = "xrCheckBox251"; + this.xrCheckBox251.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox251.StylePriority.UseBorders = false; + this.xrCheckBox251.StylePriority.UseFont = false; + this.xrCheckBox251.StylePriority.UseTextAlignment = false; + this.xrCheckBox251.Text = " "; + this.xrCheckBox251.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel319 + // + this.xrLabel319.BorderColor = System.Drawing.Color.Black; + this.xrLabel319.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel319.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel319.ForeColor = System.Drawing.Color.Red; + this.xrLabel319.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 672.9269F); + this.xrLabel319.Name = "xrLabel319"; + this.xrLabel319.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel319.SizeF = new System.Drawing.SizeF(24.5777F, 18F); + this.xrLabel319.StylePriority.UseBorderColor = false; + this.xrLabel319.StylePriority.UseBorders = false; + this.xrLabel319.StylePriority.UseFont = false; + this.xrLabel319.StylePriority.UseForeColor = false; + this.xrLabel319.StylePriority.UseTextAlignment = false; + this.xrLabel319.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel318 + // + this.xrLabel318.BorderColor = System.Drawing.Color.Black; + this.xrLabel318.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel318.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel318.ForeColor = System.Drawing.Color.Red; + this.xrLabel318.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 690.9271F); + this.xrLabel318.Name = "xrLabel318"; + this.xrLabel318.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel318.SizeF = new System.Drawing.SizeF(24.58768F, 18F); + this.xrLabel318.StylePriority.UseBorderColor = false; + this.xrLabel318.StylePriority.UseBorders = false; + this.xrLabel318.StylePriority.UseFont = false; + this.xrLabel318.StylePriority.UseForeColor = false; + this.xrLabel318.StylePriority.UseTextAlignment = false; + this.xrLabel318.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel317 + // + this.xrLabel317.BorderColor = System.Drawing.Color.Black; + this.xrLabel317.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel317.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel317.ForeColor = System.Drawing.Color.Red; + this.xrLabel317.LocationFloat = new DevExpress.Utils.PointFloat(355.6389F, 726.9271F); + this.xrLabel317.Name = "xrLabel317"; + this.xrLabel317.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel317.SizeF = new System.Drawing.SizeF(24.67081F, 18F); + this.xrLabel317.StylePriority.UseBorderColor = false; + this.xrLabel317.StylePriority.UseBorders = false; + this.xrLabel317.StylePriority.UseFont = false; + this.xrLabel317.StylePriority.UseForeColor = false; + this.xrLabel317.StylePriority.UseTextAlignment = false; + this.xrLabel317.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel316 + // + this.xrLabel316.BorderColor = System.Drawing.Color.Black; + this.xrLabel316.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel316.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel316.ForeColor = System.Drawing.Color.Red; + this.xrLabel316.LocationFloat = new DevExpress.Utils.PointFloat(355.6389F, 708.9272F); + this.xrLabel316.Name = "xrLabel316"; + this.xrLabel316.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel316.SizeF = new System.Drawing.SizeF(24.62921F, 18F); + this.xrLabel316.StylePriority.UseBorderColor = false; + this.xrLabel316.StylePriority.UseBorders = false; + this.xrLabel316.StylePriority.UseFont = false; + this.xrLabel316.StylePriority.UseForeColor = false; + this.xrLabel316.StylePriority.UseTextAlignment = false; + this.xrLabel316.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox253 + // + this.xrCheckBox253.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox253.Font = new System.Drawing.Font("Arial", 8F); + this.xrCheckBox253.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox253.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 726.9271F); + this.xrCheckBox253.Name = "xrCheckBox253"; + this.xrCheckBox253.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox253.StylePriority.UseBorders = false; + this.xrCheckBox253.StylePriority.UseFont = false; + this.xrCheckBox253.StylePriority.UseTextAlignment = false; + this.xrCheckBox253.Text = " "; + this.xrCheckBox253.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox252 + // + this.xrCheckBox252.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox252.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox252.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 708.9272F); + this.xrCheckBox252.Name = "xrCheckBox252"; + this.xrCheckBox252.SizeF = new System.Drawing.SizeF(23.31586F, 18F); + this.xrCheckBox252.StylePriority.UseBorders = false; + this.xrCheckBox252.StylePriority.UseFont = false; + this.xrCheckBox252.StylePriority.UseTextAlignment = false; + this.xrCheckBox252.Text = " "; + this.xrCheckBox252.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel315 + // + this.xrLabel315.BorderColor = System.Drawing.Color.Black; + this.xrLabel315.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel315.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel315.ForeColor = System.Drawing.Color.Black; + this.xrLabel315.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 708.9272F); + this.xrLabel315.Name = "xrLabel315"; + this.xrLabel315.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel315.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel315.StylePriority.UseBorderColor = false; + this.xrLabel315.StylePriority.UseBorders = false; + this.xrLabel315.StylePriority.UseFont = false; + this.xrLabel315.StylePriority.UseForeColor = false; + this.xrLabel315.StylePriority.UseTextAlignment = false; + this.xrLabel315.Text = "Ehrenamt"; + this.xrLabel315.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel314 + // + this.xrLabel314.BorderColor = System.Drawing.Color.Black; + this.xrLabel314.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel314.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel314.ForeColor = System.Drawing.Color.Black; + this.xrLabel314.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 726.9271F); + this.xrLabel314.Name = "xrLabel314"; + this.xrLabel314.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel314.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel314.StylePriority.UseBorderColor = false; + this.xrLabel314.StylePriority.UseBorders = false; + this.xrLabel314.StylePriority.UseFont = false; + this.xrLabel314.StylePriority.UseForeColor = false; + this.xrLabel314.StylePriority.UseTextAlignment = false; + this.xrLabel314.Text = "Sonstiges:"; + this.xrLabel314.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel313 + // + this.xrLabel313.BorderColor = System.Drawing.Color.Black; + this.xrLabel313.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel313.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel313.ForeColor = System.Drawing.Color.Black; + this.xrLabel313.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 596.9266F); + this.xrLabel313.Name = "xrLabel313"; + this.xrLabel313.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel313.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel313.StylePriority.UseBorderColor = false; + this.xrLabel313.StylePriority.UseBorders = false; + this.xrLabel313.StylePriority.UseFont = false; + this.xrLabel313.StylePriority.UseForeColor = false; + this.xrLabel313.StylePriority.UseTextAlignment = false; + this.xrLabel313.Text = "Zuverdienst"; + this.xrLabel313.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel312 + // + this.xrLabel312.BorderColor = System.Drawing.Color.Black; + this.xrLabel312.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel312.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel312.ForeColor = System.Drawing.Color.Black; + this.xrLabel312.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 556.9267F); + this.xrLabel312.Name = "xrLabel312"; + this.xrLabel312.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel312.SizeF = new System.Drawing.SizeF(270.7401F, 22F); + this.xrLabel312.StylePriority.UseBorderColor = false; + this.xrLabel312.StylePriority.UseBorders = false; + this.xrLabel312.StylePriority.UseFont = false; + this.xrLabel312.StylePriority.UseForeColor = false; + this.xrLabel312.StylePriority.UseTextAlignment = false; + this.xrLabel312.Text = "Besonderer Arbeitsmarkt"; + this.xrLabel312.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel311 + // + this.xrLabel311.BorderColor = System.Drawing.Color.Black; + this.xrLabel311.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel311.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel311.ForeColor = System.Drawing.Color.Red; + this.xrLabel311.LocationFloat = new DevExpress.Utils.PointFloat(379.4254F, 556.9266F); + this.xrLabel311.Name = "xrLabel311"; + this.xrLabel311.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel311.SizeF = new System.Drawing.SizeF(24.20636F, 22F); + this.xrLabel311.StylePriority.UseBorderColor = false; + this.xrLabel311.StylePriority.UseBorders = false; + this.xrLabel311.StylePriority.UseFont = false; + this.xrLabel311.StylePriority.UseForeColor = false; + this.xrLabel311.StylePriority.UseTextAlignment = false; + this.xrLabel311.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox244 + // + this.xrCheckBox244.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox244.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox244.LocationFloat = new DevExpress.Utils.PointFloat(355.5489F, 556.9271F); + this.xrCheckBox244.Name = "xrCheckBox244"; + this.xrCheckBox244.SizeF = new System.Drawing.SizeF(23.87634F, 22F); + this.xrCheckBox244.StylePriority.UseBorders = false; + this.xrCheckBox244.StylePriority.UseFont = false; + this.xrCheckBox244.StylePriority.UseTextAlignment = false; + this.xrCheckBox244.Text = " "; + this.xrCheckBox244.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel310 + // + this.xrLabel310.BorderColor = System.Drawing.Color.Black; + this.xrLabel310.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel310.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel310.ForeColor = System.Drawing.Color.Black; + this.xrLabel310.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 578.9268F); + this.xrLabel310.Name = "xrLabel310"; + this.xrLabel310.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel310.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel310.StylePriority.UseBorderColor = false; + this.xrLabel310.StylePriority.UseBorders = false; + this.xrLabel310.StylePriority.UseFont = false; + this.xrLabel310.StylePriority.UseForeColor = false; + this.xrLabel310.StylePriority.UseTextAlignment = false; + this.xrLabel310.Text = "WfbM"; + this.xrLabel310.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox246 + // + this.xrCheckBox246.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox246.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox246.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 596.9266F); + this.xrCheckBox246.Name = "xrCheckBox246"; + this.xrCheckBox246.SizeF = new System.Drawing.SizeF(23.3158F, 18F); + this.xrCheckBox246.StylePriority.UseBorders = false; + this.xrCheckBox246.StylePriority.UseFont = false; + this.xrCheckBox246.StylePriority.UseTextAlignment = false; + this.xrCheckBox246.Text = " "; + this.xrCheckBox246.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel309 + // + this.xrLabel309.BorderColor = System.Drawing.Color.Black; + this.xrLabel309.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel309.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel309.ForeColor = System.Drawing.Color.Red; + this.xrLabel309.LocationFloat = new DevExpress.Utils.PointFloat(355.6389F, 578.9268F); + this.xrLabel309.Name = "xrLabel309"; + this.xrLabel309.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel309.SizeF = new System.Drawing.SizeF(23.89026F, 18F); + this.xrLabel309.StylePriority.UseBorderColor = false; + this.xrLabel309.StylePriority.UseBorders = false; + this.xrLabel309.StylePriority.UseFont = false; + this.xrLabel309.StylePriority.UseForeColor = false; + this.xrLabel309.StylePriority.UseTextAlignment = false; + this.xrLabel309.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel308 + // + this.xrLabel308.BorderColor = System.Drawing.Color.Black; + this.xrLabel308.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel308.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel308.ForeColor = System.Drawing.Color.Red; + this.xrLabel308.LocationFloat = new DevExpress.Utils.PointFloat(355.6388F, 596.9266F); + this.xrLabel308.Name = "xrLabel308"; + this.xrLabel308.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel308.SizeF = new System.Drawing.SizeF(24.49817F, 18F); + this.xrLabel308.StylePriority.UseBorderColor = false; + this.xrLabel308.StylePriority.UseBorders = false; + this.xrLabel308.StylePriority.UseFont = false; + this.xrLabel308.StylePriority.UseForeColor = false; + this.xrLabel308.StylePriority.UseTextAlignment = false; + this.xrLabel308.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel307 + // + this.xrLabel307.BorderColor = System.Drawing.Color.Black; + this.xrLabel307.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel307.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel307.ForeColor = System.Drawing.Color.Red; + this.xrLabel307.LocationFloat = new DevExpress.Utils.PointFloat(355.6389F, 632.9265F); + this.xrLabel307.Name = "xrLabel307"; + this.xrLabel307.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel307.SizeF = new System.Drawing.SizeF(23.98004F, 17.99999F); + this.xrLabel307.StylePriority.UseBorderColor = false; + this.xrLabel307.StylePriority.UseBorders = false; + this.xrLabel307.StylePriority.UseFont = false; + this.xrLabel307.StylePriority.UseForeColor = false; + this.xrLabel307.StylePriority.UseTextAlignment = false; + this.xrLabel307.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel306 + // + this.xrLabel306.BorderColor = System.Drawing.Color.Black; + this.xrLabel306.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel306.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel306.ForeColor = System.Drawing.Color.Red; + this.xrLabel306.LocationFloat = new DevExpress.Utils.PointFloat(355.6389F, 614.9266F); + this.xrLabel306.Name = "xrLabel306"; + this.xrLabel306.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel306.SizeF = new System.Drawing.SizeF(24.53973F, 18F); + this.xrLabel306.StylePriority.UseBorderColor = false; + this.xrLabel306.StylePriority.UseBorders = false; + this.xrLabel306.StylePriority.UseFont = false; + this.xrLabel306.StylePriority.UseForeColor = false; + this.xrLabel306.StylePriority.UseTextAlignment = false; + this.xrLabel306.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox248 + // + this.xrCheckBox248.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox248.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox248.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 632.9265F); + this.xrCheckBox248.Name = "xrCheckBox248"; + this.xrCheckBox248.SizeF = new System.Drawing.SizeF(23.3158F, 17.99999F); + this.xrCheckBox248.StylePriority.UseBorders = false; + this.xrCheckBox248.StylePriority.UseFont = false; + this.xrCheckBox248.StylePriority.UseTextAlignment = false; + this.xrCheckBox248.Text = " "; + this.xrCheckBox248.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox247 + // + this.xrCheckBox247.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox247.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox247.LocationFloat = new DevExpress.Utils.PointFloat(380.3158F, 614.9266F); + this.xrCheckBox247.Name = "xrCheckBox247"; + this.xrCheckBox247.SizeF = new System.Drawing.SizeF(23.3158F, 18F); + this.xrCheckBox247.StylePriority.UseBorders = false; + this.xrCheckBox247.StylePriority.UseFont = false; + this.xrCheckBox247.StylePriority.UseTextAlignment = false; + this.xrCheckBox247.Text = " "; + this.xrCheckBox247.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel305 + // + this.xrLabel305.BorderColor = System.Drawing.Color.Black; + this.xrLabel305.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel305.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel305.ForeColor = System.Drawing.Color.Black; + this.xrLabel305.LocationFloat = new DevExpress.Utils.PointFloat(403.6316F, 614.9266F); + this.xrLabel305.Name = "xrLabel305"; + this.xrLabel305.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel305.SizeF = new System.Drawing.SizeF(270.7401F, 18F); + this.xrLabel305.StylePriority.UseBorderColor = false; + this.xrLabel305.StylePriority.UseBorders = false; + this.xrLabel305.StylePriority.UseFont = false; + this.xrLabel305.StylePriority.UseForeColor = false; + this.xrLabel305.StylePriority.UseTextAlignment = false; + this.xrLabel305.Text = "Tagesstätte"; + this.xrLabel305.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel304 + // + this.xrLabel304.BorderColor = System.Drawing.Color.Black; + this.xrLabel304.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel304.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel304.ForeColor = System.Drawing.Color.Black; + this.xrLabel304.LocationFloat = new DevExpress.Utils.PointFloat(403.6318F, 632.9265F); + this.xrLabel304.Name = "xrLabel304"; + this.xrLabel304.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel304.SizeF = new System.Drawing.SizeF(270.7401F, 17.99999F); + this.xrLabel304.StylePriority.UseBorderColor = false; + this.xrLabel304.StylePriority.UseBorders = false; + this.xrLabel304.StylePriority.UseFont = false; + this.xrLabel304.StylePriority.UseForeColor = false; + this.xrLabel304.StylePriority.UseTextAlignment = false; + this.xrLabel304.Text = "Sonstiges, und zwar:"; + this.xrLabel304.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel299 + // + this.xrLabel299.BorderColor = System.Drawing.Color.Black; + this.xrLabel299.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel299.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel299.ForeColor = System.Drawing.Color.Red; + this.xrLabel299.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 724.4268F); + this.xrLabel299.Name = "xrLabel299"; + this.xrLabel299.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel299.SizeF = new System.Drawing.SizeF(23.95906F, 18F); + this.xrLabel299.StylePriority.UseBorderColor = false; + this.xrLabel299.StylePriority.UseBorders = false; + this.xrLabel299.StylePriority.UseFont = false; + this.xrLabel299.StylePriority.UseForeColor = false; + this.xrLabel299.StylePriority.UseTextAlignment = false; + this.xrLabel299.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel298 + // + this.xrLabel298.BorderColor = System.Drawing.Color.Black; + this.xrLabel298.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel298.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel298.ForeColor = System.Drawing.Color.Red; + this.xrLabel298.LocationFloat = new DevExpress.Utils.PointFloat(3.152625F, 706.4268F); + this.xrLabel298.Name = "xrLabel298"; + this.xrLabel298.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel298.SizeF = new System.Drawing.SizeF(24.10069F, 18F); + this.xrLabel298.StylePriority.UseBorderColor = false; + this.xrLabel298.StylePriority.UseBorders = false; + this.xrLabel298.StylePriority.UseFont = false; + this.xrLabel298.StylePriority.UseForeColor = false; + this.xrLabel298.StylePriority.UseTextAlignment = false; + this.xrLabel298.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox218 + // + this.xrCheckBox218.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox218.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox218.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 724.4268F); + this.xrCheckBox218.Name = "xrCheckBox218"; + this.xrCheckBox218.SizeF = new System.Drawing.SizeF(23.7382F, 18F); + this.xrCheckBox218.StylePriority.UseBorders = false; + this.xrCheckBox218.StylePriority.UseFont = false; + this.xrCheckBox218.StylePriority.UseTextAlignment = false; + this.xrCheckBox218.Text = " "; + this.xrCheckBox218.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox217 + // + this.xrCheckBox217.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox217.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox217.LocationFloat = new DevExpress.Utils.PointFloat(27.26228F, 706.4268F); + this.xrCheckBox217.Name = "xrCheckBox217"; + this.xrCheckBox217.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox217.StylePriority.UseBorders = false; + this.xrCheckBox217.StylePriority.UseFont = false; + this.xrCheckBox217.StylePriority.UseTextAlignment = false; + this.xrCheckBox217.Text = " "; + this.xrCheckBox217.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel297 + // + this.xrLabel297.BorderColor = System.Drawing.Color.Black; + this.xrLabel297.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel297.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel297.ForeColor = System.Drawing.Color.Black; + this.xrLabel297.LocationFloat = new DevExpress.Utils.PointFloat(51.26281F, 706.4268F); + this.xrLabel297.Name = "xrLabel297"; + this.xrLabel297.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel297.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel297.StylePriority.UseBorderColor = false; + this.xrLabel297.StylePriority.UseBorders = false; + this.xrLabel297.StylePriority.UseFont = false; + this.xrLabel297.StylePriority.UseForeColor = false; + this.xrLabel297.StylePriority.UseTextAlignment = false; + this.xrLabel297.Text = "Entschuldigt: "; + this.xrLabel297.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox216 + // + this.xrCheckBox216.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox216.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox216.LocationFloat = new DevExpress.Utils.PointFloat(3.152625F, 684.4264F); + this.xrCheckBox216.Name = "xrCheckBox216"; + this.xrCheckBox216.SizeF = new System.Drawing.SizeF(24.10069F, 22F); + this.xrCheckBox216.StylePriority.UseBorders = false; + this.xrCheckBox216.StylePriority.UseFont = false; + this.xrCheckBox216.StylePriority.UseTextAlignment = false; + this.xrCheckBox216.Text = " "; + this.xrCheckBox216.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel296 + // + this.xrLabel296.BorderColor = System.Drawing.Color.Black; + this.xrLabel296.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel296.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel296.ForeColor = System.Drawing.Color.Red; + this.xrLabel296.LocationFloat = new DevExpress.Utils.PointFloat(27.2629F, 684.4265F); + this.xrLabel296.Name = "xrLabel296"; + this.xrLabel296.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel296.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel296.StylePriority.UseBorderColor = false; + this.xrLabel296.StylePriority.UseBorders = false; + this.xrLabel296.StylePriority.UseFont = false; + this.xrLabel296.StylePriority.UseForeColor = false; + this.xrLabel296.StylePriority.UseTextAlignment = false; + this.xrLabel296.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel295 + // + this.xrLabel295.BorderColor = System.Drawing.Color.Black; + this.xrLabel295.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel295.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel295.ForeColor = System.Drawing.Color.Black; + this.xrLabel295.LocationFloat = new DevExpress.Utils.PointFloat(51.26281F, 684.4265F); + this.xrLabel295.Name = "xrLabel295"; + this.xrLabel295.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel295.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel295.StylePriority.UseBorderColor = false; + this.xrLabel295.StylePriority.UseBorders = false; + this.xrLabel295.StylePriority.UseFont = false; + this.xrLabel295.StylePriority.UseForeColor = false; + this.xrLabel295.StylePriority.UseTextAlignment = false; + this.xrLabel295.Text = "1. Quartal"; + this.xrLabel295.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel291 + // + this.xrLabel291.BorderColor = System.Drawing.Color.Black; + this.xrLabel291.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel291.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel291.ForeColor = System.Drawing.Color.Black; + this.xrLabel291.LocationFloat = new DevExpress.Utils.PointFloat(51.11468F, 724.4268F); + this.xrLabel291.Name = "xrLabel291"; + this.xrLabel291.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel291.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel291.StylePriority.UseBorderColor = false; + this.xrLabel291.StylePriority.UseBorders = false; + this.xrLabel291.StylePriority.UseFont = false; + this.xrLabel291.StylePriority.UseForeColor = false; + this.xrLabel291.StylePriority.UseTextAlignment = false; + this.xrLabel291.Text = "Unentschuldigt: "; + this.xrLabel291.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel278 + // + this.xrLabel278.BorderColor = System.Drawing.Color.Black; + this.xrLabel278.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel278.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel278.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel278.LocationFloat = new DevExpress.Utils.PointFloat(3.142389F, 638.5513F); + this.xrLabel278.Name = "xrLabel278"; + this.xrLabel278.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel278.SizeF = new System.Drawing.SizeF(24.11067F, 21.87F); + this.xrLabel278.StylePriority.UseBorderColor = false; + this.xrLabel278.StylePriority.UseBorders = false; + this.xrLabel278.StylePriority.UseFont = false; + this.xrLabel278.StylePriority.UseForeColor = false; + this.xrLabel278.StylePriority.UseTextAlignment = false; + this.xrLabel278.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel277 + // + this.xrLabel277.BorderColor = System.Drawing.Color.Black; + this.xrLabel277.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel277.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel277.ForeColor = System.Drawing.Color.Red; + this.xrLabel277.LocationFloat = new DevExpress.Utils.PointFloat(27.2595F, 638.5513F); + this.xrLabel277.Name = "xrLabel277"; + this.xrLabel277.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel277.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel277.StylePriority.UseBorderColor = false; + this.xrLabel277.StylePriority.UseBorders = false; + this.xrLabel277.StylePriority.UseFont = false; + this.xrLabel277.StylePriority.UseForeColor = false; + this.xrLabel277.StylePriority.UseTextAlignment = false; + this.xrLabel277.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel276 + // + this.xrLabel276.BorderColor = System.Drawing.Color.Black; + this.xrLabel276.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel276.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel276.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel276.LocationFloat = new DevExpress.Utils.PointFloat(51.25938F, 638.5513F); + this.xrLabel276.Name = "xrLabel276"; + this.xrLabel276.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel276.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel276.StylePriority.UseBorderColor = false; + this.xrLabel276.StylePriority.UseBorders = false; + this.xrLabel276.StylePriority.UseFont = false; + this.xrLabel276.StylePriority.UseForeColor = false; + this.xrLabel276.StylePriority.UseTextAlignment = false; + this.xrLabel276.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel275 + // + this.xrLabel275.BorderColor = System.Drawing.Color.Black; + this.xrLabel275.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel275.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel275.ForeColor = System.Drawing.Color.Red; + this.xrLabel275.LocationFloat = new DevExpress.Utils.PointFloat(51.25951F, 660.4263F); + this.xrLabel275.Name = "xrLabel275"; + this.xrLabel275.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel275.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel275.StylePriority.UseBorderColor = false; + this.xrLabel275.StylePriority.UseBorders = false; + this.xrLabel275.StylePriority.UseFont = false; + this.xrLabel275.StylePriority.UseForeColor = false; + this.xrLabel275.StylePriority.UseTextAlignment = false; + this.xrLabel275.Text = "Abwesenheit wg. Krankheit/Sonstiges"; + this.xrLabel275.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel274 + // + this.xrLabel274.BorderColor = System.Drawing.Color.Black; + this.xrLabel274.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel274.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel274.ForeColor = System.Drawing.Color.Red; + this.xrLabel274.LocationFloat = new DevExpress.Utils.PointFloat(3.142389F, 660.4266F); + this.xrLabel274.Name = "xrLabel274"; + this.xrLabel274.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel274.SizeF = new System.Drawing.SizeF(24.11067F, 24F); + this.xrLabel274.StylePriority.UseBorderColor = false; + this.xrLabel274.StylePriority.UseBorders = false; + this.xrLabel274.StylePriority.UseFont = false; + this.xrLabel274.StylePriority.UseForeColor = false; + this.xrLabel274.StylePriority.UseTextAlignment = false; + this.xrLabel274.Text = "C."; + this.xrLabel274.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel273 + // + this.xrLabel273.BorderColor = System.Drawing.Color.Black; + this.xrLabel273.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel273.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel273.ForeColor = System.Drawing.Color.Red; + this.xrLabel273.LocationFloat = new DevExpress.Utils.PointFloat(27.2597F, 660.4265F); + this.xrLabel273.Name = "xrLabel273"; + this.xrLabel273.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel273.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel273.StylePriority.UseBorderColor = false; + this.xrLabel273.StylePriority.UseBorders = false; + this.xrLabel273.StylePriority.UseFont = false; + this.xrLabel273.StylePriority.UseForeColor = false; + this.xrLabel273.StylePriority.UseTextAlignment = false; + this.xrLabel273.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox210 + // + this.xrCheckBox210.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox210.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox210.LocationFloat = new DevExpress.Utils.PointFloat(3.149194F, 484.6765F); + this.xrCheckBox210.Name = "xrCheckBox210"; + this.xrCheckBox210.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox210.StylePriority.UseBorders = false; + this.xrCheckBox210.StylePriority.UseFont = false; + this.xrCheckBox210.StylePriority.UseTextAlignment = false; + this.xrCheckBox210.Text = " "; + this.xrCheckBox210.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel253 + // + this.xrLabel253.BorderColor = System.Drawing.Color.Black; + this.xrLabel253.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel253.CanGrow = false; + this.xrLabel253.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel253.ForeColor = System.Drawing.Color.Red; + this.xrLabel253.LocationFloat = new DevExpress.Utils.PointFloat(27.14235F, 484.6765F); + this.xrLabel253.Name = "xrLabel253"; + this.xrLabel253.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel253.SizeF = new System.Drawing.SizeF(23.97227F, 22F); + this.xrLabel253.StylePriority.UseBorderColor = false; + this.xrLabel253.StylePriority.UseBorders = false; + this.xrLabel253.StylePriority.UseFont = false; + this.xrLabel253.StylePriority.UseForeColor = false; + this.xrLabel253.StylePriority.UseTextAlignment = false; + this.xrLabel253.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel252 + // + this.xrLabel252.BorderColor = System.Drawing.Color.Black; + this.xrLabel252.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel252.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel252.ForeColor = System.Drawing.Color.Red; + this.xrLabel252.LocationFloat = new DevExpress.Utils.PointFloat(27.14228F, 506.6764F); + this.xrLabel252.Name = "xrLabel252"; + this.xrLabel252.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel252.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel252.StylePriority.UseBorderColor = false; + this.xrLabel252.StylePriority.UseBorders = false; + this.xrLabel252.StylePriority.UseFont = false; + this.xrLabel252.StylePriority.UseForeColor = false; + this.xrLabel252.StylePriority.UseTextAlignment = false; + this.xrLabel252.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel251 + // + this.xrLabel251.BorderColor = System.Drawing.Color.Black; + this.xrLabel251.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel251.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel251.ForeColor = System.Drawing.Color.Black; + this.xrLabel251.LocationFloat = new DevExpress.Utils.PointFloat(51.14229F, 506.6764F); + this.xrLabel251.Name = "xrLabel251"; + this.xrLabel251.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel251.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel251.StylePriority.UseBorderColor = false; + this.xrLabel251.StylePriority.UseBorders = false; + this.xrLabel251.StylePriority.UseFont = false; + this.xrLabel251.StylePriority.UseForeColor = false; + this.xrLabel251.StylePriority.UseTextAlignment = false; + this.xrLabel251.Text = "4. Quartal: "; + this.xrLabel251.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox211 + // + this.xrCheckBox211.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox211.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox211.LocationFloat = new DevExpress.Utils.PointFloat(3.149194F, 506.6764F); + this.xrCheckBox211.Name = "xrCheckBox211"; + this.xrCheckBox211.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox211.StylePriority.UseBorders = false; + this.xrCheckBox211.StylePriority.UseFont = false; + this.xrCheckBox211.StylePriority.UseTextAlignment = false; + this.xrCheckBox211.Text = " "; + this.xrCheckBox211.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox209 + // + this.xrCheckBox209.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox209.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox209.LocationFloat = new DevExpress.Utils.PointFloat(3.149323F, 462.9263F); + this.xrCheckBox209.Name = "xrCheckBox209"; + this.xrCheckBox209.SizeF = new System.Drawing.SizeF(23.99F, 21.74988F); + this.xrCheckBox209.StylePriority.UseBorders = false; + this.xrCheckBox209.StylePriority.UseFont = false; + this.xrCheckBox209.StylePriority.UseTextAlignment = false; + this.xrCheckBox209.Text = " "; + this.xrCheckBox209.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel250 + // + this.xrLabel250.BorderColor = System.Drawing.Color.Black; + this.xrLabel250.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel250.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel250.ForeColor = System.Drawing.Color.Black; + this.xrLabel250.LocationFloat = new DevExpress.Utils.PointFloat(51.14229F, 462.9263F); + this.xrLabel250.Name = "xrLabel250"; + this.xrLabel250.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel250.SizeF = new System.Drawing.SizeF(270.74F, 21.74988F); + this.xrLabel250.StylePriority.UseBorderColor = false; + this.xrLabel250.StylePriority.UseBorders = false; + this.xrLabel250.StylePriority.UseFont = false; + this.xrLabel250.StylePriority.UseForeColor = false; + this.xrLabel250.StylePriority.UseTextAlignment = false; + this.xrLabel250.Text = "2. Quartal: "; + this.xrLabel250.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel249 + // + this.xrLabel249.BorderColor = System.Drawing.Color.Black; + this.xrLabel249.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel249.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel249.ForeColor = System.Drawing.Color.Red; + this.xrLabel249.LocationFloat = new DevExpress.Utils.PointFloat(27.14228F, 462.9263F); + this.xrLabel249.Name = "xrLabel249"; + this.xrLabel249.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel249.SizeF = new System.Drawing.SizeF(24F, 21.74988F); + this.xrLabel249.StylePriority.UseBorderColor = false; + this.xrLabel249.StylePriority.UseBorders = false; + this.xrLabel249.StylePriority.UseFont = false; + this.xrLabel249.StylePriority.UseForeColor = false; + this.xrLabel249.StylePriority.UseTextAlignment = false; + this.xrLabel249.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel248 + // + this.xrLabel248.BorderColor = System.Drawing.Color.Black; + this.xrLabel248.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel248.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel248.ForeColor = System.Drawing.Color.Red; + this.xrLabel248.LocationFloat = new DevExpress.Utils.PointFloat(27.14241F, 440.6764F); + this.xrLabel248.Name = "xrLabel248"; + this.xrLabel248.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel248.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel248.StylePriority.UseBorderColor = false; + this.xrLabel248.StylePriority.UseBorders = false; + this.xrLabel248.StylePriority.UseFont = false; + this.xrLabel248.StylePriority.UseForeColor = false; + this.xrLabel248.StylePriority.UseTextAlignment = false; + this.xrLabel248.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel247 + // + this.xrLabel247.BorderColor = System.Drawing.Color.Black; + this.xrLabel247.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel247.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel247.ForeColor = System.Drawing.Color.Black; + this.xrLabel247.LocationFloat = new DevExpress.Utils.PointFloat(51.26281F, 440.6767F); + this.xrLabel247.Name = "xrLabel247"; + this.xrLabel247.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel247.SizeF = new System.Drawing.SizeF(270.6196F, 21.99994F); + this.xrLabel247.StylePriority.UseBorderColor = false; + this.xrLabel247.StylePriority.UseBorders = false; + this.xrLabel247.StylePriority.UseFont = false; + this.xrLabel247.StylePriority.UseForeColor = false; + this.xrLabel247.StylePriority.UseTextAlignment = false; + this.xrLabel247.Text = "1. Quartal: "; + this.xrLabel247.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox208 + // + this.xrCheckBox208.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox208.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox208.LocationFloat = new DevExpress.Utils.PointFloat(3.149323F, 440.6764F); + this.xrCheckBox208.Name = "xrCheckBox208"; + this.xrCheckBox208.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox208.StylePriority.UseBorders = false; + this.xrCheckBox208.StylePriority.UseFont = false; + this.xrCheckBox208.StylePriority.UseTextAlignment = false; + this.xrCheckBox208.Text = " "; + this.xrCheckBox208.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel246 + // + this.xrLabel246.BorderColor = System.Drawing.Color.Black; + this.xrLabel246.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel246.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel246.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel246.LocationFloat = new DevExpress.Utils.PointFloat(51.14248F, 418.8015F); + this.xrLabel246.Name = "xrLabel246"; + this.xrLabel246.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel246.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel246.StylePriority.UseBorderColor = false; + this.xrLabel246.StylePriority.UseBorders = false; + this.xrLabel246.StylePriority.UseFont = false; + this.xrLabel246.StylePriority.UseForeColor = false; + this.xrLabel246.StylePriority.UseTextAlignment = false; + this.xrLabel246.Text = "Vereinbarte Stunden/Woche"; + this.xrLabel246.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel245 + // + this.xrLabel245.BorderColor = System.Drawing.Color.Black; + this.xrLabel245.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel245.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel245.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel245.LocationFloat = new DevExpress.Utils.PointFloat(3.149323F, 418.8015F); + this.xrLabel245.Name = "xrLabel245"; + this.xrLabel245.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel245.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel245.StylePriority.UseBorderColor = false; + this.xrLabel245.StylePriority.UseBorders = false; + this.xrLabel245.StylePriority.UseFont = false; + this.xrLabel245.StylePriority.UseForeColor = false; + this.xrLabel245.StylePriority.UseTextAlignment = false; + this.xrLabel245.Text = "1."; + this.xrLabel245.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel244 + // + this.xrLabel244.BorderColor = System.Drawing.Color.Black; + this.xrLabel244.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel244.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel244.ForeColor = System.Drawing.Color.Red; + this.xrLabel244.LocationFloat = new DevExpress.Utils.PointFloat(27.14241F, 418.8015F); + this.xrLabel244.Name = "xrLabel244"; + this.xrLabel244.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel244.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel244.StylePriority.UseBorderColor = false; + this.xrLabel244.StylePriority.UseBorders = false; + this.xrLabel244.StylePriority.UseFont = false; + this.xrLabel244.StylePriority.UseForeColor = false; + this.xrLabel244.StylePriority.UseTextAlignment = false; + this.xrLabel244.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel243 + // + this.xrLabel243.BorderColor = System.Drawing.Color.Black; + this.xrLabel243.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel243.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel243.ForeColor = System.Drawing.Color.Red; + this.xrLabel243.LocationFloat = new DevExpress.Utils.PointFloat(27.14241F, 394.8012F); + this.xrLabel243.Name = "xrLabel243"; + this.xrLabel243.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel243.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel243.StylePriority.UseBorderColor = false; + this.xrLabel243.StylePriority.UseBorders = false; + this.xrLabel243.StylePriority.UseFont = false; + this.xrLabel243.StylePriority.UseForeColor = false; + this.xrLabel243.StylePriority.UseTextAlignment = false; + this.xrLabel243.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel242 + // + this.xrLabel242.BorderColor = System.Drawing.Color.Black; + this.xrLabel242.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel242.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel242.ForeColor = System.Drawing.Color.Red; + this.xrLabel242.LocationFloat = new DevExpress.Utils.PointFloat(3.149323F, 394.8012F); + this.xrLabel242.Name = "xrLabel242"; + this.xrLabel242.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel242.SizeF = new System.Drawing.SizeF(23.99F, 24F); + this.xrLabel242.StylePriority.UseBorderColor = false; + this.xrLabel242.StylePriority.UseBorders = false; + this.xrLabel242.StylePriority.UseFont = false; + this.xrLabel242.StylePriority.UseForeColor = false; + this.xrLabel242.StylePriority.UseTextAlignment = false; + this.xrLabel242.Text = "B."; + this.xrLabel242.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel241 + // + this.xrLabel241.BorderColor = System.Drawing.Color.Black; + this.xrLabel241.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel241.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel241.ForeColor = System.Drawing.Color.Red; + this.xrLabel241.LocationFloat = new DevExpress.Utils.PointFloat(51.14248F, 394.8012F); + this.xrLabel241.Name = "xrLabel241"; + this.xrLabel241.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel241.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel241.StylePriority.UseBorderColor = false; + this.xrLabel241.StylePriority.UseBorders = false; + this.xrLabel241.StylePriority.UseFont = false; + this.xrLabel241.StylePriority.UseForeColor = false; + this.xrLabel241.StylePriority.UseTextAlignment = false; + this.xrLabel241.Text = "Wochenarbeitsstunden"; + this.xrLabel241.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel240 + // + this.xrLabel240.BorderColor = System.Drawing.Color.Black; + this.xrLabel240.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel240.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel240.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel240.LocationFloat = new DevExpress.Utils.PointFloat(3.149323F, 372.9264F); + this.xrLabel240.Name = "xrLabel240"; + this.xrLabel240.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel240.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel240.StylePriority.UseBorderColor = false; + this.xrLabel240.StylePriority.UseBorders = false; + this.xrLabel240.StylePriority.UseFont = false; + this.xrLabel240.StylePriority.UseForeColor = false; + this.xrLabel240.StylePriority.UseTextAlignment = false; + this.xrLabel240.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel239 + // + this.xrLabel239.BorderColor = System.Drawing.Color.Black; + this.xrLabel239.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel239.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel239.ForeColor = System.Drawing.Color.Red; + this.xrLabel239.LocationFloat = new DevExpress.Utils.PointFloat(27.14219F, 372.9264F); + this.xrLabel239.Name = "xrLabel239"; + this.xrLabel239.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel239.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel239.StylePriority.UseBorderColor = false; + this.xrLabel239.StylePriority.UseBorders = false; + this.xrLabel239.StylePriority.UseFont = false; + this.xrLabel239.StylePriority.UseForeColor = false; + this.xrLabel239.StylePriority.UseTextAlignment = false; + this.xrLabel239.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel238 + // + this.xrLabel238.BorderColor = System.Drawing.Color.Black; + this.xrLabel238.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel238.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel238.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel238.LocationFloat = new DevExpress.Utils.PointFloat(51.14242F, 372.9264F); + this.xrLabel238.Name = "xrLabel238"; + this.xrLabel238.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel238.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel238.StylePriority.UseBorderColor = false; + this.xrLabel238.StylePriority.UseBorders = false; + this.xrLabel238.StylePriority.UseFont = false; + this.xrLabel238.StylePriority.UseForeColor = false; + this.xrLabel238.StylePriority.UseTextAlignment = false; + this.xrLabel238.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel237 + // + this.xrLabel237.BorderColor = System.Drawing.Color.Black; + this.xrLabel237.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel237.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel237.ForeColor = System.Drawing.Color.Red; + this.xrLabel237.LocationFloat = new DevExpress.Utils.PointFloat(27.18696F, 306.9261F); + this.xrLabel237.Name = "xrLabel237"; + this.xrLabel237.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel237.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel237.StylePriority.UseBorderColor = false; + this.xrLabel237.StylePriority.UseBorders = false; + this.xrLabel237.StylePriority.UseFont = false; + this.xrLabel237.StylePriority.UseForeColor = false; + this.xrLabel237.StylePriority.UseTextAlignment = false; + this.xrLabel237.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel236 + // + this.xrLabel236.BorderColor = System.Drawing.Color.Black; + this.xrLabel236.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel236.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel236.ForeColor = System.Drawing.Color.Black; + this.xrLabel236.LocationFloat = new DevExpress.Utils.PointFloat(51.18697F, 306.9261F); + this.xrLabel236.Name = "xrLabel236"; + this.xrLabel236.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel236.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel236.StylePriority.UseBorderColor = false; + this.xrLabel236.StylePriority.UseBorders = false; + this.xrLabel236.StylePriority.UseFont = false; + this.xrLabel236.StylePriority.UseForeColor = false; + this.xrLabel236.StylePriority.UseTextAlignment = false; + this.xrLabel236.Text = "weiblich"; + this.xrLabel236.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox205 + // + this.xrCheckBox205.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox205.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox205.LocationFloat = new DevExpress.Utils.PointFloat(3.193742F, 306.9261F); + this.xrCheckBox205.Name = "xrCheckBox205"; + this.xrCheckBox205.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox205.StylePriority.UseBorders = false; + this.xrCheckBox205.StylePriority.UseFont = false; + this.xrCheckBox205.StylePriority.UseTextAlignment = false; + this.xrCheckBox205.Text = " "; + this.xrCheckBox205.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel235 + // + this.xrLabel235.BorderColor = System.Drawing.Color.Black; + this.xrLabel235.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel235.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel235.ForeColor = System.Drawing.Color.Red; + this.xrLabel235.LocationFloat = new DevExpress.Utils.PointFloat(27.19711F, 328.9265F); + this.xrLabel235.Name = "xrLabel235"; + this.xrLabel235.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel235.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel235.StylePriority.UseBorderColor = false; + this.xrLabel235.StylePriority.UseBorders = false; + this.xrLabel235.StylePriority.UseFont = false; + this.xrLabel235.StylePriority.UseForeColor = false; + this.xrLabel235.StylePriority.UseTextAlignment = false; + this.xrLabel235.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel234 + // + this.xrLabel234.BorderColor = System.Drawing.Color.Black; + this.xrLabel234.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel234.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel234.ForeColor = System.Drawing.Color.Black; + this.xrLabel234.LocationFloat = new DevExpress.Utils.PointFloat(51.19718F, 328.9265F); + this.xrLabel234.Name = "xrLabel234"; + this.xrLabel234.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel234.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel234.StylePriority.UseBorderColor = false; + this.xrLabel234.StylePriority.UseBorders = false; + this.xrLabel234.StylePriority.UseFont = false; + this.xrLabel234.StylePriority.UseForeColor = false; + this.xrLabel234.StylePriority.UseTextAlignment = false; + this.xrLabel234.Text = "männlich"; + this.xrLabel234.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox206 + // + this.xrCheckBox206.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox206.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox206.LocationFloat = new DevExpress.Utils.PointFloat(3.197233F, 328.9265F); + this.xrCheckBox206.Name = "xrCheckBox206"; + this.xrCheckBox206.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox206.StylePriority.UseBorders = false; + this.xrCheckBox206.StylePriority.UseFont = false; + this.xrCheckBox206.StylePriority.UseTextAlignment = false; + this.xrCheckBox206.Text = " "; + this.xrCheckBox206.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox204 + // + this.xrCheckBox204.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox204.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox204.LocationFloat = new DevExpress.Utils.PointFloat(3.193839F, 263.0512F); + this.xrCheckBox204.Name = "xrCheckBox204"; + this.xrCheckBox204.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox204.StylePriority.UseBorders = false; + this.xrCheckBox204.StylePriority.UseFont = false; + this.xrCheckBox204.StylePriority.UseTextAlignment = false; + this.xrCheckBox204.Text = " "; + this.xrCheckBox204.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel233 + // + this.xrLabel233.BorderColor = System.Drawing.Color.Black; + this.xrLabel233.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel233.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel233.ForeColor = System.Drawing.Color.Black; + this.xrLabel233.LocationFloat = new DevExpress.Utils.PointFloat(51.19382F, 263.0512F); + this.xrLabel233.Name = "xrLabel233"; + this.xrLabel233.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel233.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel233.StylePriority.UseBorderColor = false; + this.xrLabel233.StylePriority.UseBorders = false; + this.xrLabel233.StylePriority.UseFont = false; + this.xrLabel233.StylePriority.UseForeColor = false; + this.xrLabel233.StylePriority.UseTextAlignment = false; + this.xrLabel233.Text = "Sonstiges:"; + this.xrLabel233.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel232 + // + this.xrLabel232.BorderColor = System.Drawing.Color.Black; + this.xrLabel232.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel232.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel232.ForeColor = System.Drawing.Color.Red; + this.xrLabel232.LocationFloat = new DevExpress.Utils.PointFloat(27.19375F, 263.0512F); + this.xrLabel232.Name = "xrLabel232"; + this.xrLabel232.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel232.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel232.StylePriority.UseBorderColor = false; + this.xrLabel232.StylePriority.UseBorders = false; + this.xrLabel232.StylePriority.UseFont = false; + this.xrLabel232.StylePriority.UseForeColor = false; + this.xrLabel232.StylePriority.UseTextAlignment = false; + this.xrLabel232.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel231 + // + this.xrLabel231.BorderColor = System.Drawing.Color.Black; + this.xrLabel231.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel231.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel231.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel231.LocationFloat = new DevExpress.Utils.PointFloat(51.18697F, 285.0512F); + this.xrLabel231.Name = "xrLabel231"; + this.xrLabel231.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel231.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel231.StylePriority.UseBorderColor = false; + this.xrLabel231.StylePriority.UseBorders = false; + this.xrLabel231.StylePriority.UseFont = false; + this.xrLabel231.StylePriority.UseForeColor = false; + this.xrLabel231.StylePriority.UseTextAlignment = false; + this.xrLabel231.Text = "Anleiter/in"; + this.xrLabel231.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel230 + // + this.xrLabel230.BorderColor = System.Drawing.Color.Black; + this.xrLabel230.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel230.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel230.ForeColor = System.Drawing.Color.Red; + this.xrLabel230.LocationFloat = new DevExpress.Utils.PointFloat(27.18683F, 285.0512F); + this.xrLabel230.Name = "xrLabel230"; + this.xrLabel230.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel230.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel230.StylePriority.UseBorderColor = false; + this.xrLabel230.StylePriority.UseBorders = false; + this.xrLabel230.StylePriority.UseFont = false; + this.xrLabel230.StylePriority.UseForeColor = false; + this.xrLabel230.StylePriority.UseTextAlignment = false; + this.xrLabel230.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel229 + // + this.xrLabel229.BorderColor = System.Drawing.Color.Black; + this.xrLabel229.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel229.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel229.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel229.LocationFloat = new DevExpress.Utils.PointFloat(3.193742F, 285.0512F); + this.xrLabel229.Name = "xrLabel229"; + this.xrLabel229.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel229.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel229.StylePriority.UseBorderColor = false; + this.xrLabel229.StylePriority.UseBorders = false; + this.xrLabel229.StylePriority.UseFont = false; + this.xrLabel229.StylePriority.UseForeColor = false; + this.xrLabel229.StylePriority.UseTextAlignment = false; + this.xrLabel229.Text = "3."; + this.xrLabel229.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel223 + // + this.xrLabel223.BorderColor = System.Drawing.Color.Black; + this.xrLabel223.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel223.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel223.ForeColor = System.Drawing.Color.Red; + this.xrLabel223.LocationFloat = new DevExpress.Utils.PointFloat(27.18347F, 219.051F); + this.xrLabel223.Name = "xrLabel223"; + this.xrLabel223.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel223.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel223.StylePriority.UseBorderColor = false; + this.xrLabel223.StylePriority.UseBorders = false; + this.xrLabel223.StylePriority.UseFont = false; + this.xrLabel223.StylePriority.UseForeColor = false; + this.xrLabel223.StylePriority.UseTextAlignment = false; + this.xrLabel223.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel222 + // + this.xrLabel222.BorderColor = System.Drawing.Color.Black; + this.xrLabel222.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel222.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel222.ForeColor = System.Drawing.Color.Black; + this.xrLabel222.LocationFloat = new DevExpress.Utils.PointFloat(51.26281F, 219.051F); + this.xrLabel222.Name = "xrLabel222"; + this.xrLabel222.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel222.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel222.StylePriority.UseBorderColor = false; + this.xrLabel222.StylePriority.UseBorders = false; + this.xrLabel222.StylePriority.UseFont = false; + this.xrLabel222.StylePriority.UseForeColor = false; + this.xrLabel222.StylePriority.UseTextAlignment = false; + this.xrLabel222.Text = "Dienstleistung"; + this.xrLabel222.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox202 + // + this.xrCheckBox202.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox202.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox202.LocationFloat = new DevExpress.Utils.PointFloat(3.18705F, 219.051F); + this.xrCheckBox202.Name = "xrCheckBox202"; + this.xrCheckBox202.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox202.StylePriority.UseBorders = false; + this.xrCheckBox202.StylePriority.UseFont = false; + this.xrCheckBox202.StylePriority.UseTextAlignment = false; + this.xrCheckBox202.Text = " "; + this.xrCheckBox202.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox203 + // + this.xrCheckBox203.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox203.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox203.LocationFloat = new DevExpress.Utils.PointFloat(3.18705F, 241.0514F); + this.xrCheckBox203.Name = "xrCheckBox203"; + this.xrCheckBox203.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox203.StylePriority.UseBorders = false; + this.xrCheckBox203.StylePriority.UseFont = false; + this.xrCheckBox203.StylePriority.UseTextAlignment = false; + this.xrCheckBox203.Text = " "; + this.xrCheckBox203.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel221 + // + this.xrLabel221.BorderColor = System.Drawing.Color.Black; + this.xrLabel221.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel221.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel221.ForeColor = System.Drawing.Color.Black; + this.xrLabel221.LocationFloat = new DevExpress.Utils.PointFloat(51.17998F, 241.0514F); + this.xrLabel221.Name = "xrLabel221"; + this.xrLabel221.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel221.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel221.StylePriority.UseBorderColor = false; + this.xrLabel221.StylePriority.UseBorders = false; + this.xrLabel221.StylePriority.UseFont = false; + this.xrLabel221.StylePriority.UseForeColor = false; + this.xrLabel221.StylePriority.UseTextAlignment = false; + this.xrLabel221.Text = "Produktion"; + this.xrLabel221.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel220 + // + this.xrLabel220.BorderColor = System.Drawing.Color.Black; + this.xrLabel220.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel220.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel220.ForeColor = System.Drawing.Color.Red; + this.xrLabel220.LocationFloat = new DevExpress.Utils.PointFloat(27.17988F, 241.0514F); + this.xrLabel220.Name = "xrLabel220"; + this.xrLabel220.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel220.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel220.StylePriority.UseBorderColor = false; + this.xrLabel220.StylePriority.UseBorders = false; + this.xrLabel220.StylePriority.UseFont = false; + this.xrLabel220.StylePriority.UseForeColor = false; + this.xrLabel220.StylePriority.UseTextAlignment = false; + this.xrLabel220.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel216 + // + this.xrLabel216.BorderColor = System.Drawing.Color.Black; + this.xrLabel216.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel216.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel216.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel216.LocationFloat = new DevExpress.Utils.PointFloat(3.142438F, 197.1761F); + this.xrLabel216.Name = "xrLabel216"; + this.xrLabel216.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel216.SizeF = new System.Drawing.SizeF(24F, 21.87494F); + this.xrLabel216.StylePriority.UseBorderColor = false; + this.xrLabel216.StylePriority.UseBorders = false; + this.xrLabel216.StylePriority.UseFont = false; + this.xrLabel216.StylePriority.UseForeColor = false; + this.xrLabel216.StylePriority.UseTextAlignment = false; + this.xrLabel216.Text = "2."; + this.xrLabel216.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel215 + // + this.xrLabel215.BorderColor = System.Drawing.Color.Black; + this.xrLabel215.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel215.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel215.ForeColor = System.Drawing.Color.Red; + this.xrLabel215.LocationFloat = new DevExpress.Utils.PointFloat(27.14228F, 197.1761F); + this.xrLabel215.Name = "xrLabel215"; + this.xrLabel215.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel215.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel215.StylePriority.UseBorderColor = false; + this.xrLabel215.StylePriority.UseBorders = false; + this.xrLabel215.StylePriority.UseFont = false; + this.xrLabel215.StylePriority.UseForeColor = false; + this.xrLabel215.StylePriority.UseTextAlignment = false; + this.xrLabel215.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel214 + // + this.xrLabel214.BorderColor = System.Drawing.Color.Black; + this.xrLabel214.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel214.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel214.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel214.LocationFloat = new DevExpress.Utils.PointFloat(51.14242F, 197.1761F); + this.xrLabel214.Name = "xrLabel214"; + this.xrLabel214.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel214.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel214.StylePriority.UseBorderColor = false; + this.xrLabel214.StylePriority.UseBorders = false; + this.xrLabel214.StylePriority.UseFont = false; + this.xrLabel214.StylePriority.UseForeColor = false; + this.xrLabel214.StylePriority.UseTextAlignment = false; + this.xrLabel214.Text = "Branche"; + this.xrLabel214.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox201 + // + this.xrCheckBox201.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox201.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox201.LocationFloat = new DevExpress.Utils.PointFloat(3.180197F, 175.1761F); + this.xrCheckBox201.Name = "xrCheckBox201"; + this.xrCheckBox201.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox201.StylePriority.UseBorders = false; + this.xrCheckBox201.StylePriority.UseFont = false; + this.xrCheckBox201.StylePriority.UseTextAlignment = false; + this.xrCheckBox201.Text = " "; + this.xrCheckBox201.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel211 + // + this.xrLabel211.BorderColor = System.Drawing.Color.Black; + this.xrLabel211.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel211.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel211.ForeColor = System.Drawing.Color.Black; + this.xrLabel211.LocationFloat = new DevExpress.Utils.PointFloat(51.17662F, 175.1761F); + this.xrLabel211.Name = "xrLabel211"; + this.xrLabel211.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel211.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel211.StylePriority.UseBorderColor = false; + this.xrLabel211.StylePriority.UseBorders = false; + this.xrLabel211.StylePriority.UseFont = false; + this.xrLabel211.StylePriority.UseForeColor = false; + this.xrLabel211.StylePriority.UseTextAlignment = false; + this.xrLabel211.Text = "Landkreisansbach"; + this.xrLabel211.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel210 + // + this.xrLabel210.BorderColor = System.Drawing.Color.Black; + this.xrLabel210.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel210.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel210.ForeColor = System.Drawing.Color.Red; + this.xrLabel210.LocationFloat = new DevExpress.Utils.PointFloat(27.17661F, 175.1761F); + this.xrLabel210.Name = "xrLabel210"; + this.xrLabel210.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel210.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel210.StylePriority.UseBorderColor = false; + this.xrLabel210.StylePriority.UseBorders = false; + this.xrLabel210.StylePriority.UseFont = false; + this.xrLabel210.StylePriority.UseForeColor = false; + this.xrLabel210.StylePriority.UseTextAlignment = false; + this.xrLabel210.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel209 + // + this.xrLabel209.BorderColor = System.Drawing.Color.Black; + this.xrLabel209.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel209.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel209.ForeColor = System.Drawing.Color.Red; + this.xrLabel209.LocationFloat = new DevExpress.Utils.PointFloat(27.18011F, 153.1763F); + this.xrLabel209.Name = "xrLabel209"; + this.xrLabel209.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel209.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel209.StylePriority.UseBorderColor = false; + this.xrLabel209.StylePriority.UseBorders = false; + this.xrLabel209.StylePriority.UseFont = false; + this.xrLabel209.StylePriority.UseForeColor = false; + this.xrLabel209.StylePriority.UseTextAlignment = false; + this.xrLabel209.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel208 + // + this.xrLabel208.BorderColor = System.Drawing.Color.Black; + this.xrLabel208.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel208.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel208.ForeColor = System.Drawing.Color.Black; + this.xrLabel208.LocationFloat = new DevExpress.Utils.PointFloat(51.18011F, 153.1763F); + this.xrLabel208.Name = "xrLabel208"; + this.xrLabel208.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel208.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel208.StylePriority.UseBorderColor = false; + this.xrLabel208.StylePriority.UseBorders = false; + this.xrLabel208.StylePriority.UseFont = false; + this.xrLabel208.StylePriority.UseForeColor = false; + this.xrLabel208.StylePriority.UseTextAlignment = false; + this.xrLabel208.Text = "Stadt Ansbach"; + this.xrLabel208.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox200 + // + this.xrCheckBox200.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox200.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox200.LocationFloat = new DevExpress.Utils.PointFloat(3.180197F, 153.1763F); + this.xrCheckBox200.Name = "xrCheckBox200"; + this.xrCheckBox200.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox200.StylePriority.UseBorders = false; + this.xrCheckBox200.StylePriority.UseFont = false; + this.xrCheckBox200.StylePriority.UseTextAlignment = false; + this.xrCheckBox200.Text = " "; + this.xrCheckBox200.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel207 + // + this.xrLabel207.BorderColor = System.Drawing.Color.Black; + this.xrLabel207.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel207.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel207.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel207.LocationFloat = new DevExpress.Utils.PointFloat(51.18024F, 131.3011F); + this.xrLabel207.Name = "xrLabel207"; + this.xrLabel207.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel207.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel207.StylePriority.UseBorderColor = false; + this.xrLabel207.StylePriority.UseBorders = false; + this.xrLabel207.StylePriority.UseFont = false; + this.xrLabel207.StylePriority.UseForeColor = false; + this.xrLabel207.StylePriority.UseTextAlignment = false; + this.xrLabel207.Text = "Sitz des Unternehmens"; + this.xrLabel207.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel206 + // + this.xrLabel206.BorderColor = System.Drawing.Color.Black; + this.xrLabel206.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel206.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel206.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel206.LocationFloat = new DevExpress.Utils.PointFloat(3.180197F, 131.3011F); + this.xrLabel206.Name = "xrLabel206"; + this.xrLabel206.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel206.SizeF = new System.Drawing.SizeF(24F, 21.87494F); + this.xrLabel206.StylePriority.UseBorderColor = false; + this.xrLabel206.StylePriority.UseBorders = false; + this.xrLabel206.StylePriority.UseFont = false; + this.xrLabel206.StylePriority.UseForeColor = false; + this.xrLabel206.StylePriority.UseTextAlignment = false; + this.xrLabel206.Text = "1."; + this.xrLabel206.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel205 + // + this.xrLabel205.BorderColor = System.Drawing.Color.Black; + this.xrLabel205.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel205.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel205.ForeColor = System.Drawing.Color.Red; + this.xrLabel205.LocationFloat = new DevExpress.Utils.PointFloat(27.18011F, 131.3011F); + this.xrLabel205.Name = "xrLabel205"; + this.xrLabel205.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel205.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel205.StylePriority.UseBorderColor = false; + this.xrLabel205.StylePriority.UseBorders = false; + this.xrLabel205.StylePriority.UseFont = false; + this.xrLabel205.StylePriority.UseForeColor = false; + this.xrLabel205.StylePriority.UseTextAlignment = false; + this.xrLabel205.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel204 + // + this.xrLabel204.BorderColor = System.Drawing.Color.Black; + this.xrLabel204.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel204.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel204.ForeColor = System.Drawing.Color.Red; + this.xrLabel204.LocationFloat = new DevExpress.Utils.PointFloat(27.18017F, 107.3011F); + this.xrLabel204.Name = "xrLabel204"; + this.xrLabel204.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel204.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel204.StylePriority.UseBorderColor = false; + this.xrLabel204.StylePriority.UseBorders = false; + this.xrLabel204.StylePriority.UseFont = false; + this.xrLabel204.StylePriority.UseForeColor = false; + this.xrLabel204.StylePriority.UseTextAlignment = false; + this.xrLabel204.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel203 + // + this.xrLabel203.BorderColor = System.Drawing.Color.Black; + this.xrLabel203.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel203.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel203.ForeColor = System.Drawing.Color.Red; + this.xrLabel203.LocationFloat = new DevExpress.Utils.PointFloat(3.180197F, 107.3011F); + this.xrLabel203.Name = "xrLabel203"; + this.xrLabel203.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel203.SizeF = new System.Drawing.SizeF(24F, 24F); + this.xrLabel203.StylePriority.UseBorderColor = false; + this.xrLabel203.StylePriority.UseBorders = false; + this.xrLabel203.StylePriority.UseFont = false; + this.xrLabel203.StylePriority.UseForeColor = false; + this.xrLabel203.StylePriority.UseTextAlignment = false; + this.xrLabel203.Text = "A. "; + this.xrLabel203.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel202 + // + this.xrLabel202.BorderColor = System.Drawing.Color.Black; + this.xrLabel202.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel202.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel202.ForeColor = System.Drawing.Color.Red; + this.xrLabel202.LocationFloat = new DevExpress.Utils.PointFloat(51.18024F, 107.3011F); + this.xrLabel202.Name = "xrLabel202"; + this.xrLabel202.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel202.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel202.StylePriority.UseBorderColor = false; + this.xrLabel202.StylePriority.UseBorders = false; + this.xrLabel202.StylePriority.UseFont = false; + this.xrLabel202.StylePriority.UseForeColor = false; + this.xrLabel202.StylePriority.UseTextAlignment = false; + this.xrLabel202.Text = "Zuverdienstplatzanbieter"; + this.xrLabel202.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox207 + // + this.xrCheckBox207.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox207.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox207.LocationFloat = new DevExpress.Utils.PointFloat(3.273301F, 350.9263F); + this.xrCheckBox207.Name = "xrCheckBox207"; + this.xrCheckBox207.SizeF = new System.Drawing.SizeF(23.83141F, 22F); + this.xrCheckBox207.StylePriority.UseBorders = false; + this.xrCheckBox207.StylePriority.UseFont = false; + this.xrCheckBox207.StylePriority.UseTextAlignment = false; + this.xrCheckBox207.Text = " "; + this.xrCheckBox207.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel213 + // + this.xrLabel213.BorderColor = System.Drawing.Color.Black; + this.xrLabel213.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel213.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel213.ForeColor = System.Drawing.Color.Black; + this.xrLabel213.LocationFloat = new DevExpress.Utils.PointFloat(51.11468F, 350.9263F); + this.xrLabel213.Name = "xrLabel213"; + this.xrLabel213.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel213.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel213.StylePriority.UseBorderColor = false; + this.xrLabel213.StylePriority.UseBorders = false; + this.xrLabel213.StylePriority.UseFont = false; + this.xrLabel213.StylePriority.UseForeColor = false; + this.xrLabel213.StylePriority.UseTextAlignment = false; + this.xrLabel213.Text = "divers"; + this.xrLabel213.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel212 + // + this.xrLabel212.BorderColor = System.Drawing.Color.Black; + this.xrLabel212.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel212.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel212.ForeColor = System.Drawing.Color.Red; + this.xrLabel212.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 350.9262F); + this.xrLabel212.Name = "xrLabel212"; + this.xrLabel212.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel212.SizeF = new System.Drawing.SizeF(23.73804F, 22F); + this.xrLabel212.StylePriority.UseBorderColor = false; + this.xrLabel212.StylePriority.UseBorders = false; + this.xrLabel212.StylePriority.UseFont = false; + this.xrLabel212.StylePriority.UseForeColor = false; + this.xrLabel212.StylePriority.UseTextAlignment = false; + this.xrLabel212.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel256 + // + this.xrLabel256.BorderColor = System.Drawing.Color.Black; + this.xrLabel256.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel256.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel256.ForeColor = System.Drawing.Color.Red; + this.xrLabel256.LocationFloat = new DevExpress.Utils.PointFloat(27.25931F, 528.6761F); + this.xrLabel256.Name = "xrLabel256"; + this.xrLabel256.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel256.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel256.StylePriority.UseBorderColor = false; + this.xrLabel256.StylePriority.UseBorders = false; + this.xrLabel256.StylePriority.UseFont = false; + this.xrLabel256.StylePriority.UseForeColor = false; + this.xrLabel256.StylePriority.UseTextAlignment = false; + this.xrLabel256.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel255 + // + this.xrLabel255.BorderColor = System.Drawing.Color.Black; + this.xrLabel255.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel255.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel255.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel255.LocationFloat = new DevExpress.Utils.PointFloat(3.142452F, 528.6761F); + this.xrLabel255.Name = "xrLabel255"; + this.xrLabel255.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel255.SizeF = new System.Drawing.SizeF(24.11375F, 21.87F); + this.xrLabel255.StylePriority.UseBorderColor = false; + this.xrLabel255.StylePriority.UseBorders = false; + this.xrLabel255.StylePriority.UseFont = false; + this.xrLabel255.StylePriority.UseForeColor = false; + this.xrLabel255.StylePriority.UseTextAlignment = false; + this.xrLabel255.Text = "2."; + this.xrLabel255.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel254 + // + this.xrLabel254.BorderColor = System.Drawing.Color.Black; + this.xrLabel254.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel254.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel254.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel254.LocationFloat = new DevExpress.Utils.PointFloat(51.25938F, 528.6761F); + this.xrLabel254.Name = "xrLabel254"; + this.xrLabel254.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel254.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel254.StylePriority.UseBorderColor = false; + this.xrLabel254.StylePriority.UseBorders = false; + this.xrLabel254.StylePriority.UseFont = false; + this.xrLabel254.StylePriority.UseForeColor = false; + this.xrLabel254.StylePriority.UseTextAlignment = false; + this.xrLabel254.Text = "Tatsächliche Stunden/Woche"; + this.xrLabel254.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox212 + // + this.xrCheckBox212.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox212.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox212.LocationFloat = new DevExpress.Utils.PointFloat(3.142452F, 550.5513F); + this.xrCheckBox212.Name = "xrCheckBox212"; + this.xrCheckBox212.SizeF = new System.Drawing.SizeF(24.11375F, 22F); + this.xrCheckBox212.StylePriority.UseBorders = false; + this.xrCheckBox212.StylePriority.UseFont = false; + this.xrCheckBox212.StylePriority.UseTextAlignment = false; + this.xrCheckBox212.Text = " "; + this.xrCheckBox212.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel228 + // + this.xrLabel228.BorderColor = System.Drawing.Color.Black; + this.xrLabel228.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel228.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel228.ForeColor = System.Drawing.Color.Black; + this.xrLabel228.LocationFloat = new DevExpress.Utils.PointFloat(51.25932F, 550.5513F); + this.xrLabel228.Name = "xrLabel228"; + this.xrLabel228.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel228.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel228.StylePriority.UseBorderColor = false; + this.xrLabel228.StylePriority.UseBorders = false; + this.xrLabel228.StylePriority.UseFont = false; + this.xrLabel228.StylePriority.UseForeColor = false; + this.xrLabel228.StylePriority.UseTextAlignment = false; + this.xrLabel228.Text = "1. Quartal: "; + this.xrLabel228.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel227 + // + this.xrLabel227.BorderColor = System.Drawing.Color.Black; + this.xrLabel227.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel227.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel227.ForeColor = System.Drawing.Color.Red; + this.xrLabel227.LocationFloat = new DevExpress.Utils.PointFloat(27.25931F, 550.5513F); + this.xrLabel227.Name = "xrLabel227"; + this.xrLabel227.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel227.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel227.StylePriority.UseBorderColor = false; + this.xrLabel227.StylePriority.UseBorders = false; + this.xrLabel227.StylePriority.UseFont = false; + this.xrLabel227.StylePriority.UseForeColor = false; + this.xrLabel227.StylePriority.UseTextAlignment = false; + this.xrLabel227.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel226 + // + this.xrLabel226.BorderColor = System.Drawing.Color.Black; + this.xrLabel226.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel226.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel226.ForeColor = System.Drawing.Color.Red; + this.xrLabel226.LocationFloat = new DevExpress.Utils.PointFloat(27.25915F, 572.5511F); + this.xrLabel226.Name = "xrLabel226"; + this.xrLabel226.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel226.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel226.StylePriority.UseBorderColor = false; + this.xrLabel226.StylePriority.UseBorders = false; + this.xrLabel226.StylePriority.UseFont = false; + this.xrLabel226.StylePriority.UseForeColor = false; + this.xrLabel226.StylePriority.UseTextAlignment = false; + this.xrLabel226.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel225 + // + this.xrLabel225.BorderColor = System.Drawing.Color.Black; + this.xrLabel225.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel225.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel225.ForeColor = System.Drawing.Color.Black; + this.xrLabel225.LocationFloat = new DevExpress.Utils.PointFloat(51.25925F, 572.5511F); + this.xrLabel225.Name = "xrLabel225"; + this.xrLabel225.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel225.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel225.StylePriority.UseBorderColor = false; + this.xrLabel225.StylePriority.UseBorders = false; + this.xrLabel225.StylePriority.UseFont = false; + this.xrLabel225.StylePriority.UseForeColor = false; + this.xrLabel225.StylePriority.UseTextAlignment = false; + this.xrLabel225.Text = "2. Quartal: "; + this.xrLabel225.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox213 + // + this.xrCheckBox213.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox213.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox213.LocationFloat = new DevExpress.Utils.PointFloat(3.142484F, 572.5513F); + this.xrCheckBox213.Name = "xrCheckBox213"; + this.xrCheckBox213.SizeF = new System.Drawing.SizeF(24.11375F, 21.99957F); + this.xrCheckBox213.StylePriority.UseBorders = false; + this.xrCheckBox213.StylePriority.UseFont = false; + this.xrCheckBox213.StylePriority.UseTextAlignment = false; + this.xrCheckBox213.Text = " "; + this.xrCheckBox213.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox215 + // + this.xrCheckBox215.BackColor = System.Drawing.Color.Transparent; + this.xrCheckBox215.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox215.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox215.LocationFloat = new DevExpress.Utils.PointFloat(3.142389F, 616.5512F); + this.xrCheckBox215.Name = "xrCheckBox215"; + this.xrCheckBox215.SizeF = new System.Drawing.SizeF(24.11375F, 22F); + this.xrCheckBox215.StylePriority.UseBackColor = false; + this.xrCheckBox215.StylePriority.UseBorders = false; + this.xrCheckBox215.StylePriority.UseFont = false; + this.xrCheckBox215.StylePriority.UseTextAlignment = false; + this.xrCheckBox215.Text = " "; + this.xrCheckBox215.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel224 + // + this.xrLabel224.BorderColor = System.Drawing.Color.Black; + this.xrLabel224.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel224.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel224.ForeColor = System.Drawing.Color.Black; + this.xrLabel224.LocationFloat = new DevExpress.Utils.PointFloat(51.25925F, 616.5513F); + this.xrLabel224.Name = "xrLabel224"; + this.xrLabel224.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel224.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel224.StylePriority.UseBorderColor = false; + this.xrLabel224.StylePriority.UseBorders = false; + this.xrLabel224.StylePriority.UseFont = false; + this.xrLabel224.StylePriority.UseForeColor = false; + this.xrLabel224.StylePriority.UseTextAlignment = false; + this.xrLabel224.Text = "4. Quartal: "; + this.xrLabel224.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel219 + // + this.xrLabel219.BorderColor = System.Drawing.Color.Black; + this.xrLabel219.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel219.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel219.ForeColor = System.Drawing.Color.Red; + this.xrLabel219.LocationFloat = new DevExpress.Utils.PointFloat(27.25915F, 616.5513F); + this.xrLabel219.Name = "xrLabel219"; + this.xrLabel219.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel219.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel219.StylePriority.UseBorderColor = false; + this.xrLabel219.StylePriority.UseBorders = false; + this.xrLabel219.StylePriority.UseFont = false; + this.xrLabel219.StylePriority.UseForeColor = false; + this.xrLabel219.StylePriority.UseTextAlignment = false; + this.xrLabel219.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel218 + // + this.xrLabel218.BorderColor = System.Drawing.Color.Black; + this.xrLabel218.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel218.CanGrow = false; + this.xrLabel218.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel218.ForeColor = System.Drawing.Color.Red; + this.xrLabel218.LocationFloat = new DevExpress.Utils.PointFloat(27.25924F, 594.5515F); + this.xrLabel218.Name = "xrLabel218"; + this.xrLabel218.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel218.SizeF = new System.Drawing.SizeF(23.97227F, 22F); + this.xrLabel218.StylePriority.UseBorderColor = false; + this.xrLabel218.StylePriority.UseBorders = false; + this.xrLabel218.StylePriority.UseFont = false; + this.xrLabel218.StylePriority.UseForeColor = false; + this.xrLabel218.StylePriority.UseTextAlignment = false; + this.xrLabel218.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox214 + // + this.xrCheckBox214.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox214.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox214.LocationFloat = new DevExpress.Utils.PointFloat(3.142421F, 594.5516F); + this.xrCheckBox214.Name = "xrCheckBox214"; + this.xrCheckBox214.SizeF = new System.Drawing.SizeF(24.11375F, 21.99963F); + this.xrCheckBox214.StylePriority.UseBorders = false; + this.xrCheckBox214.StylePriority.UseFont = false; + this.xrCheckBox214.StylePriority.UseTextAlignment = false; + this.xrCheckBox214.Text = " "; + this.xrCheckBox214.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel217 + // + this.xrLabel217.BorderColor = System.Drawing.Color.Black; + this.xrLabel217.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel217.CanGrow = false; + this.xrLabel217.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel217.ForeColor = System.Drawing.Color.Black; + this.xrLabel217.LocationFloat = new DevExpress.Utils.PointFloat(51.23158F, 594.5515F); + this.xrLabel217.Name = "xrLabel217"; + this.xrLabel217.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel217.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel217.StylePriority.UseBorderColor = false; + this.xrLabel217.StylePriority.UseBorders = false; + this.xrLabel217.StylePriority.UseFont = false; + this.xrLabel217.StylePriority.UseForeColor = false; + this.xrLabel217.StylePriority.UseTextAlignment = false; + this.xrLabel217.Text = "3. Quartal: "; + this.xrLabel217.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel262 + // + this.xrLabel262.BorderColor = System.Drawing.Color.Black; + this.xrLabel262.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel262.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel262.ForeColor = System.Drawing.Color.Black; + this.xrLabel262.LocationFloat = new DevExpress.Utils.PointFloat(50.96649F, 782.427F); + this.xrLabel262.Name = "xrLabel262"; + this.xrLabel262.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel262.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel262.StylePriority.UseBorderColor = false; + this.xrLabel262.StylePriority.UseBorders = false; + this.xrLabel262.StylePriority.UseFont = false; + this.xrLabel262.StylePriority.UseForeColor = false; + this.xrLabel262.StylePriority.UseTextAlignment = false; + this.xrLabel262.Text = "Unentschuldigt: "; + this.xrLabel262.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel261 + // + this.xrLabel261.BorderColor = System.Drawing.Color.Black; + this.xrLabel261.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel261.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel261.ForeColor = System.Drawing.Color.Black; + this.xrLabel261.LocationFloat = new DevExpress.Utils.PointFloat(51.11468F, 742.4265F); + this.xrLabel261.Name = "xrLabel261"; + this.xrLabel261.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel261.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel261.StylePriority.UseBorderColor = false; + this.xrLabel261.StylePriority.UseBorders = false; + this.xrLabel261.StylePriority.UseFont = false; + this.xrLabel261.StylePriority.UseForeColor = false; + this.xrLabel261.StylePriority.UseTextAlignment = false; + this.xrLabel261.Text = "2. Quartal"; + this.xrLabel261.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel260 + // + this.xrLabel260.BorderColor = System.Drawing.Color.Black; + this.xrLabel260.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel260.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel260.ForeColor = System.Drawing.Color.Red; + this.xrLabel260.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 742.4266F); + this.xrLabel260.Name = "xrLabel260"; + this.xrLabel260.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel260.SizeF = new System.Drawing.SizeF(23.73813F, 22F); + this.xrLabel260.StylePriority.UseBorderColor = false; + this.xrLabel260.StylePriority.UseBorders = false; + this.xrLabel260.StylePriority.UseFont = false; + this.xrLabel260.StylePriority.UseForeColor = false; + this.xrLabel260.StylePriority.UseTextAlignment = false; + this.xrLabel260.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox219 + // + this.xrCheckBox219.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox219.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox219.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 742.4266F); + this.xrCheckBox219.Name = "xrCheckBox219"; + this.xrCheckBox219.SizeF = new System.Drawing.SizeF(23.95248F, 22F); + this.xrCheckBox219.StylePriority.UseBorders = false; + this.xrCheckBox219.StylePriority.UseFont = false; + this.xrCheckBox219.StylePriority.UseTextAlignment = false; + this.xrCheckBox219.Text = " "; + this.xrCheckBox219.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel259 + // + this.xrLabel259.BorderColor = System.Drawing.Color.Black; + this.xrLabel259.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel259.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel259.ForeColor = System.Drawing.Color.Black; + this.xrLabel259.LocationFloat = new DevExpress.Utils.PointFloat(51.11468F, 764.4273F); + this.xrLabel259.Name = "xrLabel259"; + this.xrLabel259.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel259.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel259.StylePriority.UseBorderColor = false; + this.xrLabel259.StylePriority.UseBorders = false; + this.xrLabel259.StylePriority.UseFont = false; + this.xrLabel259.StylePriority.UseForeColor = false; + this.xrLabel259.StylePriority.UseTextAlignment = false; + this.xrLabel259.Text = "Entschuldigt: "; + this.xrLabel259.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox220 + // + this.xrCheckBox220.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox220.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox220.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 764.4272F); + this.xrCheckBox220.Name = "xrCheckBox220"; + this.xrCheckBox220.SizeF = new System.Drawing.SizeF(23.73759F, 17.99994F); + this.xrCheckBox220.StylePriority.UseBorders = false; + this.xrCheckBox220.StylePriority.UseFont = false; + this.xrCheckBox220.StylePriority.UseTextAlignment = false; + this.xrCheckBox220.Text = " "; + this.xrCheckBox220.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel258 + // + this.xrLabel258.BorderColor = System.Drawing.Color.Black; + this.xrLabel258.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel258.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel258.ForeColor = System.Drawing.Color.Red; + this.xrLabel258.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 764.4272F); + this.xrLabel258.Name = "xrLabel258"; + this.xrLabel258.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel258.SizeF = new System.Drawing.SizeF(23.95248F, 17.99994F); + this.xrLabel258.StylePriority.UseBorderColor = false; + this.xrLabel258.StylePriority.UseBorders = false; + this.xrLabel258.StylePriority.UseFont = false; + this.xrLabel258.StylePriority.UseForeColor = false; + this.xrLabel258.StylePriority.UseTextAlignment = false; + this.xrLabel258.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel257 + // + this.xrLabel257.BorderColor = System.Drawing.Color.Black; + this.xrLabel257.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel257.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel257.ForeColor = System.Drawing.Color.Red; + this.xrLabel257.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 782.4269F); + this.xrLabel257.Name = "xrLabel257"; + this.xrLabel257.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel257.SizeF = new System.Drawing.SizeF(23.81096F, 18F); + this.xrLabel257.StylePriority.UseBorderColor = false; + this.xrLabel257.StylePriority.UseBorders = false; + this.xrLabel257.StylePriority.UseFont = false; + this.xrLabel257.StylePriority.UseForeColor = false; + this.xrLabel257.StylePriority.UseTextAlignment = false; + this.xrLabel257.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel279 + // + this.xrLabel279.BorderColor = System.Drawing.Color.Black; + this.xrLabel279.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel279.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel279.ForeColor = System.Drawing.Color.Red; + this.xrLabel279.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 880.4276F); + this.xrLabel279.Name = "xrLabel279"; + this.xrLabel279.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel279.SizeF = new System.Drawing.SizeF(23.65624F, 17.99994F); + this.xrLabel279.StylePriority.UseBorderColor = false; + this.xrLabel279.StylePriority.UseBorders = false; + this.xrLabel279.StylePriority.UseFont = false; + this.xrLabel279.StylePriority.UseForeColor = false; + this.xrLabel279.StylePriority.UseTextAlignment = false; + this.xrLabel279.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox226 + // + this.xrCheckBox226.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox226.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox226.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 880.4276F); + this.xrCheckBox226.Name = "xrCheckBox226"; + this.xrCheckBox226.SizeF = new System.Drawing.SizeF(23.44128F, 17.99994F); + this.xrCheckBox226.StylePriority.UseBorders = false; + this.xrCheckBox226.StylePriority.UseFont = false; + this.xrCheckBox226.StylePriority.UseTextAlignment = false; + this.xrCheckBox226.Text = " "; + this.xrCheckBox226.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel272 + // + this.xrLabel272.BorderColor = System.Drawing.Color.Black; + this.xrLabel272.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel272.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel272.ForeColor = System.Drawing.Color.Black; + this.xrLabel272.LocationFloat = new DevExpress.Utils.PointFloat(50.81836F, 880.4277F); + this.xrLabel272.Name = "xrLabel272"; + this.xrLabel272.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel272.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel272.StylePriority.UseBorderColor = false; + this.xrLabel272.StylePriority.UseBorders = false; + this.xrLabel272.StylePriority.UseFont = false; + this.xrLabel272.StylePriority.UseForeColor = false; + this.xrLabel272.StylePriority.UseTextAlignment = false; + this.xrLabel272.Text = "Entschuldigt: "; + this.xrLabel272.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox225 + // + this.xrCheckBox225.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox225.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox225.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 858.4274F); + this.xrCheckBox225.Name = "xrCheckBox225"; + this.xrCheckBox225.SizeF = new System.Drawing.SizeF(23.65624F, 22F); + this.xrCheckBox225.StylePriority.UseBorders = false; + this.xrCheckBox225.StylePriority.UseFont = false; + this.xrCheckBox225.StylePriority.UseTextAlignment = false; + this.xrCheckBox225.Text = " "; + this.xrCheckBox225.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel271 + // + this.xrLabel271.BorderColor = System.Drawing.Color.Black; + this.xrLabel271.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel271.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel271.ForeColor = System.Drawing.Color.Red; + this.xrLabel271.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 858.4274F); + this.xrLabel271.Name = "xrLabel271"; + this.xrLabel271.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel271.SizeF = new System.Drawing.SizeF(23.44189F, 22F); + this.xrLabel271.StylePriority.UseBorderColor = false; + this.xrLabel271.StylePriority.UseBorders = false; + this.xrLabel271.StylePriority.UseFont = false; + this.xrLabel271.StylePriority.UseForeColor = false; + this.xrLabel271.StylePriority.UseTextAlignment = false; + this.xrLabel271.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel270 + // + this.xrLabel270.BorderColor = System.Drawing.Color.Black; + this.xrLabel270.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel270.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel270.ForeColor = System.Drawing.Color.Black; + this.xrLabel270.LocationFloat = new DevExpress.Utils.PointFloat(50.81836F, 858.4274F); + this.xrLabel270.Name = "xrLabel270"; + this.xrLabel270.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel270.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel270.StylePriority.UseBorderColor = false; + this.xrLabel270.StylePriority.UseBorders = false; + this.xrLabel270.StylePriority.UseFont = false; + this.xrLabel270.StylePriority.UseForeColor = false; + this.xrLabel270.StylePriority.UseTextAlignment = false; + this.xrLabel270.Text = "4. Quartal"; + this.xrLabel270.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel268 + // + this.xrLabel268.BorderColor = System.Drawing.Color.Black; + this.xrLabel268.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel268.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel268.ForeColor = System.Drawing.Color.Black; + this.xrLabel268.LocationFloat = new DevExpress.Utils.PointFloat(50.81836F, 840.4272F); + this.xrLabel268.Name = "xrLabel268"; + this.xrLabel268.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel268.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel268.StylePriority.UseBorderColor = false; + this.xrLabel268.StylePriority.UseBorders = false; + this.xrLabel268.StylePriority.UseFont = false; + this.xrLabel268.StylePriority.UseForeColor = false; + this.xrLabel268.StylePriority.UseTextAlignment = false; + this.xrLabel268.Text = "Unentschuldigt: "; + this.xrLabel268.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel267 + // + this.xrLabel267.BorderColor = System.Drawing.Color.Black; + this.xrLabel267.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel267.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel267.ForeColor = System.Drawing.Color.Black; + this.xrLabel267.LocationFloat = new DevExpress.Utils.PointFloat(50.96649F, 800.4269F); + this.xrLabel267.Name = "xrLabel267"; + this.xrLabel267.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel267.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel267.StylePriority.UseBorderColor = false; + this.xrLabel267.StylePriority.UseBorders = false; + this.xrLabel267.StylePriority.UseFont = false; + this.xrLabel267.StylePriority.UseForeColor = false; + this.xrLabel267.StylePriority.UseTextAlignment = false; + this.xrLabel267.Text = "3. Quartal"; + this.xrLabel267.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel266 + // + this.xrLabel266.BorderColor = System.Drawing.Color.Black; + this.xrLabel266.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel266.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel266.ForeColor = System.Drawing.Color.Red; + this.xrLabel266.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 800.4268F); + this.xrLabel266.Name = "xrLabel266"; + this.xrLabel266.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel266.SizeF = new System.Drawing.SizeF(23.58999F, 22F); + this.xrLabel266.StylePriority.UseBorderColor = false; + this.xrLabel266.StylePriority.UseBorders = false; + this.xrLabel266.StylePriority.UseFont = false; + this.xrLabel266.StylePriority.UseForeColor = false; + this.xrLabel266.StylePriority.UseTextAlignment = false; + this.xrLabel266.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox222 + // + this.xrCheckBox222.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox222.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox222.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 800.4268F); + this.xrCheckBox222.Name = "xrCheckBox222"; + this.xrCheckBox222.SizeF = new System.Drawing.SizeF(23.80435F, 22F); + this.xrCheckBox222.StylePriority.UseBorders = false; + this.xrCheckBox222.StylePriority.UseFont = false; + this.xrCheckBox222.StylePriority.UseTextAlignment = false; + this.xrCheckBox222.Text = " "; + this.xrCheckBox222.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel265 + // + this.xrLabel265.BorderColor = System.Drawing.Color.Black; + this.xrLabel265.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel265.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel265.ForeColor = System.Drawing.Color.Black; + this.xrLabel265.LocationFloat = new DevExpress.Utils.PointFloat(50.96649F, 822.427F); + this.xrLabel265.Name = "xrLabel265"; + this.xrLabel265.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel265.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel265.StylePriority.UseBorderColor = false; + this.xrLabel265.StylePriority.UseBorders = false; + this.xrLabel265.StylePriority.UseFont = false; + this.xrLabel265.StylePriority.UseForeColor = false; + this.xrLabel265.StylePriority.UseTextAlignment = false; + this.xrLabel265.Text = "Entschuldigt: "; + this.xrLabel265.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox223 + // + this.xrCheckBox223.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox223.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox223.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 822.4269F); + this.xrCheckBox223.Name = "xrCheckBox223"; + this.xrCheckBox223.SizeF = new System.Drawing.SizeF(23.58936F, 18F); + this.xrCheckBox223.StylePriority.UseBorders = false; + this.xrCheckBox223.StylePriority.UseFont = false; + this.xrCheckBox223.StylePriority.UseTextAlignment = false; + this.xrCheckBox223.Text = " "; + this.xrCheckBox223.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox224 + // + this.xrCheckBox224.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox224.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox224.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 840.4271F); + this.xrCheckBox224.Name = "xrCheckBox224"; + this.xrCheckBox224.SizeF = new System.Drawing.SizeF(23.44189F, 18F); + this.xrCheckBox224.StylePriority.UseBorders = false; + this.xrCheckBox224.StylePriority.UseFont = false; + this.xrCheckBox224.StylePriority.UseTextAlignment = false; + this.xrCheckBox224.Text = " "; + this.xrCheckBox224.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel264 + // + this.xrLabel264.BorderColor = System.Drawing.Color.Black; + this.xrLabel264.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel264.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel264.ForeColor = System.Drawing.Color.Red; + this.xrLabel264.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 822.4269F); + this.xrLabel264.Name = "xrLabel264"; + this.xrLabel264.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel264.SizeF = new System.Drawing.SizeF(23.80435F, 18F); + this.xrLabel264.StylePriority.UseBorderColor = false; + this.xrLabel264.StylePriority.UseBorders = false; + this.xrLabel264.StylePriority.UseFont = false; + this.xrLabel264.StylePriority.UseForeColor = false; + this.xrLabel264.StylePriority.UseTextAlignment = false; + this.xrLabel264.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel263 + // + this.xrLabel263.BorderColor = System.Drawing.Color.Black; + this.xrLabel263.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel263.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel263.ForeColor = System.Drawing.Color.Red; + this.xrLabel263.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 840.4271F); + this.xrLabel263.Name = "xrLabel263"; + this.xrLabel263.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel263.SizeF = new System.Drawing.SizeF(23.66279F, 18F); + this.xrLabel263.StylePriority.UseBorderColor = false; + this.xrLabel263.StylePriority.UseBorders = false; + this.xrLabel263.StylePriority.UseFont = false; + this.xrLabel263.StylePriority.UseForeColor = false; + this.xrLabel263.StylePriority.UseTextAlignment = false; + this.xrLabel263.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel294 + // + this.xrLabel294.BorderColor = System.Drawing.Color.Black; + this.xrLabel294.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel294.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel294.ForeColor = System.Drawing.Color.Black; + this.xrLabel294.LocationFloat = new DevExpress.Utils.PointFloat(403.7177F, 538.9266F); + this.xrLabel294.Name = "xrLabel294"; + this.xrLabel294.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel294.SizeF = new System.Drawing.SizeF(270.5642F, 18F); + this.xrLabel294.StylePriority.UseBorderColor = false; + this.xrLabel294.StylePriority.UseBorders = false; + this.xrLabel294.StylePriority.UseFont = false; + this.xrLabel294.StylePriority.UseForeColor = false; + this.xrLabel294.StylePriority.UseTextAlignment = false; + this.xrLabel294.Text = "Sonstiges:"; + this.xrLabel294.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel293 + // + this.xrLabel293.BorderColor = System.Drawing.Color.Black; + this.xrLabel293.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel293.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel293.ForeColor = System.Drawing.Color.Black; + this.xrLabel293.LocationFloat = new DevExpress.Utils.PointFloat(403.5902F, 520.9264F); + this.xrLabel293.Name = "xrLabel293"; + this.xrLabel293.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel293.SizeF = new System.Drawing.SizeF(270.692F, 17.99994F); + this.xrLabel293.StylePriority.UseBorderColor = false; + this.xrLabel293.StylePriority.UseBorders = false; + this.xrLabel293.StylePriority.UseFont = false; + this.xrLabel293.StylePriority.UseForeColor = false; + this.xrLabel293.StylePriority.UseTextAlignment = false; + this.xrLabel293.Text = "Geringfügige Beschäftigung"; + this.xrLabel293.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox242 + // + this.xrCheckBox242.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox242.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox242.LocationFloat = new DevExpress.Utils.PointFloat(379.4254F, 520.9268F); + this.xrCheckBox242.Name = "xrCheckBox242"; + this.xrCheckBox242.SizeF = new System.Drawing.SizeF(23.98883F, 18F); + this.xrCheckBox242.StylePriority.UseBorders = false; + this.xrCheckBox242.StylePriority.UseFont = false; + this.xrCheckBox242.StylePriority.UseTextAlignment = false; + this.xrCheckBox242.Text = " "; + this.xrCheckBox242.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox243 + // + this.xrCheckBox243.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox243.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox243.LocationFloat = new DevExpress.Utils.PointFloat(379.6319F, 538.9266F); + this.xrCheckBox243.Name = "xrCheckBox243"; + this.xrCheckBox243.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox243.StylePriority.UseBorders = false; + this.xrCheckBox243.StylePriority.UseFont = false; + this.xrCheckBox243.StylePriority.UseTextAlignment = false; + this.xrCheckBox243.Text = " "; + this.xrCheckBox243.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel292 + // + this.xrLabel292.BorderColor = System.Drawing.Color.Black; + this.xrLabel292.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel292.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel292.ForeColor = System.Drawing.Color.Red; + this.xrLabel292.LocationFloat = new DevExpress.Utils.PointFloat(355.5944F, 520.9264F); + this.xrLabel292.Name = "xrLabel292"; + this.xrLabel292.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel292.SizeF = new System.Drawing.SizeF(23.83102F, 18F); + this.xrLabel292.StylePriority.UseBorderColor = false; + this.xrLabel292.StylePriority.UseBorders = false; + this.xrLabel292.StylePriority.UseFont = false; + this.xrLabel292.StylePriority.UseForeColor = false; + this.xrLabel292.StylePriority.UseTextAlignment = false; + this.xrLabel292.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel290 + // + this.xrLabel290.BorderColor = System.Drawing.Color.Black; + this.xrLabel290.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel290.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel290.ForeColor = System.Drawing.Color.Red; + this.xrLabel290.LocationFloat = new DevExpress.Utils.PointFloat(355.6359F, 538.9266F); + this.xrLabel290.Name = "xrLabel290"; + this.xrLabel290.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel290.SizeF = new System.Drawing.SizeF(23.99F, 18F); + this.xrLabel290.StylePriority.UseBorderColor = false; + this.xrLabel290.StylePriority.UseBorders = false; + this.xrLabel290.StylePriority.UseFont = false; + this.xrLabel290.StylePriority.UseForeColor = false; + this.xrLabel290.StylePriority.UseTextAlignment = false; + this.xrLabel290.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel289 + // + this.xrLabel289.BorderColor = System.Drawing.Color.Black; + this.xrLabel289.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel289.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel289.ForeColor = System.Drawing.Color.Red; + this.xrLabel289.LocationFloat = new DevExpress.Utils.PointFloat(355.5527F, 502.9269F); + this.xrLabel289.Name = "xrLabel289"; + this.xrLabel289.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel289.SizeF = new System.Drawing.SizeF(23.87268F, 17.99951F); + this.xrLabel289.StylePriority.UseBorderColor = false; + this.xrLabel289.StylePriority.UseBorders = false; + this.xrLabel289.StylePriority.UseFont = false; + this.xrLabel289.StylePriority.UseForeColor = false; + this.xrLabel289.StylePriority.UseTextAlignment = false; + this.xrLabel289.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel288 + // + this.xrLabel288.BorderColor = System.Drawing.Color.Black; + this.xrLabel288.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel288.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel288.ForeColor = System.Drawing.Color.Red; + this.xrLabel288.LocationFloat = new DevExpress.Utils.PointFloat(355.5527F, 484.9266F); + this.xrLabel288.Name = "xrLabel288"; + this.xrLabel288.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel288.SizeF = new System.Drawing.SizeF(23.98F, 18F); + this.xrLabel288.StylePriority.UseBorderColor = false; + this.xrLabel288.StylePriority.UseBorders = false; + this.xrLabel288.StylePriority.UseFont = false; + this.xrLabel288.StylePriority.UseForeColor = false; + this.xrLabel288.StylePriority.UseTextAlignment = false; + this.xrLabel288.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox241 + // + this.xrCheckBox241.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox241.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox241.LocationFloat = new DevExpress.Utils.PointFloat(379.5424F, 502.9269F); + this.xrCheckBox241.Name = "xrCheckBox241"; + this.xrCheckBox241.SizeF = new System.Drawing.SizeF(24.00339F, 17.99994F); + this.xrCheckBox241.StylePriority.UseBorders = false; + this.xrCheckBox241.StylePriority.UseFont = false; + this.xrCheckBox241.StylePriority.UseTextAlignment = false; + this.xrCheckBox241.Text = " "; + this.xrCheckBox241.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox240 + // + this.xrCheckBox240.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox240.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox240.LocationFloat = new DevExpress.Utils.PointFloat(379.5417F, 484.9266F); + this.xrCheckBox240.Name = "xrCheckBox240"; + this.xrCheckBox240.SizeF = new System.Drawing.SizeF(24F, 18F); + this.xrCheckBox240.StylePriority.UseBorders = false; + this.xrCheckBox240.StylePriority.UseFont = false; + this.xrCheckBox240.StylePriority.UseTextAlignment = false; + this.xrCheckBox240.Text = " "; + this.xrCheckBox240.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel287 + // + this.xrLabel287.BorderColor = System.Drawing.Color.Black; + this.xrLabel287.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel287.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel287.ForeColor = System.Drawing.Color.Black; + this.xrLabel287.LocationFloat = new DevExpress.Utils.PointFloat(403.5423F, 484.9266F); + this.xrLabel287.Name = "xrLabel287"; + this.xrLabel287.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel287.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel287.StylePriority.UseBorderColor = false; + this.xrLabel287.StylePriority.UseBorders = false; + this.xrLabel287.StylePriority.UseFont = false; + this.xrLabel287.StylePriority.UseForeColor = false; + this.xrLabel287.StylePriority.UseTextAlignment = false; + this.xrLabel287.Text = "Arbeitsverhältnis in Vollzeit"; + this.xrLabel287.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox239 + // + this.xrCheckBox239.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox239.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox239.LocationFloat = new DevExpress.Utils.PointFloat(355.5527F, 462.9266F); + this.xrCheckBox239.Name = "xrCheckBox239"; + this.xrCheckBox239.SizeF = new System.Drawing.SizeF(23.98F, 22F); + this.xrCheckBox239.StylePriority.UseBorders = false; + this.xrCheckBox239.StylePriority.UseFont = false; + this.xrCheckBox239.StylePriority.UseTextAlignment = false; + this.xrCheckBox239.Text = " "; + this.xrCheckBox239.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel286 + // + this.xrLabel286.BorderColor = System.Drawing.Color.Black; + this.xrLabel286.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel286.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel286.ForeColor = System.Drawing.Color.Red; + this.xrLabel286.LocationFloat = new DevExpress.Utils.PointFloat(379.5424F, 462.9266F); + this.xrLabel286.Name = "xrLabel286"; + this.xrLabel286.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel286.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel286.StylePriority.UseBorderColor = false; + this.xrLabel286.StylePriority.UseBorders = false; + this.xrLabel286.StylePriority.UseFont = false; + this.xrLabel286.StylePriority.UseForeColor = false; + this.xrLabel286.StylePriority.UseTextAlignment = false; + this.xrLabel286.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel285 + // + this.xrLabel285.BorderColor = System.Drawing.Color.Black; + this.xrLabel285.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel285.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel285.ForeColor = System.Drawing.Color.Black; + this.xrLabel285.LocationFloat = new DevExpress.Utils.PointFloat(403.5423F, 462.9266F); + this.xrLabel285.Name = "xrLabel285"; + this.xrLabel285.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel285.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel285.StylePriority.UseBorderColor = false; + this.xrLabel285.StylePriority.UseBorders = false; + this.xrLabel285.StylePriority.UseFont = false; + this.xrLabel285.StylePriority.UseForeColor = false; + this.xrLabel285.StylePriority.UseTextAlignment = false; + this.xrLabel285.Text = "Allgemeiner Arbeitsmarkt"; + this.xrLabel285.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel281 + // + this.xrLabel281.BorderColor = System.Drawing.Color.Black; + this.xrLabel281.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel281.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel281.ForeColor = System.Drawing.Color.Black; + this.xrLabel281.LocationFloat = new DevExpress.Utils.PointFloat(403.5457F, 502.9269F); + this.xrLabel281.Name = "xrLabel281"; + this.xrLabel281.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel281.SizeF = new System.Drawing.SizeF(270.74F, 17.99951F); + this.xrLabel281.StylePriority.UseBorderColor = false; + this.xrLabel281.StylePriority.UseBorders = false; + this.xrLabel281.StylePriority.UseFont = false; + this.xrLabel281.StylePriority.UseForeColor = false; + this.xrLabel281.StylePriority.UseTextAlignment = false; + this.xrLabel281.Text = "Arbeitsverhältnis in Teilzeit"; + this.xrLabel281.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel331 + // + this.xrLabel331.BorderColor = System.Drawing.Color.Black; + this.xrLabel331.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel331.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel331.ForeColor = System.Drawing.Color.Red; + this.xrLabel331.LocationFloat = new DevExpress.Utils.PointFloat(379.5417F, 417.0514F); + this.xrLabel331.Name = "xrLabel331"; + this.xrLabel331.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel331.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel331.StylePriority.UseBorderColor = false; + this.xrLabel331.StylePriority.UseBorders = false; + this.xrLabel331.StylePriority.UseFont = false; + this.xrLabel331.StylePriority.UseForeColor = false; + this.xrLabel331.StylePriority.UseTextAlignment = false; + this.xrLabel331.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel330 + // + this.xrLabel330.BorderColor = System.Drawing.Color.Black; + this.xrLabel330.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel330.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel330.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel330.LocationFloat = new DevExpress.Utils.PointFloat(403.5421F, 417.0514F); + this.xrLabel330.Name = "xrLabel330"; + this.xrLabel330.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel330.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel330.StylePriority.UseBorderColor = false; + this.xrLabel330.StylePriority.UseBorders = false; + this.xrLabel330.StylePriority.UseFont = false; + this.xrLabel330.StylePriority.UseForeColor = false; + this.xrLabel330.StylePriority.UseTextAlignment = false; + this.xrLabel330.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel303 + // + this.xrLabel303.BorderColor = System.Drawing.Color.Black; + this.xrLabel303.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel303.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel303.ForeColor = System.Drawing.Color.Red; + this.xrLabel303.LocationFloat = new DevExpress.Utils.PointFloat(379.542F, 438.9265F); + this.xrLabel303.Name = "xrLabel303"; + this.xrLabel303.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel303.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel303.StylePriority.UseBorderColor = false; + this.xrLabel303.StylePriority.UseBorders = false; + this.xrLabel303.StylePriority.UseFont = false; + this.xrLabel303.StylePriority.UseForeColor = false; + this.xrLabel303.StylePriority.UseTextAlignment = false; + this.xrLabel303.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel302 + // + this.xrLabel302.BorderColor = System.Drawing.Color.Black; + this.xrLabel302.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel302.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel302.ForeColor = System.Drawing.Color.Red; + this.xrLabel302.LocationFloat = new DevExpress.Utils.PointFloat(355.5489F, 438.9265F); + this.xrLabel302.Name = "xrLabel302"; + this.xrLabel302.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel302.SizeF = new System.Drawing.SizeF(23.99F, 24F); + this.xrLabel302.StylePriority.UseBorderColor = false; + this.xrLabel302.StylePriority.UseBorders = false; + this.xrLabel302.StylePriority.UseFont = false; + this.xrLabel302.StylePriority.UseForeColor = false; + this.xrLabel302.StylePriority.UseTextAlignment = false; + this.xrLabel302.Text = "E."; + this.xrLabel302.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel301 + // + this.xrLabel301.BorderColor = System.Drawing.Color.Black; + this.xrLabel301.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel301.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel301.ForeColor = System.Drawing.Color.Red; + this.xrLabel301.LocationFloat = new DevExpress.Utils.PointFloat(403.5423F, 438.9265F); + this.xrLabel301.Name = "xrLabel301"; + this.xrLabel301.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel301.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel301.StylePriority.UseBorderColor = false; + this.xrLabel301.StylePriority.UseBorders = false; + this.xrLabel301.StylePriority.UseFont = false; + this.xrLabel301.StylePriority.UseForeColor = false; + this.xrLabel301.StylePriority.UseTextAlignment = false; + this.xrLabel301.Text = "Beschäftigung nach dem Zuverdienst"; + this.xrLabel301.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel300 + // + this.xrLabel300.BorderColor = System.Drawing.Color.Black; + this.xrLabel300.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel300.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel300.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel300.LocationFloat = new DevExpress.Utils.PointFloat(355.5489F, 417.0514F); + this.xrLabel300.Name = "xrLabel300"; + this.xrLabel300.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel300.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel300.StylePriority.UseBorderColor = false; + this.xrLabel300.StylePriority.UseBorders = false; + this.xrLabel300.StylePriority.UseFont = false; + this.xrLabel300.StylePriority.UseForeColor = false; + this.xrLabel300.StylePriority.UseTextAlignment = false; + this.xrLabel300.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel359 + // + this.xrLabel359.BorderColor = System.Drawing.Color.Black; + this.xrLabel359.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel359.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel359.ForeColor = System.Drawing.Color.Black; + this.xrLabel359.LocationFloat = new DevExpress.Utils.PointFloat(403.7176F, 307.0514F); + this.xrLabel359.Name = "xrLabel359"; + this.xrLabel359.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel359.SizeF = new System.Drawing.SizeF(270.5365F, 22F); + this.xrLabel359.StylePriority.UseBorderColor = false; + this.xrLabel359.StylePriority.UseBorders = false; + this.xrLabel359.StylePriority.UseFont = false; + this.xrLabel359.StylePriority.UseForeColor = false; + this.xrLabel359.StylePriority.UseTextAlignment = false; + this.xrLabel359.Text = "Kündigung durch ZV-Platzanbieter"; + this.xrLabel359.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox234 + // + this.xrCheckBox234.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox234.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox234.LocationFloat = new DevExpress.Utils.PointFloat(355.7246F, 307.0514F); + this.xrCheckBox234.Name = "xrCheckBox234"; + this.xrCheckBox234.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox234.StylePriority.UseBorders = false; + this.xrCheckBox234.StylePriority.UseFont = false; + this.xrCheckBox234.StylePriority.UseTextAlignment = false; + this.xrCheckBox234.Text = " "; + this.xrCheckBox234.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel358 + // + this.xrLabel358.BorderColor = System.Drawing.Color.Black; + this.xrLabel358.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel358.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel358.ForeColor = System.Drawing.Color.Red; + this.xrLabel358.LocationFloat = new DevExpress.Utils.PointFloat(379.7176F, 307.0514F); + this.xrLabel358.Name = "xrLabel358"; + this.xrLabel358.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel358.SizeF = new System.Drawing.SizeF(24.00006F, 22F); + this.xrLabel358.StylePriority.UseBorderColor = false; + this.xrLabel358.StylePriority.UseBorders = false; + this.xrLabel358.StylePriority.UseFont = false; + this.xrLabel358.StylePriority.UseForeColor = false; + this.xrLabel358.StylePriority.UseTextAlignment = false; + this.xrLabel358.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel357 + // + this.xrLabel357.BorderColor = System.Drawing.Color.Black; + this.xrLabel357.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel357.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel357.ForeColor = System.Drawing.Color.Red; + this.xrLabel357.LocationFloat = new DevExpress.Utils.PointFloat(379.7176F, 329.0515F); + this.xrLabel357.Name = "xrLabel357"; + this.xrLabel357.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel357.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel357.StylePriority.UseBorderColor = false; + this.xrLabel357.StylePriority.UseBorders = false; + this.xrLabel357.StylePriority.UseFont = false; + this.xrLabel357.StylePriority.UseForeColor = false; + this.xrLabel357.StylePriority.UseTextAlignment = false; + this.xrLabel357.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel356 + // + this.xrLabel356.BorderColor = System.Drawing.Color.Black; + this.xrLabel356.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel356.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel356.ForeColor = System.Drawing.Color.Black; + this.xrLabel356.LocationFloat = new DevExpress.Utils.PointFloat(403.7175F, 329.0512F); + this.xrLabel356.Name = "xrLabel356"; + this.xrLabel356.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel356.SizeF = new System.Drawing.SizeF(270.5643F, 22F); + this.xrLabel356.StylePriority.UseBorderColor = false; + this.xrLabel356.StylePriority.UseBorders = false; + this.xrLabel356.StylePriority.UseFont = false; + this.xrLabel356.StylePriority.UseForeColor = false; + this.xrLabel356.StylePriority.UseTextAlignment = false; + this.xrLabel356.Text = "Kündigung durch ZV-InArbeit"; + this.xrLabel356.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox235 + // + this.xrCheckBox235.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox235.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox235.LocationFloat = new DevExpress.Utils.PointFloat(355.7246F, 329.0515F); + this.xrCheckBox235.Name = "xrCheckBox235"; + this.xrCheckBox235.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox235.StylePriority.UseBorders = false; + this.xrCheckBox235.StylePriority.UseFont = false; + this.xrCheckBox235.StylePriority.UseTextAlignment = false; + this.xrCheckBox235.Text = " "; + this.xrCheckBox235.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox233 + // + this.xrCheckBox233.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox233.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox233.LocationFloat = new DevExpress.Utils.PointFloat(355.7246F, 285.0511F); + this.xrCheckBox233.Name = "xrCheckBox233"; + this.xrCheckBox233.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox233.StylePriority.UseBorders = false; + this.xrCheckBox233.StylePriority.UseFont = false; + this.xrCheckBox233.StylePriority.UseTextAlignment = false; + this.xrCheckBox233.Text = " "; + this.xrCheckBox233.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel355 + // + this.xrLabel355.BorderColor = System.Drawing.Color.Black; + this.xrLabel355.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel355.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel355.ForeColor = System.Drawing.Color.Black; + this.xrLabel355.LocationFloat = new DevExpress.Utils.PointFloat(403.7175F, 285.0511F); + this.xrLabel355.Name = "xrLabel355"; + this.xrLabel355.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel355.SizeF = new System.Drawing.SizeF(270.5643F, 22F); + this.xrLabel355.StylePriority.UseBorderColor = false; + this.xrLabel355.StylePriority.UseBorders = false; + this.xrLabel355.StylePriority.UseFont = false; + this.xrLabel355.StylePriority.UseForeColor = false; + this.xrLabel355.StylePriority.UseTextAlignment = false; + this.xrLabel355.Text = "Kündigung durch ZV-Teilnehmer"; + this.xrLabel355.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel354 + // + this.xrLabel354.BorderColor = System.Drawing.Color.Black; + this.xrLabel354.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel354.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel354.ForeColor = System.Drawing.Color.Red; + this.xrLabel354.LocationFloat = new DevExpress.Utils.PointFloat(379.7176F, 285.0511F); + this.xrLabel354.Name = "xrLabel354"; + this.xrLabel354.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel354.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel354.StylePriority.UseBorderColor = false; + this.xrLabel354.StylePriority.UseBorders = false; + this.xrLabel354.StylePriority.UseFont = false; + this.xrLabel354.StylePriority.UseForeColor = false; + this.xrLabel354.StylePriority.UseTextAlignment = false; + this.xrLabel354.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel353 + // + this.xrLabel353.BorderColor = System.Drawing.Color.Black; + this.xrLabel353.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel353.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel353.ForeColor = System.Drawing.Color.Red; + this.xrLabel353.LocationFloat = new DevExpress.Utils.PointFloat(379.7178F, 263.0513F); + this.xrLabel353.Name = "xrLabel353"; + this.xrLabel353.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel353.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel353.StylePriority.UseBorderColor = false; + this.xrLabel353.StylePriority.UseBorders = false; + this.xrLabel353.StylePriority.UseFont = false; + this.xrLabel353.StylePriority.UseForeColor = false; + this.xrLabel353.StylePriority.UseTextAlignment = false; + this.xrLabel353.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel352 + // + this.xrLabel352.BorderColor = System.Drawing.Color.Black; + this.xrLabel352.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel352.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel352.ForeColor = System.Drawing.Color.Black; + this.xrLabel352.LocationFloat = new DevExpress.Utils.PointFloat(403.7176F, 263.0513F); + this.xrLabel352.Name = "xrLabel352"; + this.xrLabel352.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel352.SizeF = new System.Drawing.SizeF(270.5643F, 22F); + this.xrLabel352.StylePriority.UseBorderColor = false; + this.xrLabel352.StylePriority.UseBorders = false; + this.xrLabel352.StylePriority.UseFont = false; + this.xrLabel352.StylePriority.UseForeColor = false; + this.xrLabel352.StylePriority.UseTextAlignment = false; + this.xrLabel352.Text = "Befristung:Teilnahme war zeitlich begrenzt"; + this.xrLabel352.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox232 + // + this.xrCheckBox232.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox232.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox232.LocationFloat = new DevExpress.Utils.PointFloat(355.7246F, 263.0513F); + this.xrCheckBox232.Name = "xrCheckBox232"; + this.xrCheckBox232.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox232.StylePriority.UseBorders = false; + this.xrCheckBox232.StylePriority.UseFont = false; + this.xrCheckBox232.StylePriority.UseTextAlignment = false; + this.xrCheckBox232.Text = " "; + this.xrCheckBox232.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel351 + // + this.xrLabel351.BorderColor = System.Drawing.Color.Black; + this.xrLabel351.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel351.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel351.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel351.LocationFloat = new DevExpress.Utils.PointFloat(403.7176F, 241.1765F); + this.xrLabel351.Name = "xrLabel351"; + this.xrLabel351.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel351.SizeF = new System.Drawing.SizeF(270.5643F, 21.87494F); + this.xrLabel351.StylePriority.UseBorderColor = false; + this.xrLabel351.StylePriority.UseBorders = false; + this.xrLabel351.StylePriority.UseFont = false; + this.xrLabel351.StylePriority.UseForeColor = false; + this.xrLabel351.StylePriority.UseTextAlignment = false; + this.xrLabel351.Text = "Gründe für das Ausscheiden"; + this.xrLabel351.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel350 + // + this.xrLabel350.BorderColor = System.Drawing.Color.Black; + this.xrLabel350.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel350.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel350.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel350.LocationFloat = new DevExpress.Utils.PointFloat(355.7246F, 241.1765F); + this.xrLabel350.Name = "xrLabel350"; + this.xrLabel350.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel350.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel350.StylePriority.UseBorderColor = false; + this.xrLabel350.StylePriority.UseBorders = false; + this.xrLabel350.StylePriority.UseFont = false; + this.xrLabel350.StylePriority.UseForeColor = false; + this.xrLabel350.StylePriority.UseTextAlignment = false; + this.xrLabel350.Text = "2."; + this.xrLabel350.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel349 + // + this.xrLabel349.BorderColor = System.Drawing.Color.Black; + this.xrLabel349.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel349.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel349.ForeColor = System.Drawing.Color.Red; + this.xrLabel349.LocationFloat = new DevExpress.Utils.PointFloat(379.7178F, 241.1765F); + this.xrLabel349.Name = "xrLabel349"; + this.xrLabel349.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel349.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel349.StylePriority.UseBorderColor = false; + this.xrLabel349.StylePriority.UseBorders = false; + this.xrLabel349.StylePriority.UseFont = false; + this.xrLabel349.StylePriority.UseForeColor = false; + this.xrLabel349.StylePriority.UseTextAlignment = false; + this.xrLabel349.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel345 + // + this.xrLabel345.BorderColor = System.Drawing.Color.Black; + this.xrLabel345.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel345.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel345.ForeColor = System.Drawing.Color.Red; + this.xrLabel345.LocationFloat = new DevExpress.Utils.PointFloat(403.4285F, 107.3011F); + this.xrLabel345.Name = "xrLabel345"; + this.xrLabel345.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel345.SizeF = new System.Drawing.SizeF(270.7433F, 24F); + this.xrLabel345.StylePriority.UseBorderColor = false; + this.xrLabel345.StylePriority.UseBorders = false; + this.xrLabel345.StylePriority.UseFont = false; + this.xrLabel345.StylePriority.UseForeColor = false; + this.xrLabel345.StylePriority.UseTextAlignment = false; + this.xrLabel345.Text = "Ausscheiden aus dem Zuverdienst"; + this.xrLabel345.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel344 + // + this.xrLabel344.BorderColor = System.Drawing.Color.Black; + this.xrLabel344.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel344.Font = new System.Drawing.Font("Calibri", 11.5F, System.Drawing.FontStyle.Bold); + this.xrLabel344.ForeColor = System.Drawing.Color.Red; + this.xrLabel344.LocationFloat = new DevExpress.Utils.PointFloat(355.4354F, 107.3011F); + this.xrLabel344.Name = "xrLabel344"; + this.xrLabel344.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel344.SizeF = new System.Drawing.SizeF(23.99F, 24F); + this.xrLabel344.StylePriority.UseBorderColor = false; + this.xrLabel344.StylePriority.UseBorders = false; + this.xrLabel344.StylePriority.UseFont = false; + this.xrLabel344.StylePriority.UseForeColor = false; + this.xrLabel344.StylePriority.UseTextAlignment = false; + this.xrLabel344.Text = "D."; + this.xrLabel344.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel343 + // + this.xrLabel343.BorderColor = System.Drawing.Color.Black; + this.xrLabel343.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel343.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel343.ForeColor = System.Drawing.Color.Red; + this.xrLabel343.LocationFloat = new DevExpress.Utils.PointFloat(379.4285F, 107.3011F); + this.xrLabel343.Name = "xrLabel343"; + this.xrLabel343.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel343.SizeF = new System.Drawing.SizeF(24.00002F, 24F); + this.xrLabel343.StylePriority.UseBorderColor = false; + this.xrLabel343.StylePriority.UseBorders = false; + this.xrLabel343.StylePriority.UseFont = false; + this.xrLabel343.StylePriority.UseForeColor = false; + this.xrLabel343.StylePriority.UseTextAlignment = false; + this.xrLabel343.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel342 + // + this.xrLabel342.BorderColor = System.Drawing.Color.Black; + this.xrLabel342.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel342.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel342.ForeColor = System.Drawing.Color.Red; + this.xrLabel342.LocationFloat = new DevExpress.Utils.PointFloat(379.4285F, 131.3011F); + this.xrLabel342.Name = "xrLabel342"; + this.xrLabel342.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel342.SizeF = new System.Drawing.SizeF(24.00002F, 21.87494F); + this.xrLabel342.StylePriority.UseBorderColor = false; + this.xrLabel342.StylePriority.UseBorders = false; + this.xrLabel342.StylePriority.UseFont = false; + this.xrLabel342.StylePriority.UseForeColor = false; + this.xrLabel342.StylePriority.UseTextAlignment = false; + this.xrLabel342.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel341 + // + this.xrLabel341.BorderColor = System.Drawing.Color.Black; + this.xrLabel341.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel341.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel341.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel341.LocationFloat = new DevExpress.Utils.PointFloat(355.4354F, 131.3011F); + this.xrLabel341.Name = "xrLabel341"; + this.xrLabel341.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel341.SizeF = new System.Drawing.SizeF(23.99F, 21.87F); + this.xrLabel341.StylePriority.UseBorderColor = false; + this.xrLabel341.StylePriority.UseBorders = false; + this.xrLabel341.StylePriority.UseFont = false; + this.xrLabel341.StylePriority.UseForeColor = false; + this.xrLabel341.StylePriority.UseTextAlignment = false; + this.xrLabel341.Text = "1."; + this.xrLabel341.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel340 + // + this.xrLabel340.BorderColor = System.Drawing.Color.Black; + this.xrLabel340.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel340.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel340.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80))))); + this.xrLabel340.LocationFloat = new DevExpress.Utils.PointFloat(403.4285F, 131.3011F); + this.xrLabel340.Name = "xrLabel340"; + this.xrLabel340.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel340.SizeF = new System.Drawing.SizeF(270.7433F, 21.87494F); + this.xrLabel340.StylePriority.UseBorderColor = false; + this.xrLabel340.StylePriority.UseBorders = false; + this.xrLabel340.StylePriority.UseFont = false; + this.xrLabel340.StylePriority.UseForeColor = false; + this.xrLabel340.StylePriority.UseTextAlignment = false; + this.xrLabel340.Text = "Zeitpunkt des Ausscheidens"; + this.xrLabel340.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox228 + // + this.xrCheckBox228.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox228.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox228.LocationFloat = new DevExpress.Utils.PointFloat(355.4354F, 153.1763F); + this.xrCheckBox228.Name = "xrCheckBox228"; + this.xrCheckBox228.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox228.StylePriority.UseBorders = false; + this.xrCheckBox228.StylePriority.UseFont = false; + this.xrCheckBox228.StylePriority.UseTextAlignment = false; + this.xrCheckBox228.Text = " "; + this.xrCheckBox228.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel339 + // + this.xrLabel339.BorderColor = System.Drawing.Color.Black; + this.xrLabel339.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel339.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel339.ForeColor = System.Drawing.Color.Black; + this.xrLabel339.LocationFloat = new DevExpress.Utils.PointFloat(403.4285F, 153.1763F); + this.xrLabel339.Name = "xrLabel339"; + this.xrLabel339.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel339.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel339.StylePriority.UseBorderColor = false; + this.xrLabel339.StylePriority.UseBorders = false; + this.xrLabel339.StylePriority.UseFont = false; + this.xrLabel339.StylePriority.UseForeColor = false; + this.xrLabel339.StylePriority.UseTextAlignment = false; + this.xrLabel339.Text = "Während der ZV-Erprobung"; + this.xrLabel339.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel338 + // + this.xrLabel338.BorderColor = System.Drawing.Color.Black; + this.xrLabel338.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel338.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel338.ForeColor = System.Drawing.Color.Red; + this.xrLabel338.LocationFloat = new DevExpress.Utils.PointFloat(379.4285F, 153.1763F); + this.xrLabel338.Name = "xrLabel338"; + this.xrLabel338.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel338.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel338.StylePriority.UseBorderColor = false; + this.xrLabel338.StylePriority.UseBorders = false; + this.xrLabel338.StylePriority.UseFont = false; + this.xrLabel338.StylePriority.UseForeColor = false; + this.xrLabel338.StylePriority.UseTextAlignment = false; + this.xrLabel338.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel337 + // + this.xrLabel337.BorderColor = System.Drawing.Color.Black; + this.xrLabel337.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel337.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel337.ForeColor = System.Drawing.Color.Red; + this.xrLabel337.LocationFloat = new DevExpress.Utils.PointFloat(379.6008F, 175.1761F); + this.xrLabel337.Name = "xrLabel337"; + this.xrLabel337.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel337.SizeF = new System.Drawing.SizeF(24F, 22F); + this.xrLabel337.StylePriority.UseBorderColor = false; + this.xrLabel337.StylePriority.UseBorders = false; + this.xrLabel337.StylePriority.UseFont = false; + this.xrLabel337.StylePriority.UseForeColor = false; + this.xrLabel337.StylePriority.UseTextAlignment = false; + this.xrLabel337.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel336 + // + this.xrLabel336.BorderColor = System.Drawing.Color.Black; + this.xrLabel336.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel336.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel336.ForeColor = System.Drawing.Color.Black; + this.xrLabel336.LocationFloat = new DevExpress.Utils.PointFloat(403.6008F, 175.1761F); + this.xrLabel336.Name = "xrLabel336"; + this.xrLabel336.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel336.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel336.StylePriority.UseBorderColor = false; + this.xrLabel336.StylePriority.UseBorders = false; + this.xrLabel336.StylePriority.UseFont = false; + this.xrLabel336.StylePriority.UseForeColor = false; + this.xrLabel336.StylePriority.UseTextAlignment = false; + this.xrLabel336.Text = "Zum Ende der ZV-Erprobung"; + this.xrLabel336.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox229 + // + this.xrCheckBox229.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox229.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox229.LocationFloat = new DevExpress.Utils.PointFloat(355.6077F, 175.1761F); + this.xrCheckBox229.Name = "xrCheckBox229"; + this.xrCheckBox229.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox229.StylePriority.UseBorders = false; + this.xrCheckBox229.StylePriority.UseFont = false; + this.xrCheckBox229.StylePriority.UseTextAlignment = false; + this.xrCheckBox229.Text = " "; + this.xrCheckBox229.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox231 + // + this.xrCheckBox231.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox231.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox231.LocationFloat = new DevExpress.Utils.PointFloat(355.6077F, 219.1762F); + this.xrCheckBox231.Name = "xrCheckBox231"; + this.xrCheckBox231.SizeF = new System.Drawing.SizeF(23.81769F, 22F); + this.xrCheckBox231.StylePriority.UseBorders = false; + this.xrCheckBox231.StylePriority.UseFont = false; + this.xrCheckBox231.StylePriority.UseTextAlignment = false; + this.xrCheckBox231.Text = " "; + this.xrCheckBox231.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel335 + // + this.xrLabel335.BorderColor = System.Drawing.Color.Black; + this.xrLabel335.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel335.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel335.ForeColor = System.Drawing.Color.Black; + this.xrLabel335.LocationFloat = new DevExpress.Utils.PointFloat(403.6008F, 219.1762F); + this.xrLabel335.Name = "xrLabel335"; + this.xrLabel335.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel335.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel335.StylePriority.UseBorderColor = false; + this.xrLabel335.StylePriority.UseBorders = false; + this.xrLabel335.StylePriority.UseFont = false; + this.xrLabel335.StylePriority.UseForeColor = false; + this.xrLabel335.StylePriority.UseTextAlignment = false; + this.xrLabel335.Text = "Zum Ende der ZV-Befristung"; + this.xrLabel335.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel333 + // + this.xrLabel333.BorderColor = System.Drawing.Color.Black; + this.xrLabel333.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel333.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel333.ForeColor = System.Drawing.Color.Red; + this.xrLabel333.LocationFloat = new DevExpress.Utils.PointFloat(379.4254F, 197.1766F); + this.xrLabel333.Name = "xrLabel333"; + this.xrLabel333.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel333.SizeF = new System.Drawing.SizeF(24.14764F, 21.8744F); + this.xrLabel333.StylePriority.UseBorderColor = false; + this.xrLabel333.StylePriority.UseBorders = false; + this.xrLabel333.StylePriority.UseFont = false; + this.xrLabel333.StylePriority.UseForeColor = false; + this.xrLabel333.StylePriority.UseTextAlignment = false; + this.xrLabel333.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox230 + // + this.xrCheckBox230.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox230.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox230.LocationFloat = new DevExpress.Utils.PointFloat(355.6077F, 197.1767F); + this.xrCheckBox230.Name = "xrCheckBox230"; + this.xrCheckBox230.SizeF = new System.Drawing.SizeF(23.81772F, 21.87439F); + this.xrCheckBox230.StylePriority.UseBorders = false; + this.xrCheckBox230.StylePriority.UseFont = false; + this.xrCheckBox230.StylePriority.UseTextAlignment = false; + this.xrCheckBox230.Text = " "; + this.xrCheckBox230.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel282 + // + this.xrLabel282.BorderColor = System.Drawing.Color.Black; + this.xrLabel282.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel282.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel282.ForeColor = System.Drawing.Color.Black; + this.xrLabel282.LocationFloat = new DevExpress.Utils.PointFloat(403.573F, 197.1761F); + this.xrLabel282.Name = "xrLabel282"; + this.xrLabel282.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel282.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel282.StylePriority.UseBorderColor = false; + this.xrLabel282.StylePriority.UseBorders = false; + this.xrLabel282.StylePriority.UseFont = false; + this.xrLabel282.StylePriority.UseForeColor = false; + this.xrLabel282.StylePriority.UseTextAlignment = false; + this.xrLabel282.Text = "Während der ZV-Befristung"; + this.xrLabel282.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel362 + // + this.xrLabel362.BorderColor = System.Drawing.Color.Black; + this.xrLabel362.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel362.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel362.ForeColor = System.Drawing.Color.Red; + this.xrLabel362.LocationFloat = new DevExpress.Utils.PointFloat(379.5731F, 351.0515F); + this.xrLabel362.Name = "xrLabel362"; + this.xrLabel362.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel362.SizeF = new System.Drawing.SizeF(24.14487F, 22F); + this.xrLabel362.StylePriority.UseBorderColor = false; + this.xrLabel362.StylePriority.UseBorders = false; + this.xrLabel362.StylePriority.UseFont = false; + this.xrLabel362.StylePriority.UseForeColor = false; + this.xrLabel362.StylePriority.UseTextAlignment = false; + this.xrLabel362.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel361 + // + this.xrLabel361.BorderColor = System.Drawing.Color.Black; + this.xrLabel361.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel361.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel361.ForeColor = System.Drawing.Color.Black; + this.xrLabel361.LocationFloat = new DevExpress.Utils.PointFloat(403.7178F, 351.0515F); + this.xrLabel361.Name = "xrLabel361"; + this.xrLabel361.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel361.SizeF = new System.Drawing.SizeF(270.5952F, 22F); + this.xrLabel361.StylePriority.UseBorderColor = false; + this.xrLabel361.StylePriority.UseBorders = false; + this.xrLabel361.StylePriority.UseFont = false; + this.xrLabel361.StylePriority.UseForeColor = false; + this.xrLabel361.StylePriority.UseTextAlignment = false; + this.xrLabel361.Text = "Krankheitsbedingt (z.B. Klinikaufenthalt)"; + this.xrLabel361.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox236 + // + this.xrCheckBox236.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox236.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox236.LocationFloat = new DevExpress.Utils.PointFloat(355.58F, 351.0518F); + this.xrCheckBox236.Name = "xrCheckBox236"; + this.xrCheckBox236.SizeF = new System.Drawing.SizeF(23.99F, 22F); + this.xrCheckBox236.StylePriority.UseBorders = false; + this.xrCheckBox236.StylePriority.UseFont = false; + this.xrCheckBox236.StylePriority.UseTextAlignment = false; + this.xrCheckBox236.Text = " "; + this.xrCheckBox236.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrCheckBox238 + // + this.xrCheckBox238.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox238.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox238.LocationFloat = new DevExpress.Utils.PointFloat(355.5798F, 395.0518F); + this.xrCheckBox238.Name = "xrCheckBox238"; + this.xrCheckBox238.SizeF = new System.Drawing.SizeF(23.84558F, 21.99948F); + this.xrCheckBox238.StylePriority.UseBorders = false; + this.xrCheckBox238.StylePriority.UseFont = false; + this.xrCheckBox238.StylePriority.UseTextAlignment = false; + this.xrCheckBox238.Text = " "; + this.xrCheckBox238.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel360 + // + this.xrLabel360.BorderColor = System.Drawing.Color.Black; + this.xrLabel360.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel360.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel360.ForeColor = System.Drawing.Color.Black; + this.xrLabel360.LocationFloat = new DevExpress.Utils.PointFloat(403.573F, 395.0513F); + this.xrLabel360.Name = "xrLabel360"; + this.xrLabel360.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel360.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel360.StylePriority.UseBorderColor = false; + this.xrLabel360.StylePriority.UseBorders = false; + this.xrLabel360.StylePriority.UseFont = false; + this.xrLabel360.StylePriority.UseForeColor = false; + this.xrLabel360.StylePriority.UseTextAlignment = false; + this.xrLabel360.Text = "Sonstiges:"; + this.xrLabel360.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel332 + // + this.xrLabel332.BorderColor = System.Drawing.Color.Black; + this.xrLabel332.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel332.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel332.ForeColor = System.Drawing.Color.Red; + this.xrLabel332.LocationFloat = new DevExpress.Utils.PointFloat(379.5731F, 395.0518F); + this.xrLabel332.Name = "xrLabel332"; + this.xrLabel332.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel332.SizeF = new System.Drawing.SizeF(23.99997F, 21.99948F); + this.xrLabel332.StylePriority.UseBorderColor = false; + this.xrLabel332.StylePriority.UseBorders = false; + this.xrLabel332.StylePriority.UseFont = false; + this.xrLabel332.StylePriority.UseForeColor = false; + this.xrLabel332.StylePriority.UseTextAlignment = false; + this.xrLabel332.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel284 + // + this.xrLabel284.BorderColor = System.Drawing.Color.Black; + this.xrLabel284.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrLabel284.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel284.ForeColor = System.Drawing.Color.Red; + this.xrLabel284.LocationFloat = new DevExpress.Utils.PointFloat(379.5731F, 373.0518F); + this.xrLabel284.Name = "xrLabel284"; + this.xrLabel284.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel284.SizeF = new System.Drawing.SizeF(23.97227F, 22F); + this.xrLabel284.StylePriority.UseBorderColor = false; + this.xrLabel284.StylePriority.UseBorders = false; + this.xrLabel284.StylePriority.UseFont = false; + this.xrLabel284.StylePriority.UseForeColor = false; + this.xrLabel284.StylePriority.UseTextAlignment = false; + this.xrLabel284.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox237 + // + this.xrCheckBox237.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox237.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox237.LocationFloat = new DevExpress.Utils.PointFloat(355.5798F, 373.0519F); + this.xrCheckBox237.Name = "xrCheckBox237"; + this.xrCheckBox237.SizeF = new System.Drawing.SizeF(23.84558F, 21.99997F); + this.xrCheckBox237.StylePriority.UseBorders = false; + this.xrCheckBox237.StylePriority.UseFont = false; + this.xrCheckBox237.StylePriority.UseTextAlignment = false; + this.xrCheckBox237.Text = " "; + this.xrCheckBox237.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel283 + // + this.xrLabel283.BorderColor = System.Drawing.Color.Black; + this.xrLabel283.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel283.Font = new System.Drawing.Font("Calibri", 11F); + this.xrLabel283.ForeColor = System.Drawing.Color.Black; + this.xrLabel283.LocationFloat = new DevExpress.Utils.PointFloat(403.5454F, 373.0513F); + this.xrLabel283.Name = "xrLabel283"; + this.xrLabel283.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel283.SizeF = new System.Drawing.SizeF(270.74F, 22F); + this.xrLabel283.StylePriority.UseBorderColor = false; + this.xrLabel283.StylePriority.UseBorders = false; + this.xrLabel283.StylePriority.UseFont = false; + this.xrLabel283.StylePriority.UseForeColor = false; + this.xrLabel283.StylePriority.UseTextAlignment = false; + this.xrLabel283.Text = "Umzug nach: "; + this.xrLabel283.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel269 + // + this.xrLabel269.BorderColor = System.Drawing.Color.Black; + this.xrLabel269.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel269.CanGrow = false; + this.xrLabel269.Font = new System.Drawing.Font("Calibri", 9F); + this.xrLabel269.ForeColor = System.Drawing.Color.Black; + this.xrLabel269.LocationFloat = new DevExpress.Utils.PointFloat(50.81784F, 898.4277F); + this.xrLabel269.Name = "xrLabel269"; + this.xrLabel269.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel269.SizeF = new System.Drawing.SizeF(270.74F, 18F); + this.xrLabel269.StylePriority.UseBorderColor = false; + this.xrLabel269.StylePriority.UseBorders = false; + this.xrLabel269.StylePriority.UseFont = false; + this.xrLabel269.StylePriority.UseForeColor = false; + this.xrLabel269.StylePriority.UseTextAlignment = false; + this.xrLabel269.Text = "Unentschuldigt: "; + this.xrLabel269.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox227 + // + this.xrCheckBox227.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrCheckBox227.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox227.LocationFloat = new DevExpress.Utils.PointFloat(27.37662F, 898.4276F); + this.xrCheckBox227.Name = "xrCheckBox227"; + this.xrCheckBox227.SizeF = new System.Drawing.SizeF(23.44138F, 18F); + this.xrCheckBox227.StylePriority.UseBorders = false; + this.xrCheckBox227.StylePriority.UseFont = false; + this.xrCheckBox227.StylePriority.UseTextAlignment = false; + this.xrCheckBox227.Text = " "; + this.xrCheckBox227.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel280 + // + this.xrLabel280.BorderColor = System.Drawing.Color.Black; + this.xrLabel280.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel280.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel280.ForeColor = System.Drawing.Color.Red; + this.xrLabel280.LocationFloat = new DevExpress.Utils.PointFloat(3.152688F, 898.4276F); + this.xrLabel280.Name = "xrLabel280"; + this.xrLabel280.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel280.SizeF = new System.Drawing.SizeF(23.66231F, 18F); + this.xrLabel280.StylePriority.UseBorderColor = false; + this.xrLabel280.StylePriority.UseBorders = false; + this.xrLabel280.StylePriority.UseFont = false; + this.xrLabel280.StylePriority.UseForeColor = false; + this.xrLabel280.StylePriority.UseTextAlignment = false; + this.xrLabel280.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrCheckBox245 + // + this.xrCheckBox245.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrCheckBox245.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox245.LocationFloat = new DevExpress.Utils.PointFloat(380.402F, 578.9267F); + this.xrCheckBox245.Name = "xrCheckBox245"; + this.xrCheckBox245.SizeF = new System.Drawing.SizeF(22.44293F, 18F); + this.xrCheckBox245.StylePriority.UseBorders = false; + this.xrCheckBox245.StylePriority.UseFont = false; + this.xrCheckBox245.StylePriority.UseTextAlignment = false; + this.xrCheckBox245.Text = " "; + this.xrCheckBox245.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel347 + // + this.xrLabel347.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel347.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel347.Name = "xrLabel347"; + this.xrLabel347.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel347.SizeF = new System.Drawing.SizeF(677F, 25F); + this.xrLabel347.StylePriority.UseFont = false; + this.xrLabel347.StylePriority.UseTextAlignment = false; + this.xrLabel347.Text = "Statistik [Name]"; + this.xrLabel347.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel201 + // + this.xrLabel201.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel201.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50.50219F); + this.xrLabel201.Name = "xrLabel201"; + this.xrLabel201.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel201.SizeF = new System.Drawing.SizeF(677F, 25F); + this.xrLabel201.StylePriority.UseFont = false; + this.xrLabel201.StylePriority.UseTextAlignment = false; + this.xrLabel201.Text = "Zuverdienstplatzbezogene Daten"; + this.xrLabel201.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // DetailReport1 + // + this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail2, + this.GroupHeader2}); + this.DetailReport1.DataMember = "ICD10Diagnosen"; + this.DetailReport1.DataSource = this.bindingSource1; + this.DetailReport1.Level = 0; + this.DetailReport1.Name = "DetailReport1"; + // + // Detail2 + // + this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable2}); + this.Detail2.HeightF = 18F; + this.Detail2.Name = "Detail2"; + // + // xrTable2 + // + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(653.2932F, 18F); + this.xrTable2.StylePriority.UseFont = false; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell2}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1.125D; + // + // xrTableCell2 + // + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ICD10Diagnosen.Beschreibung")}); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell2.StylePriority.UseBorders = false; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.Text = "Betreuer"; + this.xrTableCell2.Weight = 0.17912772585669781D; + // + // GroupHeader2 + // + this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.GroupHeader2.HeightF = 18F; + this.GroupHeader2.Name = "GroupHeader2"; + // + // xrTable1 + // + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(653.2932F, 18F); + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1.0588235294117647D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.Text = "Diagnosen pschychatrisch und somatisch"; + this.xrTableCell1.Weight = 0.17912772585669781D; + // + // KlientenstammblattZV + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.PageFooter, + this.topMarginBand1, + this.bottomMarginBand1, + this.ReportHeader, + this.DetailReport, + this.ReportFooter, + this.DetailReport1}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.Margins = new System.Drawing.Printing.Margins(66, 74, 48, 41); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.tableArbeitszeiten)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel390; + private DevExpress.XtraReports.UI.XRLabel lblErwerbsmindBef; + private DevExpress.XtraReports.UI.XRCheckBox chkBoxTeil; + private DevExpress.XtraReports.UI.XRCheckBox chkBoxVoll; + private DevExpress.XtraReports.UI.XRLabel xrLabel389; + private DevExpress.XtraReports.UI.XRLabel xrLabel364; + private DevExpress.XtraReports.UI.XRLabel xrLabel365; + private DevExpress.XtraReports.UI.XRLabel xrLabel366; + private DevExpress.XtraReports.UI.XRLabel xrLabel367; + private DevExpress.XtraReports.UI.XRLabel xrLabel369; + private DevExpress.XtraReports.UI.XRLabel xrLabel370; + private DevExpress.XtraReports.UI.XRLabel xrLabel371; + private DevExpress.XtraReports.UI.XRLabel xrLabel372; + private DevExpress.XtraReports.UI.XRLabel xrLabel373; + private DevExpress.XtraReports.UI.XRLabel xrLabel375; + private DevExpress.XtraReports.UI.XRLabel xrLabel376; + private DevExpress.XtraReports.UI.XRLabel lblLebensunterhalt; + private DevExpress.XtraReports.UI.XRLabel lblErwerbsmindB; + private DevExpress.XtraReports.UI.XRLabel xrLabel382; + private DevExpress.XtraReports.UI.XRLabel xrLabel384; + private DevExpress.XtraReports.UI.XRLabel xrLabel385; + private DevExpress.XtraReports.UI.XRLabel xrLabel388; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter; + private DevExpress.XtraReports.UI.XRLabel xrLabel200; + private DevExpress.XtraReports.UI.XRLabel xrLabel195; + private DevExpress.XtraReports.UI.XRLabel xrLabel196; + private DevExpress.XtraReports.UI.XRLabel xrLabel197; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox63; + private DevExpress.XtraReports.UI.XRLabel xrLabel198; + private DevExpress.XtraReports.UI.XRLabel xrLabel199; + private DevExpress.XtraReports.UI.XRLabel xrLabel189; + private DevExpress.XtraReports.UI.XRLabel xrLabel190; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox62; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox61; + private DevExpress.XtraReports.UI.XRLabel xrLabel191; + private DevExpress.XtraReports.UI.XRLabel xrLabel192; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox60; + private DevExpress.XtraReports.UI.XRLabel xrLabel193; + private DevExpress.XtraReports.UI.XRLabel xrLabel194; + private DevExpress.XtraReports.UI.XRLabel xrLabel177; + private DevExpress.XtraReports.UI.XRLabel xrLabel178; + private DevExpress.XtraReports.UI.XRLabel xrLabel179; + private DevExpress.XtraReports.UI.XRLabel xrLabel180; + private DevExpress.XtraReports.UI.XRLabel xrLabel181; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox57; + private DevExpress.XtraReports.UI.XRLabel xrLabel182; + private DevExpress.XtraReports.UI.XRLabel xrLabel183; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox58; + private DevExpress.XtraReports.UI.XRLabel xrLabel184; + private DevExpress.XtraReports.UI.XRLabel xrLabel185; + private DevExpress.XtraReports.UI.XRLabel xrLabel186; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox59; + private DevExpress.XtraReports.UI.XRLabel xrLabel187; + private DevExpress.XtraReports.UI.XRLabel xrLabel188; + private DevExpress.XtraReports.UI.XRLabel xrLabel133; + private DevExpress.XtraReports.UI.XRLabel xrLabel134; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox56; + private DevExpress.XtraReports.UI.XRLabel xrLabel167; + private DevExpress.XtraReports.UI.XRLabel xrLabel168; + private DevExpress.XtraReports.UI.XRLabel xrLabel169; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox55; + private DevExpress.XtraReports.UI.XRLabel xrLabel170; + private DevExpress.XtraReports.UI.XRLabel xrLabel171; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox54; + private DevExpress.XtraReports.UI.XRLabel xrLabel172; + private DevExpress.XtraReports.UI.XRLabel xrLabel173; + private DevExpress.XtraReports.UI.XRLabel xrLabel174; + private DevExpress.XtraReports.UI.XRLabel xrLabel175; + private DevExpress.XtraReports.UI.XRLabel xrLabel176; + private DevExpress.XtraReports.UI.XRLabel xrLabel132; + private DevExpress.XtraReports.UI.XRLabel xrLabel165; + private DevExpress.XtraReports.UI.XRLabel xrLabel166; + private DevExpress.XtraReports.UI.XRLabel xrLabel162; + private DevExpress.XtraReports.UI.XRLabel xrLabel163; + private DevExpress.XtraReports.UI.XRLabel xrLabel164; + private DevExpress.XtraReports.UI.XRLabel xrLabel63; + private DevExpress.XtraReports.UI.XRLabel xrLabel154; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox51; + private DevExpress.XtraReports.UI.XRLabel xrLabel155; + private DevExpress.XtraReports.UI.XRLabel xrLabel156; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox52; + private DevExpress.XtraReports.UI.XRLabel xrLabel157; + private DevExpress.XtraReports.UI.XRLabel xrLabel158; + private DevExpress.XtraReports.UI.XRLabel xrLabel159; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox53; + private DevExpress.XtraReports.UI.XRLabel xrLabel160; + private DevExpress.XtraReports.UI.XRLabel xrLabel161; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox50; + private DevExpress.XtraReports.UI.XRLabel xrLabel137; + private DevExpress.XtraReports.UI.XRLabel xrLabel153; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox49; + private DevExpress.XtraReports.UI.XRLabel xrLabel135; + private DevExpress.XtraReports.UI.XRLabel xrLabel136; + private DevExpress.XtraReports.UI.XRLabel xrLabel149; + private DevExpress.XtraReports.UI.XRLabel xrLabel150; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox47; + private DevExpress.XtraReports.UI.XRLabel xrLabel151; + private DevExpress.XtraReports.UI.XRLabel xrLabel152; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox48; + private DevExpress.XtraReports.UI.XRLabel xrLabel145; + private DevExpress.XtraReports.UI.XRLabel xrLabel146; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox45; + private DevExpress.XtraReports.UI.XRLabel xrLabel147; + private DevExpress.XtraReports.UI.XRLabel xrLabel148; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox46; + private DevExpress.XtraReports.UI.XRLabel xrLabel142; + private DevExpress.XtraReports.UI.XRLabel xrLabel143; + private DevExpress.XtraReports.UI.XRLabel xrLabel144; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox44; + private DevExpress.XtraReports.UI.XRLabel xrLabel138; + private DevExpress.XtraReports.UI.XRLabel xrLabel139; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox43; + private DevExpress.XtraReports.UI.XRLabel xrLabel140; + private DevExpress.XtraReports.UI.XRLabel xrLabel141; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox42; + private DevExpress.XtraReports.UI.XRLabel xrLabel130; + private DevExpress.XtraReports.UI.XRLabel xrLabel131; + private DevExpress.XtraReports.UI.XRLabel xrLabel126; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox41; + private DevExpress.XtraReports.UI.XRLabel xrLabel127; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox40; + private DevExpress.XtraReports.UI.XRLabel xrLabel128; + private DevExpress.XtraReports.UI.XRLabel xrLabel129; + private DevExpress.XtraReports.UI.XRLabel xrLabel116; + private DevExpress.XtraReports.UI.XRLabel xrLabel117; + private DevExpress.XtraReports.UI.XRLabel xrLabel118; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox35; + private DevExpress.XtraReports.UI.XRLabel xrLabel119; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox36; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox37; + private DevExpress.XtraReports.UI.XRLabel xrLabel120; + private DevExpress.XtraReports.UI.XRLabel xrLabel121; + private DevExpress.XtraReports.UI.XRLabel xrLabel122; + private DevExpress.XtraReports.UI.XRLabel xrLabel123; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox39; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox38; + private DevExpress.XtraReports.UI.XRLabel xrLabel124; + private DevExpress.XtraReports.UI.XRLabel xrLabel125; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox30; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox31; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox32; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRLabel xrLabel32; + private DevExpress.XtraReports.UI.XRLabel xrLabel42; + private DevExpress.XtraReports.UI.XRLabel xrLabel43; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox34; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox33; + private DevExpress.XtraReports.UI.XRLabel xrLabel114; + private DevExpress.XtraReports.UI.XRLabel xrLabel115; + private DevExpress.XtraReports.UI.XRLabel xrLabel110; + private DevExpress.XtraReports.UI.XRLabel xrLabel111; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox28; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox29; + private DevExpress.XtraReports.UI.XRLabel xrLabel112; + private DevExpress.XtraReports.UI.XRLabel xrLabel113; + private DevExpress.XtraReports.UI.XRLabel xrLabel108; + private DevExpress.XtraReports.UI.XRLabel xrLabel107; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox27; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox26; + private DevExpress.XtraReports.UI.XRLabel xrLabel101; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox25; + private DevExpress.XtraReports.UI.XRLabel xrLabel102; + private DevExpress.XtraReports.UI.XRLabel xrLabel103; + private DevExpress.XtraReports.UI.XRLabel xrLabel104; + private DevExpress.XtraReports.UI.XRLabel xrLabel105; + private DevExpress.XtraReports.UI.XRLabel xrLabel106; + private DevExpress.XtraReports.UI.XRLabel xrLabel109; + private DevExpress.XtraReports.UI.XRLabel xrLabel92; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox23; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox22; + private DevExpress.XtraReports.UI.XRLabel xrLabel93; + private DevExpress.XtraReports.UI.XRLabel xrLabel94; + private DevExpress.XtraReports.UI.XRLabel xrLabel95; + private DevExpress.XtraReports.UI.XRLabel xrLabel96; + private DevExpress.XtraReports.UI.XRLabel xrLabel97; + private DevExpress.XtraReports.UI.XRLabel xrLabel98; + private DevExpress.XtraReports.UI.XRLabel xrLabel99; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox24; + private DevExpress.XtraReports.UI.XRLabel xrLabel100; + private DevExpress.XtraReports.UI.XRLabel xrLabel90; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox21; + private DevExpress.XtraReports.UI.XRLabel xrLabel91; + private DevExpress.XtraReports.UI.XRLabel xrLabel89; + private DevExpress.XtraReports.UI.XRLabel xrLabel77; + private DevExpress.XtraReports.UI.XRLabel xrLabel78; + private DevExpress.XtraReports.UI.XRLabel xrLabel79; + private DevExpress.XtraReports.UI.XRLabel xrLabel80; + private DevExpress.XtraReports.UI.XRLabel xrLabel81; + private DevExpress.XtraReports.UI.XRLabel xrLabel82; + private DevExpress.XtraReports.UI.XRLabel xrLabel83; + private DevExpress.XtraReports.UI.XRLabel xrLabel84; + private DevExpress.XtraReports.UI.XRLabel xrLabel85; + private DevExpress.XtraReports.UI.XRLabel xrLabel86; + private DevExpress.XtraReports.UI.XRLabel xrLabel87; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox19; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox20; + private DevExpress.XtraReports.UI.XRLabel xrLabel88; + private DevExpress.XtraReports.UI.XRLabel xrLabel75; + private DevExpress.XtraReports.UI.XRLabel xrLabel76; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox18; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox17; + private DevExpress.XtraReports.UI.XRLabel xrLabel71; + private DevExpress.XtraReports.UI.XRLabel xrLabel72; + private DevExpress.XtraReports.UI.XRLabel xrLabel73; + private DevExpress.XtraReports.UI.XRLabel xrLabel74; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox16; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox14; + private DevExpress.XtraReports.UI.XRLabel xrLabel67; + private DevExpress.XtraReports.UI.XRLabel xrLabel68; + private DevExpress.XtraReports.UI.XRLabel xrLabel69; + private DevExpress.XtraReports.UI.XRLabel xrLabel70; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox15; + private DevExpress.XtraReports.UI.XRLabel xrLabel60; + private DevExpress.XtraReports.UI.XRLabel xrLabel61; + private DevExpress.XtraReports.UI.XRLabel xrLabel62; + private DevExpress.XtraReports.UI.XRCheckBox chkBoxEinpersonenhh; + private DevExpress.XtraReports.UI.XRLabel xrLabel64; + private DevExpress.XtraReports.UI.XRLabel xrLabel65; + private DevExpress.XtraReports.UI.XRLabel xrLabel66; + private DevExpress.XtraReports.UI.XRCheckBox chkBoxMehrpersonenhh; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox11; + private DevExpress.XtraReports.UI.XRLabel xrLabel58; + private DevExpress.XtraReports.UI.XRLabel xrLabel59; + private DevExpress.XtraReports.UI.XRLabel xrLabel50; + private DevExpress.XtraReports.UI.XRLabel xrLabel51; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox10; + 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 xrLabel56; + private DevExpress.XtraReports.UI.XRLabel xrLabel57; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel46; + private DevExpress.XtraReports.UI.XRLabel xrLabel47; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox8; + private DevExpress.XtraReports.UI.XRLabel xrLabel48; + private DevExpress.XtraReports.UI.XRLabel xrLabel49; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox9; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox7; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRLabel xrLabel29; + private DevExpress.XtraReports.UI.XRLabel xrLabel30; + private DevExpress.XtraReports.UI.XRLabel xrLabel31; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox4; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox5; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox6; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox3; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox2; + private DevExpress.XtraReports.UI.XRLabel xrLabel44; + private DevExpress.XtraReports.UI.XRLabel xrLabel45; + private DevExpress.XtraReports.UI.XRLabel xrLabel40; + private DevExpress.XtraReports.UI.XRLabel xrLabel41; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox1; + private DevExpress.XtraReports.UI.XRLabel xrLabel37; + private DevExpress.XtraReports.UI.XRLabel xrLabel38; + private DevExpress.XtraReports.UI.XRLabel xrLabel39; + private DevExpress.XtraReports.UI.XRLabel xrLabel35; + private DevExpress.XtraReports.UI.XRLabel xrLabel33; + private DevExpress.XtraReports.UI.XRLabel xrLabel34; + private DevExpress.XtraReports.UI.XRLabel xrLabel561; + private DevExpress.XtraReports.UI.XRLabel xrLabel36; + private DevExpress.XtraReports.UI.SubBand SubBand2; + private DevExpress.XtraReports.UI.XRLabel xrLabel399; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox256; + private DevExpress.XtraReports.UI.XRLabel xrLabel329; + private DevExpress.XtraReports.UI.XRLabel xrLabel328; + private DevExpress.XtraReports.UI.XRLabel xrLabel327; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox255; + private DevExpress.XtraReports.UI.XRLabel xrLabel326; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox254; + private DevExpress.XtraReports.UI.XRLabel xrLabel325; + private DevExpress.XtraReports.UI.XRLabel xrLabel324; + private DevExpress.XtraReports.UI.XRLabel xrLabel323; + private DevExpress.XtraReports.UI.XRLabel xrLabel322; + private DevExpress.XtraReports.UI.XRLabel xrLabel321; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox249; + private DevExpress.XtraReports.UI.XRLabel xrLabel320; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox250; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox251; + private DevExpress.XtraReports.UI.XRLabel xrLabel319; + private DevExpress.XtraReports.UI.XRLabel xrLabel318; + private DevExpress.XtraReports.UI.XRLabel xrLabel317; + private DevExpress.XtraReports.UI.XRLabel xrLabel316; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox253; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox252; + private DevExpress.XtraReports.UI.XRLabel xrLabel315; + private DevExpress.XtraReports.UI.XRLabel xrLabel314; + private DevExpress.XtraReports.UI.XRLabel xrLabel313; + private DevExpress.XtraReports.UI.XRLabel xrLabel312; + private DevExpress.XtraReports.UI.XRLabel xrLabel311; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox244; + private DevExpress.XtraReports.UI.XRLabel xrLabel310; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox246; + private DevExpress.XtraReports.UI.XRLabel xrLabel309; + private DevExpress.XtraReports.UI.XRLabel xrLabel308; + private DevExpress.XtraReports.UI.XRLabel xrLabel307; + private DevExpress.XtraReports.UI.XRLabel xrLabel306; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox248; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox247; + private DevExpress.XtraReports.UI.XRLabel xrLabel305; + private DevExpress.XtraReports.UI.XRLabel xrLabel304; + private DevExpress.XtraReports.UI.XRLabel xrLabel299; + private DevExpress.XtraReports.UI.XRLabel xrLabel298; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox218; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox217; + private DevExpress.XtraReports.UI.XRLabel xrLabel297; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox216; + private DevExpress.XtraReports.UI.XRLabel xrLabel296; + private DevExpress.XtraReports.UI.XRLabel xrLabel295; + private DevExpress.XtraReports.UI.XRLabel xrLabel291; + private DevExpress.XtraReports.UI.XRLabel xrLabel278; + private DevExpress.XtraReports.UI.XRLabel xrLabel277; + private DevExpress.XtraReports.UI.XRLabel xrLabel276; + private DevExpress.XtraReports.UI.XRLabel xrLabel275; + private DevExpress.XtraReports.UI.XRLabel xrLabel274; + private DevExpress.XtraReports.UI.XRLabel xrLabel273; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox210; + private DevExpress.XtraReports.UI.XRLabel xrLabel253; + private DevExpress.XtraReports.UI.XRLabel xrLabel252; + private DevExpress.XtraReports.UI.XRLabel xrLabel251; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox211; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox209; + private DevExpress.XtraReports.UI.XRLabel xrLabel250; + private DevExpress.XtraReports.UI.XRLabel xrLabel249; + private DevExpress.XtraReports.UI.XRLabel xrLabel248; + private DevExpress.XtraReports.UI.XRLabel xrLabel247; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox208; + private DevExpress.XtraReports.UI.XRLabel xrLabel246; + private DevExpress.XtraReports.UI.XRLabel xrLabel245; + private DevExpress.XtraReports.UI.XRLabel xrLabel244; + private DevExpress.XtraReports.UI.XRLabel xrLabel243; + private DevExpress.XtraReports.UI.XRLabel xrLabel242; + private DevExpress.XtraReports.UI.XRLabel xrLabel241; + private DevExpress.XtraReports.UI.XRLabel xrLabel240; + private DevExpress.XtraReports.UI.XRLabel xrLabel239; + private DevExpress.XtraReports.UI.XRLabel xrLabel238; + private DevExpress.XtraReports.UI.XRLabel xrLabel237; + private DevExpress.XtraReports.UI.XRLabel xrLabel236; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox205; + private DevExpress.XtraReports.UI.XRLabel xrLabel235; + private DevExpress.XtraReports.UI.XRLabel xrLabel234; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox206; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox204; + private DevExpress.XtraReports.UI.XRLabel xrLabel233; + private DevExpress.XtraReports.UI.XRLabel xrLabel232; + private DevExpress.XtraReports.UI.XRLabel xrLabel231; + private DevExpress.XtraReports.UI.XRLabel xrLabel230; + private DevExpress.XtraReports.UI.XRLabel xrLabel229; + private DevExpress.XtraReports.UI.XRLabel xrLabel223; + private DevExpress.XtraReports.UI.XRLabel xrLabel222; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox202; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox203; + private DevExpress.XtraReports.UI.XRLabel xrLabel221; + private DevExpress.XtraReports.UI.XRLabel xrLabel220; + private DevExpress.XtraReports.UI.XRLabel xrLabel216; + private DevExpress.XtraReports.UI.XRLabel xrLabel215; + private DevExpress.XtraReports.UI.XRLabel xrLabel214; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox201; + private DevExpress.XtraReports.UI.XRLabel xrLabel211; + private DevExpress.XtraReports.UI.XRLabel xrLabel210; + private DevExpress.XtraReports.UI.XRLabel xrLabel209; + private DevExpress.XtraReports.UI.XRLabel xrLabel208; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox200; + private DevExpress.XtraReports.UI.XRLabel xrLabel207; + private DevExpress.XtraReports.UI.XRLabel xrLabel206; + private DevExpress.XtraReports.UI.XRLabel xrLabel205; + private DevExpress.XtraReports.UI.XRLabel xrLabel204; + private DevExpress.XtraReports.UI.XRLabel xrLabel203; + private DevExpress.XtraReports.UI.XRLabel xrLabel202; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox207; + private DevExpress.XtraReports.UI.XRLabel xrLabel213; + private DevExpress.XtraReports.UI.XRLabel xrLabel212; + private DevExpress.XtraReports.UI.XRLabel xrLabel256; + private DevExpress.XtraReports.UI.XRLabel xrLabel255; + private DevExpress.XtraReports.UI.XRLabel xrLabel254; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox212; + private DevExpress.XtraReports.UI.XRLabel xrLabel228; + private DevExpress.XtraReports.UI.XRLabel xrLabel227; + private DevExpress.XtraReports.UI.XRLabel xrLabel226; + private DevExpress.XtraReports.UI.XRLabel xrLabel225; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox213; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox215; + private DevExpress.XtraReports.UI.XRLabel xrLabel224; + private DevExpress.XtraReports.UI.XRLabel xrLabel219; + private DevExpress.XtraReports.UI.XRLabel xrLabel218; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox214; + private DevExpress.XtraReports.UI.XRLabel xrLabel217; + private DevExpress.XtraReports.UI.XRLabel xrLabel262; + private DevExpress.XtraReports.UI.XRLabel xrLabel261; + private DevExpress.XtraReports.UI.XRLabel xrLabel260; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox219; + private DevExpress.XtraReports.UI.XRLabel xrLabel259; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox220; + private DevExpress.XtraReports.UI.XRLabel xrLabel258; + private DevExpress.XtraReports.UI.XRLabel xrLabel257; + private DevExpress.XtraReports.UI.XRLabel xrLabel279; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox226; + private DevExpress.XtraReports.UI.XRLabel xrLabel272; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox225; + private DevExpress.XtraReports.UI.XRLabel xrLabel271; + private DevExpress.XtraReports.UI.XRLabel xrLabel270; + private DevExpress.XtraReports.UI.XRLabel xrLabel268; + private DevExpress.XtraReports.UI.XRLabel xrLabel267; + private DevExpress.XtraReports.UI.XRLabel xrLabel266; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox222; + private DevExpress.XtraReports.UI.XRLabel xrLabel265; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox223; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox224; + private DevExpress.XtraReports.UI.XRLabel xrLabel264; + private DevExpress.XtraReports.UI.XRLabel xrLabel263; + private DevExpress.XtraReports.UI.XRLabel xrLabel294; + private DevExpress.XtraReports.UI.XRLabel xrLabel293; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox242; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox243; + private DevExpress.XtraReports.UI.XRLabel xrLabel292; + private DevExpress.XtraReports.UI.XRLabel xrLabel290; + private DevExpress.XtraReports.UI.XRLabel xrLabel289; + private DevExpress.XtraReports.UI.XRLabel xrLabel288; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox241; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox240; + private DevExpress.XtraReports.UI.XRLabel xrLabel287; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox239; + private DevExpress.XtraReports.UI.XRLabel xrLabel286; + private DevExpress.XtraReports.UI.XRLabel xrLabel285; + private DevExpress.XtraReports.UI.XRLabel xrLabel281; + private DevExpress.XtraReports.UI.XRLabel xrLabel331; + private DevExpress.XtraReports.UI.XRLabel xrLabel330; + private DevExpress.XtraReports.UI.XRLabel xrLabel303; + private DevExpress.XtraReports.UI.XRLabel xrLabel302; + private DevExpress.XtraReports.UI.XRLabel xrLabel301; + private DevExpress.XtraReports.UI.XRLabel xrLabel300; + private DevExpress.XtraReports.UI.XRLabel xrLabel359; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox234; + private DevExpress.XtraReports.UI.XRLabel xrLabel358; + private DevExpress.XtraReports.UI.XRLabel xrLabel357; + private DevExpress.XtraReports.UI.XRLabel xrLabel356; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox235; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox233; + private DevExpress.XtraReports.UI.XRLabel xrLabel355; + private DevExpress.XtraReports.UI.XRLabel xrLabel354; + private DevExpress.XtraReports.UI.XRLabel xrLabel353; + private DevExpress.XtraReports.UI.XRLabel xrLabel352; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox232; + private DevExpress.XtraReports.UI.XRLabel xrLabel351; + private DevExpress.XtraReports.UI.XRLabel xrLabel350; + private DevExpress.XtraReports.UI.XRLabel xrLabel349; + private DevExpress.XtraReports.UI.XRLabel xrLabel345; + private DevExpress.XtraReports.UI.XRLabel xrLabel344; + private DevExpress.XtraReports.UI.XRLabel xrLabel343; + private DevExpress.XtraReports.UI.XRLabel xrLabel342; + private DevExpress.XtraReports.UI.XRLabel xrLabel341; + private DevExpress.XtraReports.UI.XRLabel xrLabel340; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox228; + private DevExpress.XtraReports.UI.XRLabel xrLabel339; + private DevExpress.XtraReports.UI.XRLabel xrLabel338; + private DevExpress.XtraReports.UI.XRLabel xrLabel337; + private DevExpress.XtraReports.UI.XRLabel xrLabel336; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox229; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox231; + private DevExpress.XtraReports.UI.XRLabel xrLabel335; + private DevExpress.XtraReports.UI.XRLabel xrLabel333; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox230; + private DevExpress.XtraReports.UI.XRLabel xrLabel282; + private DevExpress.XtraReports.UI.XRLabel xrLabel362; + private DevExpress.XtraReports.UI.XRLabel xrLabel361; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox236; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox238; + private DevExpress.XtraReports.UI.XRLabel xrLabel360; + private DevExpress.XtraReports.UI.XRLabel xrLabel332; + private DevExpress.XtraReports.UI.XRLabel xrLabel284; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox237; + private DevExpress.XtraReports.UI.XRLabel xrLabel283; + private DevExpress.XtraReports.UI.XRLabel xrLabel269; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox227; + private DevExpress.XtraReports.UI.XRLabel xrLabel280; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox245; + private DevExpress.XtraReports.UI.XRLabel xrLabel347; + private DevExpress.XtraReports.UI.XRLabel xrLabel201; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.XRTable xrTable8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTable xrTable9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport1; + private DevExpress.XtraReports.UI.DetailBand Detail2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.SubBand SubBand1; + private DevExpress.XtraReports.UI.XRLabel lblTätigkeiten; + private DevExpress.XtraReports.UI.XRLabel xrLabel348; + private DevExpress.XtraReports.UI.XRLabel xrLabel374; + private DevExpress.XtraReports.UI.XRLabel lblWochenAZeit; + private DevExpress.XtraReports.UI.XRLabel lblMotZuwendung; + private DevExpress.XtraReports.UI.XRLabel xrLabel381; + private DevExpress.XtraReports.UI.XRLabel lblFahrtpauschale; + private DevExpress.XtraReports.UI.XRLabel xrLabel386; + private DevExpress.XtraReports.UI.XRLabel xrLabel377; + private DevExpress.XtraReports.UI.XRLabel xrLabel380; + private DevExpress.XtraReports.UI.XRLabel xrLabel401; + private DevExpress.XtraReports.UI.XRLabel lblFirma; + private DevExpress.XtraReports.UI.XRLabel lblFirmaAnschrift; + private DevExpress.XtraReports.UI.XRTable tableArbeitszeiten; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell lblMoBeginn; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell lblMoPause; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell lblMiPause; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell lblMoEnde; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader1; + private DevExpress.XtraReports.UI.XRLabel lblZVAusscheiden; + private DevExpress.XtraReports.UI.XRLabel xrLabel397; + private DevExpress.XtraReports.UI.XRLabel xrLabel394; + private DevExpress.XtraReports.UI.XRLabel lblZVBefristung; + private DevExpress.XtraReports.UI.XRLabel xrLabel392; + private DevExpress.XtraReports.UI.XRLabel lblZVAufnahme; + private DevExpress.XtraReports.UI.XRLabel lblFirmaTel; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel lblDatum; + private DevExpress.XtraReports.UI.XRLabel xrLabel346; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox221; + } +} diff --git a/ReportImp/DomizielAnsbach/KlientenStammblattZV.cs b/ReportImp/DomizielAnsbach/KlientenStammblattZV.cs new file mode 100644 index 000000000..b01a9bd08 --- /dev/null +++ b/ReportImp/DomizielAnsbach/KlientenStammblattZV.cs @@ -0,0 +1,848 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BS.Shared; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BS.Shared.Core; +using BeWo.Report; +using System.Text; +using BS.Shared.DataContracts; +using System.Collections.Generic; +using System.Linq; +using DomizielAnsbach.Service; + +namespace DomizielAnsbach +{ + [IDSpecificClass(Identifier = "Zuverdienst")] + public partial class KlientenstammblattZV : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public KlientenstammblattZV() + { + InitializeComponent(); + } + + public void SetReportDataSource(CustomerDataRO pRO) + { + long cbOid = 0; + var c = DAOFactory.GenericDAO.LoadByID(pRO.CustomerOid); + // Stammdatenblatt: + StringBuilder sbAnschrift = new StringBuilder(); + StringBuilder sbAnschrift2 = new StringBuilder(); + if (pRO.EnvironmentOrganisations != null) + { + for (int i = pRO.EnvironmentOrganisations.Count - 1; i >= 0; i--) + { + var org = pRO.EnvironmentOrganisations[i]; + if (org.RelationRole != null && org.RelationRole.DisplayName == "Zuverdienstplatz") + { + lblFirma.Text += org.Organisation.Name; + sbAnschrift.AppendLine(org.Organisation.Street); + sbAnschrift.Append(org.Organisation.PostalCode); + sbAnschrift.Append(" "); + sbAnschrift.AppendLine(org.Organisation.Town); + + sbAnschrift2.AppendLine(org.Organisation.ContactSummaryInfo); + sbAnschrift2.AppendLine(""); + //pRO.EnvironmentOrganisations.Remove(org); falls noch Unternehmensliste aufgeführt werden müsste... + } + } + } + lblFirmaAnschrift.Text = sbAnschrift.ToString(); + lblFirmaTel.Text = sbAnschrift2.ToString(); + lblDatum.Text += DateTime.Now.Date.ToString("dd.MM.yyyy"); + + CreateArbeitszeitenTable(pRO.Customer.Arbeitszeiten, pRO, c); + + //Statistik zum Zuverdienstteilnehmer + //Geschlecht + if (pRO.Sex.Equals("weiblich")) + xrCheckBox1.Checked = true; + else if (pRO.Sex.Equals("männlich")) + xrCheckBox2.Checked = true; + else if (pRO.Sex.Equals("divers")) + xrCheckBox3.Checked = true; + //Familienstand + if (pRO.FamilyStatus.Equals("ledig")) + xrCheckBox4.Checked = true; + else if (pRO.FamilyStatus.Equals("verheiratet") || pRO.FamilyStatus.Equals("verpartnert") || pRO.FamilyStatus.Equals("in Partnerschaft")) + xrCheckBox5.Checked = true; + else if (pRO.FamilyStatus.Equals("geschieden") || pRO.FamilyStatus.Equals("getrennt lebend") || pRO.FamilyStatus.Equals("entpartnert")) + xrCheckBox6.Checked = true; + else if (pRO.FamilyStatus.Equals("verwitwet")) + xrCheckBox7.Checked = true; + //Migrationshintergrund + if (pRO.Customer.IsMigrant) + xrCheckBox8.Checked = true; + else + xrCheckBox9.Checked = true; + //Wohnort + if (pRO.Customer.Town.Contains("Ansbach")) + xrCheckBox10.Checked = true; + else + xrCheckBox11.Checked = true; + + SetVarFieldValuesTeilnehmer(pRO, c); + + //Angaben zum Zuverdienstplatz + foreach (var o2p in pRO.EnvironmentOrganisations) + { + if (o2p.RelationRole.ToString() == "Zuverdienstplatz") + { + cbOid = o2p.Organisation.CostBearerOid ?? 0; + //Unternehmenssitz + if (!String.IsNullOrEmpty(o2p.Organisation.Town)) + { + if (o2p.Organisation.Town.Contains("Ansbach")) + xrCheckBox200.Checked = true; + else + xrCheckBox201.Checked = true; + } + + //Branche + if (!String.IsNullOrEmpty(o2p.Info1)) + { + if (o2p.Info1.ToLower().Contains("dienst")) + xrCheckBox202.Checked = true; + else if (o2p.Info1.ToLower().Contains("produktion")) + xrCheckBox203.Checked = true; + else + { + xrCheckBox204.Checked = true; + xrLabel233.Text = "Sonstiges: " + o2p.Info1.ToString(); + } + } + //Anleiterin - Geschlecht + var anleiterin = DAOFactory.GenericDAO.LoadByID(o2p.Person.PersonOid); + if (anleiterin.Sex.Equals("Female")) + xrCheckBox205.Checked = true; + else if (anleiterin.Sex.Equals("Male")) + xrCheckBox206.Checked = true; + else if (anleiterin.Sex.Equals("Divers")) + xrCheckBox207.Checked = true; + } + } + if (cbOid != 0) + SetVarFieldValuesStammdaten(pRO, cbOid, c); + SetArbeitszeiten(pRO, cbOid, c); + SetAbwesenheiten(pRO, c); + SetVarFieldValuesPlatz(pRO, c); + + this.bindingSource1.DataSource = pRO; + } + + private void SetVarFieldValuesStammdaten(CustomerDataRO pRO, long cbOid, Customer c) + { + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 22) + { + if (varFieldValue.ToString().Contains("Voll")) + chkBoxVoll.Checked = true; + else if (varFieldValue.ToString().Contains("Teil")) + chkBoxTeil.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 23) + { + lblErwerbsmindB.Text = String.Format("{0:dd.MM.yyyy}", varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 24) + { + lblErwerbsmindBef.Text = String.Format("{0:dd.MM.yyyy}", varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 50) + { + lblZVAufnahme.Text = String.Format("{0:dd.MM.yyyy}", varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 51) + { + lblZVBefristung.Text = String.Format("{0:dd.MM.yyyy}", varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 52) + { + lblZVAusscheiden.Text = String.Format("{0:dd.MM.yyyy}", varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 53) + { + lblTätigkeiten.Text = varFieldValue.ToString(); + } + } + } + } + + private void CreateArbeitszeitenTable(List zeiten, CustomerDataRO pRO, Customer c) + { + if (zeiten != null) + { + var pause = ""; + var pauseTag = ""; + + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 69) + { + if (varFieldValue.ToString() == "True") + { + pause = "n.Bedarf"; + pauseTag = pause; + } + } + } + } + + foreach (var az in zeiten) + { + if ((!az.GueltigVon.HasValue || az.GueltigVon <= DateTime.Now) && + (!az.GueltigBis.HasValue || az.GueltigBis >= DateTime.Now) && az.Eintraege != null) + { + foreach (var e in az.Eintraege) + { + pauseTag = pause; + if (e.Tag == AppointmentDayOfWeek.Montag) + { + if (e.Notice != "Pause") + { + lblMoBeginn.Text = e.UhrzeitVon; + lblMoEnde.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + lblMoPause.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Dienstag) + { + if (e.Notice != "Pause") + { + xrTableCell13.Text = e.UhrzeitVon; + xrTableCell32.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + xrTableCell23.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Mittwoch) + { + if (e.Notice != "Pause") + { + xrTableCell15.Text = e.UhrzeitVon; + xrTableCell33.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + lblMiPause.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Donnerstag) + { + if (e.Notice != "Pause") + { + xrTableCell16.Text = e.UhrzeitVon; + xrTableCell34.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + xrTableCell25.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Freitag) + { + if (e.Notice != "Pause") + { + xrTableCell17.Text = e.UhrzeitVon; + xrTableCell35.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + xrTableCell26.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Samstag) + { + if (e.Notice != "Pause") + { + xrTableCell19.Text = e.UhrzeitVon; + xrTableCell37.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + xrTableCell28.Text = pauseTag; + } + else if (e.Tag == AppointmentDayOfWeek.Sonntag) + { + if (e.Notice != "Pause") + { + xrTableCell20.Text = e.UhrzeitVon; + xrTableCell38.Text = e.UhrzeitBis; + } + else + { + var std = GetPausenzeitFuerTag(e); + pauseTag = String.Format("{0:0}", std); + } + xrTableCell29.Text = pauseTag; + } + } + } + } + } + } + + private void SetArbeitszeiten(CustomerDataRO pRO, long cbOid, Customer c) + { + int quarter = (int)Math.Ceiling(DateTime.Now.Month / (double)3); + string wochenAZeitQ1; + string wochenAZeitQ2; + string wochenAZeitQ3; + string wochenAZeitQ4; + var pausch = ZuverdienstHelper.GetPauschalen(cbOid, c, DateTime.Today); + var tage = ZuverdienstHelper.SetArbeitszeiten(pRO, cbOid, c); + + foreach (var s in c.SupportConcepts) + { + foreach (var c2s in s.CostBearer2SupportConceptList) + { + if (c2s.CostBearer.Oid == cbOid) + { + foreach (var scap in c2s.ApprovalPeriodList) + { + if (scap.StartDate <= DateTime.Now.Date && DateTime.Now.Date <= scap.EndDate) + { + foreach (var vv in scap.CostBearer2SupportConcept.SupportConcept.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 100) + { + wochenAZeitQ1 = String.Format("{0:0.00}", varFieldValue); + xrCheckBox208.Checked = true; + xrLabel247.Text += "" + wochenAZeitQ1; + } + else if (vv.VarFieldDefOid.Value == 101) + { + if (quarter > 1) + { + wochenAZeitQ2 = String.Format("{0:0.00}", varFieldValue); + xrCheckBox209.Checked = true; + xrLabel250.Text += "" + wochenAZeitQ2; + lblWochenAZeit.Text = wochenAZeitQ2; + } + } + else if (vv.VarFieldDefOid.Value == 102) + { + if (quarter > 2) + { + wochenAZeitQ3 = String.Format("{0:0.00}", varFieldValue); + xrCheckBox210.Checked = true; + xrLabel399.Text += "" + wochenAZeitQ3; + lblWochenAZeit.Text = wochenAZeitQ3; + } + + } + else if (vv.VarFieldDefOid.Value == 103) + { + if (quarter > 3) + { + wochenAZeitQ4 = String.Format("{0:0.00}", varFieldValue); + xrCheckBox211.Checked = true; + xrLabel251.Text += "" + wochenAZeitQ4; + lblWochenAZeit.Text = wochenAZeitQ4; + } + } + } + } + if (tage.wochenAZeitIstQ1 != 0) + { + xrCheckBox212.Checked = true; + xrLabel228.Text += String.Format("{0}", tage.wochenAZeitIstQ1); + } + if (tage.wochenAZeitIstQ2 != 0) + { + xrCheckBox213.Checked = true; + xrLabel225.Text += String.Format("{0}", tage.wochenAZeitIstQ2); + } + if (tage.wochenAZeitIstQ3 != 0) + { + xrCheckBox214.Checked = true; + xrLabel217.Text += String.Format("{0}", tage.wochenAZeitIstQ3); + } + if (tage.wochenAZeitIstQ4 != 0) + { + xrCheckBox215.Checked = true; + xrLabel224.Text += String.Format("{0}", tage.wochenAZeitIstQ4); + } + } + } + } + } + } + if (pausch.motZuwend4 != 0 && pausch.dateMotZuwend4 != DateTime.MinValue && pausch.dateMotZuwend4 <= DateTime.Today) + lblMotZuwendung.Text = String.Format("{0:0.00}", pausch.motZuwend4); + else if (pausch.motZuwend3 != 0 && pausch.dateMotZuwend3 != DateTime.MinValue && pausch.dateMotZuwend3 <= DateTime.Today) + lblMotZuwendung.Text = String.Format("{0:0.00}", pausch.motZuwend3); + else if (pausch.motZuwend2 != 0 && pausch.dateMotZuwend2 != DateTime.MinValue && pausch.dateMotZuwend2 <= DateTime.Today) + lblMotZuwendung.Text = String.Format("{0:0.00}", pausch.motZuwend2); + else if (pausch.motZuwend1 != 0 && pausch.dateMotZuwend1 != DateTime.MinValue && pausch.dateMotZuwend1 <= DateTime.Today) + lblMotZuwendung.Text = String.Format("{0:0.00}", pausch.motZuwend1); + + if (pausch.fahrPausch2 != 0 && pausch.dateFahrPausch2 != DateTime.MinValue && pausch.dateFahrPausch2 <= DateTime.Today) + lblFahrtpauschale.Text = String.Format("{0:0.00}", pausch.fahrPausch2); + else if (pausch.fahrPausch1 != 0 && pausch.dateFahrPausch1 != DateTime.MinValue && pausch.dateFahrPausch1 <= DateTime.Today) + lblFahrtpauschale.Text = String.Format("{0:0.00}", pausch.fahrPausch1); + } + + private void SetAbwesenheiten(CustomerDataRO pRO, Customer c) + { + DateTime jahresbeginn = new DateTime(DateTime.Today.Year, 1, 1); + decimal entschuldigtQ1 = 0; + decimal entschuldigtQ2 = 0; + decimal entschuldigtQ3 = 0; + decimal entschuldigtQ4 = 0; + decimal unentschuldigtQ1 = 0; + decimal unentschuldigtQ2 = 0; + decimal unentschuldigtQ3 = 0; + decimal unentschuldigtQ4 = 0; + if (c.AbsenceTimes != null) + { + foreach (var at in c.AbsenceTimes) + { + if (at.AbsenceReason.BillableMinutes.HasValue && at.AbsenceReason.Description.Contains("ZV")) + { + if (at.Start.HasValue && at.End.HasValue && (at.Start.Value >= jahresbeginn || at.End.Value >= DateTime.Today) && at.Start.Value <= DateTime.Today) + { + for (int i = 0; i <= (at.End.Value - at.Start.Value).Days; i++) + { + if (at.AbsenceReason.Description.Contains("Feiertag") || at.AbsenceReason.Description.Contains("Urlaub") || + at.AbsenceReason.Description.Contains("entschuldigt") || at.AbsenceReason.Description.Contains("Sonstiges")) + { + if (at.Start.Value.AddDays(i) >= jahresbeginn && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(3)) + entschuldigtQ1 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(3) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(6)) + entschuldigtQ2 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(6) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(9)) + entschuldigtQ3 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(9) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(12)) + entschuldigtQ4 += 1; + } + + else if (at.AbsenceReason.Description.Contains("Krank") || at.AbsenceReason.Description.Contains("unentschuldigt")) + { + if (at.Start.Value.AddDays(i) >= jahresbeginn && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(3)) + unentschuldigtQ1 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(3) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(6)) + unentschuldigtQ2 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(6) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(9)) + unentschuldigtQ3 += 1; + else if (at.Start.Value.AddDays(i) >= jahresbeginn.AddMonths(9) && at.Start.Value.AddDays(i) < jahresbeginn.AddMonths(12)) + unentschuldigtQ4 += 1; + } + } + } + } + } + if (entschuldigtQ1 != 0) + { + xrCheckBox217.Checked = true; + xrLabel297.Text += String.Format("{0}", entschuldigtQ1); + } + if (unentschuldigtQ1 != 0) + { + xrCheckBox218.Checked = true; + xrLabel291.Text += String.Format("{0}", unentschuldigtQ1); + } + if (entschuldigtQ2 != 0) + { + xrCheckBox220.Checked = true; + xrLabel259.Text += String.Format("{0}", entschuldigtQ2); + } + if (unentschuldigtQ2 != 0) + { + xrCheckBox221.Checked = true; + xrLabel262.Text += String.Format("{0}", unentschuldigtQ2); + } + if (entschuldigtQ3 != 0) + { + xrCheckBox223.Checked = true; + xrLabel265.Text += String.Format("{0}", entschuldigtQ3); + } + if (unentschuldigtQ3 != 0) + { + xrCheckBox224.Checked = true; + xrLabel268.Text += String.Format("{0}", unentschuldigtQ3); + } + if (entschuldigtQ4 != 0) + { + xrCheckBox226.Checked = true; + xrLabel272.Text += String.Format("{0}", entschuldigtQ4); + } + if (unentschuldigtQ4 != 0) + { + xrCheckBox227.Checked = true; + xrLabel269.Text += String.Format("{0}", unentschuldigtQ4); + } + } + } + + private decimal GetPausenzeitFuerTag(ArbeitszeitEintragDC e) + { + var day = DateTime.Now; + decimal min = 0; + + String dateStr1 = String.Format("{0:dd.MM.yyyy} {1}", day, e.UhrzeitVon); + String dateStr2 = String.Format("{0:dd.MM.yyyy} {1}", day, e.UhrzeitBis); + + DateTime date1; + DateTime date2; + + if (DateTime.TryParse(dateStr1, out date1) && DateTime.TryParse(dateStr2, out date2)) + min += (decimal)date2.Subtract(date1).TotalMinutes; + + return min; + } + + private void SetVarFieldValuesTeilnehmer(CustomerDataRO pRO, Customer c) + { + String haushalt = ""; // Oid = 2 + String ausbildung = ""; // Oid = 3 + String erfahrung = ""; // Oid = 4 + String tätigkeiten = ""; // Oid = 5 + String tätigkeiten2 = ""; // Oid = 7 + String tätigkeiten3 = ""; // Oid = 9 + String unterhalt = ""; // Oid = 13 + String ausweis = ""; // Oid = 15 + String vollmacht = ""; // Oid = 16 + String hilfen = ""; // Oid = 17 + + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 7) + { + if (varFieldValue.ToString() == "True") + chkBoxEinpersonenhh.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 8) + { + chkBoxMehrpersonenhh.Checked = true; + haushalt = varFieldValue.ToString(); + if (haushalt.Contains("Partner/in und Kind/ern")) + xrCheckBox15.Checked = true; + else if (haushalt.Contains("Partner/in")) + xrCheckBox14.Checked = true; + else if (haushalt.Contains("alleinerziehend")) + xrCheckBox16.Checked = true; + else if (haushalt.Contains("Wohngemeinschaft")) + xrCheckBox17.Checked = true; + else if (haushalt.Contains("Eltern")) + xrCheckBox18.Checked = true; + else if (haushalt == " - ") + chkBoxMehrpersonenhh.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 9) + { + ausbildung = varFieldValue.ToString(); + if (ausbildung.Contains("Berufsausbildung")) + xrCheckBox19.Checked = true; + else if (ausbildung.Contains("Studium")) + xrCheckBox20.Checked = true; + else if (ausbildung.Contains("Berufsabschluss")) + xrCheckBox21.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 10) + { + erfahrung = varFieldValue.ToString(); + if (erfahrung.Contains("Keine")) + xrCheckBox22.Checked = true; + else if (erfahrung.Contains("Bis")) + xrCheckBox23.Checked = true; + else if (erfahrung.Contains("Länger")) + xrCheckBox24.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 11) + { + xrCheckBox25.Checked = true; + tätigkeiten = varFieldValue.ToString(); + if (tätigkeiten.Contains("Vollzeit")) + xrCheckBox26.Checked = true; + else if (tätigkeiten.Contains("Teilzeit")) + xrCheckBox27.Checked = true; + else if (tätigkeiten.Contains("Geringfügige")) + xrCheckBox28.Checked = true; + else if (tätigkeiten == " - ") + xrCheckBox25.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 12 && varFieldValue.ToString() != "") + { + xrCheckBox25.Checked = true; + xrCheckBox29.Checked = true; + xrLabel110.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 13) + { + xrCheckBox30.Checked = true; + tätigkeiten2 = varFieldValue.ToString(); + if (tätigkeiten2.Contains("WfbM")) + xrCheckBox31.Checked = true; + else if (tätigkeiten2.Contains("Zuverdienst")) + xrCheckBox32.Checked = true; + else if (tätigkeiten2.Contains("Tagesstätte")) + xrCheckBox33.Checked = true; + else if (tätigkeiten2 == " - ") + xrCheckBox30.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 14 && varFieldValue.ToString() != "") + { + xrCheckBox30.Checked = true; + xrCheckBox34.Checked = true; + xrLabel115.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 15) + { + xrCheckBox35.Checked = true; + tätigkeiten3 = varFieldValue.ToString(); + if (tätigkeiten3.Contains("Elternzeit")) + xrCheckBox36.Checked = true; + else if (tätigkeiten3.Contains("Angehörigen")) + xrCheckBox37.Checked = true; + else if (tätigkeiten3.Contains("Ehrenamt")) + xrCheckBox38.Checked = true; + else if (tätigkeiten3 == " - ") + xrCheckBox35.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 16 && varFieldValue.ToString() != "") + { + xrCheckBox35.Checked = true; + xrCheckBox39.Checked = true; + xrLabel125.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 17 && varFieldValue.ToString() != "") + { + xrCheckBox40.Checked = true; + xrCheckBox41.Checked = true; + xrLabel127.Text = "und zwar: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 18) + { + if (varFieldValue.ToString() == "True") + xrCheckBox42.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 20) + { + unterhalt = varFieldValue.ToString(); + lblLebensunterhalt.Text = unterhalt; + if (unterhalt.Contains("BU")) + xrCheckBox43.Checked = true; + else if (unterhalt.Contains("Teil")) + xrCheckBox44.Checked = true; + else if (unterhalt.Contains("Voll")) + xrCheckBox45.Checked = true; + else if (unterhalt.Contains("Grund")) + xrCheckBox46.Checked = true; + else if (unterhalt.Contains("Hilfe")) + xrCheckBox47.Checked = true; + else if (unterhalt.Contains("Vermögen")) + xrCheckBox48.Checked = true; + else if (unterhalt.Contains("Angehörigen")) + xrCheckBox49.Checked = true; + //else if (unterhalt == " - ") + // xrCheckBox43.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 21 && varFieldValue.ToString() != "") + { + lblLebensunterhalt.Text += varFieldValue.ToString(); + xrCheckBox50.Checked = true; + xrLabel137.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 25) + { + ausweis = varFieldValue.ToString(); + if (ausweis.Contains("keine")) + xrCheckBox51.Checked = true; + else if (ausweis.Contains("Beantragt")) + xrCheckBox52.Checked = true; + else if (ausweis.Contains("vor")) + xrCheckBox53.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 26) + { + vollmacht = varFieldValue.ToString(); + if (vollmacht.Contains("keine")) + xrCheckBox54.Checked = true; + else if (vollmacht.Contains("Beantragt")) + xrCheckBox55.Checked = true; + else if (vollmacht.Contains("vor")) + xrCheckBox56.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 27) + { + hilfen = varFieldValue.ToString(); + if (hilfen.Contains("keine")) + xrCheckBox57.Checked = true; + else if (hilfen.Contains("Einzelwohnen")) + xrCheckBox58.Checked = true; + else if (hilfen.Contains("WG")) + xrCheckBox59.Checked = true; + else if (hilfen.Contains("Dienst")) + xrCheckBox60.Checked = true; + else if (hilfen.Contains("Pharma")) + xrCheckBox61.Checked = true; + else if (hilfen.Contains("Psycho")) + xrCheckBox62.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 28 && varFieldValue.ToString() != "") + { + xrCheckBox63.Checked = true; + xrLabel196.Text = "Sonstiges: " + varFieldValue.ToString(); + } + } + } + } + + private void SetVarFieldValuesPlatz(CustomerDataRO pRO, Customer c) + { + String zeit = ""; // Oid = 30 + String grund = ""; // Oid = 31 + String tätigkeiten = ""; // Oid = 34 + String tätigkeiten2 = ""; // Oid = 36 + String tätigkeiten3 = ""; // Oid = 38 + + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 70) + { + zeit = varFieldValue.ToString(); + if (zeit.Contains("Während der ZV-Erprobung")) + xrCheckBox228.Checked = true; + else if (zeit.Contains("Zum Ende der ZV-Erprobung")) + xrCheckBox229.Checked = true; + else if (zeit.Contains("Während der ZV-Befristung")) + xrCheckBox230.Checked = true; + else if (zeit.Contains("Zum Ende der ZV-Befristung")) + xrCheckBox231.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 71) + { + grund = varFieldValue.ToString(); + if (grund.Contains("Befristung")) + xrCheckBox232.Checked = true; + else if (grund.Contains("Teilnehmer")) + xrCheckBox233.Checked = true; + else if (grund.Contains("Platzanbieter")) + xrCheckBox234.Checked = true; + else if (grund.Contains("InArbeit")) + xrCheckBox235.Checked = true; + else if (grund.Contains("Krank")) + xrCheckBox236.Checked = true; + } + else if (vv.VarFieldDefOid.Value == 72 && varFieldValue.ToString() != "") + { + xrCheckBox237.Checked = true; + xrLabel283.Text = "Umzug nach: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 73 && varFieldValue.ToString() != "") + { + xrCheckBox238.Checked = true; + xrLabel360.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 74) + { + xrCheckBox239.Checked = true; + tätigkeiten = varFieldValue.ToString(); + if (tätigkeiten.Contains("Vollzeit")) + xrCheckBox240.Checked = true; + else if (tätigkeiten.Contains("Teilzeit")) + xrCheckBox241.Checked = true; + else if (tätigkeiten.Contains("Geringfügige")) + xrCheckBox242.Checked = true; + else if (tätigkeiten == " - ") + xrCheckBox239.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 75 && varFieldValue.ToString() != "") + { + xrCheckBox239.Checked = true; + xrCheckBox243.Checked = true; + xrLabel294.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 76) + { + xrCheckBox244.Checked = true; + tätigkeiten2 = varFieldValue.ToString(); + if (tätigkeiten2.Contains("WfbM")) + xrCheckBox245.Checked = true; + else if (tätigkeiten2.Contains("Zuverdienst")) + xrCheckBox246.Checked = true; + else if (tätigkeiten2.Contains("Tagesstätte")) + xrCheckBox247.Checked = true; + else if (tätigkeiten2 == " - ") + xrCheckBox244.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 77 && varFieldValue.ToString() != "") + { + xrCheckBox248.Checked = true; + xrCheckBox244.Checked = true; + xrLabel304.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 78) + { + xrCheckBox249.Checked = true; + tätigkeiten3 = varFieldValue.ToString(); + if (tätigkeiten3.Contains("Elternzeit")) + xrCheckBox250.Checked = true; + else if (tätigkeiten3.Contains("Angehörigen")) + xrCheckBox251.Checked = true; + else if (tätigkeiten3.Contains("Ehrenamt")) + xrCheckBox252.Checked = true; + else if (tätigkeiten3 == " - ") + xrCheckBox249.Checked = false; + } + else if (vv.VarFieldDefOid.Value == 79 && varFieldValue.ToString() != "") + { + xrCheckBox249.Checked = true; + xrCheckBox253.Checked = true; + xrLabel314.Text = "Sonstiges: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 80 && varFieldValue.ToString() != "") + { + xrCheckBox254.Checked = true; + xrCheckBox255.Checked = true; + xrLabel326.Text = "und zwar: " + varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 81) + { + if (varFieldValue.ToString() == "True") + xrCheckBox256.Checked = true; + } + } + } + } + } +} diff --git a/ReportImp/DomizielAnsbach/KlientenStammblattZV.resx b/ReportImp/DomizielAnsbach/KlientenStammblattZV.resx new file mode 100644 index 000000000..d25f3eba2 --- /dev/null +++ b/ReportImp/DomizielAnsbach/KlientenStammblattZV.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/QuittierungsbelegZV.Designer.cs b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.Designer.cs new file mode 100644 index 000000000..be147a8eb --- /dev/null +++ b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.Designer.cs @@ -0,0 +1,1316 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class QuittierungsbelegZV + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components; + + /// + /// 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(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegZV)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox2 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox1 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox3 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox4 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox5 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrCheckBox6 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = 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.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + this.Dauer = new DevExpress.XtraReports.UI.CalculatedField(); + this.True = new DevExpress.XtraReports.UI.FormattingRule(); + this.Pause = new DevExpress.XtraReports.UI.CalculatedField(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Expanded = false; + 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; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader1}); + this.DetailReport.DataMember = "Services"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + this.DetailReport.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.DetailReport.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.Detail1.HeightF = 18F; + this.Detail1.Name = "Detail1"; + this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTable3 + // + this.xrTable3.BorderColor = System.Drawing.Color.Black; + this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6}); + this.xrTable3.SizeF = new System.Drawing.SizeF(735.0001F, 18F); + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell34, + this.xrTableCell13, + this.xrTableCell14, + this.xrTableCell10, + this.xrTableCell2, + this.xrTableCell15, + this.xrTableCell12, + this.xrTableCell41, + this.xrTableCell42, + this.xrTableCell40, + this.xrTableCell45, + this.xrTableCell44, + this.xrTableCell50}); + this.xrTableRow6.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow6.StylePriority.UseFont = false; + this.xrTableRow6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow6.Weight = 0.9D; + // + // xrTableCell34 + // + this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:ddd}")}); + this.xrTableCell34.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell34.Weight = 0.05287249253203688D; + // + // xrTableCell13 + // + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd/MM/yyyy}")}); + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "xrTableCell13"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell13.Weight = 0.11994952315114928D; + // + // xrTableCell14 + // + this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDateMinutes", "{0:HH:mm}")}); + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "xrTableCell14"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell14.Weight = 0.094696962123380343D; + // + // xrTableCell10 + // + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EndDateMinutes", "{0:HH:mm}")}); + this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "xrTableCell10"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell10.Weight = 0.094696971756454917D; + // + // xrTableCell2 + // + this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.FLSUnqualifiedString")}); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell2.Weight = 0.094696967851379529D; + // + // xrTableCell15 + // + this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.FLSQualifiedString", "{0:0}")}); + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UsePadding = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell15.Weight = 0.095486147807040733D; + // + // xrTableCell12 + // + this.xrTableCell12.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox2}); + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell12.Weight = 0.031565656294700942D; + // + // xrCheckBox2 + // + this.xrCheckBox2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IstFeiertag")}); + this.xrCheckBox2.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrCheckBox2.Name = "xrCheckBox2"; + this.xrCheckBox2.SizeF = new System.Drawing.SizeF(16.29153F, 21.875F); + this.xrCheckBox2.StylePriority.UseBorders = false; + this.xrCheckBox2.StylePriority.UseFont = false; + this.xrCheckBox2.Text = " "; + // + // xrTableCell41 + // + this.xrTableCell41.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox1}); + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell41.Weight = 0.031565657213617343D; + // + // xrCheckBox1 + // + this.xrCheckBox1.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom))); + this.xrCheckBox1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IstFerien")}); + this.xrCheckBox1.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrCheckBox1.Name = "xrCheckBox1"; + this.xrCheckBox1.SizeF = new System.Drawing.SizeF(18.9166F, 21.87499F); + this.xrCheckBox1.StylePriority.UseBorders = false; + this.xrCheckBox1.StylePriority.UseFont = false; + // + // xrTableCell42 + // + this.xrTableCell42.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox3}); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell42.Weight = 0.031565656472044679D; + // + // xrCheckBox3 + // + this.xrCheckBox3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IstSamstag")}); + this.xrCheckBox3.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox3.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox3.LocationFloat = new DevExpress.Utils.PointFloat(3.041702F, 0F); + this.xrCheckBox3.Name = "xrCheckBox3"; + this.xrCheckBox3.SizeF = new System.Drawing.SizeF(18.9166F, 21.87499F); + this.xrCheckBox3.StylePriority.UseBorders = false; + this.xrCheckBox3.StylePriority.UseFont = false; + // + // xrTableCell40 + // + this.xrTableCell40.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox4}); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell40.Weight = 0.031565657676178943D; + // + // xrCheckBox4 + // + this.xrCheckBox4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IstSonntag")}); + this.xrCheckBox4.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox4.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox4.LocationFloat = new DevExpress.Utils.PointFloat(3.041702F, 0F); + this.xrCheckBox4.Name = "xrCheckBox4"; + this.xrCheckBox4.SizeF = new System.Drawing.SizeF(18.9166F, 21.87499F); + this.xrCheckBox4.StylePriority.UseBorders = false; + this.xrCheckBox4.StylePriority.UseFont = false; + // + // xrTableCell45 + // + this.xrTableCell45.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox5}); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell45.Weight = 0.031565656009483085D; + // + // xrCheckBox5 + // + this.xrCheckBox5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IsBillable")}); + this.xrCheckBox5.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox5.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox5.LocationFloat = new DevExpress.Utils.PointFloat(3.041702F, 0F); + this.xrCheckBox5.Name = "xrCheckBox5"; + this.xrCheckBox5.SizeF = new System.Drawing.SizeF(18.9166F, 21.87499F); + this.xrCheckBox5.StylePriority.UseBorders = false; + this.xrCheckBox5.StylePriority.UseFont = false; + // + // xrTableCell44 + // + this.xrTableCell44.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrCheckBox6}); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.031565653601214619D; + // + // xrCheckBox6 + // + this.xrCheckBox6.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrCheckBox6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Services.IsGroup")}); + this.xrCheckBox6.Font = new System.Drawing.Font("Arial", 9F); + this.xrCheckBox6.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; + this.xrCheckBox6.LocationFloat = new DevExpress.Utils.PointFloat(3.041701F, 0F); + this.xrCheckBox6.Name = "xrCheckBox6"; + this.xrCheckBox6.SizeF = new System.Drawing.SizeF(18.9166F, 21.87499F); + this.xrCheckBox6.StylePriority.UseBorders = false; + this.xrCheckBox6.StylePriority.UseFont = false; + // + // xrTableCell50 + // + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice")}); + this.xrTableCell50.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell50.Weight = 0.18623746551792822D; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableServiceRecords1}); + this.GroupHeader1.HeightF = 40F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.RepeatEveryPage = true; + // + // xrTableServiceRecords1 + // + this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableServiceRecords1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableServiceRecords1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableServiceRecords1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableServiceRecords1.Name = "xrTableServiceRecords1"; + this.xrTableServiceRecords1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableServiceRecords1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2, + this.xrTableRow1}); + this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(735.0001F, 40F); + this.xrTableServiceRecords1.StylePriority.UseBackColor = false; + this.xrTableServiceRecords1.StylePriority.UseBorders = false; + this.xrTableServiceRecords1.StylePriority.UseFont = false; + this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell32, + this.xrTableCell3, + this.xrTableCell4, + this.xrTableCell11, + this.xrTableCell9, + this.xrTableCell28, + this.xrTableCell48}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow2.Weight = 0.48945783132530124D; + // + // xrTableCell32 + // + this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell32.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "Tag"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell32.Weight = 0.11696930570975347D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Datum"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell3.Weight = 0.26536313914719889D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell4.Multiline = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Beschäftigungszeit"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell4.Weight = 0.4189944134078214D; + // + // xrTableCell11 + // + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(12, 12, 0, 0, 100F); + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "Pause"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell11.Weight = 0.20949720670391064D; + // + // xrTableCell9 + // + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell9.Multiline = true; + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "Stunden"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell9.Weight = 0.20949720670391064D; + // + // xrTableCell28 + // + this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseBorders = false; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "Abwesenheit"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell28.Weight = 0.42074013821905548D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell48.Multiline = true; + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "Bemerkung"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell48.Weight = 0.4120113862959367D; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell33, + this.xrTableCell1, + this.xrTableCell8, + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell35, + this.xrTableCell36, + this.xrTableCell39, + this.xrTableCell37, + this.xrTableCell38, + this.xrTableCell43, + this.xrTableCell49}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 0.48945783132530118D; + // + // xrTableCell33 + // + this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.Weight = 0.1169693057097535D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.Weight = 0.26536318176951473D; + // + // xrTableCell8 + // + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "Beginn"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.20949720670391075D; + // + // xrTableCell5 + // + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Ende"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell5.Weight = 0.20949722816003361D; + // + // xrTableCell6 + // + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell6.Multiline = true; + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Dauer"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell6.Weight = 0.20949718539275458D; + // + // xrTableCell7 + // + this.xrTableCell7.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell7.Multiline = true; + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.StylePriority.UseBackColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.Text = "gesamt"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell7.Weight = 0.20949718539275447D; + // + // xrTableCell35 + // + 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 System.Drawing.Font("Arial", 10F); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.StylePriority.UseBorders = false; + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.Text = "F"; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell35.Weight = 0.0715781482120605D; + // + // xrTableCell36 + // + 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 System.Drawing.Font("Arial", 10F); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.StylePriority.UseBorders = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.Text = "U"; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell36.Weight = 0.069832402234636937D; + // + // xrTableCell39 + // + this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell39.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.StylePriority.UseBorders = false; + this.xrTableCell39.StylePriority.UseFont = false; + this.xrTableCell39.StylePriority.UseTextAlignment = false; + this.xrTableCell39.Text = "K"; + this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell39.Weight = 0.069832402234636853D; + // + // xrTableCell37 + // + 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 System.Drawing.Font("Arial", 10F); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.StylePriority.UseBorders = false; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.StylePriority.UseTextAlignment = false; + this.xrTableCell37.Text = "S"; + this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell37.Weight = 0.069832402234636881D; + // + // xrTableCell38 + // + 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 System.Drawing.Font("Arial", 10F); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + this.xrTableCell38.Text = "e"; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell38.Weight = 0.069832402234636909D; + // + // xrTableCell43 + // + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.StylePriority.UseTextAlignment = false; + this.xrTableCell43.Text = "ue"; + this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell43.Weight = 0.069832402234636881D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell49.Multiline = true; + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell49.Weight = 0.4120113436736208D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // + // formattingRuleStartDate + // + this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleStartDate.DataMember = "ServicesDouble"; + this.formattingRuleStartDate.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleStartDate.Name = "formattingRuleStartDate"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel7, + this.xrPictureBox3, + this.xrLabel6, + this.xrLabel5, + this.xrLabel4, + this.xrLabel3, + this.xrLabel2}); + this.ReportHeader.HeightF = 161.4584F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel7.ForeColor = System.Drawing.Color.Black; + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(319.9999F, 25F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(415.0001F, 25F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseForeColor = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Vermittlung, Beschäftigung und Betreuung im Zuverdienst"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(320F, 120.8333F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel6 + // + this.xrLabel6.BackColor = System.Drawing.Color.White; + this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel6.BorderWidth = 2F; + this.xrLabel6.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(162.3056F, 120.8333F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(270.1667F, 30.50004F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseBorderWidth = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UsePadding = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "[CustomerName]"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.BackColor = System.Drawing.Color.White; + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel5.BorderWidth = 2F; + this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(592.8472F, 120.8334F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(142.1528F, 30.50001F); + this.xrLabel5.StylePriority.UseBackColor = false; + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseBorderWidth = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UsePadding = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "[Month] [Year]"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.White; + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 120.8333F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(162.3056F, 30.50003F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UsePadding = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "Zuverdienstteilnehmer:"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.White; + this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(503.2084F, 120.8334F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(89.63876F, 30.50001F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UsePadding = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "Monat/Jahr:"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.ForeColor = System.Drawing.Color.Black; + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(319.9999F, 0F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(415.0045F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseForeColor = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Stundennachweis"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // formattingRuleServiceDesc + // + this.formattingRuleServiceDesc.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleServiceDesc.DataMember = "ServicesDouble"; + this.formattingRuleServiceDesc.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleServiceDesc.Name = "formattingRuleServiceDesc"; + // + // formattingRuleCostBearer + // + this.formattingRuleCostBearer.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleCostBearer.DataMember = "ServicesDouble"; + this.formattingRuleCostBearer.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleCostBearer.Name = "formattingRuleCostBearer"; + // + // formattingRuleEmployeeName + // + this.formattingRuleEmployeeName.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleEmployeeName.DataMember = "ServicesDouble"; + this.formattingRuleEmployeeName.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleEmployeeName.Name = "formattingRuleEmployeeName"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 30.20833F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 30F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrRichText2, + this.xrLabel17, + this.xrLabel18, + this.xrLabel15, + this.xrLabel16, + this.xrLabel13, + this.xrLabel14, + this.xrLabel10, + this.xrLabel11, + this.xrLabel12, + this.xrLabel8, + this.xrRichText1, + this.xrLabel9, + this.xrLabel1}); + this.GroupFooter1.HeightF = 198.3334F; + this.GroupFooter1.KeepTogether = true; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrRichText2 + // + this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); + this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(2.000141F, 148.3334F); + this.xrRichText2.Name = "xrRichText2"; + this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); + this.xrRichText2.SizeF = new System.Drawing.SizeF(734.9999F, 49.99998F); + this.xrRichText2.StylePriority.UseFont = false; + // + // xrLabel17 + // + this.xrLabel17.BackColor = System.Drawing.Color.White; + this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(373.1946F, 101.2084F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(162.3055F, 30.50003F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UsePadding = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Zuverdienstplatzanbieter:"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel18 + // + this.xrLabel18.BackColor = System.Drawing.Color.White; + this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel18.BorderWidth = 2F; + this.xrLabel18.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(535.5001F, 101.2085F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(199.4999F, 30.5F); + this.xrLabel18.StylePriority.UseBackColor = false; + this.xrLabel18.StylePriority.UseBorders = false; + this.xrLabel18.StylePriority.UseBorderWidth = false; + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UsePadding = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel15 + // + this.xrLabel15.BackColor = System.Drawing.Color.White; + this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel15.BorderWidth = 2F; + this.xrLabel15.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(162.3056F, 101.2084F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(200.1944F, 30.50005F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseBorderWidth = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel16 + // + this.xrLabel16.BackColor = System.Drawing.Color.White; + this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 101.2084F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(149.8055F, 30.50003F); + 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.Text = "Zuverdienstteilnehmer:"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel13 + // + this.xrLabel13.BackColor = System.Drawing.Color.White; + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel13.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(59.18061F, 30.50003F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Datum:"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel14 + // + this.xrLabel14.BackColor = System.Drawing.Color.White; + this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel14.BorderWidth = 2F; + this.xrLabel14.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(59.83334F, 50F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(270.1667F, 30.50004F); + this.xrLabel14.StylePriority.UseBackColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseBorderWidth = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UsePadding = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel10 + // + this.xrLabel10.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLSQualifiedString")}); + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(649.9999F, 50F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(85F, 39.99999F); + this.xrLabel10.StylePriority.UseBackColor = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UsePadding = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel11 + // + this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(564.9999F, 50F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel11.StylePriority.UseBackColor = false; + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UsePadding = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Stunden"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel12 + // + this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(564.9998F, 69.99995F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel12.StylePriority.UseBackColor = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UsePadding = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "gesamt"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel8 + // + this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel8.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(564.9998F, 20.00001F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(85F, 20F); + 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 = "wöchentlich"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrRichText1 + // + this.xrRichText1.Font = new System.Drawing.Font("Arial", 8F); + this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(2.000141F, 0F); + this.xrRichText1.Name = "xrRichText1"; + this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString"); + this.xrRichText1.SizeF = new System.Drawing.SizeF(432.4723F, 40.00003F); + this.xrRichText1.StylePriority.UseFont = false; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel9.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(565.0001F, 3.178914E-05F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel9.StylePriority.UseBackColor = false; + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UsePadding = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Anleitung"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel1 + // + this.xrLabel1.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLSUnqualifiedString", "{0:0.00}")}); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(649.9999F, 3.178914E-05F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(85F, 39.99999F); + this.xrLabel1.StylePriority.UseBackColor = false; + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // fieldKontaktArt + // + this.fieldKontaktArt.DataMember = "Services"; + this.fieldKontaktArt.Expression = "Iif([IsGroup], \'GR\', \'E\')"; + this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldKontaktArt.Name = "fieldKontaktArt"; + // + // Dauer + // + this.Dauer.DataMember = "Services"; + this.Dauer.Expression = "Iif(IsNullOrEmpty([Minutes]-[GroupMinutes]),null,[Minutes]-[GroupMinutes])"; + this.Dauer.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.Dauer.Name = "Dauer"; + // + // True + // + this.True.Name = "True"; + // + // Pause + // + this.Pause.DataMember = "Services"; + this.Pause.Expression = "Iif(IsNullOrEmpty([GroupMinutes]),null,[GroupMinutes])"; + this.Pause.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.Pause.Name = "Pause"; + // + // QuittierungsbelegZV + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.DetailReport, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldKontaktArt, + this.Dauer, + this.Pause}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.formattingRuleStartDate, + this.formattingRuleServiceDesc, + this.formattingRuleCostBearer, + this.formattingRuleEmployeeName, + this.True}); + this.Margins = new System.Drawing.Printing.Margins(50, 30, 30, 30); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleStartDate; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleServiceDesc; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleCostBearer; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleEmployeeName; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.XRTable xrTableServiceRecords1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.CalculatedField fieldKontaktArt; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRRichText xrRichText1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.XRRichText xrRichText2; + 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 xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.CalculatedField Dauer; + private DevExpress.XtraReports.UI.FormattingRule True; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox2; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox1; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox3; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox4; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox5; + private DevExpress.XtraReports.UI.XRCheckBox xrCheckBox6; + private DevExpress.XtraReports.UI.CalculatedField Pause; + } +} diff --git a/ReportImp/DomizielAnsbach/QuittierungsbelegZV.cs b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.cs new file mode 100644 index 000000000..76744e3e7 --- /dev/null +++ b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.cs @@ -0,0 +1,169 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using DevExpress.XtraReports.UI; + +namespace DomizielAnsbach +{ + public partial class QuittierungsbelegZV : XtraReport, IBeWoReport + { + private Dictionary> key2TagesDict = new Dictionary>(); + + public QuittierungsbelegZV() + { + InitializeComponent(); + } + + public void SetReportDataSource(ServicesOverviewRO pRO) + { + if (pRO.Services != null) + { + pRO.TotalFLSQualified = 0; + pRO.TotalFLSUnqualified = 0; + var wochen = 0; + List servicesBillable = new List(); + + // Leerzeilen für betreffenden Monat -> Leerbeleg + if (pRO.Services.Count == 31 && pRO.Services[0].StartDate == DateTime.MinValue) + { + var count = pRO.EndDate - pRO.StartDate; + for (int i = 0; i <= count.TotalDays; i++) + { + var sd = pRO.Services[i]; + { + sd.StartDate = pRO.StartDate.AddDays(Convert.ToDouble(i)); + sd.FLSQualifiedString = ""; + sd.FLSUnqualifiedString = ""; + servicesBillable.Add(sd); + } + } + pRO.TotalFLSQualifiedString = ""; + pRO.TotalFLSUnqualifiedString = ""; + pRO.Services = servicesBillable; + } + else + { + // Pausen werden zu folgendem Eintrag sortiert, da Pause keine Uhrzeit hat beginnt sie immer um Mitternacht -> sollte funktionieren ;-) + pRO.Services.Sort((s1, s2) => Comparer.Default.Compare(s1.StartDate, s2.StartDate)); + + for (int i = 0; i < pRO.Services.Count; i++) + { + var sd = pRO.Services[i]; + if (sd.IsBillable) + { + if (sd.ServiceCategory.Contains("Zuverdienst - Arbeitszeit") && !sd.ServiceDescription.Contains("Pause") && sd.ServiceDescription.Contains("Anleitung")) + { + pRO.TotalFLSUnqualified += sd.Minutes / 60; + wochen += 1; + } + ServicesOverviewRO.CreateSignatureString(sd); + if (sd.ServiceCategory.Contains("Zuverdienst - Arbeitszeit") && sd.ServiceDescription.Contains("Pause")) + { + if (i + 1 < pRO.Services.Count && sd.StartDate.Date == pRO.Services[i + 1].StartDate.Date + && pRO.Services[i + 1].ServiceCategory.Contains("Zuverdienst - Arbeitszeit") + && !pRO.Services[i + 1].ServiceDescription.Contains("Pause") && !pRO.Services[i + 1].ServiceDescription.Contains("Anleitung")) + { + pRO.Services[i + 1].GroupMinutes = sd.Minutes; + pRO.Services[i + 1].FLSUnqualifiedString = sd.Minutes.ToString(); + } + else if (i + 1 < pRO.Services.Count && sd.StartDate.Date == pRO.Services[i + 1].StartDate.Date + && pRO.Services[i + 1].ServiceCategory.Contains("Zuverdienst - Arbeitszeit") && pRO.Services[i + 1].ServiceDescription.Contains("Anleitung")) + if (i + 2 < pRO.Services.Count && sd.StartDate.Date == pRO.Services[i + 2].StartDate.Date && pRO.Services[i + 2].ServiceCategory.Contains("Zuverdienst - Arbeitszeit") && !pRO.Services[i + 2].ServiceDescription.Contains("Pause")) + { + pRO.Services[i + 2].GroupMinutes = sd.Minutes; + pRO.Services[i + 2].FLSUnqualifiedString = sd.Minutes.ToString(); + } + else + { + sd.GroupMinutes = sd.Minutes; + sd.FLSQualifiedString = ""; + sd.FLSUnqualifiedString = sd.Minutes.ToString(); + sd.StartDateMinutes = null; + sd.EndDateMinutes = null; + sd.Notice = "Achtung:Pause o. Arbeit"; + servicesBillable.Add(sd); + } + else + { + sd.GroupMinutes = sd.Minutes; + sd.FLSQualifiedString = ""; + sd.FLSUnqualifiedString = sd.Minutes.ToString(); + sd.StartDateMinutes = null; + sd.EndDateMinutes = null; + sd.Notice = "Achtung:Pause o. Arbeit"; + servicesBillable.Add(sd); + } + } + else if (sd.ServiceCategory.Contains("Zuverdienst - Arbeitszeit") && !sd.ServiceDescription.Contains("Pause") && !sd.ServiceDescription.Contains("Anleitung")) + { + if (sd.GroupMinutes == sd.Minutes) + { + sd.GroupMinutes = 0; + sd.FLSUnqualifiedString = ""; + } + sd.FLSQualifiedString = ((sd.Minutes-sd.GroupMinutes)/60).ToString(); + servicesBillable.Add(sd); + pRO.TotalFLSQualified += (sd.Minutes - sd.GroupMinutes) / 60; + } + sd.IsBillable = false; + sd.IsGroup = false; + sd.IstFeiertag = false; + sd.IstFerien = false; + sd.IstSamstag = false; + sd.IstSonntag = false; + } + } + + if (pRO.CustomerOid > 0) + AbwesenheitenHinzufügen(pRO, servicesBillable); + + pRO.TotalFLSQualifiedString = Math.Round(pRO.TotalFLSQualified, 2, MidpointRounding.AwayFromZero).ToString(); + pRO.TotalFLSUnqualifiedString = Math.Round((pRO.TotalFLSUnqualified/wochen), 2, MidpointRounding.AwayFromZero).ToString(); + pRO.Services = servicesBillable; + } + pRO.Services.Sort((s1, s2) => Comparer.Default.Compare(s1.StartDate, s2.StartDate)); + } + bindingSource1.DataSource = pRO; + } + + private void AbwesenheitenHinzufügen(ServicesOverviewRO pRO, List servicesBillable) + { + var c = DAOFactory.GenericDAO.LoadByID(pRO.CustomerOid); + if (c.AbsenceTimes != null) + { + foreach (var at in c.AbsenceTimes) + { + if (at.AbsenceReason.BillableMinutes.HasValue && at.AbsenceReason.Description.Contains("ZV")) + { + if (at.Start.HasValue && at.End.HasValue && (at.Start.Value >= pRO.StartDate || at.End.Value >= pRO.EndDate) && at.Start.Value <= pRO.EndDate) + { + for (int i = 0; i <= (at.End.Value - at.Start.Value).Days; i++) + { + var sdAt = new ServicesOverviewRO.ServiceDetail(); + sdAt.StartDate = at.Start.Value.AddDays(i); + if (at.AbsenceReason.Description.Contains("Feiertag")) + sdAt.IstFeiertag = true; + else if (at.AbsenceReason.Description.Contains("Urlaub")) + sdAt.IstFerien = true; + else if (at.AbsenceReason.Description.Contains("Krank")) + sdAt.IstSamstag = true; + else if (at.AbsenceReason.Description.Contains("Sonstiges")) + sdAt.IstSonntag = true; + else if (at.AbsenceReason.Description.Contains("unentschuldigt")) + sdAt.IsGroup = true; + else if (at.AbsenceReason.Description.Contains("entschuldigt")) + sdAt.IsBillable = true; + if (sdAt.StartDate >= pRO.StartDate && sdAt.StartDate <= pRO.EndDate) + servicesBillable.Add(sdAt); + } + } + } + } + } + } + } +} diff --git a/ReportImp/DomizielAnsbach/QuittierungsbelegZV.resx b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.resx new file mode 100644 index 000000000..ead39762b --- /dev/null +++ b/ReportImp/DomizielAnsbach/QuittierungsbelegZV.resx @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 21, 17 + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACtAicDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9/KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKQ9KYPlNAElFM3ZahpMDpSbsA+iosjFKDTC5JRSBs004b+VAD6KahwcU6i9wCi + iigAooooAKKKKACimmQA0h5oAfRTB06UmcGgCSiiigAooooAKKKKACiiigAooooAKTPNLTHPNAD6KaH4 + oDbqAHZopjLtFOUYFAC0UUUAFFFFFwCiiigAooooAKKKKACiiigAooooAKKKRmwaAFopobNG/igB1FN8 + ym+d83SlzJbgSUUwSZ7U5Wz2p3AWiijOKACikZsUKcigBaKKM0AFFN30obNAC0UmeaWgAoopAc0ALTGB + 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 + 5yPg3/wbb/H/AOJzR/2yNP8ACEcgyzXJEmz8q+qvgr/wag6Dbun/AAn/AI9m1EYyV0pWhb8z+Nfscqhe + 1J5eSTz+dezi+NMxr3fPZeR5GH4ZwdLeNz4f+C3/AAb6fs6fB6SJj4bm8RPHjnVpBPuP0r6t+EP7O/gn + 4A2b2vg3w3pXh23nAEqWUAj8zHTNdpjApwjzzXgYnMMVX0qzbR7NHB0aOtKKQq/KMdaNnPX8KXH8sUtc + SujqGhMUqjbS0VQBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFNCYNOooATFGKWigBCMihRtFLRSsAlLRRTAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//Z + + + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgAEwAIABlACAAZwAgAGUAIABuACAAZAAgAGUAIAB6ACAAdQAgAEEAIABiACAAdwAgAGUAIABzACAAZQAgAG4AIABoACAAZQAgAGkAIAB0ACAAOgB9AFwAZgAyAFwAZgBzADEAOABcAGMAZgAxAFwAcABhAHIAXABwAGEAcgBkAFwAcABsAGEAaQBuAFwAcQBsAHsAXABiAFwAZgAyAFwAZgBzADEAOABcAGMAZgAxACAARgB9AHsAXABmADIAXABmAHMAMQA4AFwAYwBmADEAIAAgAD0AIABGAGUAaQBlAHIAdABhAGcAfQB7AFwAZgAyAFwAZgBzADEAOABcAGMAZgAwACAAXAB0AGEAYgAgACAAXAB0AGEAYgAgAH0AewBcAGIAXABmADIAXABmAHMAMQA4AFwAYwBmADEAIABVAH0AewBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgACAAPQAgAFUAcgBsAGEAdQBiACAAXAB0AGEAYgAgAFwAdABhAGIAIABcAHQAYQBiACAAfQB7AFwAYgBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgAEsAfQB7AFwAZgAyAFwAZgBzADEAOABcAGMAZgAxACAAIAA9ACAASwByAGEAbgBrACAAfQB7AFwAYgBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgAG0AaQB0AH0AewBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgACAAQQBVAH0AewBcAGYAMgBcAGYAcwAxADgAXABjAGYAMAAgAFwAdABhAGIAIAAgAFwAdABhAGIAIAB9AHsAXABiAFwAZgAyAFwAZgBzADEAOABcAGMAZgAxACAAUwB9AHsAXABmADIAXABmAHMAMQA4AFwAYwBmADEAIAAgAD0AIABTAG8AbgBzAHQAaQBnAGUAcwB9AFwAZgAyAFwAZgBzADEAOABcAGMAZgAxAFwAcABhAHIAXABwAGEAcgBkAFwAcABsAGEAaQBuAFwAcQBsAFwAcwBsADIANQA4AFwAcwBsAG0AdQBsAHQAMQBcAHMAYQAxADYAMAB7AFwAYgBcAGYAMgBcAGYAcwAxADgAXABjAGYAMQAgAGUAfQB7AFwAZgAyAFwAZgBzADEAOABcAGMAZgAxACAAIAA9ACAAZQBuAHQAcwBjAGgAdQBsAGQAaQBnAHQAOgAgAFQAZQBsAGUAZgBvAG4AYQB0ACAAZQB0AGMALgAgAHYAIABvACAAcgAgAEEAcgBiAGUAaQB0AHMAYgBlAGcAaQBuAG4AIABcAHQAYQBiACAAXAB0AGEAYgAgAH0AewBcAGIAXABmADIAXABmAHMAMQA4AFwAYwBmADEAIAB1AGUAfQB7AFwAZgAyAFwAZgBzADEAOABcAGMAZgAxACAAIAA9ACAAdQBuAGUAbgB0AHMAYwBoAHUAbABkAGkAZwB0AGUAcwAgAEYAZQBoAGwAZQBuAH0AXABmADEAXABmAHMAMgA0AFwAYwBmADEAXABwAGEAcgB9AA== + + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGIAXABmADIAXABmAHMAMgAwAFwAYwBmADAAIABCAGkAdAB0AGUAIABlAGkAbgB0AHIAYQBnAGUAbgAhAH0AewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMAAgACAALQAgAEQAdQByAGMAaABzAGMAaABuAGkAdAB0AGwAaQBjAGgAZQAgAH0AewBcAGIAXABmADIAXABmAHMAMgAwAFwAYwBmADAAIAB3AFwAdQAyADQANgBcACcAZgA2AGMAaABlAG4AdABsAGkAYwBoAGUAfQB7AFwAZgAyAFwAZgBzADIAMABcAGMAZgAwACAAIABBAG4AbABlAGkAdAB1AG4AZwBzAHoAZQBpAHQAOgB9AFwAZgAyAFwAZgBzADIAMABcAHAAYQByAFwAcABhAHIAZABcAHAAbABhAGkAbgBcAHEAbABcAHMAbAAyADUAOABcAHMAbABtAHUAbAB0ADEAXABzAGEAMQA2ADAAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMAAgACgAZQByAGIAcgBhAGMAaAB0ACAAZAB1AHIAYwBoACAAZABlAG4AIABaAHUAdgBlAHIAZABpAGUAbgBzAHQAcABsAGEAdAB6AGEAbgBiAGkAZQB0AGUAcgAsACAAaQAuAGQALgBSAC4AIABjAGEALgAgADEAIABTAHQAZAAuAC8AVwBvAC4AKQB9AFwAZgAxAFwAZgBzADIANABcAGMAZgAxAFwAcABhAHIAfQA= + + \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/RechnungZV.Designer.cs b/ReportImp/DomizielAnsbach/RechnungZV.Designer.cs new file mode 100644 index 000000000..af6e054e6 --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZV.Designer.cs @@ -0,0 +1,1378 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class RechnungZV + { + /// + /// 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(); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RechnungZV)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.SubBand1 = new DevExpress.XtraReports.UI.SubBand(); + this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport(); + this.ruleNoticeNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable12 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable13 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblMot2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable11 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblMot1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable10 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblAbrechnungszeitraum = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable9 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblAbrechnungsinterval = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable8 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Expanded = false; + 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; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 40F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 11.87496F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter + // + this.GroupFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1, + this.xrTable4}); + this.GroupFooter.HeightF = 110.7085F; + this.GroupFooter.Name = "GroupFooter"; + this.GroupFooter.SubBands.AddRange(new DevExpress.XtraReports.UI.SubBand[] { + this.SubBand1}); + // + // xrTable1 + // + this.xrTable1.BackColor = System.Drawing.Color.Transparent; + this.xrTable1.BorderColor = System.Drawing.Color.Black; + this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow8}); + this.xrTable1.SizeF = new System.Drawing.SizeF(682.9163F, 20F); + this.xrTable1.StylePriority.UseBackColor = false; + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UseForeColor = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell24, + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow8.Weight = 1D; + // + // xrTableCell24 + // + this.xrTableCell24.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell24.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell24.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell24.StylePriority.UseBackColor = false; + this.xrTableCell24.StylePriority.UseBorders = false; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "#{0}"; + xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell24.Summary = xrSummary1; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell24.Weight = 0.18809578783916184D; + // + // xrTableCell25 + // + this.xrTableCell25.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell25.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell25.StylePriority.UseBorders = false; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell25.Weight = 0.069725279926124012D; + // + // xrTableCell26 + // + this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell26.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell26.StylePriority.UseBorders = false; + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell26.Weight = 0.18153373470000223D; + // + // xrTableCell27 + // + this.xrTableCell27.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell27.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell27.StylePriority.UseBorders = false; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell27.Weight = 0.056617540289369647D; + // + // xrTable4 + // + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 20.00001F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow7}); + this.xrTable4.SizeF = new System.Drawing.SizeF(682.9163F, 25F); + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell8, + this.xrTableCell3, + this.xrTableCell12, + this.xrTableCell13}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 1D; + // + // xrTableCell8 + // + this.xrTableCell8.BorderColor = System.Drawing.Color.Black; + this.xrTableCell8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell8.Font = new System.Drawing.Font("Calibri", 11.25F); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell8.StylePriority.UseBackColor = false; + this.xrTableCell8.StylePriority.UseBorderColor = false; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell8.Weight = 1.2392041766955906D; + // + // xrTableCell3 + // + this.xrTableCell3.BorderColor = System.Drawing.Color.Black; + this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell3.StylePriority.UseBorderColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell3.Weight = 0.91729360186239606D; + // + // xrTableCell12 + // + this.xrTableCell12.BorderColor = System.Drawing.Color.Black; + this.xrTableCell12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell12.StylePriority.UseBackColor = false; + this.xrTableCell12.StylePriority.UseBorderColor = false; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "Betrag"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell12.Weight = 0.738039467667585D; + // + // xrTableCell13 + // + this.xrTableCell13.BorderColor = System.Drawing.Color.Black; + this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")}); + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell13.StylePriority.UseBackColor = false; + this.xrTableCell13.StylePriority.UseBorderColor = false; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "Gesamtkosten"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell13.Weight = 0.3730047523096115D; + // + // SubBand1 + // + this.SubBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrSubreport1}); + this.SubBand1.HeightF = 15.625F; + this.SubBand1.Name = "SubBand1"; + this.SubBand1.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + // + // xrSubreport1 + // + this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0.000890096F, 0F); + this.xrSubreport1.Name = "xrSubreport1"; + this.xrSubreport1.SizeF = new System.Drawing.SizeF(696.9991F, 10F); + // + // ruleNoticeNull + // + this.ruleNoticeNull.Condition = "[Notice] == ?"; + this.ruleNoticeNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleNoticeNull.Name = "ruleNoticeNull"; + // + // Page1 + // + this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable12, + this.xrTable13, + this.xrTable11, + this.xrTable10, + this.xrTable9, + this.xrTable8, + this.xrTable6, + this.xrLabel2, + this.xrTable7, + this.xrTable2, + this.xrLabel19, + this.lblAdresse, + this.xrLabel8}); + this.Page1.HeightF = 434.5833F; + this.Page1.Name = "Page1"; + this.Page1.StylePriority.UseFont = false; + // + // xrTable12 + // + this.xrTable12.BackColor = System.Drawing.Color.DarkGray; + this.xrTable12.BorderColor = System.Drawing.Color.Black; + this.xrTable12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 388.5416F); + this.xrTable12.Name = "xrTable12"; + this.xrTable12.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable12.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow16}); + this.xrTable12.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable12.StylePriority.UseBackColor = false; + this.xrTable12.StylePriority.UseBorders = false; + this.xrTable12.StylePriority.UseFont = false; + this.xrTable12.StylePriority.UseForeColor = false; + this.xrTable12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow16 + // + this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell18}); + this.xrTableRow16.Name = "xrTableRow16"; + this.xrTableRow16.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow16.Weight = 1D; + // + // xrTableCell18 + // + this.xrTableCell18.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell18.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell18.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell18.StylePriority.UseBackColor = false; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + xrSummary2.FormatString = "#{0}"; + xrSummary2.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell18.Summary = xrSummary2; + this.xrTableCell18.Text = "Zuverdienstmitarbeiter: [CustomerSalutation] [CustomerName]"; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell18.Weight = 0.4611729383933455D; + // + // xrTable13 + // + this.xrTable13.BackColor = System.Drawing.Color.DarkGray; + this.xrTable13.BorderColor = System.Drawing.Color.Black; + this.xrTable13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable13.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 307.4999F); + this.xrTable13.Name = "xrTable13"; + this.xrTable13.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable13.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow17}); + this.xrTable13.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable13.StylePriority.UseBackColor = false; + this.xrTable13.StylePriority.UseBorders = false; + this.xrTable13.StylePriority.UseFont = false; + this.xrTable13.StylePriority.UseForeColor = false; + this.xrTable13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow17 + // + this.xrTableRow17.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblMot2}); + this.xrTableRow17.Name = "xrTableRow17"; + this.xrTableRow17.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow17.Weight = 1D; + // + // lblMot2 + // + this.lblMot2.BackColor = System.Drawing.Color.Transparent; + this.lblMot2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblMot2.Font = new System.Drawing.Font("Arial", 11F); + this.lblMot2.Name = "lblMot2"; + this.lblMot2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMot2.StylePriority.UseBackColor = false; + this.lblMot2.StylePriority.UseBorders = false; + this.lblMot2.StylePriority.UseFont = false; + this.lblMot2.StylePriority.UseTextAlignment = false; + xrSummary3.FormatString = "#{0}"; + xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblMot2.Summary = xrSummary3; + this.lblMot2.Text = "Motivationsprämie ab "; + this.lblMot2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.lblMot2.Weight = 0.4611729383933455D; + // + // xrTable11 + // + this.xrTable11.BackColor = System.Drawing.Color.DarkGray; + this.xrTable11.BorderColor = System.Drawing.Color.Black; + this.xrTable11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 287.4999F); + this.xrTable11.Name = "xrTable11"; + this.xrTable11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow15}); + this.xrTable11.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable11.StylePriority.UseBackColor = false; + this.xrTable11.StylePriority.UseBorders = false; + this.xrTable11.StylePriority.UseFont = false; + this.xrTable11.StylePriority.UseForeColor = false; + this.xrTable11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow15 + // + this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblMot1}); + this.xrTableRow15.Name = "xrTableRow15"; + this.xrTableRow15.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow15.Weight = 1D; + // + // lblMot1 + // + this.lblMot1.BackColor = System.Drawing.Color.Transparent; + this.lblMot1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblMot1.Font = new System.Drawing.Font("Arial", 11F); + this.lblMot1.Name = "lblMot1"; + this.lblMot1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMot1.StylePriority.UseBackColor = false; + this.lblMot1.StylePriority.UseBorders = false; + this.lblMot1.StylePriority.UseFont = false; + this.lblMot1.StylePriority.UseTextAlignment = false; + xrSummary4.FormatString = "#{0}"; + xrSummary4.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblMot1.Summary = xrSummary4; + this.lblMot1.Text = "Motivationsprämie ab "; + this.lblMot1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.lblMot1.Weight = 0.4611729383933455D; + // + // xrTable10 + // + this.xrTable10.BackColor = System.Drawing.Color.DarkGray; + this.xrTable10.BorderColor = System.Drawing.Color.Black; + this.xrTable10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(475.83F, 346.2499F); + this.xrTable10.Name = "xrTable10"; + this.xrTable10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow14}); + this.xrTable10.SizeF = new System.Drawing.SizeF(207.0864F, 20F); + this.xrTable10.StylePriority.UseBackColor = false; + this.xrTable10.StylePriority.UseBorders = false; + this.xrTable10.StylePriority.UseFont = false; + this.xrTable10.StylePriority.UseForeColor = false; + this.xrTable10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow14 + // + this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblAbrechnungszeitraum}); + this.xrTableRow14.Name = "xrTableRow14"; + this.xrTableRow14.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow14.Weight = 1D; + // + // lblAbrechnungszeitraum + // + this.lblAbrechnungszeitraum.BackColor = System.Drawing.Color.Transparent; + this.lblAbrechnungszeitraum.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAbrechnungszeitraum.Font = new System.Drawing.Font("Arial", 11F); + this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum"; + this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAbrechnungszeitraum.StylePriority.UseBackColor = false; + this.lblAbrechnungszeitraum.StylePriority.UseBorders = false; + this.lblAbrechnungszeitraum.StylePriority.UseFont = false; + this.lblAbrechnungszeitraum.StylePriority.UseTextAlignment = false; + xrSummary5.FormatString = "#{0}"; + xrSummary5.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblAbrechnungszeitraum.Summary = xrSummary5; + this.lblAbrechnungszeitraum.Text = "Datum"; + this.lblAbrechnungszeitraum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.lblAbrechnungszeitraum.Weight = 0.4611729383933455D; + // + // xrTable9 + // + this.xrTable9.BackColor = System.Drawing.Color.DarkGray; + this.xrTable9.BorderColor = System.Drawing.Color.Black; + this.xrTable9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(391.9074F, 346.2499F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow10}); + this.xrTable9.SizeF = new System.Drawing.SizeF(83.92258F, 20F); + this.xrTable9.StylePriority.UseBackColor = false; + this.xrTable9.StylePriority.UseBorders = false; + this.xrTable9.StylePriority.UseFont = false; + this.xrTable9.StylePriority.UseForeColor = false; + this.xrTable9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblAbrechnungsinterval}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow10.Weight = 1D; + // + // lblAbrechnungsinterval + // + this.lblAbrechnungsinterval.BackColor = System.Drawing.Color.Transparent; + this.lblAbrechnungsinterval.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAbrechnungsinterval.Font = new System.Drawing.Font("Arial", 11F); + this.lblAbrechnungsinterval.Name = "lblAbrechnungsinterval"; + this.lblAbrechnungsinterval.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAbrechnungsinterval.StylePriority.UseBackColor = false; + this.lblAbrechnungsinterval.StylePriority.UseBorders = false; + this.lblAbrechnungsinterval.StylePriority.UseFont = false; + this.lblAbrechnungsinterval.StylePriority.UseTextAlignment = false; + xrSummary6.FormatString = "#{0}"; + xrSummary6.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblAbrechnungsinterval.Summary = xrSummary6; + this.lblAbrechnungsinterval.Text = "Monat"; + this.lblAbrechnungsinterval.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.lblAbrechnungsinterval.Weight = 0.4611729383933455D; + // + // xrTable8 + // + this.xrTable8.BackColor = System.Drawing.Color.DarkGray; + this.xrTable8.BorderColor = System.Drawing.Color.Black; + this.xrTable8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 346.2499F); + this.xrTable8.Name = "xrTable8"; + this.xrTable8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable8.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable8.SizeF = new System.Drawing.SizeF(158.9583F, 20F); + this.xrTable8.StylePriority.UseBackColor = false; + this.xrTable8.StylePriority.UseBorders = false; + this.xrTable8.StylePriority.UseFont = false; + this.xrTable8.StylePriority.UseForeColor = false; + this.xrTable8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell15}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell15 + // + this.xrTableCell15.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell15.StylePriority.UseBackColor = false; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + xrSummary7.FormatString = "#{0}"; + xrSummary7.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell15.Summary = xrSummary7; + this.xrTableCell15.Text = "Abrechnungzeitraum: "; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell15.Weight = 0.4611729383933455D; + // + // xrTable6 + // + this.xrTable6.BackColor = System.Drawing.Color.DarkGray; + this.xrTable6.BorderColor = System.Drawing.Color.Black; + this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable6.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 253.1249F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable6.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable6.StylePriority.UseBackColor = false; + this.xrTable6.StylePriority.UseBorders = false; + this.xrTable6.StylePriority.UseFont = false; + this.xrTable6.StylePriority.UseForeColor = false; + this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseBackColor = false; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + xrSummary8.FormatString = "#{0}"; + xrSummary8.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell1.Summary = xrSummary8; + this.xrTableCell1.Text = "Arbeitsplatzanbieter: [RecipientOrganisation]"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell1.Weight = 0.4611729383933455D; + // + // xrLabel2 + // + this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceNumber", "Rg-Nr. {0:dd.MM.yyyy}")}); + this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(473.306F, 135.4166F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(209.8193F, 20.00002F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTable7 + // + this.xrTable7.BackColor = System.Drawing.Color.DarkGray; + this.xrTable7.BorderColor = System.Drawing.Color.Black; + this.xrTable7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable7.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(0.0005086263F, 218.5417F); + this.xrTable7.Name = "xrTable7"; + this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow9}); + this.xrTable7.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable7.StylePriority.UseBackColor = false; + this.xrTable7.StylePriority.UseBorders = false; + this.xrTable7.StylePriority.UseFont = false; + this.xrTable7.StylePriority.UseForeColor = false; + this.xrTable7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell14}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow9.Weight = 1D; + // + // xrTableCell14 + // + this.xrTableCell14.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell14.StylePriority.UseBackColor = false; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + xrSummary9.FormatString = "#{0}"; + xrSummary9.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell14.Summary = xrSummary9; + this.xrTableCell14.Text = "Abrechnung Zuverdienstprojekt InArbeit"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell14.Weight = 0.4611729383933455D; + // + // xrTable2 + // + this.xrTable2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(524.1666F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow12, + this.xrTableRow13, + this.xrTableRow4, + this.xrTableRow5}); + this.xrTable2.SizeF = new System.Drawing.SizeF(159.7917F, 74F); + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.StylePriority.UseTextAlignment = false; + this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTableRow12 + // + this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell2}); + this.xrTableRow12.Name = "xrTableRow12"; + this.xrTableRow12.Weight = 0.13245033112582783D; + // + // xrTableCell2 + // + this.xrTableCell2.CanShrink = true; + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell2.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "Tel: 0981 - 20 36 20 82"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell2.Weight = 1D; + // + // xrTableRow13 + // + this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell4}); + this.xrTableRow13.Name = "xrTableRow13"; + this.xrTableRow13.Weight = 0.13245033112582783D; + // + // xrTableCell4 + // + this.xrTableCell4.CanShrink = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Fax: 0981 - 17 170"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell4.Weight = 1D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell5}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 0.11258278145695365D; + // + // xrTableCell5 + // + this.xrTableCell5.CanShrink = true; + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Anni-dietrich"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell5.Weight = 1D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 0.11258278145695365D; + // + // xrTableCell6 + // + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.Text = "@domiziel-ansbach.de"; + this.xrTableCell6.Weight = 1D; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(524.1667F, 90.29166F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(158.9586F, 17F); + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "www.domiziel-ansbach.de"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // lblAdresse + // + this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + 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]"; + // + // xrLabel8 + // + this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDateTime", "Ansbach, den {0:d. MMMM yyyy}")}); + this.xrLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(473.306F, 171.4583F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(209.8193F, 20F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // 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.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Detail1.HeightF = 0F; + this.Detail1.Name = "Detail1"; + this.Detail1.StylePriority.UseFont = false; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3}); + this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 0; + this.DetailReport2.Name = "DetailReport2"; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.Detail3.HeightF = 25F; + this.Detail3.Name = "Detail3"; + // + // xrTable3 + // + this.xrTable3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow25}); + this.xrTable3.SizeF = new System.Drawing.SizeF(682.9165F, 25F); + this.xrTable3.StylePriority.UseFont = false; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell7, + this.xrTableCell44, + this.xrTableCell46, + this.xrTableCell47}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 1D; + // + // xrTableCell42 + // + this.xrTableCell42.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell42.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); + this.xrTableCell42.Font = new System.Drawing.Font("Arial", 11F); + 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 = 1.285081149018644D; + // + // xrTableCell43 + // + this.xrTableCell43.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell43.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.00}")}); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 11F); + 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.38033974426071D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitDescription")}); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell7.Weight = 0.33234858443100573D; + // + // xrTableCell44 + // + this.xrTableCell44.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell44.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell44.Font = new System.Drawing.Font("Arial", 11F); + 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 = "à"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.11078285867152579D; + // + // xrTableCell46 + // + this.xrTableCell46.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell46.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:0.00}")}); + this.xrTableCell46.Font = new System.Drawing.Font("Arial", 11F); + 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.4431314561448525D; + // + // xrTableCell47 + // + this.xrTableCell47.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell47.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")}); + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 11F); + 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.4745340238955626D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5, + this.xrPictureBox2, + this.xrLabel5, + this.xrLabel11, + this.xrLabel12, + this.xrPictureBox3}); + this.ReportHeader.HeightF = 205.2187F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrTable5 + // + this.xrTable5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(524.1667F, 165.2187F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6, + this.xrTableRow11}); + this.xrTable5.SizeF = new System.Drawing.SizeF(159.7917F, 40F); + this.xrTable5.StylePriority.UseFont = false; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell9}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 0.13245033112582783D; + // + // xrTableCell9 + // + this.xrTableCell9.CanShrink = true; + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell9.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "Ansprechpartner:"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell9.Weight = 1D; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell11}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Weight = 0.13245033112582783D; + // + // xrTableCell11 + // + this.xrTableCell11.BorderColor = System.Drawing.Color.BlanchedAlmond; + this.xrTableCell11.CanShrink = true; + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.ForeColor = System.Drawing.Color.Black; + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell11.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell11.StylePriority.UseBorderColor = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UseForeColor = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "Anni Dietrich"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell11.Weight = 1D; + // + // xrPictureBox2 + // + this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image"))); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(513.5413F, 88.3021F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(133.9587F, 52.62498F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel5 + // + this.xrLabel5.Font = new System.Drawing.Font("Arial", 20F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.96865F); + this.xrLabel5.Multiline = true; + 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(499.3747F, 33.66667F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "D o m i z i e l A n s b a c h e. V."; + // + // xrLabel11 + // + this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel11.Font = new System.Drawing.Font("Arial", 16F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0.0003814697F, 68.23962F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel11.SizeF = new System.Drawing.SizeF(408.3335F, 24.29172F); + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Zuverdienstprojekt InArbeit"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel12 + // + this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel12.Font = new System.Drawing.Font("Arial", 9F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 140.9271F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel12.SizeF = new System.Drawing.SizeF(658.9999F, 24.29172F); + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "Domiziel Ansbach * Karolinenstraße 6 * 91522 Ansbach"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(499.3747F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(159.6253F, 78.24999F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // PageFooter + // + this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel4, + this.xrLabel1, + this.xrLabel3, + this.xrLabel6, + this.xrPictureBox4}); + this.PageFooter.HeightF = 90.00003F; + this.PageFooter.Name = "PageFooter"; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0.000890096F, 18.99999F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(133.4162F, 61.00006F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "Bankverbindung:\t\r\n"; + // + // xrLabel3 + // + this.xrLabel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(133.4171F, 18.99999F); + this.xrLabel3.Multiline = true; + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(209.5002F, 61.00007F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Bank für Sozialwirtschaft\r\nDE17 7002 0500 0007 8315 00\r\nBFSWDE33MUE\t\t\r\n"; + // + // xrLabel6 + // + this.xrLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(342.9176F, 18.99999F); + this.xrLabel6.Multiline = true; + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(181.25F, 61.00006F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Sparkasse Ansbach\t\r\nDE97 7655 0000 0000 2917 81 \r\nBYLADEM1ANS\r\n"; + // + // xrPictureBox4 + // + this.xrPictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox4.Image"))); + this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(524.1674F, 18.99999F); + this.xrPictureBox4.Name = "xrPictureBox4"; + this.xrPictureBox4.SizeF = new System.Drawing.SizeF(153.8335F, 47.4584F); + this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel4 + // + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 9F); + this.xrLabel4.ForeColor = System.Drawing.Color.White; + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0.000890096F, 0F); + 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(627.0835F, 9.999974F); + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UseForeColor = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "LEER"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // RechnungZV + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter, + this.Page1, + this.DetailReport, + this.ReportHeader, + this.PageFooter}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull, + this.ruleNoticeNull}); + this.Margins = new System.Drawing.Printing.Margins(86, 44, 40, 12); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter; + private DevExpress.XtraReports.UI.GroupHeaderBand Page1; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.XRLabel lblAdresse; + private DevExpress.XtraReports.UI.FormattingRule ruleNoticeNull; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRTable xrTable7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTable xrTable10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; + private DevExpress.XtraReports.UI.XRTableCell lblAbrechnungszeitraum; + private DevExpress.XtraReports.UI.XRTable xrTable9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell lblAbrechnungsinterval; + private DevExpress.XtraReports.UI.XRTable xrTable8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRTable xrTable12; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTable xrTable13; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow17; + private DevExpress.XtraReports.UI.XRTableCell lblMot2; + private DevExpress.XtraReports.UI.XRTable xrTable11; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell lblMot1; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.SubBand SubBand1; + private DevExpress.XtraReports.UI.XRSubreport xrSubreport1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4; + } +} diff --git a/ReportImp/DomizielAnsbach/RechnungZV.cs b/ReportImp/DomizielAnsbach/RechnungZV.cs new file mode 100644 index 000000000..9c704cc22 --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZV.cs @@ -0,0 +1,102 @@ +using BeWo.Report.ReportObjects; +using DevExpress.XtraReports.UI; +using BS.Shared.Core; +using BeWo.Report; +using System; +using System.Text; +using DomizielAnsbach.Service; +using BeWo.Data.Access; +using BeWo.Data.Entities; + +namespace DomizielAnsbach +{ + [IDSpecificClass(Identifier = "RgZV")] + public partial class RechnungZV : XtraReport, IBeWoReport + { + public RechnungZV() + { + this.InitializeComponent(); + } + + public void SetReportDataSource(ServiceInvoiceRO pRO) + { + var sb = new StringBuilder(); + if (!String.IsNullOrEmpty(pRO.RecipientOrganisation)) + { + sb.AppendLine(pRO.RecipientOrganisation); + } + if (!String.IsNullOrEmpty(pRO.RecipientAddressLine1)) + { + sb.AppendLine(pRO.RecipientAddressLine1); + } + if (!String.IsNullOrEmpty(pRO.RecipientDivision)) + { + sb.AppendLine(pRO.RecipientDivision); + } + + if (!String.IsNullOrEmpty(pRO.RecipientContactPerson) && pRO.RecipientContactPerson != pRO.RecipientOrganisation) + { + sb.AppendLine(pRO.RecipientContactPerson); + } + + if (!String.IsNullOrEmpty(pRO.RecipientStreet)) + { + sb.AppendLine(pRO.RecipientStreet); + } + + if (!String.IsNullOrEmpty(pRO.RecipientPostCodeAndTown)) + { + sb.AppendLine(pRO.RecipientPostCodeAndTown); + } + + lblAdresse.Text = sb.ToString(); + + DateTime start = pRO.AccountingPeriodStart; + DateTime end = pRO.AccountingPeriodEnd; + if (start.Month == end.Month && start.Year == end.Year) + { + lblAbrechnungsinterval.Text = "Monat"; + lblAbrechnungszeitraum.Text = String.Format("{0:MMMM yyyy}", start); + } + else + { + lblAbrechnungszeitraum.Text = String.Format("{0:MMMM yyyy} - {1:MMMM yyyy}", start, end); + } + //pRO.NetClaim = pRO.GrossClaim - pRO.AmountAdvancedPayments; + //lblMonate.Text = "Abschläge " + pRO.AccountingPeriodStart.ToString("MMMM") + " - " + pRO.AccountingPeriodEnd.ToString("MMMM") + " " + pRO.AccountingPeriodEnd.Year.ToString(); + + long? customerOid = pRO.ServiceInvoicePeriods[0].Customer.CustomerOid; + if (customerOid.HasValue && pRO.InvoiceBase.RecipientCostBearerOid.HasValue) + { + var c = DAOFactory.GenericDAO.LoadByID(customerOid.Value); + var pausch = ZuverdienstHelper.GetPauschalen(pRO.InvoiceBase.RecipientCostBearerOid.Value, c, pRO.InvoiceDateTime.Value); + if (pausch.motZuwend4 != 0 && pausch.dateMotZuwend4 != DateTime.MinValue && pausch.dateMotZuwend4 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend4, pausch.motZuwend4); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend3, pausch.motZuwend3); + } + else if (pausch.motZuwend3 != 0 && pausch.dateMotZuwend3 != DateTime.MinValue && pausch.dateMotZuwend3 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend3, pausch.motZuwend3); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend2, pausch.motZuwend2); + } + else if (pausch.motZuwend2 != 0 && pausch.dateMotZuwend2 != DateTime.MinValue && pausch.dateMotZuwend2 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend2, pausch.motZuwend2); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend1, pausch.motZuwend1); + } + else if (pausch.motZuwend1 != 0 && pausch.dateMotZuwend1 != DateTime.MinValue && pausch.dateMotZuwend1 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend1, pausch.motZuwend1); + lblMot1.Text = ""; + } + } + + var anhang = new DomizielAnsbach.RechnungZVTN(); + xrSubreport1.ReportSource = anhang; + anhang.SetReportDataSource(pRO); + + this.bindingSource1.DataSource = pRO; + } + } +} \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/RechnungZV.resx b/ReportImp/DomizielAnsbach/RechnungZV.resx new file mode 100644 index 000000000..3916d42f6 --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZV.resx @@ -0,0 +1,875 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + + + /9j/4AAQSkZJRgABAQEA3ADcAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCABeAQ0DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiikJx1oAWikpaACikpaACiiigAooooAb/ADoori/i + h8XvCPwZ0ODWPGetR6Jp084toppI5JN8hVmChUVm6Kx6Y4pxjKTUYq7E5KKvJ6HaA0fjXz//AMN7/Af/ + AKKBb/8Agvu//jNeveAfH2g/E3wvZ+I/DOox6rot4G8i7jVlDbWKtwwDAhlIwR2rWdCrTXNODS9DONWn + N2jK50lFFFYmoUUUlABmkya8H1T9uT4IaLqd5p1747ghvbOZ7eeL7DdEpIjFWXIiIOCCOCQccZr0j4Zf + Fnwn8ZPD8uu+DtXXWtKjuGtXuEhkjAlVVYriRVPR1PTHNbSoVaa5pxaXoZKrCT5Yy1OyooorE1CiiigA + oopKAE4pfeuE+KXxt8F/BTT7K+8a65HolreymC3keCWXe4G4jEaMRgc5NcZ4V/bO+DfjbxFpug6L41gv + tW1Cdbe2tlsrlTJIxwFy0YA+pOK2jQqzjzxg2vQydWnF8rdme3UtJmqOsa1YeH9NuNQ1S9t9OsLdDJNd + XcqxRRqOpZmIAH1NY6t2RoX6Ss3w/r+n+KtDstY0m6jvtMvoUuLa6iJKSxsAVcHuCCCDWl0oatox7idK + xvFviqx8F+Hb/WdSmSG0s4mlkLuq52gnALEDJx61s9a+IP8AgrJ/yRLwkB/0MSf+ktxXRhsM8ZWjQUuV + y69jCtWWHpuq1dI1/G//AAUc8I6J5kdg9m8i8BhK1yfxWMYH/fVeS6d/wUB1n4m+M7Dw9pj3lnHeNIDO + iJAFCxs+QPmY5245Ydfwr89+ea9H/Z35+Mfh76z/APoiSurN+EKeEyvE4qtiak5whJrXlV0rrSKX4tiy + ziOWIzChh6eHhGMpRT05nZtdZN/hY/d2zYtaws3JKAn8qmNQ2mfs0XH8C/yqvqWtWGjQ+bfXcNpH13TS + Kg/U140ZxhTUpuysdnK5Taii7S/pXmuvftCeCNAQl9XF0w4C2yFgT7N939aqfEH9ovwl8M/hhB42166N + lZXSf6JayY8+dzkhFUZyeMnGQBya56WOw2IqeyozUpdlqb1MHiKMFUqwcY93p+Z6mzAdSBR5q9mB/Gvy + Z+K//BR7xh4yvpo9DtRpmm7iIkklZSV7bghHP1Yj2HSuO8Cftl+INO1yGXWY1jhLc3mmvJHLFz1wWO4D + uAQSPXpXZiMHndOk69LB80VrbmSlbyWv3XTMaFfKqk1SqYpRk/7rcb+b0++zR+zFKteVfs//ABW/4Wb4 + V8yeZLi7t1RvtEeMTxOMpIMcc4I49O3SvVfpXLg8VTxtCNens++6fVP0NcTh54SrKjU3X9XXqIzY+lfD + 37Ql1Y/FrxZdWusW8eqaRp1yy2VvcfNHGwARnA9WIPPocV9c/EzxN/wiXgnVdSVts0cRSHP/AD0b5V/U + ivh+4nW3hlnlfaiKXd29ACST+pr8v45zevhZUcHhJuM3q7Oz7Lb5n6LwbldHEKrisTBSgtNdV3f6HD6j + 8EvBd7YXVvH4esbaSWJo1mjjwyEggMDnqCQR9K9M/wCCW3xCmttK8a/DHU5Nt9o14b+2jY87GIjmUD0W + RFP1lNc34a1qPxJ4f07VYo3ijvbdLhUcHIDAED368HoRgjg15x4P8Tf8KF/bQ8K+JS/kaL4hYWl6c4Xb + NiJ8+yv5Uh+gru8Ps4xmIxOKybMKkpTavHmbdpQ3WvdX+4x42yvC0sNh8zwUFGKdnZWvGWz+/wDM/WAU + ZHeqmpX39n6bc3W3eIY2k2g9cAnFfnV8b7r4j/Ev4kal4h8NfEvX/Bmj3KQrFo1nf3AihKxqrEBJFX5m + BY4Uck5yea+7xWa5fl9SMMdWVPm2um/yTPhsLluOx0JTwdLn5d9UvzaP0f3D1rgvjdrN5ofw51K80+5k + tLqN4Qk0RwRmRQcH3Bx+Nfn/APDHxN8Vbj4b+MPD+p/EHX/M1HUxBFrM95LPdLbQ+YkghMjkwiRiMspz + hSB1BrkfAXw98W+CvigLW38YajrOhvYy32pWstxKoMYdI4zKhYqxMsiFSecqxwMc+ZmObZXWoYvCYbFJ + 1Ywk1ZPpG++yZ6eAyrMKVbDYnEYe1OU4p3a6u2x3OofCnwfql9c3t34esbi7uZGmmmkjyzuxJZie5JJJ + 9zXt/wDwS3wn7POsqBgDxLdcf9sbevPK8r+GPhn4j6H8JT4Pj8W3HgvSbu/m1K4i0cFb2ZpFRQskwI2K + BGPlXqWOSeAPhOCuJadDCYv+18U7Xhbmbl/Ney1fa59pxdkFSviMN/ZmHV7SvZJfy2u9D9Wt49aXnNfj + vrHwv+I3wzmbxH4H8d61Pe2581447qSOdgOTwGKye6sORxg5wfuz9h79qmf9ovwXe2evLFF4x0Mol6Yg + FW6jbISdV7EkEMBwCARgMAP2HCVsFmWGeLy6sqsFvumvVPU/K8Vh8Xl9dYbHUnTk9uqfo0fTtJvHc4rx + D9oz4zax4E06PRvCEdpJ4mvBk3l8S0Gnx9PMZBzI552rwOCWIAAb4c8WfDPxl8Q7mS78U/FbxHqtzIdx + RZDHApPOEhD7VHsoArw8RxBk2BqezxmJUZdknJ/ht82evh8jzTGwVTC0OaL6tpfmfqjuHrR2r8gJfhb8 + Ufhz/wATHwN8RNYaaE7xbR3ktuz47Y3lG+jAA+/SvrH9iH9tLUvi9qtx8P8A4gKtv40tY2e1vBGIvtqp + /rEdOAsqgZ4ADAMcDac+5g62CzShLEZZiFVjHdK6a9U9TyMXh8ZltZUcfRdNvZ7p/NaB+1Fp9r428eXu + ka7Cuq6ZYyxy2trcjckLNCm4qOxOTn615f8ADP8AZvm1b40+APEHg3QrCz0/w7qkd5rEiSLEwiJGwgE5 + Y/K/A6fjXpX7alvqHjnWIdC8OahJ4S1TTrkTXWq2pIe7RoV2oxUq2FyMZJ6V89fCuDx/8Mf2gfhdY3fx + F1nVdP1zWY4Lq0W6mjilRSuVkUuQ4O88EYHPrX5/ksV/bsnDM7yvU/dWn2ldfy6fofcZo3/YsefAWVof + vPd7rXvqfpT8UPHcfw+8H6jqCG3k1QQSf2fa3DFVnuApKISMkAnGSOgJNfnP8fJvFXxF8E6/rnj7xDLr + V5b2sk1ppdnm302yYDgxwg5dhkgPIS30r3b42eLr3xp8SZJxcXFtpen2zaf/AGa0xeJplmcm4A4AYqQv + TOABkjArzHxp4ffxZ4T1XR0nFs97btAJWXcEyMZIyM/TIr5zM+NKtLNqdDC1VGhGUeZpO+65lfe3oe7l + vCdOeWTr4inzVnGXKm9NVp5fefZ/7LbD/hm/4Zf9i9Y/+iFr1Ja/Kf4Ur8RPhZ8bPhDoM3xL17VPD97q + 0NkNKW+uEtkhQqBGYzIVKYIG3AAAxiv1Y/Cv2b2+HxkI4vCVOenUu00murXW3U/JpUa+FqSw2JhyTha6 + 07X6C+lfD3/BWT/ki3hH/sYV/wDSWevuDuK+HP8AgrN/yRrwgP8AqYAf/JaevVyj/fqXqefmH+6zPy2r + 0v8AZzGfjJ4e+s//AKIkrzSvTP2cf+SyeH/rP/6Ikr7vif8A5EmM/wCvc/8A0lnzHD//ACNsL/jj+aP3 + atf+PWLP9wfyr8d/2tP2l/H+ufGzxdpB1hbKx0fUbnTbVLGBYmEMcrhcvgsWx1ORk9hX7E2v/HvF/uj+ + VfhH+0ud37Q3xJ/7GG+/9HvXx3D+Cw2Ok4YmmppJbq/5n0GbYqvhYqdCbi23s7HKWPia91DxLpl5q+o3 + N2sV1FJJJcytIQocEnknoAeldL8avjNrHxi8Q29xfTSLpWmxC00yyzhLeEHrj+8x+Zj1JIHQADzz731r + 7x/4J5/sj+GviZpN/wCOvHGnJrNkkv2fTdNuM+SzDO+WRQfm5wAp46kg8Y+uxlPL8rqQxs4JSS5YpJdd + Xb7jwMNVxuPpywsZNxvzSbfy/U+DccUfzr6y/wCCjnwd8M/CX4v6OfCumQaNp+raWLmSytV2QpMsjIxR + RwoICZAwMgnua+TeO9e7hcRHF0Y1oqyfQ8evRlh6jpt7H6d/8Exdal1DwnNbyOW+zxSQDd6LICB+AkwP + bFfeGK/Pb/gljzpOq+0k4/WGv0HdtiE1+D06caOIxMIqyVSb+93P1mrOVSlQlLdwh+SR8/ftTeJ/l0rQ + Yn5JN3OoPp8qA/XLH8K+RPjRrQ0b4c6oouI7SW+CWEc0rbVUysELE9gFLEnsBXsPxQ8THxZ481XUA26D + zTDDzxsT5Rj2OCfxNed+KfBuj+NrOKz1qzF7axyCVY2kZRuAIB+UjPBI59a/nPF5xhq3Eix2Lu6UJrRd + VH172/E/ecHldejkP1PD2VScXv3l/kdj4m1jwJqFxpln4C8Qafr2m6bpdrYyGwlD+UYk8pNwHTKoMeuD + XhH7T/hU638PRqUKZutJmE4ZevlsQrgfQlW+imu88J/Dvw94GmuJdD01bBrhQspWV2DgEkZDE9Mnn3Nb + OrabDrWl3mn3S7re6heCRf8AZYEH9DVf29hsNxNHN8v5lT50/etez+LZta6gsmxFbIHlmNac+VrTb+7v + 20Pqv4C/FEfGL9mjQ/E7yiW+n0tob0jr9oiVo5SR2yylgPRhXy/Wd/wTj8cz6DZ/E/4ValJtubES6pao + T1wPJnxntkQkAepPrWjX2HilTjHF4d0/hkm16OzR8r4dyk6FdTWqaT9Vc0/hhocfxL+I134Os7kWl3Z6 + YdTnmMe5I1MioiEAg7mLE+wUnuK9s8XfCPSvhv8AB/WLpbS3bxDdR20F7qEYO6ZUn3IuT/Cpc9hnv7eM + fsKzG6/aX+Mcj8tHZWEKk9lAII/EgGvqb9oXj4U6r7vD/wCjVr2o8OYPKslniqa/ezo3bv8AzR5jx6me + 4rMc3hhpv93Cskl/hlY+Qa634G+B4/jp4J1/X9Kvvsw0/U5tNt45E3JcGKONi+QQVBZyB7KD3wOSI3Aj + p71yH7CH7Unhj4FWPin4fePruXRlbVHvLS9aF5U8wqsckLhAWB/dqVOMHLAkHGfjeBeHcHntPFzxMeZ0 + 1GyvbR3u9O1kfXcZZ5i8nlho4Z8qm3d2vtay+dzspoXgmeKRSkkbFWUjkEHBB9wQRXAfs46gPhF+2R4h + e2XZp+o+Hru7aAcAnasuB2/1kJx6A4r0vXryLUtc1G7hz5M9zLKmQR8rOSODyOCOD0rjPAHhCfxR8ePG + WtQxlrbw94OxLIBwJZZjtQ+5jEp+i0uCMVUwOMx0KLvH2U/wtyv7w4tw9PGYTCTrKz9pD8d/wOv1TVLr + WtRuL+9lae6uHMkkjHOSf6DoB2AAryvw7+1d4K8I+IvFGn+LfB2ra/HDdC2sJNNlEYRY8rIzEsMlm6cY + AUdyc+k1g/Djx1onxN8eX3g+w1KHS9ctWeMQ6vILdZ2RirLG3IZhjODgkcgHBx5fCcnPE161TAfW3ba+ + 2u+zPS4kjGGHpUoYz6sr7238t0S+FPG2lfEDSTrOi215Z6dLK6R2+obfOj2kjDFSQT0OR1BB46V5d47h + Pw3/AGgvhr4807/R5JNXt4rspxuxIqsT7tE7qfUCvXfjNr+jfAm6sLTxPrdg99dkkWemym5miQD78iqM + opOACeSegIBIi+EfiT4J/G3xxo2heItUXWbiSdX0ywigvoZftYIKElY1GAu4nLFQOTwMj7LhTLs2y7Pl + j4YOdPDz5k1q0otPR7XSZ8rxHjstx2TfU5YmNStHls9m2ra289T1L48f8lW1z6w/+iUrw++/5OO+Bf8A + 2MB/nFXuHx4/5Ktrn1h/9EpXh99/ycb8Cv8AsPN/OKvI4c/5LaX+Kr/6TI9HO/8AkkIf4af5xPfPjN8M + bjwTfPqst9HdJqV5KyRqhUpkl+TnnjivHfFniBPCfhrUdYkha4jsoGmaJSAWAGcAngV9T/tVL/xJND/6 + +G/9Br49+MX/ACS3xR/14yfyrxc2yzDU+JYYOMf3cpRv/wBvWuetlOYYipw/LFSl78Yyt8r2Pqv9nL4S + 6L4k8N+GvH+r6dYajPfWdtqulfarcPLpzuu8lHOcNyoJXGdor6N5r5W/ZR/ah+Gl58K/hh4Lj8Twf8JW + 2nW2ljSvKkMonjj2sDhcAfISCTgjGK+qMetf0ZRyynlNNYOjFxhG9k79/M/B6+PnmVR4mtK85Wv93kO9 + K+Gv+Cs3/JHvBw/6j4/9Jpq+5fSvhj/grP8A8kh8G/8AYe/9t5a93KP9+p+p5GY/7rM/LmvTv2b+fjJ4 + f/7b/wDoiSvMa9P/AGa+fjNoH/bf/wBEPX3XFH/Ikxn/AF7l+TPmOH/+Rthf8cfzR+7Nv/x6w/7o/lX4 + QftKHd+0J8ST/wBTFf8A/pQ9fu/bf8esX+4P5V+D37SBz+0D8Sf+xj1D/wBKHr5zhX+LL0R6uffw4+p5 + z1r9sP2JtFi0P4BaFBGoXCLuwOp2KCfxOT+NfifX7i/slAj4K6N/u/0FYcXTf1zCU76Pnf3cv+Z0cOxX + 1XET63j+v+R8U/8ABWj/AJKV4GPf+yJf/R1fCFfd3/BWj/kpngcf9QiU/wDkY18I19rkv+4U/n+Z8tmX + +9zP0i/4JY86Tqx/6aT/APtGvtf4u+Jz4U8A6reI+y4aPyICOu9/lBHuM5/Cvin/AIJYg/2Lq3/XWf8A + nDX3zq2i2OuQrDqFnDeRK28Rzxh1DYIBwR1wT+dfiOMp1K0sbToy5ZOc0n2P1OhUhS+qzqK8VGDa76Hw + PXrvwL+Aeqa8uvan43thBplxLA2hw28wEn2fy8vJIV7szDCnGAvTmvoj/hXfhgKB/YGnZ/69U/wrehhS + 3iWONQkagKqqMAAdq+ByPgull9WpUxvLV5lZXW2u59pm/F1XHU4QwidKz6PfyPJNV/Zt8L/2bc/Y47pL + ry28pmnJAbB2n88V8surRyMjqQ6khgeoI6iv0ErAl8A+G5pnkl0LT5JHYszNbISSTkk8etXnnBeHzBwe + CUaTV76bkZPxZXwCmsXeqna13sfnj4C+Dfja3/aIh+IvhCzt7rRoYPK1tGukicRyxPFIQjEFgFAcYzll + 9cV06/dFfeGn+E9H0nzhZaZaWvnLsk8mFV3r6HA5HNVP+Fd+GM/8gHTv/AZP8KeccMYzOMJhKFasuahH + lvZ6rp9yDLOJMNleJxNalSdqsua19n1+9nzF+xj8H/E/hD4ofELxpqdpDD4f8SQWw0+dJ0ZpDGWDZQHK + 8+oGa92/aF/5JVqv+/B/6NSvQLCwt9NtY7W1gjtreMYSKJQqqOuAB05puoaZa6tZva3tvHd2743RTIGU + 4ORkH3A/KvtsRhKmJy36jKVpezUL+keW58jRxUKOYfXEtOfnt/29ex8DwW8t5PHBBH5s0jBI48gbmJwB + yQOTgckVk658NdJs/FT3mqaBapr1s4BmmgXzVYdDnHJHGG54wQcYr74j8A+HIZEkj0LT45FIZWW2QEEH + IIOOuafr3gXQfFG06rpdveuowryJ84HoG61+WUeA8XhaUnQxXLN6aXSa6pn6NU40w+IqR9th+aC72bT7 + o+ItH0e717UrewsLd7m6mYKiIMnPqfQDqSeAOTX1f8Ivglpfwz8N6rati/1PW5TcapduuPOO0IqAdkRA + FA78k8sa7Dw/4L0PwqrjSdMt7Et95okAY/U9TWF4u+I58KeMNC0Z7IS2+o8PdeZgw/MFXjBzlmUde9fR + ZHkNDhilOvi53lO0W7aWb2+btc8LOc6rcQ1I0cNDljC7S66Lf7j5f+JXw5vvh7rstvNG76c7k211glXX + qAT/AHgOOeeMjivA/HH7PnhjxxrzatcG7sruQgz/AGR1VZSOMkEHBwByMZxnrzX33bfFSDxRBrUN5pNr + 9itb2G0X7XMSk6SSFQ2NhwSFyB0JIGR1ryb4s/EDwb4T0TRtR0bwPo99cal4g/sL/ib35022izHI3nPK + I2Cr+7I6dDz6V4GDyKvTzD2vDmM9m6l7LVadV5rTqe5iM7pVMGqOe4XnULXej16ej1PCdK+F/hu30600 + m38PWd3Gg8uNJrVZ5HJPckEsSefcn6V9Sfs7/st+GvhnfR+LZPD9lYeJZIWiiEESp9ljbGRgDG8gYJ6g + EgdTmD4e/EC30m18O3M/h/wRpc+sa6dISTQtcN+pQW7S5SVYBmXKkeW20Bed2SAfQ/BH7Q3w9+JGtwaR + 4c8RRalfXFo19AqwSxpPCpAcxuyBXKkgMFJKk4IGDX2+R8OZhldSeJxmIlUk77N8uu7fc+RzjPsHmNOO + HwtCMIryV/L0PAfj1/yVbXPrD/6JSuA8K/CXxJ8QfjR8N9e0S0iuNN8Laqt5qckk6oY42K4IBILH923A + yeB619W+GfEHh/4g+KNVj1Dw3Yoyq01veTIsjXUSSNEX+7xgoO54Ire8L+KfA1vNOuiSWdoXg+0ySQwG + FXiXq27aAwXPOOmTnFfL5TlMMNnX9tQxEeWUp2T0fvXXX1PfzHNZ1sp/smVCV4qKbvdaWfT0OZ/aY0G5 + 1bwVb3lujSCwuPNl28kIVKk/QZGfQc9q+U76xt9SsprS6iWe2nQxyxSDKupGCCPQg19mWvxb0bVNZu7Y + Mn9kQaf9skvJgy8b9u3Yy5Ixgg988VhX1j8J5rE6pc2VlDE0xiOYHjYSbd20pgEMRyARzkY6iuXiDI6W + cYxY7CYmMZLe7tt1TOjI85qZVhvqeKw8pRv0Xfo0fF3w/wD2db66+NXw51jwB4ftYLPQNUju9XkEyxFI + N6cku25zgOABkj2zX6XfjXBeENU8DaXqo03Qo7e0vJ/kzFasgdgu4oX2gFgOSpOR6V3tfpOTzrRwFOhi + K3tZQunK9923q/mfCZr7KWMnWoUnTjOzUbW6W2+Q+vhX/grQf+LS+C/+w6f/AEnlr7qr4T/4K0f8ko8F + D/qON/6TyV9fk/8Av1P1/Q+ZzH/dZn5e16h+zT/yWbQf+2//AKJkry+vU/2ZVLfGjQAAST54Axk/6l6+ + 64o/5EmM/wCvcvyPmeH/APkbYb/HH8z91Lb/AI9Yv90fyr8Hv2jP+TgPiRn/AKGPUP8A0okr94rbP2eP + /dH8q/Ej4qfCPxv8Rfj98Rv+EZ8Ja1rit4k1EeZZWMkkQP2l+rgbR9SQK+Z4YqRpzlKbsrLc9fO4ynCK + ir6niC8mv3I/ZPXb8FdF+h/pX5weCf8Agmv8ZvFXlyajYaZ4Wt2wS2qXqs+P9yIPz7Eiv1e8A+DbPwD4 + V07RLGMRxW0Kq2GZgz4G5ssSeSCcVzcTSp4vF4erRmmoKV/ny2/I6MjU8Phq1KpFpycWvlf/ADPzk/4K + 0f8AJT/A4/6g8n/o818RaL4f1TxHdLa6Rp13ql0xwILKBpnP0VQT+lfu944+BXgH4meIbDXPFXhew8Qa + jYwm3t31BDKiIW3EeWTsPJzkqTXU6H4Y0jwvaJa6PpVlpVqo4hsrdIUH0CgV24TPo4PDRoRhdo5MRlLx + FaVWUrJnyX/wTj+DHiH4e/Du81TxLp97od/c3kyR6Zf2xhl8siIiQ5OcEqRggdM19kdqSlr5GfLKrOrF + W5m2/Vn0UeZQjBu/Kkvkh1FFFIYUUUUAFFFFABRRRQAUUUUAJXmvxK+G+o+MtUW7s57eEx2EkMTSMQyz + ebG8bcD7oKc9/Y16TR9a4sXhKWNpOjWV0zpw+IqYWoqtJ6o8bs/g3qljZ3FqlxalWm02QEu2T9nx5p+7 + 1JBx698Vx/xb/Z98W+MNF0S00qHwxqR0nxW2vraa+8v2a6hZJgYpVWJ+QZRxgggE8Hg/Sffil/lWGBy6 + hl9WNagrNX/G/wDmbYrHVsZB06zunb8Lf5Hzhb/A/wAZauvgk32i+BvCqeH/ABN/bEln4XaZIJYDaSQk + 4MC5lLOOoA2qPmyMVl+Af2Z/GHgnS/hQqX+jm98IaDq2mXLRyy7XnuinlvGfLGVXBJLAHpgGvqOivcni + Kk6bpXsn/wAH/M8mNGEZqfVf8D/I8m0n4O3/AIavtAubHVnuvsUb200N04VBE6EMI9qZ+/tPzHt1qKP4 + OahcaLomnXFxbRLa6TdafPJExJ3yhQGX5RkDaeuPpXr1FfLrJMGlyqOnr6f/ACKPeea4qTu5a+nr/mzx + m/8AhP4h8QLdnUbjT7eR9Nis4vsrSEbo5RIrNwDhsc4ORnjPWrel/CXUILjTrmVbOKWPVEvZ0W4mmzGs + bIo3yZLNkg9FGBjtXrVO/CksjwamptXf9MHmuJcXBOy/4b/I8utfhrq9r8QP7Ytri2sLI3TTytayyq1w + hUjY8JyhOcEuDk4zgV6hk0UV6WFwdLB8ypL4nc4q+JqYhxdTorBXyN/wUU+DnjH41eBvB+k+DNDl1u9g + 1Zp5lSRI1iTyXXczOQAMkd6+uehor18NiJYWtGtBao86vSjXpunLZn5U+Cf+CVnxI1vy5PEmvaJ4Ygbl + o4y95Ov1VQqH8Hr6q/Z5/wCCfXhX4C+NNO8XjxHquva/YrIsRkSOC2/eRtGx8sBm+6xxlz2r6sNHevRx + GcYzFRcJy0fQ46OXYeg1KMdV1FpFUL0FOorxj0wooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKAP/Z + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAHMAncDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKCAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigApm/5ttPpklACv9ymb1RdzVKn3KZVDH0UUVIgooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACijfUMkix/xr/wOgvlHeZ/t03cP71c9feOtF0+Rlm1KFGX7y7q5if46eHIblYFaaRd2zzYovkWv + PqZhhaUuWUzupZfiavw0pHpdFcjonxC0nWp5YLW6iMsX3ot22uljukkbg1tTxNLEfwpnPWoVaEvfiXE+ + 5TKak2+pa6jEKKKKCAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii + gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii + gAooooAKKKKACiiigAooooAKKKKACiiigAooooABTJG9GoqK5dUV91Rzci5pFxOX8eeNofB+mtMUaaf+ + GJP4q+dvGHxT1nxNM8bXMlnb7v8AVQ//ABeyrHxb8SPrfiu8Zf30Vu3lRfNuT/brz2aYtayrs/vbdq/L + t/76r8I4m4mryryoUJcsT9kyDI6FOhGtVj7xZmvpVk3Tz/8Afcu/d/sfNVazuVml2qzb2VX2RLR5yQt5 + bbk2tu+f5aYlw235t0qr8/zSs1fk0sfiJy96Z9z7KP2Cz9p/0dF/j2/df/0OvQfAfxe1XRLxY7meS7st + v+qZPn/4DXmf2nzm3LtR923ai/w06N282VopfuL9z733q9XLc+xmBq80ZnHi8toYuly1Yn2V4V8Y23ia + xS5tm3/3l/irpI5FNfH/AIJ8Z3nhbVEaNme0VdrJuT/0GvqTwt4otvEOlxXdsyusi71r+jcgz2nm9D/p + 4fi+dZPVy+rzR+E6FH3rT6iR/wCGpa+xPlgooplBA+iiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAGVXmVXTbVqSopelZv3/AHS4 + fGfJ3xY0ddJ8W3UcVtGkDfvdq/xbq4YJ5Pms6sqf7LN/8XXvH7QmgGaG31GLd8rbW+Rpdv8AwH+GvCvv + yfw/7lfy5xThPq+Oq8x++ZDifrGBgQ3yMmxpP9av+1TPm+T9225lbcj/AMVPm+eX5VZE/i2LT/l3bf3n + +/XwUvi90+piQqsv7r9wybfveUv/ANnUTNuidm8v5v4d3z/99NU3nMuz5m3/ADbXdaZCnyvtZvu/xr96 + iVQB3y/ut0G9/wDeVtv8X3v4a9N+EvxH/sHUkiudosp5fmmZv4v8/LXmDusexlZv9pW/harscy26lo28 + 3/d/hr6bJsyq5fXjVpyPJzDBRx1CVKZ9sWd0l0qMrb1aru75q8S+DPjs3dumnXdwv2pW2R+a33v9mvZk + uV2pur+qMvx9PMKEa9M/BMwwU8FXdKRaTbto8ym7lTZTk+/XrHlhT6KKACiiiggKKKKACiiigA8yimP9 + +n0DCiiigQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF + FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUfxUDCiiigQmaXNMeobm + 6SFW3Mo/3qUpKOrLUeb4R5mHesTxJ4msvDlo91eypDAn8VcN42+Nem6Hvs9Plju7/wDuI3y/8CrwPxB4 + s1LxBeSz3cklyzfOv9xa+BzvizCZb7sPekfaZTw3XxsvaVfdidl8R/ixJ4kee1sAyWMidZfv7q81mTev + zRrs3fM/yVV8tbjb95NvzfeahLlnt3jbc+7+63zf8Br+ds0zapnFf29c/XsHgaGBpRpUB038e1Vh/u75 + P/ZaH2+Unyr8rU35UXbtX++38NOaFl+Tyl+Zd3yt92vA5j1Qikkjl3RxtN/6B/8AY09FZ1laXbsX/a3f + NUTzKn3Y12fxUb/37M33WX5lqeb3Q5Q2L951V0WpV3JD5sm5/m+4n8S/3KhikVG+ZV3s2za33f8Aeao/ + Jih2Lt+7/BV05SgTI19H1CfT7prm0laHb86/e+X/AGK+qPh342g8VaTEys32iNV3I9fI81vGs8Xzeam3 + d8rLvVq6jwT4pu/DOsRXcErPD/y1iT+Kv1ThXP5YCv7KcvdkfG57lMcwoc8PiifYKf3t1WIf71YXh7XI + td0+K5hbeJU+7Wusnzbd1f0XSqxrQ54H4lUpyhPkkWPMp9M3fw0eZW5iP8yiiigkKKKKBBRRRQAUUUUA + FFFFABTN/wA1PooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooGM/iod9i0ySQKOeBX + mHxG+L1t4akFjZt9pv2+ULu+Vf8AerzsXjqGBp+0ryO7CYSri6ns6UTsfEni2z8OWTzXUm3b/Du+avnr + x58XtS8Q31xDbN9msGXYir99v9uuS8SeJr7xBLcTXdzJM3/jlY7R79+4/dr8Sz3jGriv3WD92J+t5Pwz + Swv73EfELM7zM/3d/wDfSX71Mm/1fkL8i/7bUz783yr8n8T09riTa/zM/wDs7q/IK+Kdafvn3UYcgzyV + dflbf8v/AHzTFXdIq/cdv4qm/wCWX8X/AACmeXAiyxSK237/AMvy1x8v2jbmInRtsv3X+bZ/t09E+83m + r93bUv8Af2t96mOn8LLvRv4KXNyhzDERUiZWCun8Lbm/+Jps26ZW2tH5Xlf3vvVK033m2x/Kv+f4absX + Zu3feXb8/wDFV8xI53i2rF5q1E6/N8rL/cp0y/Miqqy/7W6pH3pFtVvnrKRZHbo29tqx7Nvzb/4ae7+S + srMzJt+7TfmS3Rl+5t+Zt33aN/yuv+zXRCtKHwkcp6J8L/iNd+Hb2KGeb/iWt/D/AHW/vV9N6TdJe28U + /wDCy7lr4lsHbbt+bY6/3vu17l8I/iozRwaPffO6/Kr7q/eODOI+eP1OvI/L+Jsn5v3+Hie7Q1L5lVYZ + F/h+5VpH+Wv2s/LZD6ZR/FT6ZAeZTKfRQAUUUUEBRR/FTH/vUFj6KKKCA8yiiigYUUUUCCimf+h0+OgY + UUUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiijzKBhRRTHfbQUM875qpX2oQafbtJPIsUa/Nub/2aq3iDxFZeHbJ7u9uI + 4VVfm3tXzV8SvipdeJpngsj5Vr91X3fer5TOc9w2UUuaUvePoMpyevmVX3fhOq+IXxu+2+fp+ksqL91p + f73+7XjdxqEvm75N00rfxO1V/OZ2+Zlp/mN8i7ld6/nTN+IsTm8vekft2X5VQy2ny04le53Ou1ql85nV + Nu7fT2XbN5Em3d/eoms/mRmX7vy76+O5qkviPX5gh+8ny/8Aj1Me3WGDd/01+ZWVvu0/bvj27VSL5l+R + qe9s32dGVlTai1pGn7vukSkQyL8i7V/dN/zyp9tYSzfLt3uzbFra8O+GLnxJqKWlszO7feeL7iV9FeD/ + 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 + +41eseCvgbJb3yz6mYnt1XAXb87/AO9X0uV5HjMbOMIw/wC3jwcdnWGwkeaUzC+E/wANZdZvob+9ikW1 + jXcm5fklr6OtbdbaFUVdirUVtZxWUCRwrsVf4Vqx0r+jclyShlVL3fiPxrMs0q5lX55klFFFfUHihRRR + QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFADKp3ml218u2aFZV/2lq/TPLrCrQhWjy1S4yl + D4DzvWvgvoOpRP5FstpKy7d8K7a5e8/Z2tHX5L+Qou7/AFq7/wCDbXtlO6V8zW4XyvES5p0j2KOcY7D/ + AA1Twr/hnaSRovM1JdkbfdSKrFj+znbQs7XOpSPub/lkuz5a9tz70fjWMeE8rj9g6JZ9mEv+Xp57YfB3 + Q7NkYwrLt/vV1Oj+FdN0KLyrK0jiT/ZFa20elPx+Fevh8nwOF/hUonlVMbia/wDFmNRFT7q0+iivbSS2 + OIKKKKYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooGFFF + FAgooooAKKKKACiiigAooooAKKKKAImXtsrI1Lwvp+qxtHc2sbo3+xW2PvcGkbtXLXw1HEfxY8xpCpOl + 70JHnV58FPDd48TeRJDt3fLFJtWpdP8Agv4YsE2rZeYu1V/etu+7XfeXmjGO1eV/YeX83N7KJ6H9pYvl + 5fayOOj+Fvh1ZFb+zoDs+7uStiHwtpduqbbCH5fu/ukra2U7iumnleDpfDSic8sXXn8Uytb2MEP+rjVf + 92p6fSE130qMKMfcRzSlz/ELRRRW5AUUUUAFFFFABRRRQAUUUUAFFMR960+gAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKBhRRRQIKKK + KACiiigAooooAKKKKACiiigAooooAKKKY+/+GgCpf6la6am+5njt0Ztu6WXbVlJopl3xsro38StX5vft + uePtTuvjbd6H9puU0q106JVtHidYl+R33/3W+f5ax/gH+1Z4k+HOo6ZpV5P9v8ONcJFLaXDrviVn2fI/ + 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 + olirpLH4G+G7Py2kga5dP45Wr0L5vQUvPpTo8N5bR+GmOpnWOq/FVkZGj+FrDQofLs7aO3Tdu+Ra2PLp + y570Zr3qOFpYePLSieVKpKr70mLWbrWi2fiDTrix1CBLm0uF8p4Zl3K1aVFdcfdMj5mX9hTwTa+JYtTg + utQ+yq3mtp7N8jNv3/e/hr6Rs7eOztYoI12RxLsX/dWrFFXKUp/EUFFFFQQFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFADP4a8t/aAdk8LW+1d/8ApC7q9Ub7teUftBybfDFof+npFr57Pf8AkX1T2so/36kc + R8Dbjb4ulgj+5JBvavoxPurXzd8DVSHxc8Xy7/IbbX0jHXl8K/7genxL/vw+iiivtT5IKKKKACijZ826 + igYUUUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigArh/ip4bm8SeF7iG2j86df3ip/ert80wgc7ulcWLw0cXQlQkb0a + 0sPVjVifP/wS0adfEjzSWsyeXFs81/4f9ivoFV2VWt7WK3ZvLjVGqyvy15+U5d/ZtD2Z24/HfX63tZD6 + KKK908sKKKKBhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQIKKKKACiiigYUUU + UAFFFFAgooooGFFFFABRRRQIKKKKACiiigYUUUUAFFFFAgooooGFFFFABRRRQIKKKKACiiigAooooAKK + KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooATHtTWaqWpalBo9rLc3UipEq5avOte+OOla + XG32bddy7V2pCv8AerzMXmGGwUeavPlO/DYKviv4UT1LzMVFJMq96+aNX+N+v3iu0DfZ1dflVfn21zV9 + 8RtdvoFjuLu4aLcrfer4jE8c5bh5csPePqqPCmMq/FofXX2uH/nolC3kX/PVK+Pk8Z6vMsStfXOxl/56 + /dqvJ4q1NFSX7dcu/wBxv3r/AHa4o8fYT/n2df8AqfX/AJz7IbULUPtM6bu1K1/Av/LWL/vqvjF/FF8i + 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 + P//Z + + + + + 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 + + + \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/RechnungZVTN.Designer.cs b/ReportImp/DomizielAnsbach/RechnungZVTN.Designer.cs new file mode 100644 index 000000000..8ee88a1d9 --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZVTN.Designer.cs @@ -0,0 +1,2347 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class RechnungZVTN + { + /// + /// 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(); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RechnungZVTN)); + DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary11 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary12 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary13 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary14 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary15 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary16 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary17 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary18 = new DevExpress.XtraReports.UI.XRSummary(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleNoticeNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable12 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable13 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblMot2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable11 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblMot1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable10 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblAbrechnungszeitraum = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable9 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.lblAbrechnungsinterval = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable8 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); + this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTable14 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow18 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.SubBand1 = new DevExpress.XtraReports.UI.SubBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable15 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAdresse2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable17 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable18 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable19 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow26 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable20 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow27 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable21 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow28 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable22 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow29 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable23 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable24 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable25 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable26 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow34 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow35 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable16 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow19 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable17)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable18)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable19)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable21)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable22)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable23)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable24)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable25)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable26)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Expanded = false; + 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; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 40F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 11.87496F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter + // + this.GroupFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel12, + this.xrLabel4, + this.xrLabel2, + this.xrTable1, + this.xrTable4}); + this.GroupFooter.HeightF = 204.4794F; + this.GroupFooter.Name = "GroupFooter"; + this.GroupFooter.Visible = false; + // + // xrLabel4 + // + this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0.000890096F, 181.2293F); + this.xrLabel4.Multiline = true; + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(342.915F, 23.25006F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "Kopie an Teilnehmer"; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 81.75011F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(604.9586F, 76.37502F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UsePadding = false; + this.xrLabel2.Text = "Überweisung an [CustomerCostCenter] [CustomerName]\r\n\r\nIBAN: [DebitorNumber]\r\nBIC:" + + " [CreatorDivision]"; + // + // xrTable1 + // + this.xrTable1.BackColor = System.Drawing.Color.Transparent; + this.xrTable1.BorderColor = System.Drawing.Color.Black; + this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow8}); + this.xrTable1.SizeF = new System.Drawing.SizeF(682.9163F, 20F); + this.xrTable1.StylePriority.UseBackColor = false; + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UseForeColor = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell24, + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow8.Weight = 1D; + // + // xrTableCell24 + // + this.xrTableCell24.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell24.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell24.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell24.StylePriority.UseBackColor = false; + this.xrTableCell24.StylePriority.UseBorders = false; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "#{0}"; + xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell24.Summary = xrSummary1; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell24.Weight = 0.18809578783916184D; + // + // xrTableCell25 + // + this.xrTableCell25.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell25.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell25.StylePriority.UseBorders = false; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell25.Weight = 0.069725279926124012D; + // + // xrTableCell26 + // + this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell26.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell26.StylePriority.UseBorders = false; + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell26.Weight = 0.18153373470000223D; + // + // xrTableCell27 + // + this.xrTableCell27.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell27.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell27.StylePriority.UseBorders = false; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell27.Weight = 0.056617540289369647D; + // + // xrTable4 + // + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0.0002543131F, 20.00001F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow7}); + this.xrTable4.SizeF = new System.Drawing.SizeF(682.9163F, 25F); + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell8, + this.xrTableCell3, + this.xrTableCell12, + this.xrTableCell13}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 1D; + // + // xrTableCell8 + // + this.xrTableCell8.BorderColor = System.Drawing.Color.Black; + this.xrTableCell8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell8.Font = new System.Drawing.Font("Calibri", 11.25F); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell8.StylePriority.UseBackColor = false; + this.xrTableCell8.StylePriority.UseBorderColor = false; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell8.Weight = 1.2392041766955906D; + // + // xrTableCell3 + // + this.xrTableCell3.BorderColor = System.Drawing.Color.Black; + this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell3.StylePriority.UseBorderColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell3.Weight = 0.91729360186239606D; + // + // xrTableCell12 + // + this.xrTableCell12.BorderColor = System.Drawing.Color.Black; + this.xrTableCell12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell12.StylePriority.UseBackColor = false; + this.xrTableCell12.StylePriority.UseBorderColor = false; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "Betrag"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell12.Weight = 0.59688910697871989D; + // + // xrTableCell13 + // + this.xrTableCell13.BorderColor = System.Drawing.Color.Black; + this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")}); + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell13.StylePriority.UseBackColor = false; + this.xrTableCell13.StylePriority.UseBorderColor = false; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "Gesamtkosten"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell13.Weight = 0.51415511299847649D; + // + // ruleNoticeNull + // + this.ruleNoticeNull.Condition = "[Notice] == ?"; + this.ruleNoticeNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleNoticeNull.Name = "ruleNoticeNull"; + // + // Page1 + // + this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable16, + this.xrTable12, + this.xrTable13, + this.xrTable11, + this.xrTable10, + this.xrTable9, + this.xrTable8, + this.xrTable6, + this.xrTable7, + this.xrLabel19, + this.lblAdresse, + this.xrLabel8}); + this.Page1.HeightF = 434.5833F; + this.Page1.Name = "Page1"; + this.Page1.StylePriority.UseFont = false; + // + // xrTable12 + // + this.xrTable12.BackColor = System.Drawing.Color.DarkGray; + this.xrTable12.BorderColor = System.Drawing.Color.Black; + this.xrTable12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 388.5416F); + this.xrTable12.Name = "xrTable12"; + this.xrTable12.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable12.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow16}); + this.xrTable12.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable12.StylePriority.UseBackColor = false; + this.xrTable12.StylePriority.UseBorders = false; + this.xrTable12.StylePriority.UseFont = false; + this.xrTable12.StylePriority.UseForeColor = false; + this.xrTable12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow16 + // + this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell18}); + this.xrTableRow16.Name = "xrTableRow16"; + this.xrTableRow16.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow16.Weight = 1D; + // + // xrTableCell18 + // + this.xrTableCell18.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell18.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell18.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell18.StylePriority.UseBackColor = false; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + xrSummary2.FormatString = "#{0}"; + xrSummary2.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell18.Summary = xrSummary2; + this.xrTableCell18.Text = "Zuverdienstmitarbeiter: [CustomerSalutation] [CustomerName]"; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell18.Weight = 0.4611729383933455D; + // + // xrTable13 + // + this.xrTable13.BackColor = System.Drawing.Color.DarkGray; + this.xrTable13.BorderColor = System.Drawing.Color.Black; + this.xrTable13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable13.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 307.4999F); + this.xrTable13.Name = "xrTable13"; + this.xrTable13.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable13.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow17}); + this.xrTable13.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable13.StylePriority.UseBackColor = false; + this.xrTable13.StylePriority.UseBorders = false; + this.xrTable13.StylePriority.UseFont = false; + this.xrTable13.StylePriority.UseForeColor = false; + this.xrTable13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow17 + // + this.xrTableRow17.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblMot2}); + this.xrTableRow17.Name = "xrTableRow17"; + this.xrTableRow17.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow17.Weight = 1D; + // + // lblMot2 + // + this.lblMot2.BackColor = System.Drawing.Color.Transparent; + this.lblMot2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblMot2.Font = new System.Drawing.Font("Arial", 11F); + this.lblMot2.Name = "lblMot2"; + this.lblMot2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMot2.StylePriority.UseBackColor = false; + this.lblMot2.StylePriority.UseBorders = false; + this.lblMot2.StylePriority.UseFont = false; + this.lblMot2.StylePriority.UseTextAlignment = false; + xrSummary3.FormatString = "#{0}"; + xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblMot2.Summary = xrSummary3; + this.lblMot2.Text = "Motivationsprämie ab "; + this.lblMot2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.lblMot2.Weight = 0.4611729383933455D; + // + // xrTable11 + // + this.xrTable11.BackColor = System.Drawing.Color.DarkGray; + this.xrTable11.BorderColor = System.Drawing.Color.Black; + this.xrTable11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 287.4999F); + this.xrTable11.Name = "xrTable11"; + this.xrTable11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow15}); + this.xrTable11.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable11.StylePriority.UseBackColor = false; + this.xrTable11.StylePriority.UseBorders = false; + this.xrTable11.StylePriority.UseFont = false; + this.xrTable11.StylePriority.UseForeColor = false; + this.xrTable11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow15 + // + this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblMot1}); + this.xrTableRow15.Name = "xrTableRow15"; + this.xrTableRow15.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow15.Weight = 1D; + // + // lblMot1 + // + this.lblMot1.BackColor = System.Drawing.Color.Transparent; + this.lblMot1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblMot1.Font = new System.Drawing.Font("Arial", 11F); + this.lblMot1.Name = "lblMot1"; + this.lblMot1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMot1.StylePriority.UseBackColor = false; + this.lblMot1.StylePriority.UseBorders = false; + this.lblMot1.StylePriority.UseFont = false; + this.lblMot1.StylePriority.UseTextAlignment = false; + xrSummary4.FormatString = "#{0}"; + xrSummary4.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblMot1.Summary = xrSummary4; + this.lblMot1.Text = "Motivationsprämie ab "; + this.lblMot1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.lblMot1.Weight = 0.4611729383933455D; + // + // xrTable10 + // + this.xrTable10.BackColor = System.Drawing.Color.DarkGray; + this.xrTable10.BorderColor = System.Drawing.Color.Black; + this.xrTable10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(480.1227F, 346.2499F); + this.xrTable10.Name = "xrTable10"; + this.xrTable10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow14}); + this.xrTable10.SizeF = new System.Drawing.SizeF(206.8773F, 20F); + this.xrTable10.StylePriority.UseBackColor = false; + this.xrTable10.StylePriority.UseBorders = false; + this.xrTable10.StylePriority.UseFont = false; + this.xrTable10.StylePriority.UseForeColor = false; + this.xrTable10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow14 + // + this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblAbrechnungszeitraum}); + this.xrTableRow14.Name = "xrTableRow14"; + this.xrTableRow14.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow14.Weight = 1D; + // + // lblAbrechnungszeitraum + // + this.lblAbrechnungszeitraum.BackColor = System.Drawing.Color.Transparent; + this.lblAbrechnungszeitraum.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAbrechnungszeitraum.Font = new System.Drawing.Font("Arial", 11F); + this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum"; + this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAbrechnungszeitraum.StylePriority.UseBackColor = false; + this.lblAbrechnungszeitraum.StylePriority.UseBorders = false; + this.lblAbrechnungszeitraum.StylePriority.UseFont = false; + this.lblAbrechnungszeitraum.StylePriority.UseTextAlignment = false; + xrSummary5.FormatString = "#{0}"; + xrSummary5.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblAbrechnungszeitraum.Summary = xrSummary5; + this.lblAbrechnungszeitraum.Text = "Datum"; + this.lblAbrechnungszeitraum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.lblAbrechnungszeitraum.Weight = 0.4611729383933455D; + // + // xrTable9 + // + this.xrTable9.BackColor = System.Drawing.Color.DarkGray; + this.xrTable9.BorderColor = System.Drawing.Color.Black; + this.xrTable9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(391.911F, 346.2499F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow10}); + this.xrTable9.SizeF = new System.Drawing.SizeF(83.92258F, 20F); + this.xrTable9.StylePriority.UseBackColor = false; + this.xrTable9.StylePriority.UseBorders = false; + this.xrTable9.StylePriority.UseFont = false; + this.xrTable9.StylePriority.UseForeColor = false; + this.xrTable9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblAbrechnungsinterval}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow10.Weight = 1D; + // + // lblAbrechnungsinterval + // + this.lblAbrechnungsinterval.BackColor = System.Drawing.Color.Transparent; + this.lblAbrechnungsinterval.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAbrechnungsinterval.Font = new System.Drawing.Font("Arial", 11F); + this.lblAbrechnungsinterval.Name = "lblAbrechnungsinterval"; + this.lblAbrechnungsinterval.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAbrechnungsinterval.StylePriority.UseBackColor = false; + this.lblAbrechnungsinterval.StylePriority.UseBorders = false; + this.lblAbrechnungsinterval.StylePriority.UseFont = false; + this.lblAbrechnungsinterval.StylePriority.UseTextAlignment = false; + xrSummary6.FormatString = "#{0}"; + xrSummary6.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.lblAbrechnungsinterval.Summary = xrSummary6; + this.lblAbrechnungsinterval.Text = "Monat"; + this.lblAbrechnungsinterval.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.lblAbrechnungsinterval.Weight = 0.4611729383933455D; + // + // xrTable8 + // + this.xrTable8.BackColor = System.Drawing.Color.DarkGray; + this.xrTable8.BorderColor = System.Drawing.Color.Black; + this.xrTable8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 346.2499F); + this.xrTable8.Name = "xrTable8"; + this.xrTable8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable8.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable8.SizeF = new System.Drawing.SizeF(158.9583F, 20F); + this.xrTable8.StylePriority.UseBackColor = false; + this.xrTable8.StylePriority.UseBorders = false; + this.xrTable8.StylePriority.UseFont = false; + this.xrTable8.StylePriority.UseForeColor = false; + this.xrTable8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell15}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell15 + // + this.xrTableCell15.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell15.StylePriority.UseBackColor = false; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + xrSummary7.FormatString = "#{0}"; + xrSummary7.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell15.Summary = xrSummary7; + this.xrTableCell15.Text = "Abrechnungzeitraum: "; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell15.Weight = 0.4611729383933455D; + // + // xrTable6 + // + this.xrTable6.BackColor = System.Drawing.Color.DarkGray; + this.xrTable6.BorderColor = System.Drawing.Color.Black; + this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable6.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 253.1249F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable6.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable6.StylePriority.UseBackColor = false; + this.xrTable6.StylePriority.UseBorders = false; + this.xrTable6.StylePriority.UseFont = false; + this.xrTable6.StylePriority.UseForeColor = false; + this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseBackColor = false; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + xrSummary8.FormatString = "#{0}"; + xrSummary8.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell1.Summary = xrSummary8; + this.xrTableCell1.Text = "Arbeitsplatzanbieter: [RecipientOrganisation]"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell1.Weight = 0.4611729383933455D; + // + // xrTable7 + // + this.xrTable7.BackColor = System.Drawing.Color.DarkGray; + this.xrTable7.BorderColor = System.Drawing.Color.Black; + this.xrTable7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable7.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(0.0005086263F, 218.5417F); + this.xrTable7.Name = "xrTable7"; + this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow9}); + this.xrTable7.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable7.StylePriority.UseBackColor = false; + this.xrTable7.StylePriority.UseBorders = false; + this.xrTable7.StylePriority.UseFont = false; + this.xrTable7.StylePriority.UseForeColor = false; + this.xrTable7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell14}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow9.Weight = 1D; + // + // xrTableCell14 + // + this.xrTableCell14.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell14.StylePriority.UseBackColor = false; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + xrSummary9.FormatString = "#{0}"; + xrSummary9.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell14.Summary = xrSummary9; + this.xrTableCell14.Text = "Abrechnung Zuverdienstprojekt InArbeit"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell14.Weight = 0.4611729383933455D; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(524.1667F, 90.29166F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(158.9586F, 17F); + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "www.domiziel-ansbach.de"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // lblAdresse + // + this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + 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, 64F); + this.lblAdresse.StylePriority.UseFont = false; + this.lblAdresse.Text = "[CustomerName]\r\n[CustomerStreet]\r\n[CustomerPostalCode] [CustomerTown]"; + // + // xrLabel8 + // + this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Ansbach, {0:dd.MM.yyyy}")}); + this.xrLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(473.306F, 171.4583F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(209.8193F, 20F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.DetailReport2, + this.DetailReport1}); + this.DetailReport.DataMember = "ServiceInvoicePeriods"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Detail1.HeightF = 0F; + this.Detail1.Name = "Detail1"; + this.Detail1.StylePriority.UseFont = false; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3}); + this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 0; + this.DetailReport2.Name = "DetailReport2"; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.Detail3.HeightF = 25F; + this.Detail3.Name = "Detail3"; + this.Detail3.SubBands.AddRange(new DevExpress.XtraReports.UI.SubBand[] { + this.SubBand1}); + // + // xrTable3 + // + this.xrTable3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow25}); + this.xrTable3.SizeF = new System.Drawing.SizeF(682.9165F, 25F); + this.xrTable3.StylePriority.UseFont = false; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell7, + this.xrTableCell44, + this.xrTableCell46, + this.xrTableCell47}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 1D; + // + // xrTableCell42 + // + this.xrTableCell42.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell42.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); + this.xrTableCell42.Font = new System.Drawing.Font("Arial", 11F); + 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 = 1.2850811490186442D; + // + // xrTableCell43 + // + this.xrTableCell43.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell43.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.00}")}); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 11F); + 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.38035576936965931D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitDescription")}); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell7.Weight = 0.33234858443100573D; + // + // xrTableCell44 + // + this.xrTableCell44.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell44.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell44.Font = new System.Drawing.Font("Arial", 11F); + 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 = "à"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.11078285867152571D; + // + // xrTableCell46 + // + this.xrTableCell46.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell46.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:c2}")}); + this.xrTableCell46.Font = new System.Drawing.Font("Arial", 11F); + 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.44313145614485255D; + // + // xrTableCell47 + // + this.xrTableCell47.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell47.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")}); + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 11F); + 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.47451799878661338D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); + // + // PageHeader + // + this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox4, + this.xrLabel1, + this.xrLabel3, + this.xrLabel6, + this.xrPictureBox5, + this.xrTable14}); + this.PageHeader.HeightF = 218.2396F; + this.PageHeader.Name = "PageHeader"; + // + // xrPictureBox4 + // + this.xrPictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox4.Image"))); + this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(499.3752F, 13.01041F); + this.xrPictureBox4.Name = "xrPictureBox4"; + this.xrPictureBox4.SizeF = new System.Drawing.SizeF(159.6253F, 78.24999F); + this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0.0005086263F, 153.9479F); + 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(659F, 24.29172F); + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "Domiziel Ansbach * Karolinenstraße 6 * 91522 Ansbach"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel3 + // + this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 16F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.000890096F, 81.26043F); + 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(408.3335F, 24.29172F); + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "Zuverdienstprojekt InArbeit"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel6 + // + this.xrLabel6.Font = new System.Drawing.Font("Arial", 20F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0.0005086263F, 36.98947F); + this.xrLabel6.Multiline = true; + 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(499.3747F, 33.66667F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "D o m i z i e l A n s b a c h e. V."; + // + // xrPictureBox5 + // + this.xrPictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox5.Image"))); + this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(513.5418F, 101.3229F); + this.xrPictureBox5.Name = "xrPictureBox5"; + this.xrPictureBox5.SizeF = new System.Drawing.SizeF(133.9587F, 52.62498F); + this.xrPictureBox5.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrTable14 + // + this.xrTable14.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable14.LocationFloat = new DevExpress.Utils.PointFloat(524.1672F, 178.2396F); + this.xrTable14.Name = "xrTable14"; + this.xrTable14.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3, + this.xrTableRow18}); + this.xrTable14.SizeF = new System.Drawing.SizeF(159.7917F, 40F); + this.xrTable14.StylePriority.UseFont = false; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell10}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 0.13245033112582783D; + // + // xrTableCell10 + // + this.xrTableCell10.CanShrink = true; + this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell10.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "Ansprechpartner:"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell10.Weight = 1D; + // + // xrTableRow18 + // + this.xrTableRow18.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell17}); + this.xrTableRow18.Name = "xrTableRow18"; + this.xrTableRow18.Weight = 0.13245033112582783D; + // + // xrTableCell17 + // + this.xrTableCell17.BorderColor = System.Drawing.Color.BlanchedAlmond; + this.xrTableCell17.CanShrink = true; + this.xrTableCell17.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell17.ForeColor = System.Drawing.Color.Black; + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell17.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell17.StylePriority.UseBorderColor = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UseForeColor = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.Text = "Anni Dietrich"; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell17.Weight = 1D; + // + // PageFooter + // + this.PageFooter.HeightF = 71.00008F; + this.PageFooter.Name = "PageFooter"; + // + // SubBand1 + // + this.SubBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel10, + this.xrTable5, + this.xrTable15, + this.xrLabel5, + this.xrLabel7}); + this.SubBand1.HeightF = 205.521F; + this.SubBand1.Name = "SubBand1"; + // + // xrTable5 + // + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(1.04243F, 21.04168F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6}); + this.xrTable5.SizeF = new System.Drawing.SizeF(682.9163F, 25F); + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell9, + this.xrTableCell11, + this.xrTableCell16, + this.xrTableCell19}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 1D; + // + // xrTableCell9 + // + this.xrTableCell9.BorderColor = System.Drawing.Color.Black; + this.xrTableCell9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell9.Font = new System.Drawing.Font("Calibri", 11.25F); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell9.StylePriority.UseBackColor = false; + this.xrTableCell9.StylePriority.UseBorderColor = false; + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell9.Weight = 1.2392041766955906D; + // + // xrTableCell11 + // + this.xrTableCell11.BorderColor = System.Drawing.Color.Black; + this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell11.StylePriority.UseBorderColor = false; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell11.Weight = 0.91729360186239606D; + // + // xrTableCell16 + // + this.xrTableCell16.BorderColor = System.Drawing.Color.Black; + this.xrTableCell16.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell16.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell16.StylePriority.UseBackColor = false; + this.xrTableCell16.StylePriority.UseBorderColor = false; + this.xrTableCell16.StylePriority.UseBorders = false; + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UsePadding = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.Text = "Betrag"; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell16.Weight = 0.59688910697871989D; + // + // xrTableCell19 + // + this.xrTableCell19.BorderColor = System.Drawing.Color.Black; + this.xrTableCell19.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")}); + this.xrTableCell19.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell19.StylePriority.UseBackColor = false; + this.xrTableCell19.StylePriority.UseBorderColor = false; + this.xrTableCell19.StylePriority.UseBorders = false; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.StylePriority.UsePadding = false; + this.xrTableCell19.StylePriority.UseTextAlignment = false; + this.xrTableCell19.Text = "Gesamtkosten"; + this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell19.Weight = 0.51415511299847649D; + // + // xrTable15 + // + this.xrTable15.BackColor = System.Drawing.Color.Transparent; + this.xrTable15.BorderColor = System.Drawing.Color.Black; + this.xrTable15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable15.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable15.LocationFloat = new DevExpress.Utils.PointFloat(1.04243F, 1.041667F); + this.xrTable15.Name = "xrTable15"; + this.xrTable15.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable15.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow11}); + this.xrTable15.SizeF = new System.Drawing.SizeF(682.9163F, 20F); + this.xrTable15.StylePriority.UseBackColor = false; + this.xrTable15.StylePriority.UseBorders = false; + this.xrTable15.StylePriority.UseFont = false; + this.xrTable15.StylePriority.UseForeColor = false; + this.xrTable15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell20, + this.xrTableCell21, + this.xrTableCell22, + this.xrTableCell23}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow11.Weight = 1D; + // + // xrTableCell20 + // + this.xrTableCell20.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell20.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell20.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell20.StylePriority.UseBackColor = false; + this.xrTableCell20.StylePriority.UseBorders = false; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + xrSummary10.FormatString = "#{0}"; + xrSummary10.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell20.Summary = xrSummary10; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell20.Weight = 0.18809578783916184D; + // + // xrTableCell21 + // + this.xrTableCell21.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell21.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell21.StylePriority.UseBorders = false; + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell21.Weight = 0.069725279926124012D; + // + // xrTableCell22 + // + this.xrTableCell22.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell22.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell22.StylePriority.UseBorders = false; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.StylePriority.UseTextAlignment = false; + this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell22.Weight = 0.18153373470000223D; + // + // xrTableCell23 + // + this.xrTableCell23.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell23.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell23.StylePriority.UseBorders = false; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell23.Weight = 0.056617540289369647D; + // + // xrLabel5 + // + this.xrLabel5.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(1.042175F, 82.79177F); + this.xrLabel5.Multiline = true; + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(604.9586F, 76.37502F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Überweisung an [CustomerCostCenter] [CustomerName]\r\n\r\nIBAN: [DebitorNumber]\r\nBIC:" + + " [CreatorDivision]"; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(1.042938F, 182.2709F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(342.915F, 23.25006F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.Text = "Kopie an Betreuer"; + // + // DetailReport1 + // + this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail2, + this.ReportHeader}); + this.DetailReport1.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems"; + this.DetailReport1.DataSource = this.bindingSource1; + this.DetailReport1.Level = 1; + this.DetailReport1.Name = "DetailReport1"; + this.DetailReport1.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + this.DetailReport1.Visible = false; + // + // Detail2 + // + this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable25}); + this.Detail2.HeightF = 25F; + this.Detail2.Name = "Detail2"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable26, + this.xrLabel9, + this.lblAdresse2, + this.xrLabel11, + this.xrTable17, + this.xrTable18, + this.xrTable19, + this.xrTable20, + this.xrTable21, + this.xrTable22, + this.xrTable23, + this.xrTable24}); + this.ReportHeader.HeightF = 408.5417F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel9 + // + this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDateTime", "Ansbach, den {0:d. MMMM yyyy}")}); + this.xrLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(473.306F, 171.4583F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(209.8193F, 20F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // lblAdresse2 + // + this.lblAdresse2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.lblAdresse2.Multiline = true; + this.lblAdresse2.Name = "lblAdresse2"; + this.lblAdresse2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAdresse2.SizeF = new System.Drawing.SizeF(317F, 64F); + this.lblAdresse2.StylePriority.UseFont = false; + this.lblAdresse2.Text = "[CustomerName]\r\n[CustomerStreet]\r\n[CustomerPostalCode] [CustomerTown]"; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(524.1666F, 90.2916F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(158.9586F, 17F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "www.domiziel-ansbach.de"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTable17 + // + this.xrTable17.BackColor = System.Drawing.Color.DarkGray; + this.xrTable17.BorderColor = System.Drawing.Color.Black; + this.xrTable17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable17.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable17.LocationFloat = new DevExpress.Utils.PointFloat(0.0005086263F, 218.5417F); + this.xrTable17.Name = "xrTable17"; + this.xrTable17.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable17.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow23}); + this.xrTable17.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable17.StylePriority.UseBackColor = false; + this.xrTable17.StylePriority.UseBorders = false; + this.xrTable17.StylePriority.UseFont = false; + this.xrTable17.StylePriority.UseForeColor = false; + this.xrTable17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow23 + // + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell32}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow23.Weight = 1D; + // + // xrTableCell32 + // + this.xrTableCell32.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell32.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell32.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell32.StylePriority.UseBackColor = false; + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + xrSummary11.FormatString = "#{0}"; + xrSummary11.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell32.Summary = xrSummary11; + this.xrTableCell32.Text = "Abrechnung Zuverdienstprojekt InArbeit"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell32.Weight = 0.4611729383933455D; + // + // xrTable18 + // + this.xrTable18.BackColor = System.Drawing.Color.DarkGray; + this.xrTable18.BorderColor = System.Drawing.Color.Black; + this.xrTable18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable18.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 253.1249F); + this.xrTable18.Name = "xrTable18"; + this.xrTable18.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable18.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow24}); + this.xrTable18.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable18.StylePriority.UseBackColor = false; + this.xrTable18.StylePriority.UseBorders = false; + this.xrTable18.StylePriority.UseFont = false; + this.xrTable18.StylePriority.UseForeColor = false; + this.xrTable18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow24 + // + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell33}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow24.Weight = 1D; + // + // xrTableCell33 + // + this.xrTableCell33.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell33.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell33.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell33.StylePriority.UseBackColor = false; + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + xrSummary12.FormatString = "#{0}"; + xrSummary12.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell33.Summary = xrSummary12; + this.xrTableCell33.Text = "Arbeitsplatzanbieter: [RecipientOrganisation]"; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell33.Weight = 0.4611729383933455D; + // + // xrTable19 + // + this.xrTable19.BackColor = System.Drawing.Color.DarkGray; + this.xrTable19.BorderColor = System.Drawing.Color.Black; + this.xrTable19.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 346.2499F); + this.xrTable19.Name = "xrTable19"; + this.xrTable19.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable19.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow26}); + this.xrTable19.SizeF = new System.Drawing.SizeF(158.9583F, 20F); + this.xrTable19.StylePriority.UseBackColor = false; + this.xrTable19.StylePriority.UseBorders = false; + this.xrTable19.StylePriority.UseFont = false; + this.xrTable19.StylePriority.UseForeColor = false; + this.xrTable19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow26 + // + this.xrTableRow26.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell34}); + this.xrTableRow26.Name = "xrTableRow26"; + this.xrTableRow26.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow26.Weight = 1D; + // + // xrTableCell34 + // + this.xrTableCell34.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell34.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell34.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell34.StylePriority.UseBackColor = false; + this.xrTableCell34.StylePriority.UseBorders = false; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + xrSummary13.FormatString = "#{0}"; + xrSummary13.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell34.Summary = xrSummary13; + this.xrTableCell34.Text = "Abrechnungzeitraum: "; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell34.Weight = 0.4611729383933455D; + // + // xrTable20 + // + this.xrTable20.BackColor = System.Drawing.Color.DarkGray; + this.xrTable20.BorderColor = System.Drawing.Color.Black; + this.xrTable20.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable20.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable20.LocationFloat = new DevExpress.Utils.PointFloat(391.911F, 346.2499F); + this.xrTable20.Name = "xrTable20"; + this.xrTable20.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable20.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow27}); + this.xrTable20.SizeF = new System.Drawing.SizeF(84.96454F, 20F); + this.xrTable20.StylePriority.UseBackColor = false; + this.xrTable20.StylePriority.UseBorders = false; + this.xrTable20.StylePriority.UseFont = false; + this.xrTable20.StylePriority.UseForeColor = false; + this.xrTable20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow27 + // + this.xrTableRow27.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell35}); + this.xrTableRow27.Name = "xrTableRow27"; + this.xrTableRow27.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow27.Weight = 1D; + // + // xrTableCell35 + // + this.xrTableCell35.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell35.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell35.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell35.StylePriority.UseBackColor = false; + this.xrTableCell35.StylePriority.UseBorders = false; + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + xrSummary14.FormatString = "#{0}"; + xrSummary14.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell35.Summary = xrSummary14; + this.xrTableCell35.Text = "Monat"; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell35.Weight = 0.4611729383933455D; + // + // xrTable21 + // + this.xrTable21.BackColor = System.Drawing.Color.DarkGray; + this.xrTable21.BorderColor = System.Drawing.Color.Black; + this.xrTable21.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTable21.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable21.LocationFloat = new DevExpress.Utils.PointFloat(480.1227F, 346.2499F); + this.xrTable21.Name = "xrTable21"; + this.xrTable21.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable21.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow28}); + this.xrTable21.SizeF = new System.Drawing.SizeF(202.7938F, 20F); + this.xrTable21.StylePriority.UseBackColor = false; + this.xrTable21.StylePriority.UseBorders = false; + this.xrTable21.StylePriority.UseFont = false; + this.xrTable21.StylePriority.UseForeColor = false; + this.xrTable21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow28 + // + this.xrTableRow28.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell36}); + this.xrTableRow28.Name = "xrTableRow28"; + this.xrTableRow28.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow28.Weight = 1D; + // + // xrTableCell36 + // + this.xrTableCell36.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell36.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell36.StylePriority.UseBackColor = false; + this.xrTableCell36.StylePriority.UseBorders = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + xrSummary15.FormatString = "#{0}"; + xrSummary15.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell36.Summary = xrSummary15; + this.xrTableCell36.Text = "Datum"; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell36.Weight = 0.4611729383933455D; + // + // xrTable22 + // + this.xrTable22.BackColor = System.Drawing.Color.DarkGray; + this.xrTable22.BorderColor = System.Drawing.Color.Black; + this.xrTable22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable22.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 287.4999F); + this.xrTable22.Name = "xrTable22"; + this.xrTable22.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable22.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow29}); + this.xrTable22.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable22.StylePriority.UseBackColor = false; + this.xrTable22.StylePriority.UseBorders = false; + this.xrTable22.StylePriority.UseFont = false; + this.xrTable22.StylePriority.UseForeColor = false; + this.xrTable22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow29 + // + this.xrTableRow29.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell37}); + this.xrTableRow29.Name = "xrTableRow29"; + this.xrTableRow29.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow29.Weight = 1D; + // + // xrTableCell37 + // + this.xrTableCell37.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell37.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell37.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell37.StylePriority.UseBackColor = false; + this.xrTableCell37.StylePriority.UseBorders = false; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.StylePriority.UseTextAlignment = false; + xrSummary16.FormatString = "#{0}"; + xrSummary16.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell37.Summary = xrSummary16; + this.xrTableCell37.Text = "Motivationsprämie ab "; + this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell37.Weight = 0.4611729383933455D; + // + // xrTable23 + // + this.xrTable23.BackColor = System.Drawing.Color.DarkGray; + this.xrTable23.BorderColor = System.Drawing.Color.Black; + this.xrTable23.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable23.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable23.LocationFloat = new DevExpress.Utils.PointFloat(0F, 307.4999F); + this.xrTable23.Name = "xrTable23"; + this.xrTable23.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable23.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow30}); + this.xrTable23.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable23.StylePriority.UseBackColor = false; + this.xrTable23.StylePriority.UseBorders = false; + this.xrTable23.StylePriority.UseFont = false; + this.xrTable23.StylePriority.UseForeColor = false; + this.xrTable23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow30 + // + this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell38}); + this.xrTableRow30.Name = "xrTableRow30"; + this.xrTableRow30.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow30.Weight = 1D; + // + // xrTableCell38 + // + this.xrTableCell38.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell38.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell38.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell38.StylePriority.UseBackColor = false; + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + xrSummary17.FormatString = "#{0}"; + xrSummary17.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell38.Summary = xrSummary17; + this.xrTableCell38.Text = "Motivationsprämie ab "; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell38.Weight = 0.4611729383933455D; + // + // xrTable24 + // + this.xrTable24.BackColor = System.Drawing.Color.DarkGray; + this.xrTable24.BorderColor = System.Drawing.Color.Black; + this.xrTable24.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable24.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable24.LocationFloat = new DevExpress.Utils.PointFloat(0F, 388.5417F); + this.xrTable24.Name = "xrTable24"; + this.xrTable24.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable24.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow31}); + this.xrTable24.SizeF = new System.Drawing.SizeF(484.9999F, 20F); + this.xrTable24.StylePriority.UseBackColor = false; + this.xrTable24.StylePriority.UseBorders = false; + this.xrTable24.StylePriority.UseFont = false; + this.xrTable24.StylePriority.UseForeColor = false; + this.xrTable24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow31 + // + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell39}); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow31.Weight = 1D; + // + // xrTableCell39 + // + this.xrTableCell39.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell39.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell39.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell39.StylePriority.UseBackColor = false; + this.xrTableCell39.StylePriority.UseBorders = false; + this.xrTableCell39.StylePriority.UseFont = false; + this.xrTableCell39.StylePriority.UseTextAlignment = false; + xrSummary18.FormatString = "#{0}"; + xrSummary18.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell39.Summary = xrSummary18; + this.xrTableCell39.Text = "Zuverdienstmitarbeiter: [CustomerSalutation] [CustomerName]"; + this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell39.Weight = 0.4611729383933455D; + // + // xrTable25 + // + this.xrTable25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable25.LocationFloat = new DevExpress.Utils.PointFloat(1.041921F, 0F); + this.xrTable25.Name = "xrTable25"; + this.xrTable25.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow32}); + this.xrTable25.SizeF = new System.Drawing.SizeF(682.9165F, 25F); + this.xrTable25.StylePriority.UseFont = false; + // + // xrTableRow32 + // + this.xrTableRow32.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell40, + this.xrTableCell41, + this.xrTableCell45, + this.xrTableCell48, + this.xrTableCell49, + this.xrTableCell50}); + this.xrTableRow32.Name = "xrTableRow32"; + this.xrTableRow32.Weight = 1D; + // + // xrTableCell40 + // + this.xrTableCell40.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell40.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); + this.xrTableCell40.Font = new System.Drawing.Font("Arial", 11F); + 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 = 1.2850811490186442D; + // + // xrTableCell41 + // + this.xrTableCell41.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell41.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell41.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.00}")}); + this.xrTableCell41.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell41.StylePriority.UseBorderColor = false; + this.xrTableCell41.StylePriority.UseBorders = false; + this.xrTableCell41.StylePriority.UseFont = false; + this.xrTableCell41.StylePriority.UsePadding = false; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.Text = "xrTableCell43"; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell41.Weight = 0.38035576936965931D; + // + // xrTableCell45 + // + this.xrTableCell45.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell45.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitDescription")}); + this.xrTableCell45.Font = new System.Drawing.Font("Arial", 11F); + 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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell45.Weight = 0.33234858443100573D; + // + // xrTableCell48 + // + this.xrTableCell48.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell48.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell48.StylePriority.UseBorderColor = false; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UsePadding = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "à"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell48.Weight = 0.11078285867152571D; + // + // xrTableCell49 + // + this.xrTableCell49.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell49.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell49.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:c2}")}); + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell49.Weight = 0.44313145614485255D; + // + // xrTableCell50 + // + this.xrTableCell50.BorderColor = System.Drawing.Color.DarkGray; + this.xrTableCell50.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")}); + this.xrTableCell50.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell50.Weight = 0.47451799878661338D; + // + // xrTable26 + // + this.xrTable26.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable26.LocationFloat = new DevExpress.Utils.PointFloat(523.1248F, 0F); + this.xrTable26.Name = "xrTable26"; + this.xrTable26.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow33, + this.xrTableRow34, + this.xrTableRow35, + this.xrTableRow36}); + this.xrTable26.SizeF = new System.Drawing.SizeF(159.7917F, 74F); + this.xrTable26.StylePriority.UseFont = false; + this.xrTable26.StylePriority.UseTextAlignment = false; + this.xrTable26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTableRow33 + // + this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell51}); + this.xrTableRow33.Name = "xrTableRow33"; + this.xrTableRow33.Weight = 0.13245033112582783D; + // + // xrTableCell51 + // + this.xrTableCell51.CanShrink = true; + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell51.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell51.StylePriority.UseFont = false; + this.xrTableCell51.StylePriority.UseTextAlignment = false; + this.xrTableCell51.Text = "Tel: 0981 - 20 36 20 82"; + this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell51.Weight = 1D; + // + // xrTableRow34 + // + this.xrTableRow34.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell52}); + this.xrTableRow34.Name = "xrTableRow34"; + this.xrTableRow34.Weight = 0.13245033112582783D; + // + // xrTableCell52 + // + this.xrTableCell52.CanShrink = true; + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell52.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.StylePriority.UseTextAlignment = false; + this.xrTableCell52.Text = "Fax: 0981 - 17 170"; + this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell52.Weight = 1D; + // + // xrTableRow35 + // + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell53}); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.Weight = 0.11258278145695365D; + // + // xrTableCell53 + // + this.xrTableCell53.CanShrink = true; + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell53.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.Text = "Anni-dietrich"; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell53.Weight = 1D; + // + // xrTableRow36 + // + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell54}); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.Weight = 0.11258278145695365D; + // + // xrTableCell54 + // + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell54.Text = "@domiziel-ansbach.de"; + this.xrTableCell54.Weight = 1D; + // + // xrTable16 + // + this.xrTable16.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable16.LocationFloat = new DevExpress.Utils.PointFloat(523.1248F, 0F); + this.xrTable16.Name = "xrTable16"; + this.xrTable16.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow19, + this.xrTableRow20, + this.xrTableRow21, + this.xrTableRow22}); + this.xrTable16.SizeF = new System.Drawing.SizeF(159.7917F, 74F); + this.xrTable16.StylePriority.UseFont = false; + this.xrTable16.StylePriority.UseTextAlignment = false; + this.xrTable16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTableRow19 + // + this.xrTableRow19.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell28}); + this.xrTableRow19.Name = "xrTableRow19"; + this.xrTableRow19.Weight = 0.13245033112582783D; + // + // xrTableCell28 + // + this.xrTableCell28.CanShrink = true; + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell28.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "Tel: 0981 - 20 36 20 82"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell28.Weight = 1D; + // + // xrTableRow20 + // + this.xrTableRow20.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell29}); + this.xrTableRow20.Name = "xrTableRow20"; + this.xrTableRow20.Weight = 0.13245033112582783D; + // + // xrTableCell29 + // + this.xrTableCell29.CanShrink = true; + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell29.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell29.StylePriority.UseFont = false; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.Text = "Fax: 0981 - 17 170"; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell29.Weight = 1D; + // + // xrTableRow21 + // + this.xrTableRow21.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell30}); + this.xrTableRow21.Name = "xrTableRow21"; + this.xrTableRow21.Weight = 0.11258278145695365D; + // + // xrTableCell30 + // + this.xrTableCell30.CanShrink = true; + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell30.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell30.StylePriority.UseFont = false; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.Text = "Anni-dietrich"; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell30.Weight = 1D; + // + // xrTableRow22 + // + this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell31}); + this.xrTableRow22.Name = "xrTableRow22"; + this.xrTableRow22.Weight = 0.11258278145695365D; + // + // xrTableCell31 + // + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell31.Text = "@domiziel-ansbach.de"; + this.xrTableCell31.Weight = 1D; + // + // xrLabel12 + // + this.xrLabel12.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; + this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel12.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(575.46F, 55F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(107.4584F, 10.62501F); + this.xrLabel12.StylePriority.UseBorderDashStyle = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel10 + // + this.xrLabel10.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel10.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(575.46F, 56F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(107.4584F, 10.62501F); + this.xrLabel10.StylePriority.UseBorderDashStyle = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // RechnungZVTN + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter, + this.Page1, + this.DetailReport, + this.PageHeader, + this.PageFooter}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull, + this.ruleNoticeNull}); + this.Margins = new System.Drawing.Printing.Margins(86, 44, 40, 12); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable17)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable18)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable19)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable21)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable22)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable23)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable24)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable25)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable26)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter; + private DevExpress.XtraReports.UI.GroupHeaderBand Page1; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.XRLabel lblAdresse; + private DevExpress.XtraReports.UI.FormattingRule ruleNoticeNull; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRTable xrTable7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTable xrTable10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; + private DevExpress.XtraReports.UI.XRTableCell lblAbrechnungszeitraum; + private DevExpress.XtraReports.UI.XRTable xrTable9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell lblAbrechnungsinterval; + private DevExpress.XtraReports.UI.XRTable xrTable8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTable xrTable12; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTable xrTable13; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow17; + private DevExpress.XtraReports.UI.XRTableCell lblMot2; + private DevExpress.XtraReports.UI.XRTable xrTable11; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell lblMot1; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.PageHeaderBand PageHeader; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox5; + private DevExpress.XtraReports.UI.XRTable xrTable14; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.SubBand SubBand1; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTable xrTable15; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport1; + private DevExpress.XtraReports.UI.DetailBand Detail2; + private DevExpress.XtraReports.UI.XRTable xrTable25; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel lblAdresse2; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRTable xrTable17; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTable xrTable18; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTable xrTable19; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTable xrTable20; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTable xrTable21; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTable xrTable22; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow29; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTable xrTable23; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTable xrTable24; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTable xrTable16; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTable xrTable26; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + } +} diff --git a/ReportImp/DomizielAnsbach/RechnungZVTN.cs b/ReportImp/DomizielAnsbach/RechnungZVTN.cs new file mode 100644 index 000000000..311b58329 --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZVTN.cs @@ -0,0 +1,125 @@ +using BeWo.Report.ReportObjects; +using DevExpress.XtraReports.UI; +using BS.Shared.Core; +using BeWo.Report; +using System; +using System.Text; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using DomizielAnsbach.Service; +using BS.Shared; + +namespace DomizielAnsbach +{ + [IDSpecificClass(Identifier = "RgZV")] + public partial class RechnungZVTN : XtraReport, IBeWoReport + { + public RechnungZVTN() + { + this.InitializeComponent(); + } + + public void SetReportDataSource(ServiceInvoiceRO pRO) + { + var sb = new StringBuilder(); + if (!String.IsNullOrEmpty(pRO.CustomerName)) + { + sb.AppendLine(pRO.CustomerName); + } + if (!String.IsNullOrEmpty(pRO.CustomerStreet)) + { + sb.AppendLine(pRO.CustomerStreet); + } + if (!String.IsNullOrEmpty(pRO.CustomerPostalCode) && !String.IsNullOrEmpty(pRO.CustomerTown)) + { + sb.AppendLine(pRO.CustomerPostalCode + " " + pRO.CustomerTown); + } + lblAdresse.Text = sb.ToString(); + + var sb2 = new StringBuilder(); + long? customerOid = pRO.ServiceInvoicePeriods[0].Customer.CustomerOid; + if (customerOid.HasValue && pRO.InvoiceBase.RecipientCostBearerOid.HasValue) + { + var c = DAOFactory.GenericDAO.LoadByID(customerOid.Value); + var pausch = ZuverdienstHelper.GetPauschalen(pRO.InvoiceBase.RecipientCostBearerOid.Value, c, pRO.InvoiceDateTime.Value); + if (pausch.motZuwend4 != 0 && pausch.dateMotZuwend4 != DateTime.MinValue && pausch.dateMotZuwend4 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend4, pausch.motZuwend4); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend3, pausch.motZuwend3); + } + else if (pausch.motZuwend3 != 0 && pausch.dateMotZuwend3 != DateTime.MinValue && pausch.dateMotZuwend3 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend3, pausch.motZuwend3); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend2, pausch.motZuwend2); + } + else if (pausch.motZuwend2 != 0 && pausch.dateMotZuwend2 != DateTime.MinValue && pausch.dateMotZuwend2 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend2, pausch.motZuwend2); + lblMot1.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend1, pausch.motZuwend1); + } + else if (pausch.motZuwend1 != 0 && pausch.dateMotZuwend1 != DateTime.MinValue && pausch.dateMotZuwend1 <= pRO.InvoiceDateTime.Value) + { + lblMot2.Text += String.Format("{0:dd.MM.yyyy} {1:c2}", pausch.dateMotZuwend1, pausch.motZuwend1); + lblMot1.Text = ""; + } + if (c.Person.InvoiceAddress != null) + { + DetailReport1.Visible = true; + GroupFooter.Visible = true; + + if (!String.IsNullOrEmpty(c.Person.InvoiceAddress.AddressLine1)) + { + sb2.AppendLine(c.Person.InvoiceAddress.AddressLine1); + } + if (!String.IsNullOrEmpty(c.Person.InvoiceAddress.Street)) + { + sb2.AppendLine(c.Person.InvoiceAddress.Street); + } + if (!String.IsNullOrEmpty(c.Person.InvoiceAddress.PostalCode) && !String.IsNullOrEmpty(c.Person.InvoiceAddress.Town)) + { + sb2.AppendLine(c.Person.InvoiceAddress.PostalCode + " " + c.Person.InvoiceAddress.Town); + } + lblAdresse2.Text = sb2.ToString(); + } + + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 2) + { + pRO.DebitorNumber = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 3) + { + pRO.CreatorDivision = varFieldValue.ToString(); + } + } + } + } + if (!String.IsNullOrEmpty(pRO.CustomerSalutation) && pRO.CustomerSalutation.ToLower() == "herr") + pRO.CustomerCostCenter = "Herrn"; + else if (!String.IsNullOrEmpty(pRO.CustomerSalutation) && pRO.CustomerSalutation.ToLower() == "frau") + pRO.CustomerCostCenter = "Frau"; + else + pRO.CustomerCostCenter = ""; + + DateTime start = pRO.AccountingPeriodStart; + DateTime end = pRO.AccountingPeriodEnd; + if (start.Month == end.Month && start.Year == end.Year) + { + lblAbrechnungsinterval.Text = "Monat"; + lblAbrechnungszeitraum.Text = String.Format("{0:MMMM yyyy}", start); + } + else + { + lblAbrechnungszeitraum.Text = String.Format("{0:MMMM yyyy} - {1:MMMM yyyy}", start, end); + } + + //pRO.NetClaim = pRO.GrossClaim - pRO.AmountAdvancedPayments; + //lblMonate.Text = "Abschläge " + pRO.AccountingPeriodStart.ToString("MMMM") + " - " + pRO.AccountingPeriodEnd.ToString("MMMM") + " " + pRO.AccountingPeriodEnd.Year.ToString(); + this.bindingSource1.DataSource = pRO; + } + } +} \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/RechnungZVTN.resx b/ReportImp/DomizielAnsbach/RechnungZVTN.resx new file mode 100644 index 000000000..082a2230a --- /dev/null +++ b/ReportImp/DomizielAnsbach/RechnungZVTN.resx @@ -0,0 +1,812 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAHMAncDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKCAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigApm/5ttPpklACv9ymb1RdzVKn3KZVDH0UUVIgooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACijfUMkix/xr/wOgvlHeZ/t03cP71c9feOtF0+Rlm1KFGX7y7q5if46eHIblYFaaRd2zzYovkWv + PqZhhaUuWUzupZfiavw0pHpdFcjonxC0nWp5YLW6iMsX3ot22uljukkbg1tTxNLEfwpnPWoVaEvfiXE+ + 5TKak2+pa6jEKKKKCAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii + gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii + gAooooAKKKKACiiigAooooAKKKKACiiigAooooABTJG9GoqK5dUV91Rzci5pFxOX8eeNofB+mtMUaaf+ + GJP4q+dvGHxT1nxNM8bXMlnb7v8AVQ//ABeyrHxb8SPrfiu8Zf30Vu3lRfNuT/brz2aYtayrs/vbdq/L + t/76r8I4m4mryryoUJcsT9kyDI6FOhGtVj7xZmvpVk3Tz/8Afcu/d/sfNVazuVml2qzb2VX2RLR5yQt5 + bbk2tu+f5aYlw235t0qr8/zSs1fk0sfiJy96Z9z7KP2Cz9p/0dF/j2/df/0OvQfAfxe1XRLxY7meS7st + v+qZPn/4DXmf2nzm3LtR923ai/w06N282VopfuL9z733q9XLc+xmBq80ZnHi8toYuly1Yn2V4V8Y23ia + xS5tm3/3l/irpI5FNfH/AIJ8Z3nhbVEaNme0VdrJuT/0GvqTwt4otvEOlxXdsyusi71r+jcgz2nm9D/p + 4fi+dZPVy+rzR+E6FH3rT6iR/wCGpa+xPlgooplBA+iiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAGVXmVXTbVqSopelZv3/AHS4 + fGfJ3xY0ddJ8W3UcVtGkDfvdq/xbq4YJ5Pms6sqf7LN/8XXvH7QmgGaG31GLd8rbW+Rpdv8AwH+GvCvv + yfw/7lfy5xThPq+Oq8x++ZDifrGBgQ3yMmxpP9av+1TPm+T9225lbcj/AMVPm+eX5VZE/i2LT/l3bf3n + +/XwUvi90+piQqsv7r9wybfveUv/ANnUTNuidm8v5v4d3z/99NU3nMuz5m3/ADbXdaZCnyvtZvu/xr96 + iVQB3y/ut0G9/wDeVtv8X3v4a9N+EvxH/sHUkiudosp5fmmZv4v8/LXmDusexlZv9pW/harscy26lo28 + 3/d/hr6bJsyq5fXjVpyPJzDBRx1CVKZ9sWd0l0qMrb1aru75q8S+DPjs3dumnXdwv2pW2R+a33v9mvZk + uV2pur+qMvx9PMKEa9M/BMwwU8FXdKRaTbto8ym7lTZTk+/XrHlhT6KKACiiiggKKKKACiiigA8yimP9 + +n0DCiiigQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF + FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUfxUDCiiigQmaXNMeobm + 6SFW3Mo/3qUpKOrLUeb4R5mHesTxJ4msvDlo91eypDAn8VcN42+Nem6Hvs9Plju7/wDuI3y/8CrwPxB4 + s1LxBeSz3cklyzfOv9xa+BzvizCZb7sPekfaZTw3XxsvaVfdidl8R/ixJ4kee1sAyWMidZfv7q81mTev + zRrs3fM/yVV8tbjb95NvzfeahLlnt3jbc+7+63zf8Br+ds0zapnFf29c/XsHgaGBpRpUB038e1Vh/u75 + P/ZaH2+Unyr8rU35UXbtX++38NOaFl+Tyl+Zd3yt92vA5j1Qikkjl3RxtN/6B/8AY09FZ1laXbsX/a3f + NUTzKn3Y12fxUb/37M33WX5lqeb3Q5Q2L951V0WpV3JD5sm5/m+4n8S/3KhikVG+ZV3s2za33f8Aeao/ + Jih2Lt+7/BV05SgTI19H1CfT7prm0laHb86/e+X/AGK+qPh342g8VaTEys32iNV3I9fI81vGs8Xzeam3 + d8rLvVq6jwT4pu/DOsRXcErPD/y1iT+Kv1ThXP5YCv7KcvdkfG57lMcwoc8PiifYKf3t1WIf71YXh7XI + td0+K5hbeJU+7Wusnzbd1f0XSqxrQ54H4lUpyhPkkWPMp9M3fw0eZW5iP8yiiigkKKKKBBRRRQAUUUUA + FFFFABTN/wA1PooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooGM/iod9i0ySQKOeBX + mHxG+L1t4akFjZt9pv2+ULu+Vf8AerzsXjqGBp+0ryO7CYSri6ns6UTsfEni2z8OWTzXUm3b/Du+avnr + x58XtS8Q31xDbN9msGXYir99v9uuS8SeJr7xBLcTXdzJM3/jlY7R79+4/dr8Sz3jGriv3WD92J+t5Pwz + Swv73EfELM7zM/3d/wDfSX71Mm/1fkL8i/7bUz783yr8n8T09riTa/zM/wDs7q/IK+Kdafvn3UYcgzyV + dflbf8v/AHzTFXdIq/cdv4qm/wCWX8X/AACmeXAiyxSK237/AMvy1x8v2jbmInRtsv3X+bZ/t09E+83m + r93bUv8Af2t96mOn8LLvRv4KXNyhzDERUiZWCun8Lbm/+Jps26ZW2tH5Xlf3vvVK033m2x/Kv+f4absX + Zu3feXb8/wDFV8xI53i2rF5q1E6/N8rL/cp0y/Miqqy/7W6pH3pFtVvnrKRZHbo29tqx7Nvzb/4ae7+S + srMzJt+7TfmS3Rl+5t+Zt33aN/yuv+zXRCtKHwkcp6J8L/iNd+Hb2KGeb/iWt/D/AHW/vV9N6TdJe28U + /wDCy7lr4lsHbbt+bY6/3vu17l8I/iozRwaPffO6/Kr7q/eODOI+eP1OvI/L+Jsn5v3+Hie7Q1L5lVYZ + F/h+5VpH+Wv2s/LZD6ZR/FT6ZAeZTKfRQAUUUUEBRR/FTH/vUFj6KKKCA8yiiigYUUUUCCimf+h0+OgY + UUUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA + KKKKACiiigAooooAKKKKACiijzKBhRRTHfbQUM875qpX2oQafbtJPIsUa/Nub/2aq3iDxFZeHbJ7u9uI + 4VVfm3tXzV8SvipdeJpngsj5Vr91X3fer5TOc9w2UUuaUvePoMpyevmVX3fhOq+IXxu+2+fp+ksqL91p + f73+7XjdxqEvm75N00rfxO1V/OZ2+Zlp/mN8i7ld6/nTN+IsTm8vekft2X5VQy2ny04le53Ou1ql85nV + Nu7fT2XbN5Em3d/eoms/mRmX7vy76+O5qkviPX5gh+8ny/8Aj1Me3WGDd/01+ZWVvu0/bvj27VSL5l+R + qe9s32dGVlTai1pGn7vukSkQyL8i7V/dN/zyp9tYSzfLt3uzbFra8O+GLnxJqKWlszO7feeL7iV9FeD/ + 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 + +41eseCvgbJb3yz6mYnt1XAXb87/AO9X0uV5HjMbOMIw/wC3jwcdnWGwkeaUzC+E/wANZdZvob+9ikW1 + jXcm5fklr6OtbdbaFUVdirUVtZxWUCRwrsVf4Vqx0r+jclyShlVL3fiPxrMs0q5lX55klFFFfUHihRRR + QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFADKp3ml218u2aFZV/2lq/TPLrCrQhWjy1S4yl + D4DzvWvgvoOpRP5FstpKy7d8K7a5e8/Z2tHX5L+Qou7/AFq7/wCDbXtlO6V8zW4XyvES5p0j2KOcY7D/ + AA1Twr/hnaSRovM1JdkbfdSKrFj+znbQs7XOpSPub/lkuz5a9tz70fjWMeE8rj9g6JZ9mEv+Xp57YfB3 + Q7NkYwrLt/vV1Oj+FdN0KLyrK0jiT/ZFa20elPx+Fevh8nwOF/hUonlVMbia/wDFmNRFT7q0+iivbSS2 + OIKKKKYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooGFFF + FAgooooAKKKKACiiigAooooAKKKKAImXtsrI1Lwvp+qxtHc2sbo3+xW2PvcGkbtXLXw1HEfxY8xpCpOl + 70JHnV58FPDd48TeRJDt3fLFJtWpdP8Agv4YsE2rZeYu1V/etu+7XfeXmjGO1eV/YeX83N7KJ6H9pYvl + 5fayOOj+Fvh1ZFb+zoDs+7uStiHwtpduqbbCH5fu/ukra2U7iumnleDpfDSic8sXXn8Uytb2MEP+rjVf + 92p6fSE130qMKMfcRzSlz/ELRRRW5AUUUUAFFFFABRRRQAUUUUAFFMR960+gAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKBhRRRQIKKK + KACiiigAooooAKKKKACiiigAooooAKKKY+/+GgCpf6la6am+5njt0Ztu6WXbVlJopl3xsro38StX5vft + uePtTuvjbd6H9puU0q106JVtHidYl+R33/3W+f5ax/gH+1Z4k+HOo6ZpV5P9v8ONcJFLaXDrviVn2fI/ + 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 + olirpLH4G+G7Py2kga5dP45Wr0L5vQUvPpTo8N5bR+GmOpnWOq/FVkZGj+FrDQofLs7aO3Tdu+Ra2PLp + y570Zr3qOFpYePLSieVKpKr70mLWbrWi2fiDTrix1CBLm0uF8p4Zl3K1aVFdcfdMj5mX9hTwTa+JYtTg + utQ+yq3mtp7N8jNv3/e/hr6Rs7eOztYoI12RxLsX/dWrFFXKUp/EUFFFFQQFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFADP4a8t/aAdk8LW+1d/8ApC7q9Ub7teUftBybfDFof+npFr57Pf8AkX1T2so/36kc + R8Dbjb4ulgj+5JBvavoxPurXzd8DVSHxc8Xy7/IbbX0jHXl8K/7genxL/vw+iiivtT5IKKKKACijZ826 + igYUUUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigArh/ip4bm8SeF7iG2j86df3ip/ert80wgc7ulcWLw0cXQlQkb0a + 0sPVjVifP/wS0adfEjzSWsyeXFs81/4f9ivoFV2VWt7WK3ZvLjVGqyvy15+U5d/ZtD2Z24/HfX63tZD6 + KKK908sKKKKBhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQIKKKKACiiigYUUU + UAFFFFAgooooGFFFFABRRRQIKKKKACiiigYUUUUAFFFFAgooooGFFFFABRRRQIKKKKACiiigAooooAKK + KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooATHtTWaqWpalBo9rLc3UipEq5avOte+OOla + XG32bddy7V2pCv8AerzMXmGGwUeavPlO/DYKviv4UT1LzMVFJMq96+aNX+N+v3iu0DfZ1dflVfn21zV9 + 8RtdvoFjuLu4aLcrfer4jE8c5bh5csPePqqPCmMq/FofXX2uH/nolC3kX/PVK+Pk8Z6vMsStfXOxl/56 + /dqvJ4q1NFSX7dcu/wBxv3r/AHa4o8fYT/n2df8AqfX/AJz7IbULUPtM6bu1K1/Av/LWL/vqvjF/FF8i + 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 + P//Z + + + + + /9j/4AAQSkZJRgABAQEA3ADcAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCABeAQ0DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiikJx1oAWikpaACikpaACiiigAooooAb/ADoori/i + h8XvCPwZ0ODWPGetR6Jp084toppI5JN8hVmChUVm6Kx6Y4pxjKTUYq7E5KKvJ6HaA0fjXz//AMN7/Af/ + AKKBb/8Agvu//jNeveAfH2g/E3wvZ+I/DOox6rot4G8i7jVlDbWKtwwDAhlIwR2rWdCrTXNODS9DONWn + N2jK50lFFFYmoUUUlABmkya8H1T9uT4IaLqd5p1747ghvbOZ7eeL7DdEpIjFWXIiIOCCOCQccZr0j4Zf + Fnwn8ZPD8uu+DtXXWtKjuGtXuEhkjAlVVYriRVPR1PTHNbSoVaa5pxaXoZKrCT5Yy1OyooorE1CiiigA + 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 + ACiiigAooooAKKKKACiiigAooooAKKKKAP/Z + + + \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/Selbsteinschaetzung.Designer.cs b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.Designer.cs new file mode 100644 index 000000000..20d5fec86 --- /dev/null +++ b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.Designer.cs @@ -0,0 +1,12552 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class Selbsteinschaetzung + { + /// + /// 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(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Selbsteinschaetzung)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable8 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.DetailReport3 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail4 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell90 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell89 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell91 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell62 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell92 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell65 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell69 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell71 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell72 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell75 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell76 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell77 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell78 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell79 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell80 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell93 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell81 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell82 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell83 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell84 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell85 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell86 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell87 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell88 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell95 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell96 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell97 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell98 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell99 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell100 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell101 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell102 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell103 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell104 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell105 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell106 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell107 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell108 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell109 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell110 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell111 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell113 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell114 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell115 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell116 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell117 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell118 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell119 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell120 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell121 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell122 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell123 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell124 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell125 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell126 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell127 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell128 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell129 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow19 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell94 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell112 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell130 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell148 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell166 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell167 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell168 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell169 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell170 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell131 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell132 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell133 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell134 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell135 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell136 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell137 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell138 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell139 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell140 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell141 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell142 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell143 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell144 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell145 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell146 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell147 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell149 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell150 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell151 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell152 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell153 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell154 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell155 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell156 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow18 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell157 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell158 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell159 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell160 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell161 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell162 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell163 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell164 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell165 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell171 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell172 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell173 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell174 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell175 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell176 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell177 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell178 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell179 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell190 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell191 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell192 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell193 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell194 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell195 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell196 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell197 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell180 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell181 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell182 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell183 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell184 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell185 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell186 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell187 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell188 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell199 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell200 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell201 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell202 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell203 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell204 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell205 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell206 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell207 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell208 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell209 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell210 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell211 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell212 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell213 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell214 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell215 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow26 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell216 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell217 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell218 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell219 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell220 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell221 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell222 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell223 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell224 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow27 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell226 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell227 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell228 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell229 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell230 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell231 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell232 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell233 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow29 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell239 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell240 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell241 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell242 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell243 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell244 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell245 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell246 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow28 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell189 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell198 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell225 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell235 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell236 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell237 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell238 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow34 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell266 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox6 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell267 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell269 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell270 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox9 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell271 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell273 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell285 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox7 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell286 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell288 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell289 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell290 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell292 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell277 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox8 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell278 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell280 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell281 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell282 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell284 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow35 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell274 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell275 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell276 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell265 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell264 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell255 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell256 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblIstQ1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell258 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblIstQ2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell260 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblIstQ3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell262 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblIstQ4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell247 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblSollQ1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell249 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblSollQ2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell251 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblSollQ3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell253 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblSollQ4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell234 = new DevExpress.XtraReports.UI.XRTableCell(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable9 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow38 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell268 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell272 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox11 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell279 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox12 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell283 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox13 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell287 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell291 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox14 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell293 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell294 = new DevExpress.XtraReports.UI.XRTableCell(); + this.SubBand1 = new DevExpress.XtraReports.UI.SubBand(); + this.xrTable10 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow39 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell295 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell296 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell297 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell298 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell299 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell300 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell301 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell302 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow40 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell303 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell304 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell305 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell306 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell307 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell308 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell309 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell310 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell311 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow41 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell312 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell313 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell314 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell315 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell316 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell317 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell318 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell319 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow42 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell320 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell321 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell322 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell323 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell324 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell325 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell326 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell327 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell328 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow43 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell329 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell330 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell331 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell332 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell333 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell334 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell335 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell336 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow44 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell337 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell338 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell339 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell340 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell341 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell342 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell343 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell344 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell345 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow45 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell346 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell347 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell348 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell349 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell350 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell351 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell352 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell353 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow46 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell354 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell355 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell356 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell357 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell358 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell359 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell360 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell361 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell362 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow47 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell363 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell364 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell365 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell366 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell367 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell368 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell369 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell370 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow48 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell371 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell372 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell373 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell374 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell375 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell376 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell377 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell378 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell379 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow49 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell380 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell381 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell382 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell383 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell384 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell385 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell386 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell387 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow50 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell388 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell389 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell390 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell391 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell392 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell393 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell394 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell395 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell396 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow51 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell397 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell398 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell399 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell400 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell401 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell402 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell403 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell404 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow52 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell405 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell406 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell407 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell408 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell409 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell410 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell411 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell412 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell413 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow53 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell414 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell415 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell416 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell417 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell418 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell419 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell420 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell421 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell422 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow54 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell423 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell424 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell425 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell426 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell427 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell428 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell429 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell430 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow55 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell431 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell432 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell433 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell434 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell435 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell436 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell437 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell438 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell439 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow56 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell440 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell441 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell442 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell443 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell444 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell445 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell446 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell447 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow57 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell448 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell449 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell450 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell451 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell452 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell453 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell454 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell455 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell456 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow58 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell457 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell458 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell459 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell460 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell461 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell462 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell463 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell464 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell465 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow59 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell466 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell467 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell468 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell469 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell470 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell471 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell472 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell473 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow60 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell474 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell475 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell476 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell477 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell478 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell479 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell480 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell481 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell482 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow61 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell483 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell484 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell485 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell486 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell487 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell488 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell489 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell490 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow62 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell491 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell492 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell493 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell494 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell495 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell496 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell497 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell498 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell499 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow63 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell500 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell501 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell502 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell503 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell504 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell505 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell506 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell507 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell508 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow64 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell509 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell510 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell511 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell512 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell513 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell514 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell515 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell516 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow65 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell517 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell518 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell519 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell520 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell521 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell522 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell523 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell524 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow66 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell525 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell526 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell527 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell528 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell529 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell530 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell531 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox10 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAnleiter2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable11 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow67 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell532 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable12 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow68 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell533 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ1Soll = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell535 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ2Soll = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell537 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ3Soll = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell539 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ4Soll = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable13 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow69 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell541 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ1Ist = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell543 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ2Ist = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell545 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ3Ist = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell547 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblQ4Ist = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable14 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow70 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell549 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell550 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell551 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblUnterschrift = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable15 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow71 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell552 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell553 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell554 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable16 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow72 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell573 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell555 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox15 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell556 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell557 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell558 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox16 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell559 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell560 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow73 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell561 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox17 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell562 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell563 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell564 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell565 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell566 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow74 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell567 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox18 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrTableCell568 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell569 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell570 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell571 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell572 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ReportHeader1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAnleiter = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblHeader = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable8}); + this.Detail.Font = new System.Drawing.Font("Arial", 10F); + this.Detail.HeightF = 35.70833F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.StylePriority.UseFont = false; + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTable8 + // + this.xrTable8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable8.Name = "xrTable8"; + this.xrTable8.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow23}); + this.xrTable8.SizeF = new System.Drawing.SizeF(714.1832F, 35.70833F); + // + // xrTableRow23 + // + this.xrTableRow23.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell47, + this.xrTableCell48, + this.xrTableCell53, + this.xrTableCell5, + this.xrTableCell4, + this.xrTableCell1, + this.xrTableCell3, + this.xrTableCell2}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.StylePriority.UseBackColor = false; + this.xrTableRow23.Weight = 1.0588235294117647D; + // + // xrTableCell47 + // + this.xrTableCell47.BackColor = System.Drawing.Color.Gray; + this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell47.StylePriority.UseBackColor = false; + this.xrTableCell47.StylePriority.UseBorders = false; + this.xrTableCell47.StylePriority.UseFont = false; + this.xrTableCell47.StylePriority.UsePadding = false; + this.xrTableCell47.StylePriority.UseTextAlignment = false; + this.xrTableCell47.Text = "Arbeitsfähigkeiten"; + this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell47.Weight = 0.53830606035771933D; + // + // xrTableCell48 + // + this.xrTableCell48.BackColor = System.Drawing.Color.Gray; + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell48.CanGrow = false; + this.xrTableCell48.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1}); + this.xrTableCell48.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell48.StylePriority.UseBackColor = false; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UsePadding = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell48.Weight = 0.0629867996731543D; + // + // xrPictureBox1 + // + this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 8.083344F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 0, 0, 0, 100F); + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox1.StylePriority.UseBorders = false; + this.xrPictureBox1.StylePriority.UsePadding = false; + // + // xrTableCell53 + // + this.xrTableCell53.BackColor = System.Drawing.Color.Gray; + this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell53.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox2}); + this.xrTableCell53.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell53.StylePriority.UseBackColor = false; + this.xrTableCell53.StylePriority.UseBorders = false; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UsePadding = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell53.Weight = 0.06298710048718914D; + // + // xrPictureBox2 + // + this.xrPictureBox2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image"))); + this.xrPictureBox2.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(0.4168828F, 8.083344F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox2.StylePriority.UseBorders = false; + // + // xrTableCell5 + // + this.xrTableCell5.BackColor = System.Drawing.Color.Gray; + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox4}); + this.xrTableCell5.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell5.StylePriority.UseBackColor = false; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell5.Weight = 0.0629870528016476D; + // + // xrPictureBox4 + // + this.xrPictureBox4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox4.Image"))); + this.xrPictureBox4.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.083344F); + this.xrPictureBox4.Name = "xrPictureBox4"; + this.xrPictureBox4.SizeF = new System.Drawing.SizeF(34.99997F, 23.45832F); + this.xrPictureBox4.StylePriority.UseBorders = false; + // + // xrTableCell4 + // + this.xrTableCell4.BackColor = System.Drawing.Color.Gray; + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell4.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBackColor = false; + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell4.Weight = 0.062987309096625671D; + // + // xrTableCell1 + // + this.xrTableCell1.BackColor = System.Drawing.Color.Gray; + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox5}); + this.xrTableCell1.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell1.StylePriority.UseBackColor = false; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell1.Weight = 0.083422646432192757D; + // + // xrPictureBox5 + // + this.xrPictureBox5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox5.Image"))); + this.xrPictureBox5.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 4.166667F); + this.xrPictureBox5.Name = "xrPictureBox5"; + this.xrPictureBox5.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrPictureBox5.SizeF = new System.Drawing.SizeF(71.05821F, 31.54167F); + this.xrPictureBox5.StylePriority.UseBorders = false; + this.xrPictureBox5.StylePriority.UsePadding = false; + // + // xrTableCell3 + // + this.xrTableCell3.BackColor = System.Drawing.Color.Gray; + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBackColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "?"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell3.Weight = 0.0629870528016476D; + // + // xrTableCell2 + // + this.xrTableCell2.BackColor = System.Drawing.Color.Gray; + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell2.StylePriority.UseBackColor = false; + this.xrTableCell2.StylePriority.UseBorders = false; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "-"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell2.Weight = 0.062987031443732716D; + // + // PageFooter + // + this.PageFooter.HeightF = 0F; + this.PageFooter.Name = "PageFooter"; + this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // DetailReport3 + // + this.DetailReport3.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail4, + this.GroupFooter1}); + this.DetailReport3.Level = 0; + this.DetailReport3.Name = "DetailReport3"; + // + // Detail4 + // + this.Detail4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.Detail4.HeightF = 483.2922F; + this.Detail4.Name = "Detail4"; + // + // xrTable1 + // + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1, + this.xrTableRow2, + this.xrTableRow3, + this.xrTableRow4, + this.xrTableRow5, + this.xrTableRow6, + this.xrTableRow7, + this.xrTableRow8, + this.xrTableRow9, + this.xrTableRow10, + this.xrTableRow11, + this.xrTableRow12, + this.xrTableRow13, + this.xrTableRow14, + this.xrTableRow19, + this.xrTableRow15, + this.xrTableRow16, + this.xrTableRow17, + this.xrTableRow18, + this.xrTableRow20, + this.xrTableRow22, + this.xrTableRow21, + this.xrTableRow24, + this.xrTableRow25, + this.xrTableRow26, + this.xrTableRow27, + this.xrTableRow29, + this.xrTableRow28}); + this.xrTable1.SizeF = new System.Drawing.SizeF(714.1833F, 476.0005F); + // + // xrTableRow1 + // + this.xrTableRow1.BackColor = System.Drawing.Color.Transparent; + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell9, + this.xrTableCell10, + this.xrTableCell11, + this.xrTableCell12, + this.xrTableCell13}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.StylePriority.UseBackColor = false; + this.xrTableRow1.Weight = 0.50408405170680259D; + // + // xrTableCell6 + // + this.xrTableCell6.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell6.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell6.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseBackColor = false; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "1. Pünktlichkeit"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell6.Weight = 0.52355872530611924D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.Color.Black; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell7.BorderWidth = 2F; + this.xrTableCell7.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseBorderWidth = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell7.Weight = 0.061261480980482223D; + // + // xrTableCell8 + // + this.xrTableCell8.BorderColor = System.Drawing.Color.Black; + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell8.BorderWidth = 2F; + this.xrTableCell8.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell8.StylePriority.UseBorderColor = false; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseBorderWidth = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.0612614842154718D; + // + // xrTableCell9 + // + this.xrTableCell9.BorderColor = System.Drawing.Color.Black; + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell9.BorderWidth = 2F; + this.xrTableCell9.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorderColor = false; + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseBorderWidth = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell9.Weight = 0.061261484438960234D; + // + // xrTableCell10 + // + this.xrTableCell10.BackColor = System.Drawing.Color.Gray; + this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell10.BorderWidth = 2F; + this.xrTableCell10.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell10.StylePriority.UseBackColor = false; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseBorderWidth = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell10.Weight = 0.061261484438960255D; + // + // xrTableCell11 + // + this.xrTableCell11.BorderColor = System.Drawing.Color.Black; + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell11.BorderWidth = 2F; + this.xrTableCell11.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell11.StylePriority.UseBorderColor = false; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseBorderWidth = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell11.Weight = 0.081137434053512467D; + // + // xrTableCell12 + // + this.xrTableCell12.BorderColor = System.Drawing.Color.Black; + this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell12.BorderWidth = 2F; + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell12.StylePriority.UseBorderColor = false; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseBorderWidth = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell12.Weight = 0.061261484438960241D; + // + // xrTableCell13 + // + this.xrTableCell13.BorderColor = System.Drawing.Color.Black; + this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell13.BorderWidth = 2F; + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell13.StylePriority.UseBorderColor = false; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UseBorderWidth = false; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell13.Weight = 0.061261483853846596D; + // + // xrTableRow2 + // + this.xrTableRow2.BorderColor = System.Drawing.Color.Gray; + this.xrTableRow2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell90, + this.xrTableCell14, + this.xrTableCell15, + this.xrTableCell16, + this.xrTableCell17, + this.xrTableCell18, + this.xrTableCell19, + this.xrTableCell20, + this.xrTableCell21}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.StylePriority.UseBorderColor = false; + this.xrTableRow2.StylePriority.UseBorders = false; + this.xrTableRow2.Weight = 0.50408405170680259D; + // + // xrTableCell90 + // + this.xrTableCell90.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell90.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell90.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell90.Name = "xrTableCell90"; + this.xrTableCell90.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell90.StylePriority.UseBackColor = false; + this.xrTableCell90.StylePriority.UseBorders = false; + this.xrTableCell90.StylePriority.UseFont = false; + this.xrTableCell90.StylePriority.UsePadding = false; + this.xrTableCell90.StylePriority.UseTextAlignment = false; + this.xrTableCell90.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell90.Weight = 0.022395407591226157D; + // + // xrTableCell14 + // + this.xrTableCell14.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell14.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell14.StylePriority.UseBackColor = false; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "Ich komme pünktlich zu vereinbarten Arbeitsterminen."; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell14.Weight = 0.50116327499906344D; + // + // xrTableCell15 + // + this.xrTableCell15.BorderColor = System.Drawing.Color.Black; + this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell15.BorderWidth = 2F; + this.xrTableCell15.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell15.StylePriority.UseBorderColor = false; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseBorderWidth = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UsePadding = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell15.Weight = 0.061261482150709472D; + // + // xrTableCell16 + // + this.xrTableCell16.BorderColor = System.Drawing.Color.Black; + this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell16.BorderWidth = 2F; + this.xrTableCell16.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell16.StylePriority.UseBorderColor = false; + this.xrTableCell16.StylePriority.UseBorders = false; + this.xrTableCell16.StylePriority.UseBorderWidth = false; + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UsePadding = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell16.Weight = 0.0612614842154718D; + // + // xrTableCell17 + // + this.xrTableCell17.BorderColor = System.Drawing.Color.Black; + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.BorderWidth = 2F; + this.xrTableCell17.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell17.StylePriority.UseBorderColor = false; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseBorderWidth = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UsePadding = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell17.Weight = 0.061261484438960234D; + // + // xrTableCell18 + // + this.xrTableCell18.BackColor = System.Drawing.Color.Gray; + this.xrTableCell18.BorderColor = System.Drawing.Color.Black; + this.xrTableCell18.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell18.BorderWidth = 2F; + this.xrTableCell18.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell18.StylePriority.UseBackColor = false; + this.xrTableCell18.StylePriority.UseBorderColor = false; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseBorderWidth = false; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UsePadding = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell18.Weight = 0.061261484438960262D; + // + // xrTableCell19 + // + this.xrTableCell19.BorderColor = System.Drawing.Color.Black; + this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell19.BorderWidth = 2F; + this.xrTableCell19.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell19.StylePriority.UseBorderColor = false; + this.xrTableCell19.StylePriority.UseBorders = false; + this.xrTableCell19.StylePriority.UseBorderWidth = false; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.StylePriority.UsePadding = false; + this.xrTableCell19.StylePriority.UseTextAlignment = false; + this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell19.Weight = 0.081137475599114911D; + // + // xrTableCell20 + // + this.xrTableCell20.BorderColor = System.Drawing.Color.Black; + this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell20.BorderWidth = 2F; + this.xrTableCell20.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell20.StylePriority.UseBorderColor = false; + this.xrTableCell20.StylePriority.UseBorders = false; + this.xrTableCell20.StylePriority.UseBorderWidth = false; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UsePadding = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell20.Weight = 0.061261484438960241D; + // + // xrTableCell21 + // + this.xrTableCell21.BorderColor = System.Drawing.Color.Black; + this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell21.BorderWidth = 2F; + this.xrTableCell21.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell21.StylePriority.UseBorderColor = false; + this.xrTableCell21.StylePriority.UseBorders = false; + this.xrTableCell21.StylePriority.UseBorderWidth = false; + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.StylePriority.UsePadding = false; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell21.Weight = 0.061261483853846596D; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22, + this.xrTableCell23, + this.xrTableCell24, + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27, + this.xrTableCell28, + this.xrTableCell29}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 0.5040839385933964D; + // + // xrTableCell22 + // + this.xrTableCell22.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell22.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell22.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell22.StylePriority.UseBackColor = false; + this.xrTableCell22.StylePriority.UseBorders = false; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.StylePriority.UsePadding = false; + this.xrTableCell22.StylePriority.UseTextAlignment = false; + this.xrTableCell22.Text = "2. Zuverlässigkeit"; + this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell22.Weight = 0.52355872530611924D; + // + // xrTableCell23 + // + this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell23.BorderWidth = 2F; + this.xrTableCell23.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell23.StylePriority.UseBorders = false; + this.xrTableCell23.StylePriority.UseBorderWidth = false; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UsePadding = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell23.Weight = 0.061261480980482223D; + // + // xrTableCell24 + // + this.xrTableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell24.BorderWidth = 2F; + this.xrTableCell24.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell24.StylePriority.UseBorders = false; + this.xrTableCell24.StylePriority.UseBorderWidth = false; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.StylePriority.UsePadding = false; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell24.Weight = 0.0612614842154718D; + // + // xrTableCell25 + // + this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell25.BorderWidth = 2F; + this.xrTableCell25.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell25.StylePriority.UseBorders = false; + this.xrTableCell25.StylePriority.UseBorderWidth = false; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UsePadding = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell25.Weight = 0.061261484438960234D; + // + // xrTableCell26 + // + this.xrTableCell26.BackColor = System.Drawing.Color.Gray; + this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell26.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell26.StylePriority.UseBackColor = false; + this.xrTableCell26.StylePriority.UseBorders = false; + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UsePadding = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell26.Weight = 0.061261484438960255D; + // + // xrTableCell27 + // + this.xrTableCell27.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell27.BorderWidth = 2F; + this.xrTableCell27.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell27.StylePriority.UseBorders = false; + this.xrTableCell27.StylePriority.UseBorderWidth = false; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UsePadding = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell27.Weight = 0.081137434053512467D; + // + // xrTableCell28 + // + this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell28.BorderWidth = 2F; + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell28.StylePriority.UseBorders = false; + this.xrTableCell28.StylePriority.UseBorderWidth = false; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UsePadding = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell28.Weight = 0.061261484438960241D; + // + // xrTableCell29 + // + this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell29.BorderWidth = 2F; + this.xrTableCell29.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell29.StylePriority.UseBorders = false; + this.xrTableCell29.StylePriority.UseBorderWidth = false; + this.xrTableCell29.StylePriority.UseFont = false; + this.xrTableCell29.StylePriority.UsePadding = false; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell29.Weight = 0.061261483853846596D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell89, + this.xrTableCell30, + this.xrTableCell31, + this.xrTableCell32, + this.xrTableCell33, + this.xrTableCell34, + this.xrTableCell35, + this.xrTableCell36, + this.xrTableCell37}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 0.504083938593396D; + // + // xrTableCell89 + // + this.xrTableCell89.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell89.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell89.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell89.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell89.Name = "xrTableCell89"; + this.xrTableCell89.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell89.StylePriority.UseBackColor = false; + this.xrTableCell89.StylePriority.UseBorderColor = false; + this.xrTableCell89.StylePriority.UseBorders = false; + this.xrTableCell89.StylePriority.UseFont = false; + this.xrTableCell89.StylePriority.UsePadding = false; + this.xrTableCell89.StylePriority.UseTextAlignment = false; + this.xrTableCell89.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell89.Weight = 0.022395396912268717D; + // + // xrTableCell30 + // + this.xrTableCell30.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell30.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell30.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell30.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell30.StylePriority.UseBackColor = false; + this.xrTableCell30.StylePriority.UseBorderColor = false; + this.xrTableCell30.StylePriority.UseBorders = false; + this.xrTableCell30.StylePriority.UseFont = false; + this.xrTableCell30.StylePriority.UsePadding = false; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.Text = "Ich halte mich an Regeln und Absprachen."; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell30.Weight = 0.50116332839385047D; + // + // xrTableCell31 + // + this.xrTableCell31.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell31.BorderWidth = 2F; + this.xrTableCell31.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell31.StylePriority.UseBorders = false; + this.xrTableCell31.StylePriority.UseBorderWidth = false; + this.xrTableCell31.StylePriority.UseFont = false; + this.xrTableCell31.StylePriority.UsePadding = false; + this.xrTableCell31.StylePriority.UseTextAlignment = false; + this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell31.Weight = 0.061261480980482223D; + // + // xrTableCell32 + // + this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell32.BorderWidth = 2F; + this.xrTableCell32.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseBorderWidth = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell32.Weight = 0.0612614842154718D; + // + // xrTableCell33 + // + this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell33.BorderWidth = 2F; + this.xrTableCell33.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.StylePriority.UseBorderWidth = false; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UsePadding = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell33.Weight = 0.061261484438960234D; + // + // xrTableCell34 + // + this.xrTableCell34.BackColor = System.Drawing.Color.Gray; + this.xrTableCell34.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell34.BorderWidth = 2F; + this.xrTableCell34.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell34.StylePriority.UseBackColor = false; + this.xrTableCell34.StylePriority.UseBorders = false; + this.xrTableCell34.StylePriority.UseBorderWidth = false; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UsePadding = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell34.Weight = 0.061261484438960255D; + // + // xrTableCell35 + // + this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell35.BorderWidth = 2F; + this.xrTableCell35.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell35.StylePriority.UseBorders = false; + this.xrTableCell35.StylePriority.UseBorderWidth = false; + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UsePadding = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell35.Weight = 0.081137434053512467D; + // + // xrTableCell36 + // + this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell36.BorderWidth = 2F; + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell36.StylePriority.UseBorders = false; + this.xrTableCell36.StylePriority.UseBorderWidth = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UsePadding = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell36.Weight = 0.061261484438960241D; + // + // xrTableCell37 + // + this.xrTableCell37.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell37.BorderWidth = 2F; + this.xrTableCell37.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell37.StylePriority.UseBorders = false; + this.xrTableCell37.StylePriority.UseBorderWidth = false; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.StylePriority.UsePadding = false; + this.xrTableCell37.StylePriority.UseTextAlignment = false; + this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell37.Weight = 0.061261483853846596D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell38, + this.xrTableCell39, + this.xrTableCell40, + this.xrTableCell41, + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell44, + this.xrTableCell45}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 0.504083938593396D; + // + // xrTableCell38 + // + this.xrTableCell38.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell38.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell38.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell38.StylePriority.UseBackColor = false; + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UsePadding = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + this.xrTableCell38.Text = "3. Arbeitsgüte"; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell38.Weight = 0.52355872530611924D; + // + // xrTableCell39 + // + this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell39.BorderWidth = 2F; + this.xrTableCell39.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell39.StylePriority.UseBorders = false; + this.xrTableCell39.StylePriority.UseBorderWidth = false; + this.xrTableCell39.StylePriority.UseFont = false; + this.xrTableCell39.StylePriority.UsePadding = false; + this.xrTableCell39.StylePriority.UseTextAlignment = false; + this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell39.Weight = 0.061261480980482223D; + // + // xrTableCell40 + // + this.xrTableCell40.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell40.BorderWidth = 2F; + this.xrTableCell40.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell40.StylePriority.UseBorders = false; + this.xrTableCell40.StylePriority.UseBorderWidth = false; + this.xrTableCell40.StylePriority.UseFont = false; + this.xrTableCell40.StylePriority.UsePadding = false; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell40.Weight = 0.0612614842154718D; + // + // xrTableCell41 + // + this.xrTableCell41.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell41.BorderWidth = 2F; + this.xrTableCell41.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell41.StylePriority.UseBorders = false; + this.xrTableCell41.StylePriority.UseBorderWidth = false; + this.xrTableCell41.StylePriority.UseFont = false; + this.xrTableCell41.StylePriority.UsePadding = false; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell41.Weight = 0.061261484438960234D; + // + // xrTableCell42 + // + this.xrTableCell42.BackColor = System.Drawing.Color.Gray; + this.xrTableCell42.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell42.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell42.StylePriority.UseBackColor = 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.MiddleCenter; + this.xrTableCell42.Weight = 0.061261484438960255D; + // + // xrTableCell43 + // + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell43.BorderWidth = 2F; + this.xrTableCell43.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseBorderWidth = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.StylePriority.UsePadding = false; + this.xrTableCell43.StylePriority.UseTextAlignment = false; + this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell43.Weight = 0.081137434053512467D; + // + // xrTableCell44 + // + this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell44.BorderWidth = 2F; + this.xrTableCell44.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseBorderWidth = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.061261484438960241D; + // + // xrTableCell45 + // + this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell45.BorderWidth = 2F; + this.xrTableCell45.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell45.StylePriority.UseBorders = false; + this.xrTableCell45.StylePriority.UseBorderWidth = false; + this.xrTableCell45.StylePriority.UseFont = false; + this.xrTableCell45.StylePriority.UsePadding = false; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell45.Weight = 0.061261483853846596D; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell91, + this.xrTableCell46, + this.xrTableCell49, + this.xrTableCell50, + this.xrTableCell51, + this.xrTableCell52, + this.xrTableCell54, + this.xrTableCell55, + this.xrTableCell56}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 0.50408416482020968D; + // + // xrTableCell91 + // + this.xrTableCell91.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell91.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell91.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell91.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell91.Name = "xrTableCell91"; + this.xrTableCell91.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell91.StylePriority.UseBackColor = false; + this.xrTableCell91.StylePriority.UseBorderColor = false; + this.xrTableCell91.StylePriority.UseBorders = false; + this.xrTableCell91.StylePriority.UseFont = false; + this.xrTableCell91.StylePriority.UsePadding = false; + this.xrTableCell91.StylePriority.UseTextAlignment = false; + this.xrTableCell91.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell91.Weight = 0.022395407591226157D; + // + // xrTableCell46 + // + this.xrTableCell46.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell46.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell46.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell46.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell46.StylePriority.UseBackColor = false; + 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.Text = "Ich arbeite sorgfältig."; + this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell46.Weight = 0.50116327499906344D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.BorderWidth = 2F; + this.xrTableCell49.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseBorderWidth = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UsePadding = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell49.Weight = 0.061261482150709472D; + // + // xrTableCell50 + // + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell50.BorderWidth = 2F; + this.xrTableCell50.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseBorderWidth = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell50.Weight = 0.0612614842154718D; + // + // xrTableCell51 + // + this.xrTableCell51.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell51.BorderWidth = 2F; + this.xrTableCell51.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell51.StylePriority.UseBorders = false; + this.xrTableCell51.StylePriority.UseBorderWidth = false; + this.xrTableCell51.StylePriority.UseFont = false; + this.xrTableCell51.StylePriority.UsePadding = false; + this.xrTableCell51.StylePriority.UseTextAlignment = false; + this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell51.Weight = 0.061261484438960234D; + // + // xrTableCell52 + // + this.xrTableCell52.BackColor = System.Drawing.Color.Gray; + this.xrTableCell52.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell52.BorderWidth = 2F; + this.xrTableCell52.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell52.StylePriority.UseBackColor = false; + this.xrTableCell52.StylePriority.UseBorders = false; + this.xrTableCell52.StylePriority.UseBorderWidth = false; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.StylePriority.UsePadding = false; + this.xrTableCell52.StylePriority.UseTextAlignment = false; + this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell52.Weight = 0.061261484438960262D; + // + // xrTableCell54 + // + this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell54.BorderWidth = 2F; + this.xrTableCell54.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell54.StylePriority.UseBorders = false; + this.xrTableCell54.StylePriority.UseBorderWidth = false; + this.xrTableCell54.StylePriority.UseFont = false; + this.xrTableCell54.StylePriority.UsePadding = false; + this.xrTableCell54.StylePriority.UseTextAlignment = false; + this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell54.Weight = 0.081137475599114911D; + // + // xrTableCell55 + // + this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell55.BorderWidth = 2F; + this.xrTableCell55.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell55.StylePriority.UseBorders = false; + this.xrTableCell55.StylePriority.UseBorderWidth = false; + this.xrTableCell55.StylePriority.UseFont = false; + this.xrTableCell55.StylePriority.UsePadding = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell55.Weight = 0.061261484438960241D; + // + // xrTableCell56 + // + this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell56.BorderWidth = 2F; + this.xrTableCell56.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell56.StylePriority.UseBorders = false; + this.xrTableCell56.StylePriority.UseBorderWidth = false; + this.xrTableCell56.StylePriority.UseFont = false; + this.xrTableCell56.StylePriority.UsePadding = false; + this.xrTableCell56.StylePriority.UseTextAlignment = false; + this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell56.Weight = 0.061261483853846596D; + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell57, + this.xrTableCell58, + this.xrTableCell59, + this.xrTableCell60, + this.xrTableCell61, + this.xrTableCell62, + this.xrTableCell63, + this.xrTableCell64}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 0.50408416482020879D; + // + // xrTableCell57 + // + this.xrTableCell57.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell57.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell57.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell57.StylePriority.UseBackColor = false; + this.xrTableCell57.StylePriority.UseBorders = false; + this.xrTableCell57.StylePriority.UseFont = false; + this.xrTableCell57.StylePriority.UsePadding = false; + this.xrTableCell57.StylePriority.UseTextAlignment = false; + this.xrTableCell57.Text = "4. Arbeitstempo"; + this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell57.Weight = 0.52355872530611924D; + // + // xrTableCell58 + // + this.xrTableCell58.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell58.BorderWidth = 2F; + this.xrTableCell58.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell58.Name = "xrTableCell58"; + this.xrTableCell58.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell58.StylePriority.UseBorders = false; + this.xrTableCell58.StylePriority.UseBorderWidth = false; + this.xrTableCell58.StylePriority.UseFont = false; + this.xrTableCell58.StylePriority.UsePadding = false; + this.xrTableCell58.StylePriority.UseTextAlignment = false; + this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell58.Weight = 0.061261480980482223D; + // + // xrTableCell59 + // + this.xrTableCell59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell59.BorderWidth = 2F; + this.xrTableCell59.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell59.Name = "xrTableCell59"; + this.xrTableCell59.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell59.StylePriority.UseBorders = false; + this.xrTableCell59.StylePriority.UseBorderWidth = false; + this.xrTableCell59.StylePriority.UseFont = false; + this.xrTableCell59.StylePriority.UsePadding = false; + this.xrTableCell59.StylePriority.UseTextAlignment = false; + this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell59.Weight = 0.0612614842154718D; + // + // xrTableCell60 + // + this.xrTableCell60.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell60.BorderWidth = 2F; + this.xrTableCell60.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell60.Name = "xrTableCell60"; + this.xrTableCell60.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell60.StylePriority.UseBorders = false; + this.xrTableCell60.StylePriority.UseBorderWidth = false; + this.xrTableCell60.StylePriority.UseFont = false; + this.xrTableCell60.StylePriority.UsePadding = false; + this.xrTableCell60.StylePriority.UseTextAlignment = false; + this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell60.Weight = 0.061261484438960234D; + // + // xrTableCell61 + // + this.xrTableCell61.BackColor = System.Drawing.Color.Gray; + this.xrTableCell61.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell61.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell61.Name = "xrTableCell61"; + this.xrTableCell61.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell61.StylePriority.UseBackColor = false; + this.xrTableCell61.StylePriority.UseBorders = false; + this.xrTableCell61.StylePriority.UseFont = false; + this.xrTableCell61.StylePriority.UsePadding = false; + this.xrTableCell61.StylePriority.UseTextAlignment = false; + this.xrTableCell61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell61.Weight = 0.061261484438960255D; + // + // xrTableCell62 + // + this.xrTableCell62.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell62.BorderWidth = 2F; + this.xrTableCell62.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell62.Name = "xrTableCell62"; + this.xrTableCell62.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell62.StylePriority.UseBorders = false; + this.xrTableCell62.StylePriority.UseBorderWidth = false; + this.xrTableCell62.StylePriority.UseFont = false; + this.xrTableCell62.StylePriority.UsePadding = false; + this.xrTableCell62.StylePriority.UseTextAlignment = false; + this.xrTableCell62.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell62.Weight = 0.081137434053512467D; + // + // xrTableCell63 + // + this.xrTableCell63.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell63.BorderWidth = 2F; + this.xrTableCell63.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell63.Name = "xrTableCell63"; + this.xrTableCell63.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell63.StylePriority.UseBorders = false; + this.xrTableCell63.StylePriority.UseBorderWidth = false; + this.xrTableCell63.StylePriority.UseFont = false; + this.xrTableCell63.StylePriority.UsePadding = false; + this.xrTableCell63.StylePriority.UseTextAlignment = false; + this.xrTableCell63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell63.Weight = 0.061261484438960241D; + // + // xrTableCell64 + // + this.xrTableCell64.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell64.BorderWidth = 2F; + this.xrTableCell64.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell64.Name = "xrTableCell64"; + this.xrTableCell64.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell64.StylePriority.UseBorders = false; + this.xrTableCell64.StylePriority.UseBorderWidth = false; + this.xrTableCell64.StylePriority.UseFont = false; + this.xrTableCell64.StylePriority.UsePadding = false; + this.xrTableCell64.StylePriority.UseTextAlignment = false; + this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell64.Weight = 0.061261483853846596D; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell92, + this.xrTableCell65, + this.xrTableCell66, + this.xrTableCell67, + this.xrTableCell68, + this.xrTableCell69, + this.xrTableCell70, + this.xrTableCell71, + this.xrTableCell72}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Weight = 0.50408416482020879D; + // + // xrTableCell92 + // + this.xrTableCell92.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell92.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell92.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell92.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell92.Name = "xrTableCell92"; + this.xrTableCell92.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell92.StylePriority.UseBackColor = false; + this.xrTableCell92.StylePriority.UseBorderColor = false; + this.xrTableCell92.StylePriority.UseBorders = false; + this.xrTableCell92.StylePriority.UseFont = false; + this.xrTableCell92.StylePriority.UsePadding = false; + this.xrTableCell92.StylePriority.UseTextAlignment = false; + this.xrTableCell92.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell92.Weight = 0.022395407591226157D; + // + // xrTableCell65 + // + this.xrTableCell65.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell65.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell65.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell65.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell65.Name = "xrTableCell65"; + this.xrTableCell65.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell65.StylePriority.UseBackColor = false; + this.xrTableCell65.StylePriority.UseBorderColor = false; + this.xrTableCell65.StylePriority.UseBorders = false; + this.xrTableCell65.StylePriority.UseFont = false; + this.xrTableCell65.StylePriority.UsePadding = false; + this.xrTableCell65.StylePriority.UseTextAlignment = false; + this.xrTableCell65.Text = "Ich arbeite zügig."; + this.xrTableCell65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell65.Weight = 0.50116326461266281D; + // + // xrTableCell66 + // + this.xrTableCell66.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell66.BorderWidth = 2F; + this.xrTableCell66.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell66.Name = "xrTableCell66"; + this.xrTableCell66.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell66.StylePriority.UseBorders = false; + this.xrTableCell66.StylePriority.UseBorderWidth = false; + this.xrTableCell66.StylePriority.UseFont = false; + this.xrTableCell66.StylePriority.UsePadding = false; + this.xrTableCell66.StylePriority.UseTextAlignment = false; + this.xrTableCell66.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell66.Weight = 0.061261483052322985D; + // + // xrTableCell67 + // + this.xrTableCell67.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell67.BorderWidth = 2F; + this.xrTableCell67.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell67.Name = "xrTableCell67"; + this.xrTableCell67.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell67.StylePriority.UseBorders = false; + this.xrTableCell67.StylePriority.UseBorderWidth = false; + this.xrTableCell67.StylePriority.UseFont = false; + this.xrTableCell67.StylePriority.UsePadding = false; + this.xrTableCell67.StylePriority.UseTextAlignment = false; + this.xrTableCell67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell67.Weight = 0.061261483313858278D; + // + // xrTableCell68 + // + this.xrTableCell68.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell68.BorderWidth = 2F; + this.xrTableCell68.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell68.Name = "xrTableCell68"; + this.xrTableCell68.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell68.StylePriority.UseBorders = false; + this.xrTableCell68.StylePriority.UseBorderWidth = false; + this.xrTableCell68.StylePriority.UseFont = false; + this.xrTableCell68.StylePriority.UsePadding = false; + this.xrTableCell68.StylePriority.UseTextAlignment = false; + this.xrTableCell68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell68.Weight = 0.061261484438960241D; + // + // xrTableCell69 + // + this.xrTableCell69.BackColor = System.Drawing.Color.Gray; + this.xrTableCell69.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell69.BorderWidth = 2F; + this.xrTableCell69.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell69.Name = "xrTableCell69"; + this.xrTableCell69.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell69.StylePriority.UseBackColor = false; + this.xrTableCell69.StylePriority.UseBorders = false; + this.xrTableCell69.StylePriority.UseBorderWidth = false; + this.xrTableCell69.StylePriority.UseFont = false; + this.xrTableCell69.StylePriority.UsePadding = false; + this.xrTableCell69.StylePriority.UseTextAlignment = false; + this.xrTableCell69.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell69.Weight = 0.061261484438960262D; + // + // xrTableCell70 + // + this.xrTableCell70.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell70.BorderWidth = 2F; + this.xrTableCell70.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell70.Name = "xrTableCell70"; + this.xrTableCell70.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell70.StylePriority.UseBorders = false; + this.xrTableCell70.StylePriority.UseBorderWidth = false; + this.xrTableCell70.StylePriority.UseFont = false; + this.xrTableCell70.StylePriority.UsePadding = false; + this.xrTableCell70.StylePriority.UseTextAlignment = false; + this.xrTableCell70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell70.Weight = 0.081137485985515526D; + // + // xrTableCell71 + // + this.xrTableCell71.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell71.BorderWidth = 2F; + this.xrTableCell71.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell71.Name = "xrTableCell71"; + this.xrTableCell71.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell71.StylePriority.UseBorders = false; + this.xrTableCell71.StylePriority.UseBorderWidth = false; + this.xrTableCell71.StylePriority.UseFont = false; + this.xrTableCell71.StylePriority.UsePadding = false; + this.xrTableCell71.StylePriority.UseTextAlignment = false; + this.xrTableCell71.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell71.Weight = 0.061261484438960241D; + // + // xrTableCell72 + // + this.xrTableCell72.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell72.BorderWidth = 2F; + this.xrTableCell72.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell72.Name = "xrTableCell72"; + this.xrTableCell72.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell72.StylePriority.UseBorders = false; + this.xrTableCell72.StylePriority.UseBorderWidth = false; + this.xrTableCell72.StylePriority.UseFont = false; + this.xrTableCell72.StylePriority.UsePadding = false; + this.xrTableCell72.StylePriority.UseTextAlignment = false; + this.xrTableCell72.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell72.Weight = 0.061261483853846596D; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell73, + this.xrTableCell74, + this.xrTableCell75, + this.xrTableCell76, + this.xrTableCell77, + this.xrTableCell78, + this.xrTableCell79, + this.xrTableCell80}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Weight = 0.50408416482020879D; + // + // xrTableCell73 + // + this.xrTableCell73.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell73.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell73.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell73.Name = "xrTableCell73"; + this.xrTableCell73.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell73.StylePriority.UseBackColor = false; + this.xrTableCell73.StylePriority.UseBorders = false; + this.xrTableCell73.StylePriority.UseFont = false; + this.xrTableCell73.StylePriority.UsePadding = false; + this.xrTableCell73.StylePriority.UseTextAlignment = false; + this.xrTableCell73.Text = "5. Umstellungsfähigkeit / Flexibilität"; + this.xrTableCell73.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell73.Weight = 0.52355872530611924D; + // + // xrTableCell74 + // + this.xrTableCell74.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell74.BorderWidth = 2F; + this.xrTableCell74.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell74.Name = "xrTableCell74"; + this.xrTableCell74.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell74.StylePriority.UseBorders = false; + this.xrTableCell74.StylePriority.UseBorderWidth = false; + this.xrTableCell74.StylePriority.UseFont = false; + this.xrTableCell74.StylePriority.UsePadding = false; + this.xrTableCell74.StylePriority.UseTextAlignment = false; + this.xrTableCell74.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell74.Weight = 0.061261480980482223D; + // + // xrTableCell75 + // + this.xrTableCell75.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell75.BorderWidth = 2F; + this.xrTableCell75.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell75.Name = "xrTableCell75"; + this.xrTableCell75.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell75.StylePriority.UseBorders = false; + this.xrTableCell75.StylePriority.UseBorderWidth = false; + this.xrTableCell75.StylePriority.UseFont = false; + this.xrTableCell75.StylePriority.UsePadding = false; + this.xrTableCell75.StylePriority.UseTextAlignment = false; + this.xrTableCell75.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell75.Weight = 0.0612614842154718D; + // + // xrTableCell76 + // + this.xrTableCell76.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell76.BorderWidth = 2F; + this.xrTableCell76.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell76.Name = "xrTableCell76"; + this.xrTableCell76.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell76.StylePriority.UseBorders = false; + this.xrTableCell76.StylePriority.UseBorderWidth = false; + this.xrTableCell76.StylePriority.UseFont = false; + this.xrTableCell76.StylePriority.UsePadding = false; + this.xrTableCell76.StylePriority.UseTextAlignment = false; + this.xrTableCell76.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell76.Weight = 0.061261484438960234D; + // + // xrTableCell77 + // + this.xrTableCell77.BackColor = System.Drawing.Color.Gray; + this.xrTableCell77.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell77.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell77.Name = "xrTableCell77"; + this.xrTableCell77.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell77.StylePriority.UseBackColor = false; + this.xrTableCell77.StylePriority.UseBorders = false; + this.xrTableCell77.StylePriority.UseFont = false; + this.xrTableCell77.StylePriority.UsePadding = false; + this.xrTableCell77.StylePriority.UseTextAlignment = false; + this.xrTableCell77.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell77.Weight = 0.061261484438960255D; + // + // xrTableCell78 + // + this.xrTableCell78.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell78.BorderWidth = 2F; + this.xrTableCell78.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell78.Name = "xrTableCell78"; + this.xrTableCell78.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell78.StylePriority.UseBorders = false; + this.xrTableCell78.StylePriority.UseBorderWidth = false; + this.xrTableCell78.StylePriority.UseFont = false; + this.xrTableCell78.StylePriority.UsePadding = false; + this.xrTableCell78.StylePriority.UseTextAlignment = false; + this.xrTableCell78.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell78.Weight = 0.081137434053512467D; + // + // xrTableCell79 + // + this.xrTableCell79.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell79.BorderWidth = 2F; + this.xrTableCell79.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell79.Name = "xrTableCell79"; + this.xrTableCell79.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell79.StylePriority.UseBorders = false; + this.xrTableCell79.StylePriority.UseBorderWidth = false; + this.xrTableCell79.StylePriority.UseFont = false; + this.xrTableCell79.StylePriority.UsePadding = false; + this.xrTableCell79.StylePriority.UseTextAlignment = false; + this.xrTableCell79.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell79.Weight = 0.061261484438960241D; + // + // xrTableCell80 + // + this.xrTableCell80.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell80.BorderWidth = 2F; + this.xrTableCell80.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell80.Name = "xrTableCell80"; + this.xrTableCell80.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell80.StylePriority.UseBorders = false; + this.xrTableCell80.StylePriority.UseBorderWidth = false; + this.xrTableCell80.StylePriority.UseFont = false; + this.xrTableCell80.StylePriority.UsePadding = false; + this.xrTableCell80.StylePriority.UseTextAlignment = false; + this.xrTableCell80.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell80.Weight = 0.061261483853846596D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell93, + this.xrTableCell81, + this.xrTableCell82, + this.xrTableCell83, + this.xrTableCell84, + this.xrTableCell85, + this.xrTableCell86, + this.xrTableCell87, + this.xrTableCell88}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.50408416482020879D; + // + // xrTableCell93 + // + this.xrTableCell93.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell93.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell93.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell93.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell93.Name = "xrTableCell93"; + this.xrTableCell93.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell93.StylePriority.UseBackColor = false; + this.xrTableCell93.StylePriority.UseBorderColor = false; + this.xrTableCell93.StylePriority.UseBorders = false; + this.xrTableCell93.StylePriority.UseFont = false; + this.xrTableCell93.StylePriority.UsePadding = false; + this.xrTableCell93.StylePriority.UseTextAlignment = false; + this.xrTableCell93.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell93.Weight = 0.022395428949140983D; + // + // xrTableCell81 + // + this.xrTableCell81.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell81.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell81.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell81.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell81.Name = "xrTableCell81"; + this.xrTableCell81.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell81.StylePriority.UseBackColor = false; + this.xrTableCell81.StylePriority.UseBorderColor = false; + this.xrTableCell81.StylePriority.UseBorders = false; + this.xrTableCell81.StylePriority.UseFont = false; + this.xrTableCell81.StylePriority.UsePadding = false; + this.xrTableCell81.StylePriority.UseTextAlignment = false; + this.xrTableCell81.Text = "Ich kann mich gut auf neue Aufgaben einstellen."; + this.xrTableCell81.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell81.Weight = 0.50116333790258072D; + // + // xrTableCell82 + // + this.xrTableCell82.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell82.BorderWidth = 2F; + this.xrTableCell82.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell82.Name = "xrTableCell82"; + this.xrTableCell82.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell82.StylePriority.UseBorders = false; + this.xrTableCell82.StylePriority.UseBorderWidth = false; + this.xrTableCell82.StylePriority.UseFont = false; + this.xrTableCell82.StylePriority.UsePadding = false; + this.xrTableCell82.StylePriority.UseTextAlignment = false; + this.xrTableCell82.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell82.Weight = 0.061261480980482216D; + // + // xrTableCell83 + // + this.xrTableCell83.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell83.BorderWidth = 2F; + this.xrTableCell83.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell83.Name = "xrTableCell83"; + this.xrTableCell83.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell83.StylePriority.UseBorders = false; + this.xrTableCell83.StylePriority.UseBorderWidth = false; + this.xrTableCell83.StylePriority.UseFont = false; + this.xrTableCell83.StylePriority.UsePadding = false; + this.xrTableCell83.StylePriority.UseTextAlignment = false; + this.xrTableCell83.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell83.Weight = 0.061261484215471791D; + // + // xrTableCell84 + // + this.xrTableCell84.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell84.BorderWidth = 2F; + this.xrTableCell84.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell84.Name = "xrTableCell84"; + this.xrTableCell84.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell84.StylePriority.UseBorders = false; + this.xrTableCell84.StylePriority.UseBorderWidth = false; + this.xrTableCell84.StylePriority.UseFont = false; + this.xrTableCell84.StylePriority.UsePadding = false; + this.xrTableCell84.StylePriority.UseTextAlignment = false; + this.xrTableCell84.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell84.Weight = 0.061261484438960241D; + // + // xrTableCell85 + // + this.xrTableCell85.BackColor = System.Drawing.Color.Gray; + this.xrTableCell85.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell85.BorderWidth = 2F; + this.xrTableCell85.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell85.Name = "xrTableCell85"; + this.xrTableCell85.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell85.StylePriority.UseBackColor = false; + this.xrTableCell85.StylePriority.UseBorders = false; + this.xrTableCell85.StylePriority.UseBorderWidth = false; + this.xrTableCell85.StylePriority.UseFont = false; + this.xrTableCell85.StylePriority.UsePadding = false; + this.xrTableCell85.StylePriority.UseTextAlignment = false; + this.xrTableCell85.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell85.Weight = 0.061261484438960255D; + // + // xrTableCell86 + // + this.xrTableCell86.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell86.BorderWidth = 2F; + this.xrTableCell86.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell86.Name = "xrTableCell86"; + this.xrTableCell86.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell86.StylePriority.UseBorders = false; + this.xrTableCell86.StylePriority.UseBorderWidth = false; + this.xrTableCell86.StylePriority.UseFont = false; + this.xrTableCell86.StylePriority.UsePadding = false; + this.xrTableCell86.StylePriority.UseTextAlignment = false; + this.xrTableCell86.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell86.Weight = 0.081137392507910022D; + // + // xrTableCell87 + // + this.xrTableCell87.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell87.BorderWidth = 2F; + this.xrTableCell87.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell87.Name = "xrTableCell87"; + this.xrTableCell87.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell87.StylePriority.UseBorders = false; + this.xrTableCell87.StylePriority.UseBorderWidth = false; + this.xrTableCell87.StylePriority.UseFont = false; + this.xrTableCell87.StylePriority.UsePadding = false; + this.xrTableCell87.StylePriority.UseTextAlignment = false; + this.xrTableCell87.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell87.Weight = 0.061261484438960241D; + // + // xrTableCell88 + // + this.xrTableCell88.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell88.BorderWidth = 2F; + this.xrTableCell88.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell88.Name = "xrTableCell88"; + this.xrTableCell88.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell88.StylePriority.UseBorders = false; + this.xrTableCell88.StylePriority.UseBorderWidth = false; + this.xrTableCell88.StylePriority.UseFont = false; + this.xrTableCell88.StylePriority.UsePadding = false; + this.xrTableCell88.StylePriority.UseTextAlignment = false; + this.xrTableCell88.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell88.Weight = 0.061261483853846596D; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell95, + this.xrTableCell96, + this.xrTableCell97, + this.xrTableCell98, + this.xrTableCell99, + this.xrTableCell100, + this.xrTableCell101, + this.xrTableCell102}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Weight = 0.50408416482020879D; + // + // xrTableCell95 + // + this.xrTableCell95.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell95.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell95.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell95.Name = "xrTableCell95"; + this.xrTableCell95.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell95.StylePriority.UseBackColor = false; + this.xrTableCell95.StylePriority.UseBorders = false; + this.xrTableCell95.StylePriority.UseFont = false; + this.xrTableCell95.StylePriority.UsePadding = false; + this.xrTableCell95.StylePriority.UseTextAlignment = false; + this.xrTableCell95.Text = "6. Kollegialität & Teamarbeit"; + this.xrTableCell95.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell95.Weight = 0.52355872530611924D; + // + // xrTableCell96 + // + this.xrTableCell96.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell96.BorderWidth = 2F; + this.xrTableCell96.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell96.Name = "xrTableCell96"; + this.xrTableCell96.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell96.StylePriority.UseBorders = false; + this.xrTableCell96.StylePriority.UseBorderWidth = false; + this.xrTableCell96.StylePriority.UseFont = false; + this.xrTableCell96.StylePriority.UsePadding = false; + this.xrTableCell96.StylePriority.UseTextAlignment = false; + this.xrTableCell96.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell96.Weight = 0.061261480980482223D; + // + // xrTableCell97 + // + this.xrTableCell97.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell97.BorderWidth = 2F; + this.xrTableCell97.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell97.Name = "xrTableCell97"; + this.xrTableCell97.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell97.StylePriority.UseBorders = false; + this.xrTableCell97.StylePriority.UseBorderWidth = false; + this.xrTableCell97.StylePriority.UseFont = false; + this.xrTableCell97.StylePriority.UsePadding = false; + this.xrTableCell97.StylePriority.UseTextAlignment = false; + this.xrTableCell97.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell97.Weight = 0.0612614842154718D; + // + // xrTableCell98 + // + this.xrTableCell98.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell98.BorderWidth = 2F; + this.xrTableCell98.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell98.Name = "xrTableCell98"; + this.xrTableCell98.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell98.StylePriority.UseBorders = false; + this.xrTableCell98.StylePriority.UseBorderWidth = false; + this.xrTableCell98.StylePriority.UseFont = false; + this.xrTableCell98.StylePriority.UsePadding = false; + this.xrTableCell98.StylePriority.UseTextAlignment = false; + this.xrTableCell98.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell98.Weight = 0.061261484438960234D; + // + // xrTableCell99 + // + this.xrTableCell99.BackColor = System.Drawing.Color.Gray; + this.xrTableCell99.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell99.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell99.Name = "xrTableCell99"; + this.xrTableCell99.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell99.StylePriority.UseBackColor = false; + this.xrTableCell99.StylePriority.UseBorders = false; + this.xrTableCell99.StylePriority.UseFont = false; + this.xrTableCell99.StylePriority.UsePadding = false; + this.xrTableCell99.StylePriority.UseTextAlignment = false; + this.xrTableCell99.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell99.Weight = 0.061261484438960255D; + // + // xrTableCell100 + // + this.xrTableCell100.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell100.BorderWidth = 2F; + this.xrTableCell100.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell100.Name = "xrTableCell100"; + this.xrTableCell100.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell100.StylePriority.UseBorders = false; + this.xrTableCell100.StylePriority.UseBorderWidth = false; + this.xrTableCell100.StylePriority.UseFont = false; + this.xrTableCell100.StylePriority.UsePadding = false; + this.xrTableCell100.StylePriority.UseTextAlignment = false; + this.xrTableCell100.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell100.Weight = 0.081137434053512467D; + // + // xrTableCell101 + // + this.xrTableCell101.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell101.BorderWidth = 2F; + this.xrTableCell101.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell101.Name = "xrTableCell101"; + this.xrTableCell101.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell101.StylePriority.UseBorders = false; + this.xrTableCell101.StylePriority.UseBorderWidth = false; + this.xrTableCell101.StylePriority.UseFont = false; + this.xrTableCell101.StylePriority.UsePadding = false; + this.xrTableCell101.StylePriority.UseTextAlignment = false; + this.xrTableCell101.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell101.Weight = 0.061261484438960241D; + // + // xrTableCell102 + // + this.xrTableCell102.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell102.BorderWidth = 2F; + this.xrTableCell102.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell102.Name = "xrTableCell102"; + this.xrTableCell102.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell102.StylePriority.UseBorders = false; + this.xrTableCell102.StylePriority.UseBorderWidth = false; + this.xrTableCell102.StylePriority.UseFont = false; + this.xrTableCell102.StylePriority.UsePadding = false; + this.xrTableCell102.StylePriority.UseTextAlignment = false; + this.xrTableCell102.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell102.Weight = 0.061261483853846596D; + // + // xrTableRow12 + // + this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell103, + this.xrTableCell104, + this.xrTableCell105, + this.xrTableCell106, + this.xrTableCell107, + this.xrTableCell108, + this.xrTableCell109, + this.xrTableCell110, + this.xrTableCell111}); + this.xrTableRow12.Name = "xrTableRow12"; + this.xrTableRow12.Weight = 0.50408416482020879D; + // + // xrTableCell103 + // + this.xrTableCell103.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell103.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell103.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell103.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell103.Name = "xrTableCell103"; + this.xrTableCell103.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell103.StylePriority.UseBackColor = false; + this.xrTableCell103.StylePriority.UseBorderColor = false; + this.xrTableCell103.StylePriority.UseBorders = false; + this.xrTableCell103.StylePriority.UseFont = false; + this.xrTableCell103.StylePriority.UsePadding = false; + this.xrTableCell103.StylePriority.UseTextAlignment = false; + this.xrTableCell103.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell103.Weight = 0.022395450307055836D; + // + // xrTableCell104 + // + this.xrTableCell104.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell104.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell104.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell104.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell104.Name = "xrTableCell104"; + this.xrTableCell104.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell104.StylePriority.UseBackColor = false; + this.xrTableCell104.StylePriority.UseBorderColor = false; + this.xrTableCell104.StylePriority.UseBorders = false; + this.xrTableCell104.StylePriority.UseFont = false; + this.xrTableCell104.StylePriority.UsePadding = false; + this.xrTableCell104.StylePriority.UseTextAlignment = false; + this.xrTableCell104.Text = "Ich habe einen guten Umgang mit Kolleginnen und Kollegen."; + this.xrTableCell104.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell104.Weight = 0.50116323228323378D; + // + // xrTableCell105 + // + this.xrTableCell105.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell105.BorderWidth = 2F; + this.xrTableCell105.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell105.Name = "xrTableCell105"; + this.xrTableCell105.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell105.StylePriority.UseBorders = false; + this.xrTableCell105.StylePriority.UseBorderWidth = false; + this.xrTableCell105.StylePriority.UseFont = false; + this.xrTableCell105.StylePriority.UsePadding = false; + this.xrTableCell105.StylePriority.UseTextAlignment = false; + this.xrTableCell105.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell105.Weight = 0.061261482150709472D; + // + // xrTableCell106 + // + this.xrTableCell106.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell106.BorderWidth = 2F; + this.xrTableCell106.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell106.Name = "xrTableCell106"; + this.xrTableCell106.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell106.StylePriority.UseBorders = false; + this.xrTableCell106.StylePriority.UseBorderWidth = false; + this.xrTableCell106.StylePriority.UseFont = false; + this.xrTableCell106.StylePriority.UsePadding = false; + this.xrTableCell106.StylePriority.UseTextAlignment = false; + this.xrTableCell106.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell106.Weight = 0.0612614842154718D; + // + // xrTableCell107 + // + this.xrTableCell107.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell107.BorderWidth = 2F; + this.xrTableCell107.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell107.Name = "xrTableCell107"; + this.xrTableCell107.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell107.StylePriority.UseBorders = false; + this.xrTableCell107.StylePriority.UseBorderWidth = false; + this.xrTableCell107.StylePriority.UseFont = false; + this.xrTableCell107.StylePriority.UsePadding = false; + this.xrTableCell107.StylePriority.UseTextAlignment = false; + this.xrTableCell107.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell107.Weight = 0.061261484438960234D; + // + // xrTableCell108 + // + this.xrTableCell108.BackColor = System.Drawing.Color.Gray; + this.xrTableCell108.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell108.BorderWidth = 2F; + this.xrTableCell108.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell108.Name = "xrTableCell108"; + this.xrTableCell108.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell108.StylePriority.UseBackColor = false; + this.xrTableCell108.StylePriority.UseBorders = false; + this.xrTableCell108.StylePriority.UseBorderWidth = false; + this.xrTableCell108.StylePriority.UseFont = false; + this.xrTableCell108.StylePriority.UsePadding = false; + this.xrTableCell108.StylePriority.UseTextAlignment = false; + this.xrTableCell108.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell108.Weight = 0.061261484438960262D; + // + // xrTableCell109 + // + this.xrTableCell109.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell109.BorderWidth = 2F; + this.xrTableCell109.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell109.Name = "xrTableCell109"; + this.xrTableCell109.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell109.StylePriority.UseBorders = false; + this.xrTableCell109.StylePriority.UseBorderWidth = false; + this.xrTableCell109.StylePriority.UseFont = false; + this.xrTableCell109.StylePriority.UsePadding = false; + this.xrTableCell109.StylePriority.UseTextAlignment = false; + this.xrTableCell109.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell109.Weight = 0.081137475599114911D; + // + // xrTableCell110 + // + this.xrTableCell110.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell110.BorderWidth = 2F; + this.xrTableCell110.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell110.Name = "xrTableCell110"; + this.xrTableCell110.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell110.StylePriority.UseBorders = false; + this.xrTableCell110.StylePriority.UseBorderWidth = false; + this.xrTableCell110.StylePriority.UseFont = false; + this.xrTableCell110.StylePriority.UsePadding = false; + this.xrTableCell110.StylePriority.UseTextAlignment = false; + this.xrTableCell110.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell110.Weight = 0.061261484438960241D; + // + // xrTableCell111 + // + this.xrTableCell111.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell111.BorderWidth = 2F; + this.xrTableCell111.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell111.Name = "xrTableCell111"; + this.xrTableCell111.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell111.StylePriority.UseBorders = false; + this.xrTableCell111.StylePriority.UseBorderWidth = false; + this.xrTableCell111.StylePriority.UseFont = false; + this.xrTableCell111.StylePriority.UsePadding = false; + this.xrTableCell111.StylePriority.UseTextAlignment = false; + this.xrTableCell111.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell111.Weight = 0.061261483853846596D; + // + // xrTableRow13 + // + this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell113, + this.xrTableCell114, + this.xrTableCell115, + this.xrTableCell116, + this.xrTableCell117, + this.xrTableCell118, + this.xrTableCell119, + this.xrTableCell120}); + this.xrTableRow13.Name = "xrTableRow13"; + this.xrTableRow13.Weight = 0.50408416482020879D; + // + // xrTableCell113 + // + this.xrTableCell113.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell113.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell113.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell113.Name = "xrTableCell113"; + this.xrTableCell113.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell113.StylePriority.UseBackColor = false; + this.xrTableCell113.StylePriority.UseBorders = false; + this.xrTableCell113.StylePriority.UseFont = false; + this.xrTableCell113.StylePriority.UsePadding = false; + this.xrTableCell113.StylePriority.UseTextAlignment = false; + this.xrTableCell113.Text = "7. Selbständigkeit & Verantwortungsbereitschaft"; + this.xrTableCell113.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell113.Weight = 0.52355872530611924D; + // + // xrTableCell114 + // + this.xrTableCell114.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell114.BorderWidth = 2F; + this.xrTableCell114.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell114.Name = "xrTableCell114"; + this.xrTableCell114.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell114.StylePriority.UseBorders = false; + this.xrTableCell114.StylePriority.UseBorderWidth = false; + this.xrTableCell114.StylePriority.UseFont = false; + this.xrTableCell114.StylePriority.UsePadding = false; + this.xrTableCell114.StylePriority.UseTextAlignment = false; + this.xrTableCell114.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell114.Weight = 0.061261480980482223D; + // + // xrTableCell115 + // + this.xrTableCell115.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell115.BorderWidth = 2F; + this.xrTableCell115.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell115.Name = "xrTableCell115"; + this.xrTableCell115.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell115.StylePriority.UseBorders = false; + this.xrTableCell115.StylePriority.UseBorderWidth = false; + this.xrTableCell115.StylePriority.UseFont = false; + this.xrTableCell115.StylePriority.UsePadding = false; + this.xrTableCell115.StylePriority.UseTextAlignment = false; + this.xrTableCell115.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell115.Weight = 0.0612614842154718D; + // + // xrTableCell116 + // + this.xrTableCell116.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell116.BorderWidth = 2F; + this.xrTableCell116.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell116.Name = "xrTableCell116"; + this.xrTableCell116.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell116.StylePriority.UseBorders = false; + this.xrTableCell116.StylePriority.UseBorderWidth = false; + this.xrTableCell116.StylePriority.UseFont = false; + this.xrTableCell116.StylePriority.UsePadding = false; + this.xrTableCell116.StylePriority.UseTextAlignment = false; + this.xrTableCell116.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell116.Weight = 0.061261484438960234D; + // + // xrTableCell117 + // + this.xrTableCell117.BackColor = System.Drawing.Color.Gray; + this.xrTableCell117.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell117.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell117.Name = "xrTableCell117"; + this.xrTableCell117.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell117.StylePriority.UseBackColor = false; + this.xrTableCell117.StylePriority.UseBorders = false; + this.xrTableCell117.StylePriority.UseFont = false; + this.xrTableCell117.StylePriority.UsePadding = false; + this.xrTableCell117.StylePriority.UseTextAlignment = false; + this.xrTableCell117.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell117.Weight = 0.061261484438960255D; + // + // xrTableCell118 + // + this.xrTableCell118.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell118.BorderWidth = 2F; + this.xrTableCell118.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell118.Name = "xrTableCell118"; + this.xrTableCell118.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell118.StylePriority.UseBorders = false; + this.xrTableCell118.StylePriority.UseBorderWidth = false; + this.xrTableCell118.StylePriority.UseFont = false; + this.xrTableCell118.StylePriority.UsePadding = false; + this.xrTableCell118.StylePriority.UseTextAlignment = false; + this.xrTableCell118.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell118.Weight = 0.081137434053512467D; + // + // xrTableCell119 + // + this.xrTableCell119.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell119.BorderWidth = 2F; + this.xrTableCell119.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell119.Name = "xrTableCell119"; + this.xrTableCell119.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell119.StylePriority.UseBorders = false; + this.xrTableCell119.StylePriority.UseBorderWidth = false; + this.xrTableCell119.StylePriority.UseFont = false; + this.xrTableCell119.StylePriority.UsePadding = false; + this.xrTableCell119.StylePriority.UseTextAlignment = false; + this.xrTableCell119.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell119.Weight = 0.061261484438960241D; + // + // xrTableCell120 + // + this.xrTableCell120.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell120.BorderWidth = 2F; + this.xrTableCell120.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell120.Name = "xrTableCell120"; + this.xrTableCell120.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell120.StylePriority.UseBorders = false; + this.xrTableCell120.StylePriority.UseBorderWidth = false; + this.xrTableCell120.StylePriority.UseFont = false; + this.xrTableCell120.StylePriority.UsePadding = false; + this.xrTableCell120.StylePriority.UseTextAlignment = false; + this.xrTableCell120.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell120.Weight = 0.061261483853846596D; + // + // xrTableRow14 + // + this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell121, + this.xrTableCell122, + this.xrTableCell123, + this.xrTableCell124, + this.xrTableCell125, + this.xrTableCell126, + this.xrTableCell127, + this.xrTableCell128, + this.xrTableCell129}); + this.xrTableRow14.Name = "xrTableRow14"; + this.xrTableRow14.Weight = 0.50408416482020879D; + // + // xrTableCell121 + // + this.xrTableCell121.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell121.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell121.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell121.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell121.Name = "xrTableCell121"; + this.xrTableCell121.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell121.StylePriority.UseBackColor = false; + this.xrTableCell121.StylePriority.UseBorderColor = false; + this.xrTableCell121.StylePriority.UseBorders = false; + this.xrTableCell121.StylePriority.UseFont = false; + this.xrTableCell121.StylePriority.UsePadding = false; + this.xrTableCell121.StylePriority.UseTextAlignment = false; + this.xrTableCell121.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell121.Weight = 0.022395450307055836D; + // + // xrTableCell122 + // + this.xrTableCell122.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell122.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell122.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell122.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell122.Name = "xrTableCell122"; + this.xrTableCell122.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell122.StylePriority.UseBackColor = false; + this.xrTableCell122.StylePriority.UseBorderColor = false; + this.xrTableCell122.StylePriority.UseBorders = false; + this.xrTableCell122.StylePriority.UseFont = false; + this.xrTableCell122.StylePriority.UsePadding = false; + this.xrTableCell122.StylePriority.UseTextAlignment = false; + this.xrTableCell122.Text = "Ich arbeite eigeninitiativ."; + this.xrTableCell122.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell122.Weight = 0.50116323228323378D; + // + // xrTableCell123 + // + this.xrTableCell123.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell123.BorderWidth = 2F; + this.xrTableCell123.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell123.Name = "xrTableCell123"; + this.xrTableCell123.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell123.StylePriority.UseBorders = false; + this.xrTableCell123.StylePriority.UseBorderWidth = false; + this.xrTableCell123.StylePriority.UseFont = false; + this.xrTableCell123.StylePriority.UsePadding = false; + this.xrTableCell123.StylePriority.UseTextAlignment = false; + this.xrTableCell123.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell123.Weight = 0.061261482150709472D; + // + // xrTableCell124 + // + this.xrTableCell124.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell124.BorderWidth = 2F; + this.xrTableCell124.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell124.Name = "xrTableCell124"; + this.xrTableCell124.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell124.StylePriority.UseBorders = false; + this.xrTableCell124.StylePriority.UseBorderWidth = false; + this.xrTableCell124.StylePriority.UseFont = false; + this.xrTableCell124.StylePriority.UsePadding = false; + this.xrTableCell124.StylePriority.UseTextAlignment = false; + this.xrTableCell124.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell124.Weight = 0.0612614842154718D; + // + // xrTableCell125 + // + this.xrTableCell125.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell125.BorderWidth = 2F; + this.xrTableCell125.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell125.Name = "xrTableCell125"; + this.xrTableCell125.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell125.StylePriority.UseBorders = false; + this.xrTableCell125.StylePriority.UseBorderWidth = false; + this.xrTableCell125.StylePriority.UseFont = false; + this.xrTableCell125.StylePriority.UsePadding = false; + this.xrTableCell125.StylePriority.UseTextAlignment = false; + this.xrTableCell125.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell125.Weight = 0.061261484438960234D; + // + // xrTableCell126 + // + this.xrTableCell126.BackColor = System.Drawing.Color.Gray; + this.xrTableCell126.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell126.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell126.Name = "xrTableCell126"; + this.xrTableCell126.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell126.StylePriority.UseBackColor = false; + this.xrTableCell126.StylePriority.UseBorders = false; + this.xrTableCell126.StylePriority.UseFont = false; + this.xrTableCell126.StylePriority.UsePadding = false; + this.xrTableCell126.StylePriority.UseTextAlignment = false; + this.xrTableCell126.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell126.Weight = 0.061261484438960262D; + // + // xrTableCell127 + // + this.xrTableCell127.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell127.BorderWidth = 2F; + this.xrTableCell127.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell127.Name = "xrTableCell127"; + this.xrTableCell127.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell127.StylePriority.UseBorders = false; + this.xrTableCell127.StylePriority.UseBorderWidth = false; + this.xrTableCell127.StylePriority.UseFont = false; + this.xrTableCell127.StylePriority.UsePadding = false; + this.xrTableCell127.StylePriority.UseTextAlignment = false; + this.xrTableCell127.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell127.Weight = 0.081137475599114911D; + // + // xrTableCell128 + // + this.xrTableCell128.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell128.BorderWidth = 2F; + this.xrTableCell128.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell128.Name = "xrTableCell128"; + this.xrTableCell128.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell128.StylePriority.UseBorders = false; + this.xrTableCell128.StylePriority.UseBorderWidth = false; + this.xrTableCell128.StylePriority.UseFont = false; + this.xrTableCell128.StylePriority.UsePadding = false; + this.xrTableCell128.StylePriority.UseTextAlignment = false; + this.xrTableCell128.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell128.Weight = 0.061261484438960241D; + // + // xrTableCell129 + // + this.xrTableCell129.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell129.BorderWidth = 2F; + this.xrTableCell129.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell129.Name = "xrTableCell129"; + this.xrTableCell129.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell129.StylePriority.UseBorders = false; + this.xrTableCell129.StylePriority.UseBorderWidth = false; + this.xrTableCell129.StylePriority.UseFont = false; + this.xrTableCell129.StylePriority.UsePadding = false; + this.xrTableCell129.StylePriority.UseTextAlignment = false; + this.xrTableCell129.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell129.Weight = 0.061261483853846596D; + // + // xrTableRow19 + // + this.xrTableRow19.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell94, + this.xrTableCell112, + this.xrTableCell130, + this.xrTableCell148, + this.xrTableCell166, + this.xrTableCell167, + this.xrTableCell168, + this.xrTableCell169, + this.xrTableCell170}); + this.xrTableRow19.Name = "xrTableRow19"; + this.xrTableRow19.Weight = 0.50408416482020879D; + // + // xrTableCell94 + // + this.xrTableCell94.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell94.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell94.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell94.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell94.Name = "xrTableCell94"; + this.xrTableCell94.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell94.StylePriority.UseBackColor = false; + this.xrTableCell94.StylePriority.UseBorderColor = false; + this.xrTableCell94.StylePriority.UseBorders = false; + this.xrTableCell94.StylePriority.UseFont = false; + this.xrTableCell94.StylePriority.UsePadding = false; + this.xrTableCell94.StylePriority.UseTextAlignment = false; + this.xrTableCell94.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell94.Weight = 0.022395450307055836D; + // + // xrTableCell112 + // + this.xrTableCell112.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell112.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell112.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell112.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell112.Name = "xrTableCell112"; + this.xrTableCell112.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell112.StylePriority.UseBackColor = false; + this.xrTableCell112.StylePriority.UseBorderColor = false; + this.xrTableCell112.StylePriority.UseBorders = false; + this.xrTableCell112.StylePriority.UseFont = false; + this.xrTableCell112.StylePriority.UsePadding = false; + this.xrTableCell112.StylePriority.UseTextAlignment = false; + this.xrTableCell112.Text = "Ich nutze die mir gewährten Entscheidungs-/Handlungsspielräume."; + this.xrTableCell112.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell112.Weight = 0.50116323228323378D; + // + // xrTableCell130 + // + this.xrTableCell130.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell130.BorderWidth = 2F; + this.xrTableCell130.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell130.Name = "xrTableCell130"; + this.xrTableCell130.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell130.StylePriority.UseBorders = false; + this.xrTableCell130.StylePriority.UseBorderWidth = false; + this.xrTableCell130.StylePriority.UseFont = false; + this.xrTableCell130.StylePriority.UsePadding = false; + this.xrTableCell130.StylePriority.UseTextAlignment = false; + this.xrTableCell130.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell130.Weight = 0.061261482150709472D; + // + // xrTableCell148 + // + this.xrTableCell148.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell148.BorderWidth = 2F; + this.xrTableCell148.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell148.Name = "xrTableCell148"; + this.xrTableCell148.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell148.StylePriority.UseBorders = false; + this.xrTableCell148.StylePriority.UseBorderWidth = false; + this.xrTableCell148.StylePriority.UseFont = false; + this.xrTableCell148.StylePriority.UsePadding = false; + this.xrTableCell148.StylePriority.UseTextAlignment = false; + this.xrTableCell148.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell148.Weight = 0.0612614842154718D; + // + // xrTableCell166 + // + this.xrTableCell166.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell166.BorderWidth = 2F; + this.xrTableCell166.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell166.Name = "xrTableCell166"; + this.xrTableCell166.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell166.StylePriority.UseBorders = false; + this.xrTableCell166.StylePriority.UseBorderWidth = false; + this.xrTableCell166.StylePriority.UseFont = false; + this.xrTableCell166.StylePriority.UsePadding = false; + this.xrTableCell166.StylePriority.UseTextAlignment = false; + this.xrTableCell166.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell166.Weight = 0.061261484438960234D; + // + // xrTableCell167 + // + this.xrTableCell167.BackColor = System.Drawing.Color.Gray; + this.xrTableCell167.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell167.BorderWidth = 2F; + this.xrTableCell167.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell167.Name = "xrTableCell167"; + this.xrTableCell167.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell167.StylePriority.UseBackColor = false; + this.xrTableCell167.StylePriority.UseBorders = false; + this.xrTableCell167.StylePriority.UseBorderWidth = false; + this.xrTableCell167.StylePriority.UseFont = false; + this.xrTableCell167.StylePriority.UsePadding = false; + this.xrTableCell167.StylePriority.UseTextAlignment = false; + this.xrTableCell167.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell167.Weight = 0.061261484438960262D; + // + // xrTableCell168 + // + this.xrTableCell168.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell168.BorderWidth = 2F; + this.xrTableCell168.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell168.Name = "xrTableCell168"; + this.xrTableCell168.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell168.StylePriority.UseBorders = false; + this.xrTableCell168.StylePriority.UseBorderWidth = false; + this.xrTableCell168.StylePriority.UseFont = false; + this.xrTableCell168.StylePriority.UsePadding = false; + this.xrTableCell168.StylePriority.UseTextAlignment = false; + this.xrTableCell168.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell168.Weight = 0.081137475599114911D; + // + // xrTableCell169 + // + this.xrTableCell169.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell169.BorderWidth = 2F; + this.xrTableCell169.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell169.Name = "xrTableCell169"; + this.xrTableCell169.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell169.StylePriority.UseBorders = false; + this.xrTableCell169.StylePriority.UseBorderWidth = false; + this.xrTableCell169.StylePriority.UseFont = false; + this.xrTableCell169.StylePriority.UsePadding = false; + this.xrTableCell169.StylePriority.UseTextAlignment = false; + this.xrTableCell169.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell169.Weight = 0.061261484438960241D; + // + // xrTableCell170 + // + this.xrTableCell170.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell170.BorderWidth = 2F; + this.xrTableCell170.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell170.Name = "xrTableCell170"; + this.xrTableCell170.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell170.StylePriority.UseBorders = false; + this.xrTableCell170.StylePriority.UseBorderWidth = false; + this.xrTableCell170.StylePriority.UseFont = false; + this.xrTableCell170.StylePriority.UsePadding = false; + this.xrTableCell170.StylePriority.UseTextAlignment = false; + this.xrTableCell170.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell170.Weight = 0.061261483853846596D; + // + // xrTableRow15 + // + this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell131, + this.xrTableCell132, + this.xrTableCell133, + this.xrTableCell134, + this.xrTableCell135, + this.xrTableCell136, + this.xrTableCell137, + this.xrTableCell138}); + this.xrTableRow15.Name = "xrTableRow15"; + this.xrTableRow15.Weight = 0.50408416482020879D; + // + // xrTableCell131 + // + this.xrTableCell131.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell131.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell131.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell131.Name = "xrTableCell131"; + this.xrTableCell131.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell131.StylePriority.UseBackColor = false; + this.xrTableCell131.StylePriority.UseBorders = false; + this.xrTableCell131.StylePriority.UseFont = false; + this.xrTableCell131.StylePriority.UsePadding = false; + this.xrTableCell131.StylePriority.UseTextAlignment = false; + this.xrTableCell131.Text = "8. Kundenorientierung bzgl. Kontaktaufnahme/-gestaltung"; + this.xrTableCell131.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell131.Weight = 0.52355872530611924D; + // + // xrTableCell132 + // + this.xrTableCell132.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell132.BorderWidth = 2F; + this.xrTableCell132.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell132.Name = "xrTableCell132"; + this.xrTableCell132.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell132.StylePriority.UseBorders = false; + this.xrTableCell132.StylePriority.UseBorderWidth = false; + this.xrTableCell132.StylePriority.UseFont = false; + this.xrTableCell132.StylePriority.UsePadding = false; + this.xrTableCell132.StylePriority.UseTextAlignment = false; + this.xrTableCell132.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell132.Weight = 0.061261480980482223D; + // + // xrTableCell133 + // + this.xrTableCell133.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell133.BorderWidth = 2F; + this.xrTableCell133.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell133.Name = "xrTableCell133"; + this.xrTableCell133.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell133.StylePriority.UseBorders = false; + this.xrTableCell133.StylePriority.UseBorderWidth = false; + this.xrTableCell133.StylePriority.UseFont = false; + this.xrTableCell133.StylePriority.UsePadding = false; + this.xrTableCell133.StylePriority.UseTextAlignment = false; + this.xrTableCell133.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell133.Weight = 0.0612614842154718D; + // + // xrTableCell134 + // + this.xrTableCell134.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell134.BorderWidth = 2F; + this.xrTableCell134.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell134.Name = "xrTableCell134"; + this.xrTableCell134.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell134.StylePriority.UseBorders = false; + this.xrTableCell134.StylePriority.UseBorderWidth = false; + this.xrTableCell134.StylePriority.UseFont = false; + this.xrTableCell134.StylePriority.UsePadding = false; + this.xrTableCell134.StylePriority.UseTextAlignment = false; + this.xrTableCell134.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell134.Weight = 0.061261484438960234D; + // + // xrTableCell135 + // + this.xrTableCell135.BackColor = System.Drawing.Color.Gray; + this.xrTableCell135.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell135.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell135.Name = "xrTableCell135"; + this.xrTableCell135.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell135.StylePriority.UseBackColor = false; + this.xrTableCell135.StylePriority.UseBorders = false; + this.xrTableCell135.StylePriority.UseFont = false; + this.xrTableCell135.StylePriority.UsePadding = false; + this.xrTableCell135.StylePriority.UseTextAlignment = false; + this.xrTableCell135.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell135.Weight = 0.061261484438960255D; + // + // xrTableCell136 + // + this.xrTableCell136.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell136.BorderWidth = 2F; + this.xrTableCell136.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell136.Name = "xrTableCell136"; + this.xrTableCell136.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell136.StylePriority.UseBorders = false; + this.xrTableCell136.StylePriority.UseBorderWidth = false; + this.xrTableCell136.StylePriority.UseFont = false; + this.xrTableCell136.StylePriority.UsePadding = false; + this.xrTableCell136.StylePriority.UseTextAlignment = false; + this.xrTableCell136.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell136.Weight = 0.081137434053512467D; + // + // xrTableCell137 + // + this.xrTableCell137.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell137.BorderWidth = 2F; + this.xrTableCell137.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell137.Name = "xrTableCell137"; + this.xrTableCell137.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell137.StylePriority.UseBorders = false; + this.xrTableCell137.StylePriority.UseBorderWidth = false; + this.xrTableCell137.StylePriority.UseFont = false; + this.xrTableCell137.StylePriority.UsePadding = false; + this.xrTableCell137.StylePriority.UseTextAlignment = false; + this.xrTableCell137.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell137.Weight = 0.061261484438960241D; + // + // xrTableCell138 + // + this.xrTableCell138.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell138.BorderWidth = 2F; + this.xrTableCell138.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell138.Name = "xrTableCell138"; + this.xrTableCell138.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell138.StylePriority.UseBorders = false; + this.xrTableCell138.StylePriority.UseBorderWidth = false; + this.xrTableCell138.StylePriority.UseFont = false; + this.xrTableCell138.StylePriority.UsePadding = false; + this.xrTableCell138.StylePriority.UseTextAlignment = false; + this.xrTableCell138.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell138.Weight = 0.061261483853846596D; + // + // xrTableRow16 + // + this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell139, + this.xrTableCell140, + this.xrTableCell141, + this.xrTableCell142, + this.xrTableCell143, + this.xrTableCell144, + this.xrTableCell145, + this.xrTableCell146, + this.xrTableCell147}); + this.xrTableRow16.Name = "xrTableRow16"; + this.xrTableRow16.Weight = 0.50408416482020879D; + // + // xrTableCell139 + // + this.xrTableCell139.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell139.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell139.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell139.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell139.Name = "xrTableCell139"; + this.xrTableCell139.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell139.StylePriority.UseBackColor = false; + this.xrTableCell139.StylePriority.UseBorderColor = false; + this.xrTableCell139.StylePriority.UseBorders = false; + this.xrTableCell139.StylePriority.UseFont = false; + this.xrTableCell139.StylePriority.UsePadding = false; + this.xrTableCell139.StylePriority.UseTextAlignment = false; + this.xrTableCell139.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell139.Weight = 0.022395450307055836D; + // + // xrTableCell140 + // + this.xrTableCell140.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell140.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell140.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell140.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell140.Name = "xrTableCell140"; + this.xrTableCell140.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell140.StylePriority.UseBackColor = false; + this.xrTableCell140.StylePriority.UseBorderColor = false; + this.xrTableCell140.StylePriority.UseBorders = false; + this.xrTableCell140.StylePriority.UseFont = false; + this.xrTableCell140.StylePriority.UsePadding = false; + this.xrTableCell140.StylePriority.UseTextAlignment = false; + this.xrTableCell140.Text = "Ich kann mich gut auf Kunden einstellen."; + this.xrTableCell140.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell140.Weight = 0.50116323228323378D; + // + // xrTableCell141 + // + this.xrTableCell141.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell141.BorderWidth = 2F; + this.xrTableCell141.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell141.Name = "xrTableCell141"; + this.xrTableCell141.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell141.StylePriority.UseBorders = false; + this.xrTableCell141.StylePriority.UseBorderWidth = false; + this.xrTableCell141.StylePriority.UseFont = false; + this.xrTableCell141.StylePriority.UsePadding = false; + this.xrTableCell141.StylePriority.UseTextAlignment = false; + this.xrTableCell141.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell141.Weight = 0.061261482150709472D; + // + // xrTableCell142 + // + this.xrTableCell142.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell142.BorderWidth = 2F; + this.xrTableCell142.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell142.Name = "xrTableCell142"; + this.xrTableCell142.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell142.StylePriority.UseBorders = false; + this.xrTableCell142.StylePriority.UseBorderWidth = false; + this.xrTableCell142.StylePriority.UseFont = false; + this.xrTableCell142.StylePriority.UsePadding = false; + this.xrTableCell142.StylePriority.UseTextAlignment = false; + this.xrTableCell142.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell142.Weight = 0.0612614842154718D; + // + // xrTableCell143 + // + this.xrTableCell143.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell143.BorderWidth = 2F; + this.xrTableCell143.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell143.Name = "xrTableCell143"; + this.xrTableCell143.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell143.StylePriority.UseBorders = false; + this.xrTableCell143.StylePriority.UseBorderWidth = false; + this.xrTableCell143.StylePriority.UseFont = false; + this.xrTableCell143.StylePriority.UsePadding = false; + this.xrTableCell143.StylePriority.UseTextAlignment = false; + this.xrTableCell143.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell143.Weight = 0.061261484438960234D; + // + // xrTableCell144 + // + this.xrTableCell144.BackColor = System.Drawing.Color.Gray; + this.xrTableCell144.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell144.BorderWidth = 2F; + this.xrTableCell144.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell144.Name = "xrTableCell144"; + this.xrTableCell144.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell144.StylePriority.UseBackColor = false; + this.xrTableCell144.StylePriority.UseBorders = false; + this.xrTableCell144.StylePriority.UseBorderWidth = false; + this.xrTableCell144.StylePriority.UseFont = false; + this.xrTableCell144.StylePriority.UsePadding = false; + this.xrTableCell144.StylePriority.UseTextAlignment = false; + this.xrTableCell144.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell144.Weight = 0.061261484438960262D; + // + // xrTableCell145 + // + this.xrTableCell145.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell145.BorderWidth = 2F; + this.xrTableCell145.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell145.Name = "xrTableCell145"; + this.xrTableCell145.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell145.StylePriority.UseBorders = false; + this.xrTableCell145.StylePriority.UseBorderWidth = false; + this.xrTableCell145.StylePriority.UseFont = false; + this.xrTableCell145.StylePriority.UsePadding = false; + this.xrTableCell145.StylePriority.UseTextAlignment = false; + this.xrTableCell145.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell145.Weight = 0.081137475599114911D; + // + // xrTableCell146 + // + this.xrTableCell146.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell146.BorderWidth = 2F; + this.xrTableCell146.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell146.Name = "xrTableCell146"; + this.xrTableCell146.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell146.StylePriority.UseBorders = false; + this.xrTableCell146.StylePriority.UseBorderWidth = false; + this.xrTableCell146.StylePriority.UseFont = false; + this.xrTableCell146.StylePriority.UsePadding = false; + this.xrTableCell146.StylePriority.UseTextAlignment = false; + this.xrTableCell146.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell146.Weight = 0.061261484438960241D; + // + // xrTableCell147 + // + this.xrTableCell147.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell147.BorderWidth = 2F; + this.xrTableCell147.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell147.Name = "xrTableCell147"; + this.xrTableCell147.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell147.StylePriority.UseBorders = false; + this.xrTableCell147.StylePriority.UseBorderWidth = false; + this.xrTableCell147.StylePriority.UseFont = false; + this.xrTableCell147.StylePriority.UsePadding = false; + this.xrTableCell147.StylePriority.UseTextAlignment = false; + this.xrTableCell147.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell147.Weight = 0.061261483853846596D; + // + // xrTableRow17 + // + this.xrTableRow17.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell149, + this.xrTableCell150, + this.xrTableCell151, + this.xrTableCell152, + this.xrTableCell153, + this.xrTableCell154, + this.xrTableCell155, + this.xrTableCell156}); + this.xrTableRow17.Name = "xrTableRow17"; + this.xrTableRow17.Weight = 0.50408416482020879D; + // + // xrTableCell149 + // + this.xrTableCell149.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell149.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell149.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell149.Name = "xrTableCell149"; + this.xrTableCell149.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell149.StylePriority.UseBackColor = false; + this.xrTableCell149.StylePriority.UseBorders = false; + this.xrTableCell149.StylePriority.UseFont = false; + this.xrTableCell149.StylePriority.UsePadding = false; + this.xrTableCell149.StylePriority.UseTextAlignment = false; + this.xrTableCell149.Text = "9. Achtsamkeit & Selbstfürsorge"; + this.xrTableCell149.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell149.Weight = 0.52355872530611924D; + // + // xrTableCell150 + // + this.xrTableCell150.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell150.BorderWidth = 2F; + this.xrTableCell150.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell150.Name = "xrTableCell150"; + this.xrTableCell150.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell150.StylePriority.UseBorders = false; + this.xrTableCell150.StylePriority.UseBorderWidth = false; + this.xrTableCell150.StylePriority.UseFont = false; + this.xrTableCell150.StylePriority.UsePadding = false; + this.xrTableCell150.StylePriority.UseTextAlignment = false; + this.xrTableCell150.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell150.Weight = 0.061261480980482223D; + // + // xrTableCell151 + // + this.xrTableCell151.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell151.BorderWidth = 2F; + this.xrTableCell151.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell151.Name = "xrTableCell151"; + this.xrTableCell151.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell151.StylePriority.UseBorders = false; + this.xrTableCell151.StylePriority.UseBorderWidth = false; + this.xrTableCell151.StylePriority.UseFont = false; + this.xrTableCell151.StylePriority.UsePadding = false; + this.xrTableCell151.StylePriority.UseTextAlignment = false; + this.xrTableCell151.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell151.Weight = 0.0612614842154718D; + // + // xrTableCell152 + // + this.xrTableCell152.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell152.BorderWidth = 2F; + this.xrTableCell152.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell152.Name = "xrTableCell152"; + this.xrTableCell152.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell152.StylePriority.UseBorders = false; + this.xrTableCell152.StylePriority.UseBorderWidth = false; + this.xrTableCell152.StylePriority.UseFont = false; + this.xrTableCell152.StylePriority.UsePadding = false; + this.xrTableCell152.StylePriority.UseTextAlignment = false; + this.xrTableCell152.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell152.Weight = 0.061261484438960234D; + // + // xrTableCell153 + // + this.xrTableCell153.BackColor = System.Drawing.Color.Gray; + this.xrTableCell153.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell153.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell153.Name = "xrTableCell153"; + this.xrTableCell153.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell153.StylePriority.UseBackColor = false; + this.xrTableCell153.StylePriority.UseBorders = false; + this.xrTableCell153.StylePriority.UseFont = false; + this.xrTableCell153.StylePriority.UsePadding = false; + this.xrTableCell153.StylePriority.UseTextAlignment = false; + this.xrTableCell153.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell153.Weight = 0.061261484438960255D; + // + // xrTableCell154 + // + this.xrTableCell154.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell154.BorderWidth = 2F; + this.xrTableCell154.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell154.Name = "xrTableCell154"; + this.xrTableCell154.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell154.StylePriority.UseBorders = false; + this.xrTableCell154.StylePriority.UseBorderWidth = false; + this.xrTableCell154.StylePriority.UseFont = false; + this.xrTableCell154.StylePriority.UsePadding = false; + this.xrTableCell154.StylePriority.UseTextAlignment = false; + this.xrTableCell154.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell154.Weight = 0.081137434053512467D; + // + // xrTableCell155 + // + this.xrTableCell155.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell155.BorderWidth = 2F; + this.xrTableCell155.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell155.Name = "xrTableCell155"; + this.xrTableCell155.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell155.StylePriority.UseBorders = false; + this.xrTableCell155.StylePriority.UseBorderWidth = false; + this.xrTableCell155.StylePriority.UseFont = false; + this.xrTableCell155.StylePriority.UsePadding = false; + this.xrTableCell155.StylePriority.UseTextAlignment = false; + this.xrTableCell155.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell155.Weight = 0.061261484438960241D; + // + // xrTableCell156 + // + this.xrTableCell156.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell156.BorderWidth = 2F; + this.xrTableCell156.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell156.Name = "xrTableCell156"; + this.xrTableCell156.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell156.StylePriority.UseBorders = false; + this.xrTableCell156.StylePriority.UseBorderWidth = false; + this.xrTableCell156.StylePriority.UseFont = false; + this.xrTableCell156.StylePriority.UsePadding = false; + this.xrTableCell156.StylePriority.UseTextAlignment = false; + this.xrTableCell156.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell156.Weight = 0.061261483853846596D; + // + // xrTableRow18 + // + this.xrTableRow18.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell157, + this.xrTableCell158, + this.xrTableCell159, + this.xrTableCell160, + this.xrTableCell161, + this.xrTableCell162, + this.xrTableCell163, + this.xrTableCell164, + this.xrTableCell165}); + this.xrTableRow18.Name = "xrTableRow18"; + this.xrTableRow18.Weight = 0.50408416482020879D; + // + // xrTableCell157 + // + this.xrTableCell157.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell157.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell157.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell157.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell157.Name = "xrTableCell157"; + this.xrTableCell157.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell157.StylePriority.UseBackColor = false; + this.xrTableCell157.StylePriority.UseBorderColor = false; + this.xrTableCell157.StylePriority.UseBorders = false; + this.xrTableCell157.StylePriority.UseFont = false; + this.xrTableCell157.StylePriority.UsePadding = false; + this.xrTableCell157.StylePriority.UseTextAlignment = false; + this.xrTableCell157.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell157.Weight = 0.022395407591226157D; + // + // xrTableCell158 + // + this.xrTableCell158.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell158.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell158.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell158.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell158.Name = "xrTableCell158"; + this.xrTableCell158.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell158.StylePriority.UseBackColor = false; + this.xrTableCell158.StylePriority.UseBorderColor = false; + this.xrTableCell158.StylePriority.UseBorders = false; + this.xrTableCell158.StylePriority.UseFont = false; + this.xrTableCell158.StylePriority.UsePadding = false; + this.xrTableCell158.StylePriority.UseTextAlignment = false; + this.xrTableCell158.Text = "Ich achte gut auf mich. Ich achte auf meine Belastungsgrenzen."; + this.xrTableCell158.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell158.Weight = 0.50116319190785852D; + // + // xrTableCell159 + // + this.xrTableCell159.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell159.BorderWidth = 2F; + this.xrTableCell159.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell159.Name = "xrTableCell159"; + this.xrTableCell159.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell159.StylePriority.UseBorders = false; + this.xrTableCell159.StylePriority.UseBorderWidth = false; + this.xrTableCell159.StylePriority.UseFont = false; + this.xrTableCell159.StylePriority.UsePadding = false; + this.xrTableCell159.StylePriority.UseTextAlignment = false; + this.xrTableCell159.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell159.Weight = 0.061261482150709458D; + // + // xrTableCell160 + // + this.xrTableCell160.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell160.BorderWidth = 2F; + this.xrTableCell160.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell160.Name = "xrTableCell160"; + this.xrTableCell160.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell160.StylePriority.UseBorders = false; + this.xrTableCell160.StylePriority.UseBorderWidth = false; + this.xrTableCell160.StylePriority.UseFont = false; + this.xrTableCell160.StylePriority.UsePadding = false; + this.xrTableCell160.StylePriority.UseTextAlignment = false; + this.xrTableCell160.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell160.Weight = 0.061261484215471826D; + // + // xrTableCell161 + // + this.xrTableCell161.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell161.BorderWidth = 2F; + this.xrTableCell161.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell161.Name = "xrTableCell161"; + this.xrTableCell161.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell161.StylePriority.UseBorders = false; + this.xrTableCell161.StylePriority.UseBorderWidth = false; + this.xrTableCell161.StylePriority.UseFont = false; + this.xrTableCell161.StylePriority.UsePadding = false; + this.xrTableCell161.StylePriority.UseTextAlignment = false; + this.xrTableCell161.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell161.Weight = 0.061261484438960248D; + // + // xrTableCell162 + // + this.xrTableCell162.BackColor = System.Drawing.Color.Gray; + this.xrTableCell162.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell162.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell162.Name = "xrTableCell162"; + this.xrTableCell162.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell162.StylePriority.UseBackColor = false; + this.xrTableCell162.StylePriority.UseBorders = false; + this.xrTableCell162.StylePriority.UseFont = false; + this.xrTableCell162.StylePriority.UsePadding = false; + this.xrTableCell162.StylePriority.UseTextAlignment = false; + this.xrTableCell162.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell162.Weight = 0.061261484438960262D; + // + // xrTableCell163 + // + this.xrTableCell163.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell163.BorderWidth = 2F; + this.xrTableCell163.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell163.Name = "xrTableCell163"; + this.xrTableCell163.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell163.StylePriority.UseBorders = false; + this.xrTableCell163.StylePriority.UseBorderWidth = false; + this.xrTableCell163.StylePriority.UseFont = false; + this.xrTableCell163.StylePriority.UsePadding = false; + this.xrTableCell163.StylePriority.UseTextAlignment = false; + this.xrTableCell163.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell163.Weight = 0.0811375586903198D; + // + // xrTableCell164 + // + this.xrTableCell164.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell164.BorderWidth = 2F; + this.xrTableCell164.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell164.Name = "xrTableCell164"; + this.xrTableCell164.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell164.StylePriority.UseBorders = false; + this.xrTableCell164.StylePriority.UseBorderWidth = false; + this.xrTableCell164.StylePriority.UseFont = false; + this.xrTableCell164.StylePriority.UsePadding = false; + this.xrTableCell164.StylePriority.UseTextAlignment = false; + this.xrTableCell164.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell164.Weight = 0.061261484438960241D; + // + // xrTableCell165 + // + this.xrTableCell165.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell165.BorderWidth = 2F; + this.xrTableCell165.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell165.Name = "xrTableCell165"; + this.xrTableCell165.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell165.StylePriority.UseBorders = false; + this.xrTableCell165.StylePriority.UseBorderWidth = false; + this.xrTableCell165.StylePriority.UseFont = false; + this.xrTableCell165.StylePriority.UsePadding = false; + this.xrTableCell165.StylePriority.UseTextAlignment = false; + this.xrTableCell165.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell165.Weight = 0.061261483853846596D; + // + // xrTableRow20 + // + this.xrTableRow20.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell171, + this.xrTableCell172, + this.xrTableCell173, + this.xrTableCell174, + this.xrTableCell175, + this.xrTableCell176, + this.xrTableCell177, + this.xrTableCell178, + this.xrTableCell179}); + this.xrTableRow20.Name = "xrTableRow20"; + this.xrTableRow20.Weight = 0.50408416482020879D; + // + // xrTableCell171 + // + this.xrTableCell171.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell171.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell171.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell171.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell171.Name = "xrTableCell171"; + this.xrTableCell171.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell171.StylePriority.UseBackColor = false; + this.xrTableCell171.StylePriority.UseBorderColor = false; + this.xrTableCell171.StylePriority.UseBorders = false; + this.xrTableCell171.StylePriority.UseFont = false; + this.xrTableCell171.StylePriority.UsePadding = false; + this.xrTableCell171.StylePriority.UseTextAlignment = false; + this.xrTableCell171.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell171.Weight = 0.022395407591226157D; + // + // xrTableCell172 + // + this.xrTableCell172.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell172.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell172.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell172.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell172.Name = "xrTableCell172"; + this.xrTableCell172.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell172.StylePriority.UseBackColor = false; + this.xrTableCell172.StylePriority.UseBorderColor = false; + this.xrTableCell172.StylePriority.UseBorders = false; + this.xrTableCell172.StylePriority.UseFont = false; + this.xrTableCell172.StylePriority.UsePadding = false; + this.xrTableCell172.StylePriority.UseTextAlignment = false; + this.xrTableCell172.Text = "Ich achte auf eine gesunde Balance zw. Unter- und Überforderung."; + this.xrTableCell172.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell172.Weight = 0.50116319190785852D; + // + // xrTableCell173 + // + this.xrTableCell173.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell173.BorderWidth = 2F; + this.xrTableCell173.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell173.Name = "xrTableCell173"; + this.xrTableCell173.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell173.StylePriority.UseBorders = false; + this.xrTableCell173.StylePriority.UseBorderWidth = false; + this.xrTableCell173.StylePriority.UseFont = false; + this.xrTableCell173.StylePriority.UsePadding = false; + this.xrTableCell173.StylePriority.UseTextAlignment = false; + this.xrTableCell173.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell173.Weight = 0.061261482150709458D; + // + // xrTableCell174 + // + this.xrTableCell174.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell174.BorderWidth = 2F; + this.xrTableCell174.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell174.Name = "xrTableCell174"; + this.xrTableCell174.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell174.StylePriority.UseBorders = false; + this.xrTableCell174.StylePriority.UseBorderWidth = false; + this.xrTableCell174.StylePriority.UseFont = false; + this.xrTableCell174.StylePriority.UsePadding = false; + this.xrTableCell174.StylePriority.UseTextAlignment = false; + this.xrTableCell174.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell174.Weight = 0.061261484215471826D; + // + // xrTableCell175 + // + this.xrTableCell175.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell175.BorderWidth = 2F; + this.xrTableCell175.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell175.Name = "xrTableCell175"; + this.xrTableCell175.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell175.StylePriority.UseBorders = false; + this.xrTableCell175.StylePriority.UseBorderWidth = false; + this.xrTableCell175.StylePriority.UseFont = false; + this.xrTableCell175.StylePriority.UsePadding = false; + this.xrTableCell175.StylePriority.UseTextAlignment = false; + this.xrTableCell175.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell175.Weight = 0.061261484438960248D; + // + // xrTableCell176 + // + this.xrTableCell176.BackColor = System.Drawing.Color.Gray; + this.xrTableCell176.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell176.BorderWidth = 2F; + this.xrTableCell176.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell176.Name = "xrTableCell176"; + this.xrTableCell176.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell176.StylePriority.UseBackColor = false; + this.xrTableCell176.StylePriority.UseBorders = false; + this.xrTableCell176.StylePriority.UseBorderWidth = false; + this.xrTableCell176.StylePriority.UseFont = false; + this.xrTableCell176.StylePriority.UsePadding = false; + this.xrTableCell176.StylePriority.UseTextAlignment = false; + this.xrTableCell176.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell176.Weight = 0.061261484438960262D; + // + // xrTableCell177 + // + this.xrTableCell177.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell177.BorderWidth = 2F; + this.xrTableCell177.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell177.Name = "xrTableCell177"; + this.xrTableCell177.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell177.StylePriority.UseBorders = false; + this.xrTableCell177.StylePriority.UseBorderWidth = false; + this.xrTableCell177.StylePriority.UseFont = false; + this.xrTableCell177.StylePriority.UsePadding = false; + this.xrTableCell177.StylePriority.UseTextAlignment = false; + this.xrTableCell177.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell177.Weight = 0.0811375586903198D; + // + // xrTableCell178 + // + this.xrTableCell178.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell178.BorderWidth = 2F; + this.xrTableCell178.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell178.Name = "xrTableCell178"; + this.xrTableCell178.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell178.StylePriority.UseBorders = false; + this.xrTableCell178.StylePriority.UseBorderWidth = false; + this.xrTableCell178.StylePriority.UseFont = false; + this.xrTableCell178.StylePriority.UsePadding = false; + this.xrTableCell178.StylePriority.UseTextAlignment = false; + this.xrTableCell178.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell178.Weight = 0.061261484438960241D; + // + // xrTableCell179 + // + this.xrTableCell179.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell179.BorderWidth = 2F; + this.xrTableCell179.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell179.Name = "xrTableCell179"; + this.xrTableCell179.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell179.StylePriority.UseBorders = false; + this.xrTableCell179.StylePriority.UseBorderWidth = false; + this.xrTableCell179.StylePriority.UseFont = false; + this.xrTableCell179.StylePriority.UsePadding = false; + this.xrTableCell179.StylePriority.UseTextAlignment = false; + this.xrTableCell179.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell179.Weight = 0.061261483853846596D; + // + // xrTableRow22 + // + this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell190, + this.xrTableCell191, + this.xrTableCell192, + this.xrTableCell193, + this.xrTableCell194, + this.xrTableCell195, + this.xrTableCell196, + this.xrTableCell197}); + this.xrTableRow22.Name = "xrTableRow22"; + this.xrTableRow22.Weight = 0.50408416482020879D; + // + // xrTableCell190 + // + this.xrTableCell190.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell190.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell190.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell190.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell190.Name = "xrTableCell190"; + this.xrTableCell190.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell190.StylePriority.UseBackColor = false; + this.xrTableCell190.StylePriority.UseBorderColor = false; + this.xrTableCell190.StylePriority.UseBorders = false; + this.xrTableCell190.StylePriority.UseFont = false; + this.xrTableCell190.StylePriority.UsePadding = false; + this.xrTableCell190.StylePriority.UseTextAlignment = false; + this.xrTableCell190.Text = "10. Ansprechen von ungünstigen Arbeitsbedingungen"; + this.xrTableCell190.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell190.Weight = 0.52355859949908468D; + // + // xrTableCell191 + // + this.xrTableCell191.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell191.BorderWidth = 2F; + this.xrTableCell191.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell191.Name = "xrTableCell191"; + this.xrTableCell191.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell191.StylePriority.UseBorders = false; + this.xrTableCell191.StylePriority.UseBorderWidth = false; + this.xrTableCell191.StylePriority.UseFont = false; + this.xrTableCell191.StylePriority.UsePadding = false; + this.xrTableCell191.StylePriority.UseTextAlignment = false; + this.xrTableCell191.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell191.Weight = 0.061261482150709458D; + // + // xrTableCell192 + // + this.xrTableCell192.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell192.BorderWidth = 2F; + this.xrTableCell192.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell192.Name = "xrTableCell192"; + this.xrTableCell192.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell192.StylePriority.UseBorders = false; + this.xrTableCell192.StylePriority.UseBorderWidth = false; + this.xrTableCell192.StylePriority.UseFont = false; + this.xrTableCell192.StylePriority.UsePadding = false; + this.xrTableCell192.StylePriority.UseTextAlignment = false; + this.xrTableCell192.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell192.Weight = 0.061261484215471826D; + // + // xrTableCell193 + // + this.xrTableCell193.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell193.BorderWidth = 2F; + this.xrTableCell193.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell193.Name = "xrTableCell193"; + this.xrTableCell193.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell193.StylePriority.UseBorders = false; + this.xrTableCell193.StylePriority.UseBorderWidth = false; + this.xrTableCell193.StylePriority.UseFont = false; + this.xrTableCell193.StylePriority.UsePadding = false; + this.xrTableCell193.StylePriority.UseTextAlignment = false; + this.xrTableCell193.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell193.Weight = 0.061261484438960248D; + // + // xrTableCell194 + // + this.xrTableCell194.BackColor = System.Drawing.Color.Gray; + this.xrTableCell194.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell194.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell194.Name = "xrTableCell194"; + this.xrTableCell194.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell194.StylePriority.UseBackColor = false; + this.xrTableCell194.StylePriority.UseBorders = false; + this.xrTableCell194.StylePriority.UseFont = false; + this.xrTableCell194.StylePriority.UsePadding = false; + this.xrTableCell194.StylePriority.UseTextAlignment = false; + this.xrTableCell194.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell194.Weight = 0.061261484438960262D; + // + // xrTableCell195 + // + this.xrTableCell195.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell195.BorderWidth = 2F; + this.xrTableCell195.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell195.Name = "xrTableCell195"; + this.xrTableCell195.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell195.StylePriority.UseBorders = false; + this.xrTableCell195.StylePriority.UseBorderWidth = false; + this.xrTableCell195.StylePriority.UseFont = false; + this.xrTableCell195.StylePriority.UsePadding = false; + this.xrTableCell195.StylePriority.UseTextAlignment = false; + this.xrTableCell195.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell195.Weight = 0.0811375586903198D; + // + // xrTableCell196 + // + this.xrTableCell196.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell196.BorderWidth = 2F; + this.xrTableCell196.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell196.Name = "xrTableCell196"; + this.xrTableCell196.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell196.StylePriority.UseBorders = false; + this.xrTableCell196.StylePriority.UseBorderWidth = false; + this.xrTableCell196.StylePriority.UseFont = false; + this.xrTableCell196.StylePriority.UsePadding = false; + this.xrTableCell196.StylePriority.UseTextAlignment = false; + this.xrTableCell196.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell196.Weight = 0.061261484438960241D; + // + // xrTableCell197 + // + this.xrTableCell197.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell197.BorderWidth = 2F; + this.xrTableCell197.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell197.Name = "xrTableCell197"; + this.xrTableCell197.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell197.StylePriority.UseBorders = false; + this.xrTableCell197.StylePriority.UseBorderWidth = false; + this.xrTableCell197.StylePriority.UseFont = false; + this.xrTableCell197.StylePriority.UsePadding = false; + this.xrTableCell197.StylePriority.UseTextAlignment = false; + this.xrTableCell197.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell197.Weight = 0.061261483853846596D; + // + // xrTableRow21 + // + this.xrTableRow21.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell180, + this.xrTableCell181, + this.xrTableCell182, + this.xrTableCell183, + this.xrTableCell184, + this.xrTableCell185, + this.xrTableCell186, + this.xrTableCell187, + this.xrTableCell188}); + this.xrTableRow21.Name = "xrTableRow21"; + this.xrTableRow21.Weight = 0.50408416482020879D; + // + // xrTableCell180 + // + this.xrTableCell180.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell180.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell180.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell180.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell180.Name = "xrTableCell180"; + this.xrTableCell180.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell180.StylePriority.UseBackColor = false; + this.xrTableCell180.StylePriority.UseBorderColor = false; + this.xrTableCell180.StylePriority.UseBorders = false; + this.xrTableCell180.StylePriority.UseFont = false; + this.xrTableCell180.StylePriority.UsePadding = false; + this.xrTableCell180.StylePriority.UseTextAlignment = false; + this.xrTableCell180.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell180.Weight = 0.022395407591226157D; + // + // xrTableCell181 + // + this.xrTableCell181.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell181.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell181.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell181.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell181.Name = "xrTableCell181"; + this.xrTableCell181.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell181.StylePriority.UseBackColor = false; + this.xrTableCell181.StylePriority.UseBorderColor = false; + this.xrTableCell181.StylePriority.UseBorders = false; + this.xrTableCell181.StylePriority.UseFont = false; + this.xrTableCell181.StylePriority.UsePadding = false; + this.xrTableCell181.StylePriority.UseTextAlignment = false; + this.xrTableCell181.Text = "Ich hole mir bei Bedarf aktiv und frühzeitig Hilfe bei meinem Anleiter."; + this.xrTableCell181.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell181.Weight = 0.50116319190785852D; + // + // xrTableCell182 + // + this.xrTableCell182.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell182.BorderWidth = 2F; + this.xrTableCell182.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell182.Name = "xrTableCell182"; + this.xrTableCell182.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell182.StylePriority.UseBorders = false; + this.xrTableCell182.StylePriority.UseBorderWidth = false; + this.xrTableCell182.StylePriority.UseFont = false; + this.xrTableCell182.StylePriority.UsePadding = false; + this.xrTableCell182.StylePriority.UseTextAlignment = false; + this.xrTableCell182.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell182.Weight = 0.061261482150709458D; + // + // xrTableCell183 + // + this.xrTableCell183.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell183.BorderWidth = 2F; + this.xrTableCell183.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell183.Name = "xrTableCell183"; + this.xrTableCell183.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell183.StylePriority.UseBorders = false; + this.xrTableCell183.StylePriority.UseBorderWidth = false; + this.xrTableCell183.StylePriority.UseFont = false; + this.xrTableCell183.StylePriority.UsePadding = false; + this.xrTableCell183.StylePriority.UseTextAlignment = false; + this.xrTableCell183.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell183.Weight = 0.061261484215471826D; + // + // xrTableCell184 + // + this.xrTableCell184.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell184.BorderWidth = 2F; + this.xrTableCell184.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell184.Name = "xrTableCell184"; + this.xrTableCell184.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell184.StylePriority.UseBorders = false; + this.xrTableCell184.StylePriority.UseBorderWidth = false; + this.xrTableCell184.StylePriority.UseFont = false; + this.xrTableCell184.StylePriority.UsePadding = false; + this.xrTableCell184.StylePriority.UseTextAlignment = false; + this.xrTableCell184.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell184.Weight = 0.061261484438960248D; + // + // xrTableCell185 + // + this.xrTableCell185.BackColor = System.Drawing.Color.Gray; + this.xrTableCell185.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell185.BorderWidth = 2F; + this.xrTableCell185.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell185.Name = "xrTableCell185"; + this.xrTableCell185.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell185.StylePriority.UseBackColor = false; + this.xrTableCell185.StylePriority.UseBorders = false; + this.xrTableCell185.StylePriority.UseBorderWidth = false; + this.xrTableCell185.StylePriority.UseFont = false; + this.xrTableCell185.StylePriority.UsePadding = false; + this.xrTableCell185.StylePriority.UseTextAlignment = false; + this.xrTableCell185.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell185.Weight = 0.061261484438960262D; + // + // xrTableCell186 + // + this.xrTableCell186.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell186.BorderWidth = 2F; + this.xrTableCell186.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell186.Name = "xrTableCell186"; + this.xrTableCell186.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell186.StylePriority.UseBorders = false; + this.xrTableCell186.StylePriority.UseBorderWidth = false; + this.xrTableCell186.StylePriority.UseFont = false; + this.xrTableCell186.StylePriority.UsePadding = false; + this.xrTableCell186.StylePriority.UseTextAlignment = false; + this.xrTableCell186.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell186.Weight = 0.0811375586903198D; + // + // xrTableCell187 + // + this.xrTableCell187.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell187.BorderWidth = 2F; + this.xrTableCell187.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell187.Name = "xrTableCell187"; + this.xrTableCell187.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell187.StylePriority.UseBorders = false; + this.xrTableCell187.StylePriority.UseBorderWidth = false; + this.xrTableCell187.StylePriority.UseFont = false; + this.xrTableCell187.StylePriority.UsePadding = false; + this.xrTableCell187.StylePriority.UseTextAlignment = false; + this.xrTableCell187.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell187.Weight = 0.061261484438960241D; + // + // xrTableCell188 + // + this.xrTableCell188.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell188.BorderWidth = 2F; + this.xrTableCell188.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell188.Name = "xrTableCell188"; + this.xrTableCell188.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell188.StylePriority.UseBorders = false; + this.xrTableCell188.StylePriority.UseBorderWidth = false; + this.xrTableCell188.StylePriority.UseFont = false; + this.xrTableCell188.StylePriority.UsePadding = false; + this.xrTableCell188.StylePriority.UseTextAlignment = false; + this.xrTableCell188.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell188.Weight = 0.061261483853846596D; + // + // xrTableRow24 + // + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell199, + this.xrTableCell200, + this.xrTableCell201, + this.xrTableCell202, + this.xrTableCell203, + this.xrTableCell204, + this.xrTableCell205, + this.xrTableCell206}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Weight = 0.50408416482020879D; + // + // xrTableCell199 + // + this.xrTableCell199.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell199.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell199.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell199.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell199.Name = "xrTableCell199"; + this.xrTableCell199.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell199.StylePriority.UseBackColor = false; + this.xrTableCell199.StylePriority.UseBorderColor = false; + this.xrTableCell199.StylePriority.UseBorders = false; + this.xrTableCell199.StylePriority.UseFont = false; + this.xrTableCell199.StylePriority.UsePadding = false; + this.xrTableCell199.StylePriority.UseTextAlignment = false; + this.xrTableCell199.Text = "11. Einsetzen für günstige Arbeitsbedingungen"; + this.xrTableCell199.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell199.Weight = 0.52355859949908468D; + // + // xrTableCell200 + // + this.xrTableCell200.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell200.BorderWidth = 2F; + this.xrTableCell200.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell200.Name = "xrTableCell200"; + this.xrTableCell200.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell200.StylePriority.UseBorders = false; + this.xrTableCell200.StylePriority.UseBorderWidth = false; + this.xrTableCell200.StylePriority.UseFont = false; + this.xrTableCell200.StylePriority.UsePadding = false; + this.xrTableCell200.StylePriority.UseTextAlignment = false; + this.xrTableCell200.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell200.Weight = 0.061261482150709458D; + // + // xrTableCell201 + // + this.xrTableCell201.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell201.BorderWidth = 2F; + this.xrTableCell201.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell201.Name = "xrTableCell201"; + this.xrTableCell201.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell201.StylePriority.UseBorders = false; + this.xrTableCell201.StylePriority.UseBorderWidth = false; + this.xrTableCell201.StylePriority.UseFont = false; + this.xrTableCell201.StylePriority.UsePadding = false; + this.xrTableCell201.StylePriority.UseTextAlignment = false; + this.xrTableCell201.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell201.Weight = 0.061261484215471826D; + // + // xrTableCell202 + // + this.xrTableCell202.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell202.BorderWidth = 2F; + this.xrTableCell202.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell202.Name = "xrTableCell202"; + this.xrTableCell202.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell202.StylePriority.UseBorders = false; + this.xrTableCell202.StylePriority.UseBorderWidth = false; + this.xrTableCell202.StylePriority.UseFont = false; + this.xrTableCell202.StylePriority.UsePadding = false; + this.xrTableCell202.StylePriority.UseTextAlignment = false; + this.xrTableCell202.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell202.Weight = 0.061261484438960248D; + // + // xrTableCell203 + // + this.xrTableCell203.BackColor = System.Drawing.Color.Gray; + this.xrTableCell203.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell203.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell203.Name = "xrTableCell203"; + this.xrTableCell203.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell203.StylePriority.UseBackColor = false; + this.xrTableCell203.StylePriority.UseBorders = false; + this.xrTableCell203.StylePriority.UseFont = false; + this.xrTableCell203.StylePriority.UsePadding = false; + this.xrTableCell203.StylePriority.UseTextAlignment = false; + this.xrTableCell203.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell203.Weight = 0.061261484438960262D; + // + // xrTableCell204 + // + this.xrTableCell204.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell204.BorderWidth = 2F; + this.xrTableCell204.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell204.Name = "xrTableCell204"; + this.xrTableCell204.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell204.StylePriority.UseBorders = false; + this.xrTableCell204.StylePriority.UseBorderWidth = false; + this.xrTableCell204.StylePriority.UseFont = false; + this.xrTableCell204.StylePriority.UsePadding = false; + this.xrTableCell204.StylePriority.UseTextAlignment = false; + this.xrTableCell204.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell204.Weight = 0.0811375586903198D; + // + // xrTableCell205 + // + this.xrTableCell205.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell205.BorderWidth = 2F; + this.xrTableCell205.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell205.Name = "xrTableCell205"; + this.xrTableCell205.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell205.StylePriority.UseBorders = false; + this.xrTableCell205.StylePriority.UseBorderWidth = false; + this.xrTableCell205.StylePriority.UseFont = false; + this.xrTableCell205.StylePriority.UsePadding = false; + this.xrTableCell205.StylePriority.UseTextAlignment = false; + this.xrTableCell205.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell205.Weight = 0.061261484438960241D; + // + // xrTableCell206 + // + this.xrTableCell206.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell206.BorderWidth = 2F; + this.xrTableCell206.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell206.Name = "xrTableCell206"; + this.xrTableCell206.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell206.StylePriority.UseBorders = false; + this.xrTableCell206.StylePriority.UseBorderWidth = false; + this.xrTableCell206.StylePriority.UseFont = false; + this.xrTableCell206.StylePriority.UsePadding = false; + this.xrTableCell206.StylePriority.UseTextAlignment = false; + this.xrTableCell206.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell206.Weight = 0.061261483853846596D; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell207, + this.xrTableCell208, + this.xrTableCell209, + this.xrTableCell210, + this.xrTableCell211, + this.xrTableCell212, + this.xrTableCell213, + this.xrTableCell214, + this.xrTableCell215}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 0.50408416482020879D; + // + // xrTableCell207 + // + this.xrTableCell207.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell207.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell207.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell207.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell207.Name = "xrTableCell207"; + this.xrTableCell207.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell207.StylePriority.UseBackColor = false; + this.xrTableCell207.StylePriority.UseBorderColor = false; + this.xrTableCell207.StylePriority.UseBorders = false; + this.xrTableCell207.StylePriority.UseFont = false; + this.xrTableCell207.StylePriority.UsePadding = false; + this.xrTableCell207.StylePriority.UseTextAlignment = false; + this.xrTableCell207.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell207.Weight = 0.022395407591226157D; + // + // xrTableCell208 + // + this.xrTableCell208.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell208.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell208.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell208.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell208.Name = "xrTableCell208"; + this.xrTableCell208.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell208.StylePriority.UseBackColor = false; + this.xrTableCell208.StylePriority.UseBorderColor = false; + this.xrTableCell208.StylePriority.UseBorders = false; + this.xrTableCell208.StylePriority.UseFont = false; + this.xrTableCell208.StylePriority.UsePadding = false; + this.xrTableCell208.StylePriority.UseTextAlignment = false; + this.xrTableCell208.Text = "Ich gestalte den Zuverdienstplatz in Absprache mit meinem Anleiter: "; + this.xrTableCell208.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell208.Weight = 0.50116319190785852D; + // + // xrTableCell209 + // + this.xrTableCell209.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell209.BorderWidth = 2F; + this.xrTableCell209.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell209.Name = "xrTableCell209"; + this.xrTableCell209.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell209.StylePriority.UseBorders = false; + this.xrTableCell209.StylePriority.UseBorderWidth = false; + this.xrTableCell209.StylePriority.UseFont = false; + this.xrTableCell209.StylePriority.UsePadding = false; + this.xrTableCell209.StylePriority.UseTextAlignment = false; + this.xrTableCell209.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell209.Weight = 0.061261482150709458D; + // + // xrTableCell210 + // + this.xrTableCell210.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell210.BorderWidth = 2F; + this.xrTableCell210.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell210.Name = "xrTableCell210"; + this.xrTableCell210.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell210.StylePriority.UseBorders = false; + this.xrTableCell210.StylePriority.UseBorderWidth = false; + this.xrTableCell210.StylePriority.UseFont = false; + this.xrTableCell210.StylePriority.UsePadding = false; + this.xrTableCell210.StylePriority.UseTextAlignment = false; + this.xrTableCell210.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell210.Weight = 0.061261484215471826D; + // + // xrTableCell211 + // + this.xrTableCell211.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell211.BorderWidth = 2F; + this.xrTableCell211.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell211.Name = "xrTableCell211"; + this.xrTableCell211.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell211.StylePriority.UseBorders = false; + this.xrTableCell211.StylePriority.UseBorderWidth = false; + this.xrTableCell211.StylePriority.UseFont = false; + this.xrTableCell211.StylePriority.UsePadding = false; + this.xrTableCell211.StylePriority.UseTextAlignment = false; + this.xrTableCell211.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell211.Weight = 0.061261484438960248D; + // + // xrTableCell212 + // + this.xrTableCell212.BackColor = System.Drawing.Color.Gray; + this.xrTableCell212.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell212.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell212.Name = "xrTableCell212"; + this.xrTableCell212.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell212.StylePriority.UseBackColor = false; + this.xrTableCell212.StylePriority.UseBorders = false; + this.xrTableCell212.StylePriority.UseFont = false; + this.xrTableCell212.StylePriority.UsePadding = false; + this.xrTableCell212.StylePriority.UseTextAlignment = false; + this.xrTableCell212.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell212.Weight = 0.061261484438960262D; + // + // xrTableCell213 + // + this.xrTableCell213.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell213.BorderWidth = 2F; + this.xrTableCell213.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell213.Name = "xrTableCell213"; + this.xrTableCell213.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell213.StylePriority.UseBorders = false; + this.xrTableCell213.StylePriority.UseBorderWidth = false; + this.xrTableCell213.StylePriority.UseFont = false; + this.xrTableCell213.StylePriority.UsePadding = false; + this.xrTableCell213.StylePriority.UseTextAlignment = false; + this.xrTableCell213.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell213.Weight = 0.0811375586903198D; + // + // xrTableCell214 + // + this.xrTableCell214.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell214.BorderWidth = 2F; + this.xrTableCell214.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell214.Name = "xrTableCell214"; + this.xrTableCell214.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell214.StylePriority.UseBorders = false; + this.xrTableCell214.StylePriority.UseBorderWidth = false; + this.xrTableCell214.StylePriority.UseFont = false; + this.xrTableCell214.StylePriority.UsePadding = false; + this.xrTableCell214.StylePriority.UseTextAlignment = false; + this.xrTableCell214.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell214.Weight = 0.061261484438960241D; + // + // xrTableCell215 + // + this.xrTableCell215.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell215.BorderWidth = 2F; + this.xrTableCell215.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell215.Name = "xrTableCell215"; + this.xrTableCell215.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell215.StylePriority.UseBorders = false; + this.xrTableCell215.StylePriority.UseBorderWidth = false; + this.xrTableCell215.StylePriority.UseFont = false; + this.xrTableCell215.StylePriority.UsePadding = false; + this.xrTableCell215.StylePriority.UseTextAlignment = false; + this.xrTableCell215.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell215.Weight = 0.061261483853846596D; + // + // xrTableRow26 + // + this.xrTableRow26.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell216, + this.xrTableCell217, + this.xrTableCell218, + this.xrTableCell219, + this.xrTableCell220, + this.xrTableCell221, + this.xrTableCell222, + this.xrTableCell223, + this.xrTableCell224}); + this.xrTableRow26.Name = "xrTableRow26"; + this.xrTableRow26.Weight = 0.50408416482020879D; + // + // xrTableCell216 + // + this.xrTableCell216.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell216.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell216.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell216.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell216.Name = "xrTableCell216"; + this.xrTableCell216.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell216.StylePriority.UseBackColor = false; + this.xrTableCell216.StylePriority.UseBorderColor = false; + this.xrTableCell216.StylePriority.UseBorders = false; + this.xrTableCell216.StylePriority.UseFont = false; + this.xrTableCell216.StylePriority.UsePadding = false; + this.xrTableCell216.StylePriority.UseTextAlignment = false; + this.xrTableCell216.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell216.Weight = 0.022395407591226157D; + // + // xrTableCell217 + // + this.xrTableCell217.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell217.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell217.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell217.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell217.Name = "xrTableCell217"; + this.xrTableCell217.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell217.StylePriority.UseBackColor = false; + this.xrTableCell217.StylePriority.UseBorderColor = false; + this.xrTableCell217.StylePriority.UseBorders = false; + this.xrTableCell217.StylePriority.UseFont = false; + this.xrTableCell217.StylePriority.UsePadding = false; + this.xrTableCell217.StylePriority.UseTextAlignment = false; + this.xrTableCell217.Text = "Arbeitsinhalt, -menge, -zeit orientieren sich an meinen Bedürfnissen."; + this.xrTableCell217.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell217.Weight = 0.50116319190785852D; + // + // xrTableCell218 + // + this.xrTableCell218.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell218.BorderWidth = 2F; + this.xrTableCell218.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell218.Name = "xrTableCell218"; + this.xrTableCell218.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell218.StylePriority.UseBorders = false; + this.xrTableCell218.StylePriority.UseBorderWidth = false; + this.xrTableCell218.StylePriority.UseFont = false; + this.xrTableCell218.StylePriority.UsePadding = false; + this.xrTableCell218.StylePriority.UseTextAlignment = false; + this.xrTableCell218.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell218.Weight = 0.061261482150709458D; + // + // xrTableCell219 + // + this.xrTableCell219.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell219.BorderWidth = 2F; + this.xrTableCell219.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell219.Name = "xrTableCell219"; + this.xrTableCell219.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell219.StylePriority.UseBorders = false; + this.xrTableCell219.StylePriority.UseBorderWidth = false; + this.xrTableCell219.StylePriority.UseFont = false; + this.xrTableCell219.StylePriority.UsePadding = false; + this.xrTableCell219.StylePriority.UseTextAlignment = false; + this.xrTableCell219.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell219.Weight = 0.061261484215471826D; + // + // xrTableCell220 + // + this.xrTableCell220.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell220.BorderWidth = 2F; + this.xrTableCell220.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell220.Name = "xrTableCell220"; + this.xrTableCell220.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell220.StylePriority.UseBorders = false; + this.xrTableCell220.StylePriority.UseBorderWidth = false; + this.xrTableCell220.StylePriority.UseFont = false; + this.xrTableCell220.StylePriority.UsePadding = false; + this.xrTableCell220.StylePriority.UseTextAlignment = false; + this.xrTableCell220.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell220.Weight = 0.061261484438960248D; + // + // xrTableCell221 + // + this.xrTableCell221.BackColor = System.Drawing.Color.Gray; + this.xrTableCell221.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell221.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell221.Name = "xrTableCell221"; + this.xrTableCell221.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell221.StylePriority.UseBackColor = false; + this.xrTableCell221.StylePriority.UseBorders = false; + this.xrTableCell221.StylePriority.UseFont = false; + this.xrTableCell221.StylePriority.UsePadding = false; + this.xrTableCell221.StylePriority.UseTextAlignment = false; + this.xrTableCell221.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell221.Weight = 0.061261484438960262D; + // + // xrTableCell222 + // + this.xrTableCell222.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell222.BorderWidth = 2F; + this.xrTableCell222.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell222.Name = "xrTableCell222"; + this.xrTableCell222.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell222.StylePriority.UseBorders = false; + this.xrTableCell222.StylePriority.UseBorderWidth = false; + this.xrTableCell222.StylePriority.UseFont = false; + this.xrTableCell222.StylePriority.UsePadding = false; + this.xrTableCell222.StylePriority.UseTextAlignment = false; + this.xrTableCell222.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell222.Weight = 0.0811375586903198D; + // + // xrTableCell223 + // + this.xrTableCell223.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell223.BorderWidth = 2F; + this.xrTableCell223.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell223.Name = "xrTableCell223"; + this.xrTableCell223.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell223.StylePriority.UseBorders = false; + this.xrTableCell223.StylePriority.UseBorderWidth = false; + this.xrTableCell223.StylePriority.UseFont = false; + this.xrTableCell223.StylePriority.UsePadding = false; + this.xrTableCell223.StylePriority.UseTextAlignment = false; + this.xrTableCell223.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell223.Weight = 0.061261484438960241D; + // + // xrTableCell224 + // + this.xrTableCell224.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell224.BorderWidth = 2F; + this.xrTableCell224.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell224.Name = "xrTableCell224"; + this.xrTableCell224.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell224.StylePriority.UseBorders = false; + this.xrTableCell224.StylePriority.UseBorderWidth = false; + this.xrTableCell224.StylePriority.UseFont = false; + this.xrTableCell224.StylePriority.UsePadding = false; + this.xrTableCell224.StylePriority.UseTextAlignment = false; + this.xrTableCell224.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell224.Weight = 0.061261483853846596D; + // + // xrTableRow27 + // + this.xrTableRow27.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell226, + this.xrTableCell227, + this.xrTableCell228, + this.xrTableCell229, + this.xrTableCell230, + this.xrTableCell231, + this.xrTableCell232, + this.xrTableCell233}); + this.xrTableRow27.Name = "xrTableRow27"; + this.xrTableRow27.Weight = 0.50408416482020879D; + // + // xrTableCell226 + // + this.xrTableCell226.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell226.BorderColor = System.Drawing.Color.Black; + this.xrTableCell226.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrTableCell226.BorderWidth = 2F; + this.xrTableCell226.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell226.Name = "xrTableCell226"; + this.xrTableCell226.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell226.StylePriority.UseBackColor = false; + this.xrTableCell226.StylePriority.UseBorderColor = false; + this.xrTableCell226.StylePriority.UseBorders = false; + this.xrTableCell226.StylePriority.UseBorderWidth = false; + this.xrTableCell226.StylePriority.UseFont = false; + this.xrTableCell226.StylePriority.UsePadding = false; + this.xrTableCell226.StylePriority.UseTextAlignment = false; + this.xrTableCell226.Text = "12. Was mir sonst noch wichtig ist:"; + this.xrTableCell226.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell226.Weight = 0.52355859949908468D; + // + // xrTableCell227 + // + this.xrTableCell227.BorderColor = System.Drawing.Color.Black; + this.xrTableCell227.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell227.BorderWidth = 2F; + this.xrTableCell227.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell227.Name = "xrTableCell227"; + this.xrTableCell227.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell227.StylePriority.UseBorderColor = false; + this.xrTableCell227.StylePriority.UseBorders = false; + this.xrTableCell227.StylePriority.UseBorderWidth = false; + this.xrTableCell227.StylePriority.UseFont = false; + this.xrTableCell227.StylePriority.UsePadding = false; + this.xrTableCell227.StylePriority.UseTextAlignment = false; + this.xrTableCell227.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell227.Weight = 0.061261482150709458D; + // + // xrTableCell228 + // + this.xrTableCell228.BorderColor = System.Drawing.Color.Black; + this.xrTableCell228.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell228.BorderWidth = 2F; + this.xrTableCell228.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell228.Name = "xrTableCell228"; + this.xrTableCell228.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell228.StylePriority.UseBorderColor = false; + this.xrTableCell228.StylePriority.UseBorders = false; + this.xrTableCell228.StylePriority.UseBorderWidth = false; + this.xrTableCell228.StylePriority.UseFont = false; + this.xrTableCell228.StylePriority.UsePadding = false; + this.xrTableCell228.StylePriority.UseTextAlignment = false; + this.xrTableCell228.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell228.Weight = 0.061261484215471826D; + // + // xrTableCell229 + // + this.xrTableCell229.BorderColor = System.Drawing.Color.Black; + this.xrTableCell229.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell229.BorderWidth = 2F; + this.xrTableCell229.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell229.Name = "xrTableCell229"; + this.xrTableCell229.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell229.StylePriority.UseBorderColor = false; + this.xrTableCell229.StylePriority.UseBorders = false; + this.xrTableCell229.StylePriority.UseBorderWidth = false; + this.xrTableCell229.StylePriority.UseFont = false; + this.xrTableCell229.StylePriority.UsePadding = false; + this.xrTableCell229.StylePriority.UseTextAlignment = false; + this.xrTableCell229.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell229.Weight = 0.061261484438960248D; + // + // xrTableCell230 + // + this.xrTableCell230.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell230.BorderColor = System.Drawing.Color.Black; + this.xrTableCell230.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell230.BorderWidth = 2F; + this.xrTableCell230.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell230.Name = "xrTableCell230"; + this.xrTableCell230.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell230.StylePriority.UseBackColor = false; + this.xrTableCell230.StylePriority.UseBorderColor = false; + this.xrTableCell230.StylePriority.UseBorders = false; + this.xrTableCell230.StylePriority.UseBorderWidth = false; + this.xrTableCell230.StylePriority.UseFont = false; + this.xrTableCell230.StylePriority.UsePadding = false; + this.xrTableCell230.StylePriority.UseTextAlignment = false; + this.xrTableCell230.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell230.Weight = 0.061261484438960262D; + // + // xrTableCell231 + // + this.xrTableCell231.BorderColor = System.Drawing.Color.Black; + this.xrTableCell231.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell231.BorderWidth = 2F; + this.xrTableCell231.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell231.Name = "xrTableCell231"; + this.xrTableCell231.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell231.StylePriority.UseBorderColor = false; + this.xrTableCell231.StylePriority.UseBorders = false; + this.xrTableCell231.StylePriority.UseBorderWidth = false; + this.xrTableCell231.StylePriority.UseFont = false; + this.xrTableCell231.StylePriority.UsePadding = false; + this.xrTableCell231.StylePriority.UseTextAlignment = false; + this.xrTableCell231.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell231.Weight = 0.0811375586903198D; + // + // xrTableCell232 + // + this.xrTableCell232.BorderColor = System.Drawing.Color.Black; + this.xrTableCell232.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell232.BorderWidth = 2F; + this.xrTableCell232.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell232.Name = "xrTableCell232"; + this.xrTableCell232.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell232.StylePriority.UseBorderColor = false; + this.xrTableCell232.StylePriority.UseBorders = false; + this.xrTableCell232.StylePriority.UseBorderWidth = false; + this.xrTableCell232.StylePriority.UseFont = false; + this.xrTableCell232.StylePriority.UsePadding = false; + this.xrTableCell232.StylePriority.UseTextAlignment = false; + this.xrTableCell232.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell232.Weight = 0.061261484438960241D; + // + // xrTableCell233 + // + this.xrTableCell233.BorderColor = System.Drawing.Color.Black; + this.xrTableCell233.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell233.BorderWidth = 2F; + this.xrTableCell233.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell233.Name = "xrTableCell233"; + this.xrTableCell233.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell233.StylePriority.UseBorderColor = false; + this.xrTableCell233.StylePriority.UseBorders = false; + this.xrTableCell233.StylePriority.UseBorderWidth = false; + this.xrTableCell233.StylePriority.UseFont = false; + this.xrTableCell233.StylePriority.UsePadding = false; + this.xrTableCell233.StylePriority.UseTextAlignment = false; + this.xrTableCell233.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell233.Weight = 0.061261483853846596D; + // + // xrTableRow29 + // + this.xrTableRow29.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell239, + this.xrTableCell240, + this.xrTableCell241, + this.xrTableCell242, + this.xrTableCell243, + this.xrTableCell244, + this.xrTableCell245, + this.xrTableCell246}); + this.xrTableRow29.Name = "xrTableRow29"; + this.xrTableRow29.Weight = 0.50408416482020879D; + // + // xrTableCell239 + // + this.xrTableCell239.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell239.BorderColor = System.Drawing.Color.Black; + this.xrTableCell239.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrTableCell239.BorderWidth = 2F; + this.xrTableCell239.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell239.Name = "xrTableCell239"; + this.xrTableCell239.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell239.StylePriority.UseBackColor = false; + this.xrTableCell239.StylePriority.UseBorderColor = false; + this.xrTableCell239.StylePriority.UseBorders = false; + this.xrTableCell239.StylePriority.UseBorderWidth = false; + this.xrTableCell239.StylePriority.UseFont = false; + this.xrTableCell239.StylePriority.UsePadding = false; + this.xrTableCell239.StylePriority.UseTextAlignment = false; + this.xrTableCell239.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell239.Weight = 0.52355859949908468D; + // + // xrTableCell240 + // + this.xrTableCell240.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell240.BorderWidth = 2F; + this.xrTableCell240.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell240.Name = "xrTableCell240"; + this.xrTableCell240.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell240.StylePriority.UseBorders = false; + this.xrTableCell240.StylePriority.UseBorderWidth = false; + this.xrTableCell240.StylePriority.UseFont = false; + this.xrTableCell240.StylePriority.UsePadding = false; + this.xrTableCell240.StylePriority.UseTextAlignment = false; + this.xrTableCell240.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell240.Weight = 0.061261482150709458D; + // + // xrTableCell241 + // + this.xrTableCell241.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell241.BorderWidth = 2F; + this.xrTableCell241.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell241.Name = "xrTableCell241"; + this.xrTableCell241.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell241.StylePriority.UseBorders = false; + this.xrTableCell241.StylePriority.UseBorderWidth = false; + this.xrTableCell241.StylePriority.UseFont = false; + this.xrTableCell241.StylePriority.UsePadding = false; + this.xrTableCell241.StylePriority.UseTextAlignment = false; + this.xrTableCell241.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell241.Weight = 0.061261484215471826D; + // + // xrTableCell242 + // + this.xrTableCell242.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell242.BorderWidth = 2F; + this.xrTableCell242.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell242.Name = "xrTableCell242"; + this.xrTableCell242.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell242.StylePriority.UseBorders = false; + this.xrTableCell242.StylePriority.UseBorderWidth = false; + this.xrTableCell242.StylePriority.UseFont = false; + this.xrTableCell242.StylePriority.UsePadding = false; + this.xrTableCell242.StylePriority.UseTextAlignment = false; + this.xrTableCell242.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell242.Weight = 0.061261484438960248D; + // + // xrTableCell243 + // + this.xrTableCell243.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell243.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell243.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell243.Name = "xrTableCell243"; + this.xrTableCell243.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell243.StylePriority.UseBackColor = false; + this.xrTableCell243.StylePriority.UseBorders = false; + this.xrTableCell243.StylePriority.UseFont = false; + this.xrTableCell243.StylePriority.UsePadding = false; + this.xrTableCell243.StylePriority.UseTextAlignment = false; + this.xrTableCell243.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell243.Weight = 0.061261484438960262D; + // + // xrTableCell244 + // + this.xrTableCell244.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell244.BorderWidth = 2F; + this.xrTableCell244.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell244.Name = "xrTableCell244"; + this.xrTableCell244.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell244.StylePriority.UseBorders = false; + this.xrTableCell244.StylePriority.UseBorderWidth = false; + this.xrTableCell244.StylePriority.UseFont = false; + this.xrTableCell244.StylePriority.UsePadding = false; + this.xrTableCell244.StylePriority.UseTextAlignment = false; + this.xrTableCell244.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell244.Weight = 0.0811375586903198D; + // + // xrTableCell245 + // + this.xrTableCell245.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell245.BorderWidth = 2F; + this.xrTableCell245.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell245.Name = "xrTableCell245"; + this.xrTableCell245.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell245.StylePriority.UseBorders = false; + this.xrTableCell245.StylePriority.UseBorderWidth = false; + this.xrTableCell245.StylePriority.UseFont = false; + this.xrTableCell245.StylePriority.UsePadding = false; + this.xrTableCell245.StylePriority.UseTextAlignment = false; + this.xrTableCell245.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell245.Weight = 0.061261484438960241D; + // + // xrTableCell246 + // + this.xrTableCell246.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrTableCell246.BorderWidth = 2F; + this.xrTableCell246.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell246.Name = "xrTableCell246"; + this.xrTableCell246.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell246.StylePriority.UseBorders = false; + this.xrTableCell246.StylePriority.UseBorderWidth = false; + this.xrTableCell246.StylePriority.UseFont = false; + this.xrTableCell246.StylePriority.UsePadding = false; + this.xrTableCell246.StylePriority.UseTextAlignment = false; + this.xrTableCell246.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell246.Weight = 0.061261483853846596D; + // + // xrTableRow28 + // + this.xrTableRow28.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell189, + this.xrTableCell198, + this.xrTableCell225, + this.xrTableCell235, + this.xrTableCell236, + this.xrTableCell237, + this.xrTableCell238}); + this.xrTableRow28.Name = "xrTableRow28"; + this.xrTableRow28.Weight = 0.50408416482020879D; + // + // xrTableCell189 + // + this.xrTableCell189.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell189.BorderColor = System.Drawing.Color.Black; + this.xrTableCell189.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell189.BorderWidth = 2F; + this.xrTableCell189.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell189.Name = "xrTableCell189"; + this.xrTableCell189.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell189.StylePriority.UseBackColor = false; + this.xrTableCell189.StylePriority.UseBorderColor = false; + this.xrTableCell189.StylePriority.UseBorders = false; + this.xrTableCell189.StylePriority.UseBorderWidth = false; + this.xrTableCell189.StylePriority.UseFont = false; + this.xrTableCell189.StylePriority.UsePadding = false; + this.xrTableCell189.StylePriority.UseTextAlignment = false; + this.xrTableCell189.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell189.Weight = 0.52355859949908468D; + // + // xrTableCell198 + // + this.xrTableCell198.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell198.BorderWidth = 2F; + this.xrTableCell198.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell198.Name = "xrTableCell198"; + this.xrTableCell198.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell198.StylePriority.UseBorders = false; + this.xrTableCell198.StylePriority.UseBorderWidth = false; + this.xrTableCell198.StylePriority.UseFont = false; + this.xrTableCell198.StylePriority.UsePadding = false; + this.xrTableCell198.StylePriority.UseTextAlignment = false; + this.xrTableCell198.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell198.Weight = 0.061261482150709458D; + // + // xrTableCell225 + // + this.xrTableCell225.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell225.BorderWidth = 2F; + this.xrTableCell225.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell225.Name = "xrTableCell225"; + this.xrTableCell225.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell225.StylePriority.UseBorders = false; + this.xrTableCell225.StylePriority.UseBorderWidth = false; + this.xrTableCell225.StylePriority.UseFont = false; + this.xrTableCell225.StylePriority.UsePadding = false; + this.xrTableCell225.StylePriority.UseTextAlignment = false; + this.xrTableCell225.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell225.Weight = 0.061261484215471826D; + // + // xrTableCell235 + // + this.xrTableCell235.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell235.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell235.BorderWidth = 2F; + this.xrTableCell235.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell235.Name = "xrTableCell235"; + this.xrTableCell235.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell235.StylePriority.UseBackColor = false; + this.xrTableCell235.StylePriority.UseBorders = false; + this.xrTableCell235.StylePriority.UseBorderWidth = false; + this.xrTableCell235.StylePriority.UseFont = false; + this.xrTableCell235.StylePriority.UsePadding = false; + this.xrTableCell235.StylePriority.UseTextAlignment = false; + this.xrTableCell235.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell235.Weight = 0.12252296887792051D; + // + // xrTableCell236 + // + this.xrTableCell236.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell236.BorderWidth = 2F; + this.xrTableCell236.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell236.Name = "xrTableCell236"; + this.xrTableCell236.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell236.StylePriority.UseBorders = false; + this.xrTableCell236.StylePriority.UseBorderWidth = false; + this.xrTableCell236.StylePriority.UseFont = false; + this.xrTableCell236.StylePriority.UsePadding = false; + this.xrTableCell236.StylePriority.UseTextAlignment = false; + this.xrTableCell236.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell236.Weight = 0.0811375586903198D; + // + // xrTableCell237 + // + this.xrTableCell237.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell237.BorderWidth = 2F; + this.xrTableCell237.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell237.Name = "xrTableCell237"; + this.xrTableCell237.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell237.StylePriority.UseBorders = false; + this.xrTableCell237.StylePriority.UseBorderWidth = false; + this.xrTableCell237.StylePriority.UseFont = false; + this.xrTableCell237.StylePriority.UsePadding = false; + this.xrTableCell237.StylePriority.UseTextAlignment = false; + this.xrTableCell237.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell237.Weight = 0.061261484438960241D; + // + // xrTableCell238 + // + this.xrTableCell238.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell238.BorderWidth = 2F; + this.xrTableCell238.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell238.Name = "xrTableCell238"; + this.xrTableCell238.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell238.StylePriority.UseBorders = false; + this.xrTableCell238.StylePriority.UseBorderWidth = false; + this.xrTableCell238.StylePriority.UseFont = false; + this.xrTableCell238.StylePriority.UsePadding = false; + this.xrTableCell238.StylePriority.UseTextAlignment = false; + this.xrTableCell238.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell238.Weight = 0.061261483853846596D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6, + this.xrTable7, + this.xrLabel14, + this.xrLabel13, + this.xrLabel16, + this.xrLabel17, + this.xrTable4, + this.xrTable5, + this.xrTable3, + this.xrTable2}); + this.GroupFooter1.HeightF = 381.5F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrTable6 + // + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 263.5417F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow34, + this.xrTableRow37, + this.xrTableRow36}); + this.xrTable6.SizeF = new System.Drawing.SizeF(714F, 69F); + // + // xrTableRow34 + // + this.xrTableRow34.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow34.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell266, + this.xrTableCell267, + this.xrTableCell269, + this.xrTableCell270, + this.xrTableCell271, + this.xrTableCell273}); + this.xrTableRow34.Name = "xrTableRow34"; + this.xrTableRow34.StylePriority.UseBackColor = false; + this.xrTableRow34.Weight = 0.68199611608724986D; + // + // xrTableCell266 + // + this.xrTableCell266.BackColor = System.Drawing.Color.Gray; + this.xrTableCell266.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell266.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox6}); + this.xrTableCell266.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell266.Name = "xrTableCell266"; + this.xrTableCell266.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell266.StylePriority.UseBackColor = false; + this.xrTableCell266.StylePriority.UseBorders = false; + this.xrTableCell266.StylePriority.UseFont = false; + this.xrTableCell266.StylePriority.UsePadding = false; + this.xrTableCell266.StylePriority.UseTextAlignment = false; + this.xrTableCell266.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell266.Weight = 0.0663113651657095D; + // + // xrPictureBox6 + // + this.xrPictureBox6.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox6.Image"))); + this.xrPictureBox6.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox6.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-05F, 6.357829E-05F); + this.xrPictureBox6.Name = "xrPictureBox6"; + this.xrPictureBox6.Padding = new DevExpress.XtraPrinting.PaddingInfo(9, 0, 0, 0, 100F); + this.xrPictureBox6.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox6.StylePriority.UseBorders = false; + this.xrPictureBox6.StylePriority.UsePadding = false; + // + // xrTableCell267 + // + this.xrTableCell267.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell267.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell267.Name = "xrTableCell267"; + this.xrTableCell267.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell267.StylePriority.UseBorders = false; + this.xrTableCell267.StylePriority.UseFont = false; + this.xrTableCell267.StylePriority.UsePadding = false; + this.xrTableCell267.StylePriority.UseTextAlignment = false; + this.xrTableCell267.Text = "Klare Stärke"; + this.xrTableCell267.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell267.Weight = 0.26372912070800031D; + // + // xrTableCell269 + // + this.xrTableCell269.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell269.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell269.Name = "xrTableCell269"; + this.xrTableCell269.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell269.StylePriority.UseBorders = false; + this.xrTableCell269.StylePriority.UseFont = false; + this.xrTableCell269.StylePriority.UsePadding = false; + this.xrTableCell269.StylePriority.UseTextAlignment = false; + this.xrTableCell269.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell269.Weight = 0.067477810466970586D; + // + // xrTableCell270 + // + this.xrTableCell270.BackColor = System.Drawing.Color.Gray; + this.xrTableCell270.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell270.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox9}); + this.xrTableCell270.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell270.Name = "xrTableCell270"; + this.xrTableCell270.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell270.StylePriority.UseBackColor = false; + this.xrTableCell270.StylePriority.UseBorders = false; + this.xrTableCell270.StylePriority.UseFont = false; + this.xrTableCell270.StylePriority.UsePadding = false; + this.xrTableCell270.StylePriority.UseTextAlignment = false; + this.xrTableCell270.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell270.Weight = 0.102179002739263D; + // + // xrPictureBox9 + // + this.xrPictureBox9.BackColor = System.Drawing.Color.Gray; + this.xrPictureBox9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox9.Image"))); + this.xrPictureBox9.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox9.LocationFloat = new DevExpress.Utils.PointFloat(8.269501F, 0F); + this.xrPictureBox9.Name = "xrPictureBox9"; + this.xrPictureBox9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrPictureBox9.SizeF = new System.Drawing.SizeF(62.02907F, 36.45838F); + this.xrPictureBox9.StylePriority.UseBackColor = false; + this.xrPictureBox9.StylePriority.UseBorders = false; + this.xrPictureBox9.StylePriority.UsePadding = false; + // + // xrTableCell271 + // + this.xrTableCell271.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell271.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell271.Name = "xrTableCell271"; + this.xrTableCell271.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell271.StylePriority.UseBorders = false; + this.xrTableCell271.StylePriority.UseFont = false; + this.xrTableCell271.StylePriority.UsePadding = false; + this.xrTableCell271.StylePriority.UseTextAlignment = false; + this.xrTableCell271.Text = "Starke Schwankungen in dieser Fähigkeit"; + this.xrTableCell271.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell271.Weight = 0.39001807761736085D; + // + // xrTableCell273 + // + this.xrTableCell273.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell273.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell273.Name = "xrTableCell273"; + this.xrTableCell273.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell273.StylePriority.UseBorders = false; + this.xrTableCell273.StylePriority.UseFont = false; + this.xrTableCell273.StylePriority.UsePadding = false; + this.xrTableCell273.StylePriority.UseTextAlignment = false; + this.xrTableCell273.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell273.Weight = 0.10967921336121037D; + // + // xrTableRow37 + // + this.xrTableRow37.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow37.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell285, + this.xrTableCell286, + this.xrTableCell288, + this.xrTableCell289, + this.xrTableCell290, + this.xrTableCell292}); + this.xrTableRow37.Name = "xrTableRow37"; + this.xrTableRow37.StylePriority.UseBackColor = false; + this.xrTableRow37.Weight = 0.68199611608724986D; + // + // xrTableCell285 + // + this.xrTableCell285.BackColor = System.Drawing.Color.Gray; + this.xrTableCell285.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell285.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox7}); + this.xrTableCell285.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell285.Name = "xrTableCell285"; + this.xrTableCell285.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell285.StylePriority.UseBackColor = false; + this.xrTableCell285.StylePriority.UseBorders = false; + this.xrTableCell285.StylePriority.UseFont = false; + this.xrTableCell285.StylePriority.UsePadding = false; + this.xrTableCell285.StylePriority.UseTextAlignment = false; + this.xrTableCell285.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell285.Weight = 0.066311365165709513D; + // + // xrPictureBox7 + // + this.xrPictureBox7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox7.Image"))); + this.xrPictureBox7.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrPictureBox7.Name = "xrPictureBox7"; + this.xrPictureBox7.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox7.StylePriority.UseBorders = false; + // + // xrTableCell286 + // + this.xrTableCell286.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell286.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell286.Name = "xrTableCell286"; + this.xrTableCell286.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell286.StylePriority.UseBorders = false; + this.xrTableCell286.StylePriority.UseFont = false; + this.xrTableCell286.StylePriority.UsePadding = false; + this.xrTableCell286.StylePriority.UseTextAlignment = false; + this.xrTableCell286.Text = "Durchschnittliche Fähigkeit"; + this.xrTableCell286.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell286.Weight = 0.26372912070800036D; + // + // xrTableCell288 + // + this.xrTableCell288.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell288.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell288.Name = "xrTableCell288"; + this.xrTableCell288.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell288.StylePriority.UseBorders = false; + this.xrTableCell288.StylePriority.UseFont = false; + this.xrTableCell288.StylePriority.UsePadding = false; + this.xrTableCell288.StylePriority.UseTextAlignment = false; + this.xrTableCell288.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell288.Weight = 0.067477810466970559D; + // + // xrTableCell289 + // + this.xrTableCell289.BackColor = System.Drawing.Color.Gray; + this.xrTableCell289.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell289.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell289.Name = "xrTableCell289"; + this.xrTableCell289.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell289.StylePriority.UseBackColor = false; + this.xrTableCell289.StylePriority.UseBorders = false; + this.xrTableCell289.StylePriority.UseFont = false; + this.xrTableCell289.StylePriority.UsePadding = false; + this.xrTableCell289.StylePriority.UseTextAlignment = false; + this.xrTableCell289.Text = "?"; + this.xrTableCell289.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell289.Weight = 0.102179002739263D; + // + // xrTableCell290 + // + this.xrTableCell290.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell290.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell290.Name = "xrTableCell290"; + this.xrTableCell290.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell290.StylePriority.UseBorders = false; + this.xrTableCell290.StylePriority.UseFont = false; + this.xrTableCell290.StylePriority.UsePadding = false; + this.xrTableCell290.StylePriority.UseTextAlignment = false; + this.xrTableCell290.Text = "Fähigkeit kann nicht eingeschätzt werden"; + this.xrTableCell290.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell290.Weight = 0.39001807761736085D; + // + // xrTableCell292 + // + this.xrTableCell292.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell292.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell292.Name = "xrTableCell292"; + this.xrTableCell292.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell292.StylePriority.UseBorders = false; + this.xrTableCell292.StylePriority.UseFont = false; + this.xrTableCell292.StylePriority.UsePadding = false; + this.xrTableCell292.StylePriority.UseTextAlignment = false; + this.xrTableCell292.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell292.Weight = 0.10967921336121042D; + // + // xrTableRow36 + // + this.xrTableRow36.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell277, + this.xrTableCell278, + this.xrTableCell280, + this.xrTableCell281, + this.xrTableCell282, + this.xrTableCell284}); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.StylePriority.UseBackColor = false; + this.xrTableRow36.Weight = 0.68199611608724986D; + // + // xrTableCell277 + // + this.xrTableCell277.BackColor = System.Drawing.Color.Gray; + this.xrTableCell277.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell277.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox8}); + this.xrTableCell277.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell277.Name = "xrTableCell277"; + this.xrTableCell277.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell277.StylePriority.UseBackColor = false; + this.xrTableCell277.StylePriority.UseBorders = false; + this.xrTableCell277.StylePriority.UseFont = false; + this.xrTableCell277.StylePriority.UsePadding = false; + this.xrTableCell277.StylePriority.UseTextAlignment = false; + this.xrTableCell277.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell277.Weight = 0.066311365165709513D; + // + // xrPictureBox8 + // + this.xrPictureBox8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox8.Image"))); + this.xrPictureBox8.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0.4582723F); + this.xrPictureBox8.Name = "xrPictureBox8"; + this.xrPictureBox8.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 0, 0, 0, 100F); + this.xrPictureBox8.SizeF = new System.Drawing.SizeF(34.9997F, 23.45832F); + this.xrPictureBox8.StylePriority.UseBorders = false; + this.xrPictureBox8.StylePriority.UsePadding = false; + // + // xrTableCell278 + // + this.xrTableCell278.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell278.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell278.Name = "xrTableCell278"; + this.xrTableCell278.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell278.StylePriority.UseBorders = false; + this.xrTableCell278.StylePriority.UseFont = false; + this.xrTableCell278.StylePriority.UsePadding = false; + this.xrTableCell278.StylePriority.UseTextAlignment = false; + this.xrTableCell278.Text = "Klare Schwäche"; + this.xrTableCell278.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell278.Weight = 0.26372912070800036D; + // + // xrTableCell280 + // + this.xrTableCell280.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell280.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell280.Name = "xrTableCell280"; + this.xrTableCell280.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell280.StylePriority.UseBorders = false; + this.xrTableCell280.StylePriority.UseFont = false; + this.xrTableCell280.StylePriority.UsePadding = false; + this.xrTableCell280.StylePriority.UseTextAlignment = false; + this.xrTableCell280.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell280.Weight = 0.067477810466970559D; + // + // xrTableCell281 + // + this.xrTableCell281.BackColor = System.Drawing.Color.Gray; + this.xrTableCell281.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell281.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell281.Name = "xrTableCell281"; + this.xrTableCell281.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell281.StylePriority.UseBackColor = false; + this.xrTableCell281.StylePriority.UseBorders = false; + this.xrTableCell281.StylePriority.UseFont = false; + this.xrTableCell281.StylePriority.UsePadding = false; + this.xrTableCell281.StylePriority.UseTextAlignment = false; + this.xrTableCell281.Text = "-"; + this.xrTableCell281.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell281.Weight = 0.102179002739263D; + // + // xrTableCell282 + // + this.xrTableCell282.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell282.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell282.Name = "xrTableCell282"; + this.xrTableCell282.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell282.StylePriority.UseBorders = false; + this.xrTableCell282.StylePriority.UseFont = false; + this.xrTableCell282.StylePriority.UsePadding = false; + this.xrTableCell282.StylePriority.UseTextAlignment = false; + this.xrTableCell282.Text = "Fähigkeit ist nicht relevant am Zuverdienstplatz"; + this.xrTableCell282.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell282.Weight = 0.39001807761736085D; + // + // xrTableCell284 + // + this.xrTableCell284.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell284.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell284.Name = "xrTableCell284"; + this.xrTableCell284.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell284.StylePriority.UseBorders = false; + this.xrTableCell284.StylePriority.UseFont = false; + this.xrTableCell284.StylePriority.UsePadding = false; + this.xrTableCell284.StylePriority.UseTextAlignment = false; + this.xrTableCell284.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell284.Weight = 0.10967921336121042D; + // + // xrTable7 + // + this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 240.5417F); + this.xrTable7.Name = "xrTable7"; + this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow35}); + this.xrTable7.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow35 + // + this.xrTableRow35.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell274, + this.xrTableCell275, + this.xrTableCell276}); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.StylePriority.UseBackColor = false; + this.xrTableRow35.Weight = 1.0493203533882667D; + // + // xrTableCell274 + // + this.xrTableCell274.BackColor = System.Drawing.Color.Gray; + this.xrTableCell274.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell274.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell274.Name = "xrTableCell274"; + this.xrTableCell274.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell274.StylePriority.UseBackColor = false; + this.xrTableCell274.StylePriority.UseBorders = false; + this.xrTableCell274.StylePriority.UseFont = false; + this.xrTableCell274.StylePriority.UsePadding = false; + this.xrTableCell274.StylePriority.UseTextAlignment = false; + this.xrTableCell274.Text = "Zeichenerklärung"; + this.xrTableCell274.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell274.Weight = 0.24984856138146264D; + // + // xrTableCell275 + // + this.xrTableCell275.BackColor = System.Drawing.Color.Gray; + this.xrTableCell275.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell275.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell275.Name = "xrTableCell275"; + this.xrTableCell275.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell275.StylePriority.UseBackColor = false; + this.xrTableCell275.StylePriority.UseBorders = false; + this.xrTableCell275.StylePriority.UseFont = false; + this.xrTableCell275.StylePriority.UsePadding = false; + this.xrTableCell275.StylePriority.UseTextAlignment = false; + this.xrTableCell275.Text = "bitte zutreffendes oben ankreuzen"; + this.xrTableCell275.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell275.Weight = 0.4996972936262441D; + // + // xrTableCell276 + // + this.xrTableCell276.BackColor = System.Drawing.Color.Gray; + this.xrTableCell276.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell276.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell276.Name = "xrTableCell276"; + this.xrTableCell276.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell276.StylePriority.UseBackColor = false; + this.xrTableCell276.StylePriority.UseBorders = false; + this.xrTableCell276.StylePriority.UseFont = false; + this.xrTableCell276.StylePriority.UsePadding = false; + this.xrTableCell276.StylePriority.UseTextAlignment = false; + this.xrTableCell276.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell276.Weight = 0.25010519808620241D; + // + // xrLabel14 + // + this.xrLabel14.BackColor = System.Drawing.Color.White; + this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel14.BorderWidth = 1F; + this.xrLabel14.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(96.70818F, 105.0001F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(154.7918F, 30.50005F); + this.xrLabel14.StylePriority.UseBackColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseBorderWidth = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UsePadding = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel13 + // + this.xrLabel13.BackColor = System.Drawing.Color.White; + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel13.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 105.0001F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(96.70818F, 30.50003F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Ansbach, den"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel16 + // + this.xrLabel16.BackColor = System.Drawing.Color.White; + this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel16.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(96.70817F, 189.5417F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(218.5555F, 30.50003F); + 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.Text = "Unterschrift ZV-Teilnehmer/in"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel17 + // + this.xrLabel17.BackColor = System.Drawing.Color.White; + this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel17.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(429.3999F, 189.5417F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(218.5555F, 30.50003F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UsePadding = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Unterschrift ZV-Platzanbieter/in"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTable4 + // + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-05F, 46.20832F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow32}); + this.xrTable4.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow32 + // + this.xrTableRow32.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow32.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell265, + this.xrTableCell264, + this.xrTableCell255}); + this.xrTableRow32.Name = "xrTableRow32"; + this.xrTableRow32.StylePriority.UseBackColor = false; + this.xrTableRow32.Weight = 1.0493203533882667D; + // + // xrTableCell265 + // + this.xrTableCell265.BackColor = System.Drawing.Color.Gray; + this.xrTableCell265.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell265.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell265.Name = "xrTableCell265"; + this.xrTableCell265.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell265.StylePriority.UseBackColor = false; + this.xrTableCell265.StylePriority.UseBorders = false; + this.xrTableCell265.StylePriority.UseFont = false; + this.xrTableCell265.StylePriority.UsePadding = false; + this.xrTableCell265.StylePriority.UseTextAlignment = false; + this.xrTableCell265.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell265.Weight = 0.24984856138146264D; + // + // xrTableCell264 + // + this.xrTableCell264.BackColor = System.Drawing.Color.Gray; + this.xrTableCell264.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell264.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell264.Name = "xrTableCell264"; + this.xrTableCell264.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell264.StylePriority.UseBackColor = false; + this.xrTableCell264.StylePriority.UseBorders = false; + this.xrTableCell264.StylePriority.UseFont = false; + this.xrTableCell264.StylePriority.UsePadding = false; + this.xrTableCell264.StylePriority.UseTextAlignment = false; + this.xrTableCell264.Text = "Tatsächliche - durchschnittliche Wochenarbeitsstunden"; + this.xrTableCell264.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell264.Weight = 0.4996972936262441D; + // + // xrTableCell255 + // + this.xrTableCell255.BackColor = System.Drawing.Color.Gray; + this.xrTableCell255.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell255.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell255.Name = "xrTableCell255"; + this.xrTableCell255.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell255.StylePriority.UseBackColor = false; + this.xrTableCell255.StylePriority.UseBorders = false; + this.xrTableCell255.StylePriority.UseFont = false; + this.xrTableCell255.StylePriority.UsePadding = false; + this.xrTableCell255.StylePriority.UseTextAlignment = false; + this.xrTableCell255.Text = "(incl. Feiertage, Urlaubstage) "; + this.xrTableCell255.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell255.Weight = 0.25010519808620241D; + // + // xrTable5 + // + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 69.41662F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow33}); + this.xrTable5.SizeF = new System.Drawing.SizeF(714F, 23F); + // + // xrTableRow33 + // + this.xrTableRow33.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell256, + this.lblIstQ1, + this.xrTableCell258, + this.lblIstQ2, + this.xrTableCell260, + this.lblIstQ3, + this.xrTableCell262, + this.lblIstQ4}); + this.xrTableRow33.Name = "xrTableRow33"; + this.xrTableRow33.StylePriority.UseBackColor = false; + this.xrTableRow33.Weight = 0.68199611608724986D; + // + // xrTableCell256 + // + this.xrTableCell256.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell256.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell256.Name = "xrTableCell256"; + this.xrTableCell256.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell256.StylePriority.UseBorders = false; + this.xrTableCell256.StylePriority.UseFont = false; + this.xrTableCell256.StylePriority.UsePadding = false; + this.xrTableCell256.StylePriority.UseTextAlignment = false; + this.xrTableCell256.Text = "1. Quartal:"; + this.xrTableCell256.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell256.Weight = 0.10217899841466642D; + // + // lblIstQ1 + // + this.lblIstQ1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblIstQ1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblIstQ1.Name = "lblIstQ1"; + this.lblIstQ1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblIstQ1.StylePriority.UseBorders = false; + this.lblIstQ1.StylePriority.UseFont = false; + this.lblIstQ1.StylePriority.UsePadding = false; + this.lblIstQ1.StylePriority.UseTextAlignment = false; + this.lblIstQ1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblIstQ1.Weight = 0.14766965054624945D; + // + // xrTableCell258 + // + this.xrTableCell258.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell258.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell258.Name = "xrTableCell258"; + this.xrTableCell258.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell258.StylePriority.UseBorders = false; + this.xrTableCell258.StylePriority.UseFont = false; + this.xrTableCell258.StylePriority.UsePadding = false; + this.xrTableCell258.StylePriority.UseTextAlignment = false; + this.xrTableCell258.Text = "2. Quartal:"; + this.xrTableCell258.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell258.Weight = 0.10217899703001751D; + // + // lblIstQ2 + // + this.lblIstQ2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblIstQ2.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblIstQ2.Name = "lblIstQ2"; + this.lblIstQ2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblIstQ2.StylePriority.UseBorders = false; + this.lblIstQ2.StylePriority.UseFont = false; + this.lblIstQ2.StylePriority.UsePadding = false; + this.lblIstQ2.StylePriority.UseTextAlignment = false; + this.lblIstQ2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblIstQ2.Weight = 0.14766964737976457D; + // + // xrTableCell260 + // + this.xrTableCell260.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell260.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell260.Name = "xrTableCell260"; + this.xrTableCell260.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell260.StylePriority.UseBorders = false; + this.xrTableCell260.StylePriority.UseFont = false; + this.xrTableCell260.StylePriority.UsePadding = false; + this.xrTableCell260.StylePriority.UseTextAlignment = false; + this.xrTableCell260.Text = "3. Quartal:"; + this.xrTableCell260.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell260.Weight = 0.102179002739263D; + // + // lblIstQ3 + // + this.lblIstQ3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblIstQ3.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblIstQ3.Name = "lblIstQ3"; + this.lblIstQ3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblIstQ3.StylePriority.UseBorders = false; + this.lblIstQ3.StylePriority.UseFont = false; + this.lblIstQ3.StylePriority.UsePadding = false; + this.lblIstQ3.StylePriority.UseTextAlignment = false; + this.lblIstQ3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblIstQ3.Weight = 0.14766964636297802D; + // + // xrTableCell262 + // + this.xrTableCell262.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell262.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell262.Name = "xrTableCell262"; + this.xrTableCell262.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell262.StylePriority.UseBorders = false; + this.xrTableCell262.StylePriority.UseFont = false; + this.xrTableCell262.StylePriority.UsePadding = false; + this.xrTableCell262.StylePriority.UseTextAlignment = false; + this.xrTableCell262.Text = "4. Quartal:"; + this.xrTableCell262.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell262.Weight = 0.10217899739978451D; + // + // lblIstQ4 + // + this.lblIstQ4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblIstQ4.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblIstQ4.Name = "lblIstQ4"; + this.lblIstQ4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblIstQ4.StylePriority.UseBorders = false; + this.lblIstQ4.StylePriority.UseFont = false; + this.lblIstQ4.StylePriority.UsePadding = false; + this.lblIstQ4.StylePriority.UseTextAlignment = false; + this.lblIstQ4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblIstQ4.Weight = 0.14766964737976451D; + // + // xrTable3 + // + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.2083F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow31}); + this.xrTable3.SizeF = new System.Drawing.SizeF(714F, 23F); + // + // xrTableRow31 + // + this.xrTableRow31.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell247, + this.lblSollQ1, + this.xrTableCell249, + this.lblSollQ2, + this.xrTableCell251, + this.lblSollQ3, + this.xrTableCell253, + this.lblSollQ4}); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.StylePriority.UseBackColor = false; + this.xrTableRow31.Weight = 0.68199611608724986D; + // + // xrTableCell247 + // + this.xrTableCell247.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell247.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell247.Name = "xrTableCell247"; + this.xrTableCell247.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell247.StylePriority.UseBorders = false; + this.xrTableCell247.StylePriority.UseFont = false; + this.xrTableCell247.StylePriority.UsePadding = false; + this.xrTableCell247.StylePriority.UseTextAlignment = false; + this.xrTableCell247.Text = "1. Quartal:"; + this.xrTableCell247.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell247.Weight = 0.10217899841466642D; + // + // lblSollQ1 + // + this.lblSollQ1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblSollQ1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblSollQ1.Name = "lblSollQ1"; + this.lblSollQ1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblSollQ1.StylePriority.UseBorders = false; + this.lblSollQ1.StylePriority.UseFont = false; + this.lblSollQ1.StylePriority.UsePadding = false; + this.lblSollQ1.StylePriority.UseTextAlignment = false; + this.lblSollQ1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblSollQ1.Weight = 0.14766965054624945D; + // + // xrTableCell249 + // + this.xrTableCell249.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell249.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell249.Name = "xrTableCell249"; + this.xrTableCell249.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell249.StylePriority.UseBorders = false; + this.xrTableCell249.StylePriority.UseFont = false; + this.xrTableCell249.StylePriority.UsePadding = false; + this.xrTableCell249.StylePriority.UseTextAlignment = false; + this.xrTableCell249.Text = "2. Quartal:"; + this.xrTableCell249.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell249.Weight = 0.10217899703001751D; + // + // lblSollQ2 + // + this.lblSollQ2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblSollQ2.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblSollQ2.Name = "lblSollQ2"; + this.lblSollQ2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblSollQ2.StylePriority.UseBorders = false; + this.lblSollQ2.StylePriority.UseFont = false; + this.lblSollQ2.StylePriority.UsePadding = false; + this.lblSollQ2.StylePriority.UseTextAlignment = false; + this.lblSollQ2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblSollQ2.Weight = 0.14766964737976457D; + // + // xrTableCell251 + // + this.xrTableCell251.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell251.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell251.Name = "xrTableCell251"; + this.xrTableCell251.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell251.StylePriority.UseBorders = false; + this.xrTableCell251.StylePriority.UseFont = false; + this.xrTableCell251.StylePriority.UsePadding = false; + this.xrTableCell251.StylePriority.UseTextAlignment = false; + this.xrTableCell251.Text = "3. Quartal:"; + this.xrTableCell251.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell251.Weight = 0.102179002739263D; + // + // lblSollQ3 + // + this.lblSollQ3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblSollQ3.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblSollQ3.Name = "lblSollQ3"; + this.lblSollQ3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblSollQ3.StylePriority.UseBorders = false; + this.lblSollQ3.StylePriority.UseFont = false; + this.lblSollQ3.StylePriority.UsePadding = false; + this.lblSollQ3.StylePriority.UseTextAlignment = false; + this.lblSollQ3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblSollQ3.Weight = 0.14766964636297802D; + // + // xrTableCell253 + // + this.xrTableCell253.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell253.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell253.Name = "xrTableCell253"; + this.xrTableCell253.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell253.StylePriority.UseBorders = false; + this.xrTableCell253.StylePriority.UseFont = false; + this.xrTableCell253.StylePriority.UsePadding = false; + this.xrTableCell253.StylePriority.UseTextAlignment = false; + this.xrTableCell253.Text = "4. Quartal:"; + this.xrTableCell253.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell253.Weight = 0.10217899739978451D; + // + // lblSollQ4 + // + this.lblSollQ4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblSollQ4.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblSollQ4.Name = "lblSollQ4"; + this.lblSollQ4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblSollQ4.StylePriority.UseBorders = false; + this.lblSollQ4.StylePriority.UseFont = false; + this.lblSollQ4.StylePriority.UsePadding = false; + this.lblSollQ4.StylePriority.UseTextAlignment = false; + this.lblSollQ4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblSollQ4.Weight = 0.14766964737976451D; + // + // xrTable2 + // + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow30}); + this.xrTable2.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow30 + // + this.xrTableRow30.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell234}); + this.xrTableRow30.Name = "xrTableRow30"; + this.xrTableRow30.StylePriority.UseBackColor = false; + this.xrTableRow30.Weight = 1.0493203533882667D; + // + // xrTableCell234 + // + this.xrTableCell234.BackColor = System.Drawing.Color.Gray; + this.xrTableCell234.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell234.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell234.Name = "xrTableCell234"; + this.xrTableCell234.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell234.StylePriority.UseBackColor = false; + this.xrTableCell234.StylePriority.UseBorders = false; + this.xrTableCell234.StylePriority.UseFont = false; + this.xrTableCell234.StylePriority.UsePadding = false; + this.xrTableCell234.StylePriority.UseTextAlignment = false; + this.xrTableCell234.Text = "Vereinbarte Wochenarbeitsstunden"; + this.xrTableCell234.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell234.Weight = 0.99965105309390911D; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 32F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 34F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO); + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.ReportHeader, + this.GroupFooter2}); + this.DetailReport.Level = 1; + this.DetailReport.Name = "DetailReport"; + this.DetailReport.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable9}); + this.Detail1.HeightF = 35.70833F; + this.Detail1.Name = "Detail1"; + this.Detail1.SubBands.AddRange(new DevExpress.XtraReports.UI.SubBand[] { + this.SubBand1}); + // + // xrTable9 + // + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow38}); + this.xrTable9.SizeF = new System.Drawing.SizeF(714.1832F, 35.70833F); + // + // xrTableRow38 + // + this.xrTableRow38.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow38.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell268, + this.xrTableCell272, + this.xrTableCell279, + this.xrTableCell283, + this.xrTableCell287, + this.xrTableCell291, + this.xrTableCell293, + this.xrTableCell294}); + this.xrTableRow38.Name = "xrTableRow38"; + this.xrTableRow38.StylePriority.UseBackColor = false; + this.xrTableRow38.Weight = 1.0588235294117647D; + // + // xrTableCell268 + // + this.xrTableCell268.BackColor = System.Drawing.Color.Gray; + this.xrTableCell268.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell268.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell268.Name = "xrTableCell268"; + this.xrTableCell268.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell268.StylePriority.UseBackColor = false; + this.xrTableCell268.StylePriority.UseBorders = false; + this.xrTableCell268.StylePriority.UseFont = false; + this.xrTableCell268.StylePriority.UsePadding = false; + this.xrTableCell268.StylePriority.UseTextAlignment = false; + this.xrTableCell268.Text = "Arbeitsfähigkeiten"; + this.xrTableCell268.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell268.Weight = 0.53830606035771933D; + // + // xrTableCell272 + // + this.xrTableCell272.BackColor = System.Drawing.Color.Gray; + this.xrTableCell272.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell272.CanGrow = false; + this.xrTableCell272.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox11}); + this.xrTableCell272.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell272.Name = "xrTableCell272"; + this.xrTableCell272.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell272.StylePriority.UseBackColor = false; + this.xrTableCell272.StylePriority.UseBorders = false; + this.xrTableCell272.StylePriority.UseFont = false; + this.xrTableCell272.StylePriority.UsePadding = false; + this.xrTableCell272.StylePriority.UseTextAlignment = false; + this.xrTableCell272.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell272.Weight = 0.0629867996731543D; + // + // xrPictureBox11 + // + this.xrPictureBox11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox11.Image"))); + this.xrPictureBox11.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox11.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 8.083344F); + this.xrPictureBox11.Name = "xrPictureBox11"; + this.xrPictureBox11.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 0, 0, 0, 100F); + this.xrPictureBox11.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox11.StylePriority.UseBorders = false; + this.xrPictureBox11.StylePriority.UsePadding = false; + // + // xrTableCell279 + // + this.xrTableCell279.BackColor = System.Drawing.Color.Gray; + this.xrTableCell279.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell279.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox12}); + this.xrTableCell279.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell279.Name = "xrTableCell279"; + this.xrTableCell279.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell279.StylePriority.UseBackColor = false; + this.xrTableCell279.StylePriority.UseBorders = false; + this.xrTableCell279.StylePriority.UseFont = false; + this.xrTableCell279.StylePriority.UsePadding = false; + this.xrTableCell279.StylePriority.UseTextAlignment = false; + this.xrTableCell279.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell279.Weight = 0.06298710048718914D; + // + // xrPictureBox12 + // + this.xrPictureBox12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox12.Image"))); + this.xrPictureBox12.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox12.LocationFloat = new DevExpress.Utils.PointFloat(0.4168828F, 8.083344F); + this.xrPictureBox12.Name = "xrPictureBox12"; + this.xrPictureBox12.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox12.StylePriority.UseBorders = false; + // + // xrTableCell283 + // + this.xrTableCell283.BackColor = System.Drawing.Color.Gray; + this.xrTableCell283.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell283.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox13}); + this.xrTableCell283.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell283.Name = "xrTableCell283"; + this.xrTableCell283.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell283.StylePriority.UseBackColor = false; + this.xrTableCell283.StylePriority.UseBorders = false; + this.xrTableCell283.StylePriority.UseFont = false; + this.xrTableCell283.StylePriority.UsePadding = false; + this.xrTableCell283.StylePriority.UseTextAlignment = false; + this.xrTableCell283.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell283.Weight = 0.0629870528016476D; + // + // xrPictureBox13 + // + this.xrPictureBox13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox13.Image"))); + this.xrPictureBox13.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.083344F); + this.xrPictureBox13.Name = "xrPictureBox13"; + this.xrPictureBox13.SizeF = new System.Drawing.SizeF(34.99997F, 23.45832F); + this.xrPictureBox13.StylePriority.UseBorders = false; + // + // xrTableCell287 + // + this.xrTableCell287.BackColor = System.Drawing.Color.Gray; + this.xrTableCell287.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell287.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell287.Name = "xrTableCell287"; + this.xrTableCell287.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell287.StylePriority.UseBackColor = false; + this.xrTableCell287.StylePriority.UseBorders = false; + this.xrTableCell287.StylePriority.UseFont = false; + this.xrTableCell287.StylePriority.UsePadding = false; + this.xrTableCell287.StylePriority.UseTextAlignment = false; + this.xrTableCell287.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell287.Weight = 0.062987309096625671D; + // + // xrTableCell291 + // + this.xrTableCell291.BackColor = System.Drawing.Color.Gray; + this.xrTableCell291.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell291.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox14}); + this.xrTableCell291.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell291.Name = "xrTableCell291"; + this.xrTableCell291.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell291.StylePriority.UseBackColor = false; + this.xrTableCell291.StylePriority.UseBorders = false; + this.xrTableCell291.StylePriority.UseFont = false; + this.xrTableCell291.StylePriority.UsePadding = false; + this.xrTableCell291.StylePriority.UseTextAlignment = false; + this.xrTableCell291.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell291.Weight = 0.083422646432192757D; + // + // xrPictureBox14 + // + this.xrPictureBox14.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox14.Image"))); + this.xrPictureBox14.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 4.166667F); + this.xrPictureBox14.Name = "xrPictureBox14"; + this.xrPictureBox14.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrPictureBox14.SizeF = new System.Drawing.SizeF(71.05821F, 31.54167F); + this.xrPictureBox14.StylePriority.UseBorders = false; + this.xrPictureBox14.StylePriority.UsePadding = false; + // + // xrTableCell293 + // + this.xrTableCell293.BackColor = System.Drawing.Color.Gray; + this.xrTableCell293.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell293.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell293.Name = "xrTableCell293"; + this.xrTableCell293.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell293.StylePriority.UseBackColor = false; + this.xrTableCell293.StylePriority.UseBorders = false; + this.xrTableCell293.StylePriority.UseFont = false; + this.xrTableCell293.StylePriority.UsePadding = false; + this.xrTableCell293.StylePriority.UseTextAlignment = false; + this.xrTableCell293.Text = "?"; + this.xrTableCell293.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell293.Weight = 0.0629870528016476D; + // + // xrTableCell294 + // + this.xrTableCell294.BackColor = System.Drawing.Color.Gray; + this.xrTableCell294.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell294.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell294.Name = "xrTableCell294"; + this.xrTableCell294.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell294.StylePriority.UseBackColor = false; + this.xrTableCell294.StylePriority.UseBorders = false; + this.xrTableCell294.StylePriority.UseFont = false; + this.xrTableCell294.StylePriority.UsePadding = false; + this.xrTableCell294.StylePriority.UseTextAlignment = false; + this.xrTableCell294.Text = "-"; + this.xrTableCell294.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell294.Weight = 0.062987031443732716D; + // + // SubBand1 + // + this.SubBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable10}); + this.SubBand1.HeightF = 476.0005F; + this.SubBand1.Name = "SubBand1"; + // + // xrTable10 + // + this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable10.Name = "xrTable10"; + this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow39, + this.xrTableRow40, + this.xrTableRow41, + this.xrTableRow42, + this.xrTableRow43, + this.xrTableRow44, + this.xrTableRow45, + this.xrTableRow46, + this.xrTableRow47, + this.xrTableRow48, + this.xrTableRow49, + this.xrTableRow50, + this.xrTableRow51, + this.xrTableRow52, + this.xrTableRow53, + this.xrTableRow54, + this.xrTableRow55, + this.xrTableRow56, + this.xrTableRow57, + this.xrTableRow58, + this.xrTableRow59, + this.xrTableRow60, + this.xrTableRow61, + this.xrTableRow62, + this.xrTableRow63, + this.xrTableRow64, + this.xrTableRow65, + this.xrTableRow66}); + this.xrTable10.SizeF = new System.Drawing.SizeF(714.1833F, 476.0005F); + // + // xrTableRow39 + // + this.xrTableRow39.BackColor = System.Drawing.Color.Transparent; + this.xrTableRow39.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell295, + this.xrTableCell296, + this.xrTableCell297, + this.xrTableCell298, + this.xrTableCell299, + this.xrTableCell300, + this.xrTableCell301, + this.xrTableCell302}); + this.xrTableRow39.Name = "xrTableRow39"; + this.xrTableRow39.StylePriority.UseBackColor = false; + this.xrTableRow39.Weight = 0.50408405170680259D; + // + // xrTableCell295 + // + this.xrTableCell295.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell295.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell295.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell295.Name = "xrTableCell295"; + this.xrTableCell295.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell295.StylePriority.UseBackColor = false; + this.xrTableCell295.StylePriority.UseBorders = false; + this.xrTableCell295.StylePriority.UseFont = false; + this.xrTableCell295.StylePriority.UsePadding = false; + this.xrTableCell295.StylePriority.UseTextAlignment = false; + this.xrTableCell295.Text = "1. Pünktlichkeit"; + this.xrTableCell295.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell295.Weight = 0.52355872530611924D; + // + // xrTableCell296 + // + this.xrTableCell296.BorderColor = System.Drawing.Color.Black; + this.xrTableCell296.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell296.BorderWidth = 2F; + this.xrTableCell296.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell296.Name = "xrTableCell296"; + this.xrTableCell296.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell296.StylePriority.UseBorderColor = false; + this.xrTableCell296.StylePriority.UseBorders = false; + this.xrTableCell296.StylePriority.UseBorderWidth = false; + this.xrTableCell296.StylePriority.UseFont = false; + this.xrTableCell296.StylePriority.UsePadding = false; + this.xrTableCell296.StylePriority.UseTextAlignment = false; + this.xrTableCell296.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell296.Weight = 0.061261480980482223D; + // + // xrTableCell297 + // + this.xrTableCell297.BorderColor = System.Drawing.Color.Black; + this.xrTableCell297.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell297.BorderWidth = 2F; + this.xrTableCell297.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell297.Name = "xrTableCell297"; + this.xrTableCell297.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell297.StylePriority.UseBorderColor = false; + this.xrTableCell297.StylePriority.UseBorders = false; + this.xrTableCell297.StylePriority.UseBorderWidth = false; + this.xrTableCell297.StylePriority.UseFont = false; + this.xrTableCell297.StylePriority.UsePadding = false; + this.xrTableCell297.StylePriority.UseTextAlignment = false; + this.xrTableCell297.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell297.Weight = 0.0612614842154718D; + // + // xrTableCell298 + // + this.xrTableCell298.BorderColor = System.Drawing.Color.Black; + this.xrTableCell298.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell298.BorderWidth = 2F; + this.xrTableCell298.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell298.Name = "xrTableCell298"; + this.xrTableCell298.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell298.StylePriority.UseBorderColor = false; + this.xrTableCell298.StylePriority.UseBorders = false; + this.xrTableCell298.StylePriority.UseBorderWidth = false; + this.xrTableCell298.StylePriority.UseFont = false; + this.xrTableCell298.StylePriority.UsePadding = false; + this.xrTableCell298.StylePriority.UseTextAlignment = false; + this.xrTableCell298.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell298.Weight = 0.061261484438960234D; + // + // xrTableCell299 + // + this.xrTableCell299.BackColor = System.Drawing.Color.Gray; + this.xrTableCell299.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell299.BorderWidth = 2F; + this.xrTableCell299.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell299.Name = "xrTableCell299"; + this.xrTableCell299.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell299.StylePriority.UseBackColor = false; + this.xrTableCell299.StylePriority.UseBorders = false; + this.xrTableCell299.StylePriority.UseBorderWidth = false; + this.xrTableCell299.StylePriority.UseFont = false; + this.xrTableCell299.StylePriority.UsePadding = false; + this.xrTableCell299.StylePriority.UseTextAlignment = false; + this.xrTableCell299.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell299.Weight = 0.061261484438960255D; + // + // xrTableCell300 + // + this.xrTableCell300.BorderColor = System.Drawing.Color.Black; + this.xrTableCell300.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell300.BorderWidth = 2F; + this.xrTableCell300.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell300.Name = "xrTableCell300"; + this.xrTableCell300.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell300.StylePriority.UseBorderColor = false; + this.xrTableCell300.StylePriority.UseBorders = false; + this.xrTableCell300.StylePriority.UseBorderWidth = false; + this.xrTableCell300.StylePriority.UseFont = false; + this.xrTableCell300.StylePriority.UsePadding = false; + this.xrTableCell300.StylePriority.UseTextAlignment = false; + this.xrTableCell300.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell300.Weight = 0.081137434053512467D; + // + // xrTableCell301 + // + this.xrTableCell301.BorderColor = System.Drawing.Color.Black; + this.xrTableCell301.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell301.BorderWidth = 2F; + this.xrTableCell301.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell301.Name = "xrTableCell301"; + this.xrTableCell301.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell301.StylePriority.UseBorderColor = false; + this.xrTableCell301.StylePriority.UseBorders = false; + this.xrTableCell301.StylePriority.UseBorderWidth = false; + this.xrTableCell301.StylePriority.UseFont = false; + this.xrTableCell301.StylePriority.UsePadding = false; + this.xrTableCell301.StylePriority.UseTextAlignment = false; + this.xrTableCell301.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell301.Weight = 0.061261484438960241D; + // + // xrTableCell302 + // + this.xrTableCell302.BorderColor = System.Drawing.Color.Black; + this.xrTableCell302.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell302.BorderWidth = 2F; + this.xrTableCell302.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell302.Name = "xrTableCell302"; + this.xrTableCell302.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell302.StylePriority.UseBorderColor = false; + this.xrTableCell302.StylePriority.UseBorders = false; + this.xrTableCell302.StylePriority.UseBorderWidth = false; + this.xrTableCell302.StylePriority.UseFont = false; + this.xrTableCell302.StylePriority.UsePadding = false; + this.xrTableCell302.StylePriority.UseTextAlignment = false; + this.xrTableCell302.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell302.Weight = 0.061261483853846596D; + // + // xrTableRow40 + // + this.xrTableRow40.BorderColor = System.Drawing.Color.Gray; + this.xrTableRow40.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableRow40.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell303, + this.xrTableCell304, + this.xrTableCell305, + this.xrTableCell306, + this.xrTableCell307, + this.xrTableCell308, + this.xrTableCell309, + this.xrTableCell310, + this.xrTableCell311}); + this.xrTableRow40.Name = "xrTableRow40"; + this.xrTableRow40.StylePriority.UseBorderColor = false; + this.xrTableRow40.StylePriority.UseBorders = false; + this.xrTableRow40.Weight = 0.50408405170680259D; + // + // xrTableCell303 + // + this.xrTableCell303.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell303.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell303.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell303.Name = "xrTableCell303"; + this.xrTableCell303.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell303.StylePriority.UseBackColor = false; + this.xrTableCell303.StylePriority.UseBorders = false; + this.xrTableCell303.StylePriority.UseFont = false; + this.xrTableCell303.StylePriority.UsePadding = false; + this.xrTableCell303.StylePriority.UseTextAlignment = false; + this.xrTableCell303.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell303.Weight = 0.022395407591226157D; + // + // xrTableCell304 + // + this.xrTableCell304.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell304.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell304.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell304.Name = "xrTableCell304"; + this.xrTableCell304.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell304.StylePriority.UseBackColor = false; + this.xrTableCell304.StylePriority.UseBorders = false; + this.xrTableCell304.StylePriority.UseFont = false; + this.xrTableCell304.StylePriority.UsePadding = false; + this.xrTableCell304.StylePriority.UseTextAlignment = false; + this.xrTableCell304.Text = "Sie kommt pünktlich zu vereinbarten Arbeitsterminen."; + this.xrTableCell304.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell304.Weight = 0.50116327499906344D; + // + // xrTableCell305 + // + this.xrTableCell305.BorderColor = System.Drawing.Color.Black; + this.xrTableCell305.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell305.BorderWidth = 2F; + this.xrTableCell305.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell305.Name = "xrTableCell305"; + this.xrTableCell305.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell305.StylePriority.UseBorderColor = false; + this.xrTableCell305.StylePriority.UseBorders = false; + this.xrTableCell305.StylePriority.UseBorderWidth = false; + this.xrTableCell305.StylePriority.UseFont = false; + this.xrTableCell305.StylePriority.UsePadding = false; + this.xrTableCell305.StylePriority.UseTextAlignment = false; + this.xrTableCell305.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell305.Weight = 0.061261482150709472D; + // + // xrTableCell306 + // + this.xrTableCell306.BorderColor = System.Drawing.Color.Black; + this.xrTableCell306.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell306.BorderWidth = 2F; + this.xrTableCell306.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell306.Name = "xrTableCell306"; + this.xrTableCell306.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell306.StylePriority.UseBorderColor = false; + this.xrTableCell306.StylePriority.UseBorders = false; + this.xrTableCell306.StylePriority.UseBorderWidth = false; + this.xrTableCell306.StylePriority.UseFont = false; + this.xrTableCell306.StylePriority.UsePadding = false; + this.xrTableCell306.StylePriority.UseTextAlignment = false; + this.xrTableCell306.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell306.Weight = 0.0612614842154718D; + // + // xrTableCell307 + // + this.xrTableCell307.BorderColor = System.Drawing.Color.Black; + this.xrTableCell307.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell307.BorderWidth = 2F; + this.xrTableCell307.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell307.Name = "xrTableCell307"; + this.xrTableCell307.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell307.StylePriority.UseBorderColor = false; + this.xrTableCell307.StylePriority.UseBorders = false; + this.xrTableCell307.StylePriority.UseBorderWidth = false; + this.xrTableCell307.StylePriority.UseFont = false; + this.xrTableCell307.StylePriority.UsePadding = false; + this.xrTableCell307.StylePriority.UseTextAlignment = false; + this.xrTableCell307.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell307.Weight = 0.061261484438960234D; + // + // xrTableCell308 + // + this.xrTableCell308.BackColor = System.Drawing.Color.Gray; + this.xrTableCell308.BorderColor = System.Drawing.Color.Black; + this.xrTableCell308.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell308.BorderWidth = 2F; + this.xrTableCell308.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell308.Name = "xrTableCell308"; + this.xrTableCell308.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell308.StylePriority.UseBackColor = false; + this.xrTableCell308.StylePriority.UseBorderColor = false; + this.xrTableCell308.StylePriority.UseBorders = false; + this.xrTableCell308.StylePriority.UseBorderWidth = false; + this.xrTableCell308.StylePriority.UseFont = false; + this.xrTableCell308.StylePriority.UsePadding = false; + this.xrTableCell308.StylePriority.UseTextAlignment = false; + this.xrTableCell308.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell308.Weight = 0.061261484438960262D; + // + // xrTableCell309 + // + this.xrTableCell309.BorderColor = System.Drawing.Color.Black; + this.xrTableCell309.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell309.BorderWidth = 2F; + this.xrTableCell309.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell309.Name = "xrTableCell309"; + this.xrTableCell309.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell309.StylePriority.UseBorderColor = false; + this.xrTableCell309.StylePriority.UseBorders = false; + this.xrTableCell309.StylePriority.UseBorderWidth = false; + this.xrTableCell309.StylePriority.UseFont = false; + this.xrTableCell309.StylePriority.UsePadding = false; + this.xrTableCell309.StylePriority.UseTextAlignment = false; + this.xrTableCell309.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell309.Weight = 0.081137475599114911D; + // + // xrTableCell310 + // + this.xrTableCell310.BorderColor = System.Drawing.Color.Black; + this.xrTableCell310.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell310.BorderWidth = 2F; + this.xrTableCell310.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell310.Name = "xrTableCell310"; + this.xrTableCell310.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell310.StylePriority.UseBorderColor = false; + this.xrTableCell310.StylePriority.UseBorders = false; + this.xrTableCell310.StylePriority.UseBorderWidth = false; + this.xrTableCell310.StylePriority.UseFont = false; + this.xrTableCell310.StylePriority.UsePadding = false; + this.xrTableCell310.StylePriority.UseTextAlignment = false; + this.xrTableCell310.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell310.Weight = 0.061261484438960241D; + // + // xrTableCell311 + // + this.xrTableCell311.BorderColor = System.Drawing.Color.Black; + this.xrTableCell311.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell311.BorderWidth = 2F; + this.xrTableCell311.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell311.Name = "xrTableCell311"; + this.xrTableCell311.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell311.StylePriority.UseBorderColor = false; + this.xrTableCell311.StylePriority.UseBorders = false; + this.xrTableCell311.StylePriority.UseBorderWidth = false; + this.xrTableCell311.StylePriority.UseFont = false; + this.xrTableCell311.StylePriority.UsePadding = false; + this.xrTableCell311.StylePriority.UseTextAlignment = false; + this.xrTableCell311.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell311.Weight = 0.061261483853846596D; + // + // xrTableRow41 + // + this.xrTableRow41.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell312, + this.xrTableCell313, + this.xrTableCell314, + this.xrTableCell315, + this.xrTableCell316, + this.xrTableCell317, + this.xrTableCell318, + this.xrTableCell319}); + this.xrTableRow41.Name = "xrTableRow41"; + this.xrTableRow41.Weight = 0.5040839385933964D; + // + // xrTableCell312 + // + this.xrTableCell312.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell312.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell312.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell312.Name = "xrTableCell312"; + this.xrTableCell312.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell312.StylePriority.UseBackColor = false; + this.xrTableCell312.StylePriority.UseBorders = false; + this.xrTableCell312.StylePriority.UseFont = false; + this.xrTableCell312.StylePriority.UsePadding = false; + this.xrTableCell312.StylePriority.UseTextAlignment = false; + this.xrTableCell312.Text = "2. Zuverlässigkeit"; + this.xrTableCell312.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell312.Weight = 0.52355872530611924D; + // + // xrTableCell313 + // + this.xrTableCell313.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell313.BorderWidth = 2F; + this.xrTableCell313.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell313.Name = "xrTableCell313"; + this.xrTableCell313.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell313.StylePriority.UseBorders = false; + this.xrTableCell313.StylePriority.UseBorderWidth = false; + this.xrTableCell313.StylePriority.UseFont = false; + this.xrTableCell313.StylePriority.UsePadding = false; + this.xrTableCell313.StylePriority.UseTextAlignment = false; + this.xrTableCell313.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell313.Weight = 0.061261480980482223D; + // + // xrTableCell314 + // + this.xrTableCell314.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell314.BorderWidth = 2F; + this.xrTableCell314.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell314.Name = "xrTableCell314"; + this.xrTableCell314.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell314.StylePriority.UseBorders = false; + this.xrTableCell314.StylePriority.UseBorderWidth = false; + this.xrTableCell314.StylePriority.UseFont = false; + this.xrTableCell314.StylePriority.UsePadding = false; + this.xrTableCell314.StylePriority.UseTextAlignment = false; + this.xrTableCell314.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell314.Weight = 0.0612614842154718D; + // + // xrTableCell315 + // + this.xrTableCell315.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell315.BorderWidth = 2F; + this.xrTableCell315.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell315.Name = "xrTableCell315"; + this.xrTableCell315.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell315.StylePriority.UseBorders = false; + this.xrTableCell315.StylePriority.UseBorderWidth = false; + this.xrTableCell315.StylePriority.UseFont = false; + this.xrTableCell315.StylePriority.UsePadding = false; + this.xrTableCell315.StylePriority.UseTextAlignment = false; + this.xrTableCell315.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell315.Weight = 0.061261484438960234D; + // + // xrTableCell316 + // + this.xrTableCell316.BackColor = System.Drawing.Color.Gray; + this.xrTableCell316.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell316.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell316.Name = "xrTableCell316"; + this.xrTableCell316.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell316.StylePriority.UseBackColor = false; + this.xrTableCell316.StylePriority.UseBorders = false; + this.xrTableCell316.StylePriority.UseFont = false; + this.xrTableCell316.StylePriority.UsePadding = false; + this.xrTableCell316.StylePriority.UseTextAlignment = false; + this.xrTableCell316.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell316.Weight = 0.061261484438960255D; + // + // xrTableCell317 + // + this.xrTableCell317.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell317.BorderWidth = 2F; + this.xrTableCell317.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell317.Name = "xrTableCell317"; + this.xrTableCell317.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell317.StylePriority.UseBorders = false; + this.xrTableCell317.StylePriority.UseBorderWidth = false; + this.xrTableCell317.StylePriority.UseFont = false; + this.xrTableCell317.StylePriority.UsePadding = false; + this.xrTableCell317.StylePriority.UseTextAlignment = false; + this.xrTableCell317.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell317.Weight = 0.081137434053512467D; + // + // xrTableCell318 + // + this.xrTableCell318.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell318.BorderWidth = 2F; + this.xrTableCell318.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell318.Name = "xrTableCell318"; + this.xrTableCell318.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell318.StylePriority.UseBorders = false; + this.xrTableCell318.StylePriority.UseBorderWidth = false; + this.xrTableCell318.StylePriority.UseFont = false; + this.xrTableCell318.StylePriority.UsePadding = false; + this.xrTableCell318.StylePriority.UseTextAlignment = false; + this.xrTableCell318.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell318.Weight = 0.061261484438960241D; + // + // xrTableCell319 + // + this.xrTableCell319.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell319.BorderWidth = 2F; + this.xrTableCell319.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell319.Name = "xrTableCell319"; + this.xrTableCell319.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell319.StylePriority.UseBorders = false; + this.xrTableCell319.StylePriority.UseBorderWidth = false; + this.xrTableCell319.StylePriority.UseFont = false; + this.xrTableCell319.StylePriority.UsePadding = false; + this.xrTableCell319.StylePriority.UseTextAlignment = false; + this.xrTableCell319.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell319.Weight = 0.061261483853846596D; + // + // xrTableRow42 + // + this.xrTableRow42.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell320, + this.xrTableCell321, + this.xrTableCell322, + this.xrTableCell323, + this.xrTableCell324, + this.xrTableCell325, + this.xrTableCell326, + this.xrTableCell327, + this.xrTableCell328}); + this.xrTableRow42.Name = "xrTableRow42"; + this.xrTableRow42.Weight = 0.504083938593396D; + // + // xrTableCell320 + // + this.xrTableCell320.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell320.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell320.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell320.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell320.Name = "xrTableCell320"; + this.xrTableCell320.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell320.StylePriority.UseBackColor = false; + this.xrTableCell320.StylePriority.UseBorderColor = false; + this.xrTableCell320.StylePriority.UseBorders = false; + this.xrTableCell320.StylePriority.UseFont = false; + this.xrTableCell320.StylePriority.UsePadding = false; + this.xrTableCell320.StylePriority.UseTextAlignment = false; + this.xrTableCell320.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell320.Weight = 0.022395396912268717D; + // + // xrTableCell321 + // + this.xrTableCell321.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell321.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell321.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell321.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell321.Name = "xrTableCell321"; + this.xrTableCell321.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell321.StylePriority.UseBackColor = false; + this.xrTableCell321.StylePriority.UseBorderColor = false; + this.xrTableCell321.StylePriority.UseBorders = false; + this.xrTableCell321.StylePriority.UseFont = false; + this.xrTableCell321.StylePriority.UsePadding = false; + this.xrTableCell321.StylePriority.UseTextAlignment = false; + this.xrTableCell321.Text = "Sie hält sich an Regeln und Absprachen."; + this.xrTableCell321.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell321.Weight = 0.50116332839385047D; + // + // xrTableCell322 + // + this.xrTableCell322.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell322.BorderWidth = 2F; + this.xrTableCell322.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell322.Name = "xrTableCell322"; + this.xrTableCell322.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell322.StylePriority.UseBorders = false; + this.xrTableCell322.StylePriority.UseBorderWidth = false; + this.xrTableCell322.StylePriority.UseFont = false; + this.xrTableCell322.StylePriority.UsePadding = false; + this.xrTableCell322.StylePriority.UseTextAlignment = false; + this.xrTableCell322.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell322.Weight = 0.061261480980482223D; + // + // xrTableCell323 + // + this.xrTableCell323.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell323.BorderWidth = 2F; + this.xrTableCell323.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell323.Name = "xrTableCell323"; + this.xrTableCell323.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell323.StylePriority.UseBorders = false; + this.xrTableCell323.StylePriority.UseBorderWidth = false; + this.xrTableCell323.StylePriority.UseFont = false; + this.xrTableCell323.StylePriority.UsePadding = false; + this.xrTableCell323.StylePriority.UseTextAlignment = false; + this.xrTableCell323.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell323.Weight = 0.0612614842154718D; + // + // xrTableCell324 + // + this.xrTableCell324.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell324.BorderWidth = 2F; + this.xrTableCell324.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell324.Name = "xrTableCell324"; + this.xrTableCell324.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell324.StylePriority.UseBorders = false; + this.xrTableCell324.StylePriority.UseBorderWidth = false; + this.xrTableCell324.StylePriority.UseFont = false; + this.xrTableCell324.StylePriority.UsePadding = false; + this.xrTableCell324.StylePriority.UseTextAlignment = false; + this.xrTableCell324.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell324.Weight = 0.061261484438960234D; + // + // xrTableCell325 + // + this.xrTableCell325.BackColor = System.Drawing.Color.Gray; + this.xrTableCell325.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell325.BorderWidth = 2F; + this.xrTableCell325.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell325.Name = "xrTableCell325"; + this.xrTableCell325.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell325.StylePriority.UseBackColor = false; + this.xrTableCell325.StylePriority.UseBorders = false; + this.xrTableCell325.StylePriority.UseBorderWidth = false; + this.xrTableCell325.StylePriority.UseFont = false; + this.xrTableCell325.StylePriority.UsePadding = false; + this.xrTableCell325.StylePriority.UseTextAlignment = false; + this.xrTableCell325.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell325.Weight = 0.061261484438960255D; + // + // xrTableCell326 + // + this.xrTableCell326.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell326.BorderWidth = 2F; + this.xrTableCell326.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell326.Name = "xrTableCell326"; + this.xrTableCell326.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell326.StylePriority.UseBorders = false; + this.xrTableCell326.StylePriority.UseBorderWidth = false; + this.xrTableCell326.StylePriority.UseFont = false; + this.xrTableCell326.StylePriority.UsePadding = false; + this.xrTableCell326.StylePriority.UseTextAlignment = false; + this.xrTableCell326.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell326.Weight = 0.081137434053512467D; + // + // xrTableCell327 + // + this.xrTableCell327.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell327.BorderWidth = 2F; + this.xrTableCell327.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell327.Name = "xrTableCell327"; + this.xrTableCell327.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell327.StylePriority.UseBorders = false; + this.xrTableCell327.StylePriority.UseBorderWidth = false; + this.xrTableCell327.StylePriority.UseFont = false; + this.xrTableCell327.StylePriority.UsePadding = false; + this.xrTableCell327.StylePriority.UseTextAlignment = false; + this.xrTableCell327.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell327.Weight = 0.061261484438960241D; + // + // xrTableCell328 + // + this.xrTableCell328.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell328.BorderWidth = 2F; + this.xrTableCell328.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell328.Name = "xrTableCell328"; + this.xrTableCell328.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell328.StylePriority.UseBorders = false; + this.xrTableCell328.StylePriority.UseBorderWidth = false; + this.xrTableCell328.StylePriority.UseFont = false; + this.xrTableCell328.StylePriority.UsePadding = false; + this.xrTableCell328.StylePriority.UseTextAlignment = false; + this.xrTableCell328.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell328.Weight = 0.061261483853846596D; + // + // xrTableRow43 + // + this.xrTableRow43.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell329, + this.xrTableCell330, + this.xrTableCell331, + this.xrTableCell332, + this.xrTableCell333, + this.xrTableCell334, + this.xrTableCell335, + this.xrTableCell336}); + this.xrTableRow43.Name = "xrTableRow43"; + this.xrTableRow43.Weight = 0.504083938593396D; + // + // xrTableCell329 + // + this.xrTableCell329.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell329.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell329.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell329.Name = "xrTableCell329"; + this.xrTableCell329.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell329.StylePriority.UseBackColor = false; + this.xrTableCell329.StylePriority.UseBorders = false; + this.xrTableCell329.StylePriority.UseFont = false; + this.xrTableCell329.StylePriority.UsePadding = false; + this.xrTableCell329.StylePriority.UseTextAlignment = false; + this.xrTableCell329.Text = "3. Arbeitsgüte"; + this.xrTableCell329.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell329.Weight = 0.52355872530611924D; + // + // xrTableCell330 + // + this.xrTableCell330.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell330.BorderWidth = 2F; + this.xrTableCell330.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell330.Name = "xrTableCell330"; + this.xrTableCell330.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell330.StylePriority.UseBorders = false; + this.xrTableCell330.StylePriority.UseBorderWidth = false; + this.xrTableCell330.StylePriority.UseFont = false; + this.xrTableCell330.StylePriority.UsePadding = false; + this.xrTableCell330.StylePriority.UseTextAlignment = false; + this.xrTableCell330.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell330.Weight = 0.061261480980482223D; + // + // xrTableCell331 + // + this.xrTableCell331.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell331.BorderWidth = 2F; + this.xrTableCell331.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell331.Name = "xrTableCell331"; + this.xrTableCell331.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell331.StylePriority.UseBorders = false; + this.xrTableCell331.StylePriority.UseBorderWidth = false; + this.xrTableCell331.StylePriority.UseFont = false; + this.xrTableCell331.StylePriority.UsePadding = false; + this.xrTableCell331.StylePriority.UseTextAlignment = false; + this.xrTableCell331.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell331.Weight = 0.0612614842154718D; + // + // xrTableCell332 + // + this.xrTableCell332.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell332.BorderWidth = 2F; + this.xrTableCell332.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell332.Name = "xrTableCell332"; + this.xrTableCell332.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell332.StylePriority.UseBorders = false; + this.xrTableCell332.StylePriority.UseBorderWidth = false; + this.xrTableCell332.StylePriority.UseFont = false; + this.xrTableCell332.StylePriority.UsePadding = false; + this.xrTableCell332.StylePriority.UseTextAlignment = false; + this.xrTableCell332.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell332.Weight = 0.061261484438960234D; + // + // xrTableCell333 + // + this.xrTableCell333.BackColor = System.Drawing.Color.Gray; + this.xrTableCell333.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell333.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell333.Name = "xrTableCell333"; + this.xrTableCell333.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell333.StylePriority.UseBackColor = false; + this.xrTableCell333.StylePriority.UseBorders = false; + this.xrTableCell333.StylePriority.UseFont = false; + this.xrTableCell333.StylePriority.UsePadding = false; + this.xrTableCell333.StylePriority.UseTextAlignment = false; + this.xrTableCell333.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell333.Weight = 0.061261484438960255D; + // + // xrTableCell334 + // + this.xrTableCell334.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell334.BorderWidth = 2F; + this.xrTableCell334.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell334.Name = "xrTableCell334"; + this.xrTableCell334.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell334.StylePriority.UseBorders = false; + this.xrTableCell334.StylePriority.UseBorderWidth = false; + this.xrTableCell334.StylePriority.UseFont = false; + this.xrTableCell334.StylePriority.UsePadding = false; + this.xrTableCell334.StylePriority.UseTextAlignment = false; + this.xrTableCell334.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell334.Weight = 0.081137434053512467D; + // + // xrTableCell335 + // + this.xrTableCell335.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell335.BorderWidth = 2F; + this.xrTableCell335.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell335.Name = "xrTableCell335"; + this.xrTableCell335.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell335.StylePriority.UseBorders = false; + this.xrTableCell335.StylePriority.UseBorderWidth = false; + this.xrTableCell335.StylePriority.UseFont = false; + this.xrTableCell335.StylePriority.UsePadding = false; + this.xrTableCell335.StylePriority.UseTextAlignment = false; + this.xrTableCell335.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell335.Weight = 0.061261484438960241D; + // + // xrTableCell336 + // + this.xrTableCell336.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell336.BorderWidth = 2F; + this.xrTableCell336.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell336.Name = "xrTableCell336"; + this.xrTableCell336.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell336.StylePriority.UseBorders = false; + this.xrTableCell336.StylePriority.UseBorderWidth = false; + this.xrTableCell336.StylePriority.UseFont = false; + this.xrTableCell336.StylePriority.UsePadding = false; + this.xrTableCell336.StylePriority.UseTextAlignment = false; + this.xrTableCell336.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell336.Weight = 0.061261483853846596D; + // + // xrTableRow44 + // + this.xrTableRow44.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell337, + this.xrTableCell338, + this.xrTableCell339, + this.xrTableCell340, + this.xrTableCell341, + this.xrTableCell342, + this.xrTableCell343, + this.xrTableCell344, + this.xrTableCell345}); + this.xrTableRow44.Name = "xrTableRow44"; + this.xrTableRow44.Weight = 0.50408416482020968D; + // + // xrTableCell337 + // + this.xrTableCell337.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell337.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell337.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell337.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell337.Name = "xrTableCell337"; + this.xrTableCell337.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell337.StylePriority.UseBackColor = false; + this.xrTableCell337.StylePriority.UseBorderColor = false; + this.xrTableCell337.StylePriority.UseBorders = false; + this.xrTableCell337.StylePriority.UseFont = false; + this.xrTableCell337.StylePriority.UsePadding = false; + this.xrTableCell337.StylePriority.UseTextAlignment = false; + this.xrTableCell337.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell337.Weight = 0.022395407591226157D; + // + // xrTableCell338 + // + this.xrTableCell338.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell338.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell338.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell338.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell338.Name = "xrTableCell338"; + this.xrTableCell338.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell338.StylePriority.UseBackColor = false; + this.xrTableCell338.StylePriority.UseBorderColor = false; + this.xrTableCell338.StylePriority.UseBorders = false; + this.xrTableCell338.StylePriority.UseFont = false; + this.xrTableCell338.StylePriority.UsePadding = false; + this.xrTableCell338.StylePriority.UseTextAlignment = false; + this.xrTableCell338.Text = "Sie arbeitet sorgfältig."; + this.xrTableCell338.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell338.Weight = 0.50116327499906344D; + // + // xrTableCell339 + // + this.xrTableCell339.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell339.BorderWidth = 2F; + this.xrTableCell339.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell339.Name = "xrTableCell339"; + this.xrTableCell339.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell339.StylePriority.UseBorders = false; + this.xrTableCell339.StylePriority.UseBorderWidth = false; + this.xrTableCell339.StylePriority.UseFont = false; + this.xrTableCell339.StylePriority.UsePadding = false; + this.xrTableCell339.StylePriority.UseTextAlignment = false; + this.xrTableCell339.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell339.Weight = 0.061261482150709472D; + // + // xrTableCell340 + // + this.xrTableCell340.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell340.BorderWidth = 2F; + this.xrTableCell340.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell340.Name = "xrTableCell340"; + this.xrTableCell340.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell340.StylePriority.UseBorders = false; + this.xrTableCell340.StylePriority.UseBorderWidth = false; + this.xrTableCell340.StylePriority.UseFont = false; + this.xrTableCell340.StylePriority.UsePadding = false; + this.xrTableCell340.StylePriority.UseTextAlignment = false; + this.xrTableCell340.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell340.Weight = 0.0612614842154718D; + // + // xrTableCell341 + // + this.xrTableCell341.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell341.BorderWidth = 2F; + this.xrTableCell341.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell341.Name = "xrTableCell341"; + this.xrTableCell341.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell341.StylePriority.UseBorders = false; + this.xrTableCell341.StylePriority.UseBorderWidth = false; + this.xrTableCell341.StylePriority.UseFont = false; + this.xrTableCell341.StylePriority.UsePadding = false; + this.xrTableCell341.StylePriority.UseTextAlignment = false; + this.xrTableCell341.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell341.Weight = 0.061261484438960234D; + // + // xrTableCell342 + // + this.xrTableCell342.BackColor = System.Drawing.Color.Gray; + this.xrTableCell342.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell342.BorderWidth = 2F; + this.xrTableCell342.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell342.Name = "xrTableCell342"; + this.xrTableCell342.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell342.StylePriority.UseBackColor = false; + this.xrTableCell342.StylePriority.UseBorders = false; + this.xrTableCell342.StylePriority.UseBorderWidth = false; + this.xrTableCell342.StylePriority.UseFont = false; + this.xrTableCell342.StylePriority.UsePadding = false; + this.xrTableCell342.StylePriority.UseTextAlignment = false; + this.xrTableCell342.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell342.Weight = 0.061261484438960262D; + // + // xrTableCell343 + // + this.xrTableCell343.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell343.BorderWidth = 2F; + this.xrTableCell343.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell343.Name = "xrTableCell343"; + this.xrTableCell343.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell343.StylePriority.UseBorders = false; + this.xrTableCell343.StylePriority.UseBorderWidth = false; + this.xrTableCell343.StylePriority.UseFont = false; + this.xrTableCell343.StylePriority.UsePadding = false; + this.xrTableCell343.StylePriority.UseTextAlignment = false; + this.xrTableCell343.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell343.Weight = 0.081137475599114911D; + // + // xrTableCell344 + // + this.xrTableCell344.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell344.BorderWidth = 2F; + this.xrTableCell344.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell344.Name = "xrTableCell344"; + this.xrTableCell344.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell344.StylePriority.UseBorders = false; + this.xrTableCell344.StylePriority.UseBorderWidth = false; + this.xrTableCell344.StylePriority.UseFont = false; + this.xrTableCell344.StylePriority.UsePadding = false; + this.xrTableCell344.StylePriority.UseTextAlignment = false; + this.xrTableCell344.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell344.Weight = 0.061261484438960241D; + // + // xrTableCell345 + // + this.xrTableCell345.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell345.BorderWidth = 2F; + this.xrTableCell345.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell345.Name = "xrTableCell345"; + this.xrTableCell345.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell345.StylePriority.UseBorders = false; + this.xrTableCell345.StylePriority.UseBorderWidth = false; + this.xrTableCell345.StylePriority.UseFont = false; + this.xrTableCell345.StylePriority.UsePadding = false; + this.xrTableCell345.StylePriority.UseTextAlignment = false; + this.xrTableCell345.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell345.Weight = 0.061261483853846596D; + // + // xrTableRow45 + // + this.xrTableRow45.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell346, + this.xrTableCell347, + this.xrTableCell348, + this.xrTableCell349, + this.xrTableCell350, + this.xrTableCell351, + this.xrTableCell352, + this.xrTableCell353}); + this.xrTableRow45.Name = "xrTableRow45"; + this.xrTableRow45.Weight = 0.50408416482020879D; + // + // xrTableCell346 + // + this.xrTableCell346.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell346.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell346.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell346.Name = "xrTableCell346"; + this.xrTableCell346.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell346.StylePriority.UseBackColor = false; + this.xrTableCell346.StylePriority.UseBorders = false; + this.xrTableCell346.StylePriority.UseFont = false; + this.xrTableCell346.StylePriority.UsePadding = false; + this.xrTableCell346.StylePriority.UseTextAlignment = false; + this.xrTableCell346.Text = "4. Arbeitstempo"; + this.xrTableCell346.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell346.Weight = 0.52355872530611924D; + // + // xrTableCell347 + // + this.xrTableCell347.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell347.BorderWidth = 2F; + this.xrTableCell347.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell347.Name = "xrTableCell347"; + this.xrTableCell347.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell347.StylePriority.UseBorders = false; + this.xrTableCell347.StylePriority.UseBorderWidth = false; + this.xrTableCell347.StylePriority.UseFont = false; + this.xrTableCell347.StylePriority.UsePadding = false; + this.xrTableCell347.StylePriority.UseTextAlignment = false; + this.xrTableCell347.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell347.Weight = 0.061261480980482223D; + // + // xrTableCell348 + // + this.xrTableCell348.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell348.BorderWidth = 2F; + this.xrTableCell348.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell348.Name = "xrTableCell348"; + this.xrTableCell348.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell348.StylePriority.UseBorders = false; + this.xrTableCell348.StylePriority.UseBorderWidth = false; + this.xrTableCell348.StylePriority.UseFont = false; + this.xrTableCell348.StylePriority.UsePadding = false; + this.xrTableCell348.StylePriority.UseTextAlignment = false; + this.xrTableCell348.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell348.Weight = 0.0612614842154718D; + // + // xrTableCell349 + // + this.xrTableCell349.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell349.BorderWidth = 2F; + this.xrTableCell349.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell349.Name = "xrTableCell349"; + this.xrTableCell349.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell349.StylePriority.UseBorders = false; + this.xrTableCell349.StylePriority.UseBorderWidth = false; + this.xrTableCell349.StylePriority.UseFont = false; + this.xrTableCell349.StylePriority.UsePadding = false; + this.xrTableCell349.StylePriority.UseTextAlignment = false; + this.xrTableCell349.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell349.Weight = 0.061261484438960234D; + // + // xrTableCell350 + // + this.xrTableCell350.BackColor = System.Drawing.Color.Gray; + this.xrTableCell350.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell350.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell350.Name = "xrTableCell350"; + this.xrTableCell350.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell350.StylePriority.UseBackColor = false; + this.xrTableCell350.StylePriority.UseBorders = false; + this.xrTableCell350.StylePriority.UseFont = false; + this.xrTableCell350.StylePriority.UsePadding = false; + this.xrTableCell350.StylePriority.UseTextAlignment = false; + this.xrTableCell350.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell350.Weight = 0.061261484438960255D; + // + // xrTableCell351 + // + this.xrTableCell351.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell351.BorderWidth = 2F; + this.xrTableCell351.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell351.Name = "xrTableCell351"; + this.xrTableCell351.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell351.StylePriority.UseBorders = false; + this.xrTableCell351.StylePriority.UseBorderWidth = false; + this.xrTableCell351.StylePriority.UseFont = false; + this.xrTableCell351.StylePriority.UsePadding = false; + this.xrTableCell351.StylePriority.UseTextAlignment = false; + this.xrTableCell351.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell351.Weight = 0.081137434053512467D; + // + // xrTableCell352 + // + this.xrTableCell352.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell352.BorderWidth = 2F; + this.xrTableCell352.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell352.Name = "xrTableCell352"; + this.xrTableCell352.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell352.StylePriority.UseBorders = false; + this.xrTableCell352.StylePriority.UseBorderWidth = false; + this.xrTableCell352.StylePriority.UseFont = false; + this.xrTableCell352.StylePriority.UsePadding = false; + this.xrTableCell352.StylePriority.UseTextAlignment = false; + this.xrTableCell352.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell352.Weight = 0.061261484438960241D; + // + // xrTableCell353 + // + this.xrTableCell353.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell353.BorderWidth = 2F; + this.xrTableCell353.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell353.Name = "xrTableCell353"; + this.xrTableCell353.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell353.StylePriority.UseBorders = false; + this.xrTableCell353.StylePriority.UseBorderWidth = false; + this.xrTableCell353.StylePriority.UseFont = false; + this.xrTableCell353.StylePriority.UsePadding = false; + this.xrTableCell353.StylePriority.UseTextAlignment = false; + this.xrTableCell353.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell353.Weight = 0.061261483853846596D; + // + // xrTableRow46 + // + this.xrTableRow46.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell354, + this.xrTableCell355, + this.xrTableCell356, + this.xrTableCell357, + this.xrTableCell358, + this.xrTableCell359, + this.xrTableCell360, + this.xrTableCell361, + this.xrTableCell362}); + this.xrTableRow46.Name = "xrTableRow46"; + this.xrTableRow46.Weight = 0.50408416482020879D; + // + // xrTableCell354 + // + this.xrTableCell354.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell354.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell354.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell354.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell354.Name = "xrTableCell354"; + this.xrTableCell354.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell354.StylePriority.UseBackColor = false; + this.xrTableCell354.StylePriority.UseBorderColor = false; + this.xrTableCell354.StylePriority.UseBorders = false; + this.xrTableCell354.StylePriority.UseFont = false; + this.xrTableCell354.StylePriority.UsePadding = false; + this.xrTableCell354.StylePriority.UseTextAlignment = false; + this.xrTableCell354.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell354.Weight = 0.022395407591226157D; + // + // xrTableCell355 + // + this.xrTableCell355.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell355.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell355.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell355.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell355.Name = "xrTableCell355"; + this.xrTableCell355.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell355.StylePriority.UseBackColor = false; + this.xrTableCell355.StylePriority.UseBorderColor = false; + this.xrTableCell355.StylePriority.UseBorders = false; + this.xrTableCell355.StylePriority.UseFont = false; + this.xrTableCell355.StylePriority.UsePadding = false; + this.xrTableCell355.StylePriority.UseTextAlignment = false; + this.xrTableCell355.Text = "Sie arbeitet zügig."; + this.xrTableCell355.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell355.Weight = 0.50116326461266281D; + // + // xrTableCell356 + // + this.xrTableCell356.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell356.BorderWidth = 2F; + this.xrTableCell356.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell356.Name = "xrTableCell356"; + this.xrTableCell356.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell356.StylePriority.UseBorders = false; + this.xrTableCell356.StylePriority.UseBorderWidth = false; + this.xrTableCell356.StylePriority.UseFont = false; + this.xrTableCell356.StylePriority.UsePadding = false; + this.xrTableCell356.StylePriority.UseTextAlignment = false; + this.xrTableCell356.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell356.Weight = 0.061261483052322985D; + // + // xrTableCell357 + // + this.xrTableCell357.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell357.BorderWidth = 2F; + this.xrTableCell357.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell357.Name = "xrTableCell357"; + this.xrTableCell357.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell357.StylePriority.UseBorders = false; + this.xrTableCell357.StylePriority.UseBorderWidth = false; + this.xrTableCell357.StylePriority.UseFont = false; + this.xrTableCell357.StylePriority.UsePadding = false; + this.xrTableCell357.StylePriority.UseTextAlignment = false; + this.xrTableCell357.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell357.Weight = 0.061261483313858278D; + // + // xrTableCell358 + // + this.xrTableCell358.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell358.BorderWidth = 2F; + this.xrTableCell358.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell358.Name = "xrTableCell358"; + this.xrTableCell358.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell358.StylePriority.UseBorders = false; + this.xrTableCell358.StylePriority.UseBorderWidth = false; + this.xrTableCell358.StylePriority.UseFont = false; + this.xrTableCell358.StylePriority.UsePadding = false; + this.xrTableCell358.StylePriority.UseTextAlignment = false; + this.xrTableCell358.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell358.Weight = 0.061261484438960241D; + // + // xrTableCell359 + // + this.xrTableCell359.BackColor = System.Drawing.Color.Gray; + this.xrTableCell359.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell359.BorderWidth = 2F; + this.xrTableCell359.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell359.Name = "xrTableCell359"; + this.xrTableCell359.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell359.StylePriority.UseBackColor = false; + this.xrTableCell359.StylePriority.UseBorders = false; + this.xrTableCell359.StylePriority.UseBorderWidth = false; + this.xrTableCell359.StylePriority.UseFont = false; + this.xrTableCell359.StylePriority.UsePadding = false; + this.xrTableCell359.StylePriority.UseTextAlignment = false; + this.xrTableCell359.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell359.Weight = 0.061261484438960262D; + // + // xrTableCell360 + // + this.xrTableCell360.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell360.BorderWidth = 2F; + this.xrTableCell360.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell360.Name = "xrTableCell360"; + this.xrTableCell360.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell360.StylePriority.UseBorders = false; + this.xrTableCell360.StylePriority.UseBorderWidth = false; + this.xrTableCell360.StylePriority.UseFont = false; + this.xrTableCell360.StylePriority.UsePadding = false; + this.xrTableCell360.StylePriority.UseTextAlignment = false; + this.xrTableCell360.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell360.Weight = 0.081137485985515526D; + // + // xrTableCell361 + // + this.xrTableCell361.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell361.BorderWidth = 2F; + this.xrTableCell361.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell361.Name = "xrTableCell361"; + this.xrTableCell361.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell361.StylePriority.UseBorders = false; + this.xrTableCell361.StylePriority.UseBorderWidth = false; + this.xrTableCell361.StylePriority.UseFont = false; + this.xrTableCell361.StylePriority.UsePadding = false; + this.xrTableCell361.StylePriority.UseTextAlignment = false; + this.xrTableCell361.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell361.Weight = 0.061261484438960241D; + // + // xrTableCell362 + // + this.xrTableCell362.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell362.BorderWidth = 2F; + this.xrTableCell362.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell362.Name = "xrTableCell362"; + this.xrTableCell362.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell362.StylePriority.UseBorders = false; + this.xrTableCell362.StylePriority.UseBorderWidth = false; + this.xrTableCell362.StylePriority.UseFont = false; + this.xrTableCell362.StylePriority.UsePadding = false; + this.xrTableCell362.StylePriority.UseTextAlignment = false; + this.xrTableCell362.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell362.Weight = 0.061261483853846596D; + // + // xrTableRow47 + // + this.xrTableRow47.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell363, + this.xrTableCell364, + this.xrTableCell365, + this.xrTableCell366, + this.xrTableCell367, + this.xrTableCell368, + this.xrTableCell369, + this.xrTableCell370}); + this.xrTableRow47.Name = "xrTableRow47"; + this.xrTableRow47.Weight = 0.50408416482020879D; + // + // xrTableCell363 + // + this.xrTableCell363.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell363.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell363.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell363.Name = "xrTableCell363"; + this.xrTableCell363.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell363.StylePriority.UseBackColor = false; + this.xrTableCell363.StylePriority.UseBorders = false; + this.xrTableCell363.StylePriority.UseFont = false; + this.xrTableCell363.StylePriority.UsePadding = false; + this.xrTableCell363.StylePriority.UseTextAlignment = false; + this.xrTableCell363.Text = "5. Umstellungsfähigkeit / Flexibilität"; + this.xrTableCell363.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell363.Weight = 0.52355872530611924D; + // + // xrTableCell364 + // + this.xrTableCell364.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell364.BorderWidth = 2F; + this.xrTableCell364.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell364.Name = "xrTableCell364"; + this.xrTableCell364.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell364.StylePriority.UseBorders = false; + this.xrTableCell364.StylePriority.UseBorderWidth = false; + this.xrTableCell364.StylePriority.UseFont = false; + this.xrTableCell364.StylePriority.UsePadding = false; + this.xrTableCell364.StylePriority.UseTextAlignment = false; + this.xrTableCell364.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell364.Weight = 0.061261480980482223D; + // + // xrTableCell365 + // + this.xrTableCell365.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell365.BorderWidth = 2F; + this.xrTableCell365.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell365.Name = "xrTableCell365"; + this.xrTableCell365.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell365.StylePriority.UseBorders = false; + this.xrTableCell365.StylePriority.UseBorderWidth = false; + this.xrTableCell365.StylePriority.UseFont = false; + this.xrTableCell365.StylePriority.UsePadding = false; + this.xrTableCell365.StylePriority.UseTextAlignment = false; + this.xrTableCell365.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell365.Weight = 0.0612614842154718D; + // + // xrTableCell366 + // + this.xrTableCell366.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell366.BorderWidth = 2F; + this.xrTableCell366.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell366.Name = "xrTableCell366"; + this.xrTableCell366.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell366.StylePriority.UseBorders = false; + this.xrTableCell366.StylePriority.UseBorderWidth = false; + this.xrTableCell366.StylePriority.UseFont = false; + this.xrTableCell366.StylePriority.UsePadding = false; + this.xrTableCell366.StylePriority.UseTextAlignment = false; + this.xrTableCell366.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell366.Weight = 0.061261484438960234D; + // + // xrTableCell367 + // + this.xrTableCell367.BackColor = System.Drawing.Color.Gray; + this.xrTableCell367.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell367.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell367.Name = "xrTableCell367"; + this.xrTableCell367.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell367.StylePriority.UseBackColor = false; + this.xrTableCell367.StylePriority.UseBorders = false; + this.xrTableCell367.StylePriority.UseFont = false; + this.xrTableCell367.StylePriority.UsePadding = false; + this.xrTableCell367.StylePriority.UseTextAlignment = false; + this.xrTableCell367.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell367.Weight = 0.061261484438960255D; + // + // xrTableCell368 + // + this.xrTableCell368.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell368.BorderWidth = 2F; + this.xrTableCell368.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell368.Name = "xrTableCell368"; + this.xrTableCell368.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell368.StylePriority.UseBorders = false; + this.xrTableCell368.StylePriority.UseBorderWidth = false; + this.xrTableCell368.StylePriority.UseFont = false; + this.xrTableCell368.StylePriority.UsePadding = false; + this.xrTableCell368.StylePriority.UseTextAlignment = false; + this.xrTableCell368.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell368.Weight = 0.081137434053512467D; + // + // xrTableCell369 + // + this.xrTableCell369.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell369.BorderWidth = 2F; + this.xrTableCell369.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell369.Name = "xrTableCell369"; + this.xrTableCell369.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell369.StylePriority.UseBorders = false; + this.xrTableCell369.StylePriority.UseBorderWidth = false; + this.xrTableCell369.StylePriority.UseFont = false; + this.xrTableCell369.StylePriority.UsePadding = false; + this.xrTableCell369.StylePriority.UseTextAlignment = false; + this.xrTableCell369.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell369.Weight = 0.061261484438960241D; + // + // xrTableCell370 + // + this.xrTableCell370.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell370.BorderWidth = 2F; + this.xrTableCell370.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell370.Name = "xrTableCell370"; + this.xrTableCell370.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell370.StylePriority.UseBorders = false; + this.xrTableCell370.StylePriority.UseBorderWidth = false; + this.xrTableCell370.StylePriority.UseFont = false; + this.xrTableCell370.StylePriority.UsePadding = false; + this.xrTableCell370.StylePriority.UseTextAlignment = false; + this.xrTableCell370.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell370.Weight = 0.061261483853846596D; + // + // xrTableRow48 + // + this.xrTableRow48.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell371, + this.xrTableCell372, + this.xrTableCell373, + this.xrTableCell374, + this.xrTableCell375, + this.xrTableCell376, + this.xrTableCell377, + this.xrTableCell378, + this.xrTableCell379}); + this.xrTableRow48.Name = "xrTableRow48"; + this.xrTableRow48.Weight = 0.50408416482020879D; + // + // xrTableCell371 + // + this.xrTableCell371.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell371.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell371.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell371.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell371.Name = "xrTableCell371"; + this.xrTableCell371.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell371.StylePriority.UseBackColor = false; + this.xrTableCell371.StylePriority.UseBorderColor = false; + this.xrTableCell371.StylePriority.UseBorders = false; + this.xrTableCell371.StylePriority.UseFont = false; + this.xrTableCell371.StylePriority.UsePadding = false; + this.xrTableCell371.StylePriority.UseTextAlignment = false; + this.xrTableCell371.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell371.Weight = 0.022395428949140983D; + // + // xrTableCell372 + // + this.xrTableCell372.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell372.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell372.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell372.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell372.Name = "xrTableCell372"; + this.xrTableCell372.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell372.StylePriority.UseBackColor = false; + this.xrTableCell372.StylePriority.UseBorderColor = false; + this.xrTableCell372.StylePriority.UseBorders = false; + this.xrTableCell372.StylePriority.UseFont = false; + this.xrTableCell372.StylePriority.UsePadding = false; + this.xrTableCell372.StylePriority.UseTextAlignment = false; + this.xrTableCell372.Text = "Sie kann sich gut auf neue Aufgaben einstellen."; + this.xrTableCell372.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell372.Weight = 0.50116333790258072D; + // + // xrTableCell373 + // + this.xrTableCell373.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell373.BorderWidth = 2F; + this.xrTableCell373.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell373.Name = "xrTableCell373"; + this.xrTableCell373.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell373.StylePriority.UseBorders = false; + this.xrTableCell373.StylePriority.UseBorderWidth = false; + this.xrTableCell373.StylePriority.UseFont = false; + this.xrTableCell373.StylePriority.UsePadding = false; + this.xrTableCell373.StylePriority.UseTextAlignment = false; + this.xrTableCell373.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell373.Weight = 0.061261480980482216D; + // + // xrTableCell374 + // + this.xrTableCell374.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell374.BorderWidth = 2F; + this.xrTableCell374.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell374.Name = "xrTableCell374"; + this.xrTableCell374.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell374.StylePriority.UseBorders = false; + this.xrTableCell374.StylePriority.UseBorderWidth = false; + this.xrTableCell374.StylePriority.UseFont = false; + this.xrTableCell374.StylePriority.UsePadding = false; + this.xrTableCell374.StylePriority.UseTextAlignment = false; + this.xrTableCell374.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell374.Weight = 0.061261484215471791D; + // + // xrTableCell375 + // + this.xrTableCell375.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell375.BorderWidth = 2F; + this.xrTableCell375.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell375.Name = "xrTableCell375"; + this.xrTableCell375.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell375.StylePriority.UseBorders = false; + this.xrTableCell375.StylePriority.UseBorderWidth = false; + this.xrTableCell375.StylePriority.UseFont = false; + this.xrTableCell375.StylePriority.UsePadding = false; + this.xrTableCell375.StylePriority.UseTextAlignment = false; + this.xrTableCell375.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell375.Weight = 0.061261484438960241D; + // + // xrTableCell376 + // + this.xrTableCell376.BackColor = System.Drawing.Color.Gray; + this.xrTableCell376.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell376.BorderWidth = 2F; + this.xrTableCell376.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell376.Name = "xrTableCell376"; + this.xrTableCell376.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell376.StylePriority.UseBackColor = false; + this.xrTableCell376.StylePriority.UseBorders = false; + this.xrTableCell376.StylePriority.UseBorderWidth = false; + this.xrTableCell376.StylePriority.UseFont = false; + this.xrTableCell376.StylePriority.UsePadding = false; + this.xrTableCell376.StylePriority.UseTextAlignment = false; + this.xrTableCell376.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell376.Weight = 0.061261484438960255D; + // + // xrTableCell377 + // + this.xrTableCell377.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell377.BorderWidth = 2F; + this.xrTableCell377.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell377.Name = "xrTableCell377"; + this.xrTableCell377.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell377.StylePriority.UseBorders = false; + this.xrTableCell377.StylePriority.UseBorderWidth = false; + this.xrTableCell377.StylePriority.UseFont = false; + this.xrTableCell377.StylePriority.UsePadding = false; + this.xrTableCell377.StylePriority.UseTextAlignment = false; + this.xrTableCell377.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell377.Weight = 0.081137392507910022D; + // + // xrTableCell378 + // + this.xrTableCell378.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell378.BorderWidth = 2F; + this.xrTableCell378.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell378.Name = "xrTableCell378"; + this.xrTableCell378.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell378.StylePriority.UseBorders = false; + this.xrTableCell378.StylePriority.UseBorderWidth = false; + this.xrTableCell378.StylePriority.UseFont = false; + this.xrTableCell378.StylePriority.UsePadding = false; + this.xrTableCell378.StylePriority.UseTextAlignment = false; + this.xrTableCell378.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell378.Weight = 0.061261484438960241D; + // + // xrTableCell379 + // + this.xrTableCell379.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell379.BorderWidth = 2F; + this.xrTableCell379.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell379.Name = "xrTableCell379"; + this.xrTableCell379.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell379.StylePriority.UseBorders = false; + this.xrTableCell379.StylePriority.UseBorderWidth = false; + this.xrTableCell379.StylePriority.UseFont = false; + this.xrTableCell379.StylePriority.UsePadding = false; + this.xrTableCell379.StylePriority.UseTextAlignment = false; + this.xrTableCell379.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell379.Weight = 0.061261483853846596D; + // + // xrTableRow49 + // + this.xrTableRow49.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell380, + this.xrTableCell381, + this.xrTableCell382, + this.xrTableCell383, + this.xrTableCell384, + this.xrTableCell385, + this.xrTableCell386, + this.xrTableCell387}); + this.xrTableRow49.Name = "xrTableRow49"; + this.xrTableRow49.Weight = 0.50408416482020879D; + // + // xrTableCell380 + // + this.xrTableCell380.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell380.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell380.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell380.Name = "xrTableCell380"; + this.xrTableCell380.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell380.StylePriority.UseBackColor = false; + this.xrTableCell380.StylePriority.UseBorders = false; + this.xrTableCell380.StylePriority.UseFont = false; + this.xrTableCell380.StylePriority.UsePadding = false; + this.xrTableCell380.StylePriority.UseTextAlignment = false; + this.xrTableCell380.Text = "6. Kollegialität & Teamarbeit"; + this.xrTableCell380.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell380.Weight = 0.52355872530611924D; + // + // xrTableCell381 + // + this.xrTableCell381.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell381.BorderWidth = 2F; + this.xrTableCell381.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell381.Name = "xrTableCell381"; + this.xrTableCell381.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell381.StylePriority.UseBorders = false; + this.xrTableCell381.StylePriority.UseBorderWidth = false; + this.xrTableCell381.StylePriority.UseFont = false; + this.xrTableCell381.StylePriority.UsePadding = false; + this.xrTableCell381.StylePriority.UseTextAlignment = false; + this.xrTableCell381.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell381.Weight = 0.061261480980482223D; + // + // xrTableCell382 + // + this.xrTableCell382.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell382.BorderWidth = 2F; + this.xrTableCell382.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell382.Name = "xrTableCell382"; + this.xrTableCell382.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell382.StylePriority.UseBorders = false; + this.xrTableCell382.StylePriority.UseBorderWidth = false; + this.xrTableCell382.StylePriority.UseFont = false; + this.xrTableCell382.StylePriority.UsePadding = false; + this.xrTableCell382.StylePriority.UseTextAlignment = false; + this.xrTableCell382.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell382.Weight = 0.0612614842154718D; + // + // xrTableCell383 + // + this.xrTableCell383.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell383.BorderWidth = 2F; + this.xrTableCell383.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell383.Name = "xrTableCell383"; + this.xrTableCell383.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell383.StylePriority.UseBorders = false; + this.xrTableCell383.StylePriority.UseBorderWidth = false; + this.xrTableCell383.StylePriority.UseFont = false; + this.xrTableCell383.StylePriority.UsePadding = false; + this.xrTableCell383.StylePriority.UseTextAlignment = false; + this.xrTableCell383.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell383.Weight = 0.061261484438960234D; + // + // xrTableCell384 + // + this.xrTableCell384.BackColor = System.Drawing.Color.Gray; + this.xrTableCell384.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell384.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell384.Name = "xrTableCell384"; + this.xrTableCell384.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell384.StylePriority.UseBackColor = false; + this.xrTableCell384.StylePriority.UseBorders = false; + this.xrTableCell384.StylePriority.UseFont = false; + this.xrTableCell384.StylePriority.UsePadding = false; + this.xrTableCell384.StylePriority.UseTextAlignment = false; + this.xrTableCell384.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell384.Weight = 0.061261484438960255D; + // + // xrTableCell385 + // + this.xrTableCell385.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell385.BorderWidth = 2F; + this.xrTableCell385.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell385.Name = "xrTableCell385"; + this.xrTableCell385.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell385.StylePriority.UseBorders = false; + this.xrTableCell385.StylePriority.UseBorderWidth = false; + this.xrTableCell385.StylePriority.UseFont = false; + this.xrTableCell385.StylePriority.UsePadding = false; + this.xrTableCell385.StylePriority.UseTextAlignment = false; + this.xrTableCell385.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell385.Weight = 0.081137434053512467D; + // + // xrTableCell386 + // + this.xrTableCell386.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell386.BorderWidth = 2F; + this.xrTableCell386.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell386.Name = "xrTableCell386"; + this.xrTableCell386.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell386.StylePriority.UseBorders = false; + this.xrTableCell386.StylePriority.UseBorderWidth = false; + this.xrTableCell386.StylePriority.UseFont = false; + this.xrTableCell386.StylePriority.UsePadding = false; + this.xrTableCell386.StylePriority.UseTextAlignment = false; + this.xrTableCell386.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell386.Weight = 0.061261484438960241D; + // + // xrTableCell387 + // + this.xrTableCell387.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell387.BorderWidth = 2F; + this.xrTableCell387.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell387.Name = "xrTableCell387"; + this.xrTableCell387.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell387.StylePriority.UseBorders = false; + this.xrTableCell387.StylePriority.UseBorderWidth = false; + this.xrTableCell387.StylePriority.UseFont = false; + this.xrTableCell387.StylePriority.UsePadding = false; + this.xrTableCell387.StylePriority.UseTextAlignment = false; + this.xrTableCell387.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell387.Weight = 0.061261483853846596D; + // + // xrTableRow50 + // + this.xrTableRow50.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell388, + this.xrTableCell389, + this.xrTableCell390, + this.xrTableCell391, + this.xrTableCell392, + this.xrTableCell393, + this.xrTableCell394, + this.xrTableCell395, + this.xrTableCell396}); + this.xrTableRow50.Name = "xrTableRow50"; + this.xrTableRow50.Weight = 0.50408416482020879D; + // + // xrTableCell388 + // + this.xrTableCell388.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell388.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell388.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell388.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell388.Name = "xrTableCell388"; + this.xrTableCell388.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell388.StylePriority.UseBackColor = false; + this.xrTableCell388.StylePriority.UseBorderColor = false; + this.xrTableCell388.StylePriority.UseBorders = false; + this.xrTableCell388.StylePriority.UseFont = false; + this.xrTableCell388.StylePriority.UsePadding = false; + this.xrTableCell388.StylePriority.UseTextAlignment = false; + this.xrTableCell388.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell388.Weight = 0.022395450307055836D; + // + // xrTableCell389 + // + this.xrTableCell389.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell389.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell389.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell389.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell389.Name = "xrTableCell389"; + this.xrTableCell389.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell389.StylePriority.UseBackColor = false; + this.xrTableCell389.StylePriority.UseBorderColor = false; + this.xrTableCell389.StylePriority.UseBorders = false; + this.xrTableCell389.StylePriority.UseFont = false; + this.xrTableCell389.StylePriority.UsePadding = false; + this.xrTableCell389.StylePriority.UseTextAlignment = false; + this.xrTableCell389.Text = "Sie hat einen guten Umgang mit Kolleginnen und Kollegen."; + this.xrTableCell389.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell389.Weight = 0.50116323228323378D; + // + // xrTableCell390 + // + this.xrTableCell390.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell390.BorderWidth = 2F; + this.xrTableCell390.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell390.Name = "xrTableCell390"; + this.xrTableCell390.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell390.StylePriority.UseBorders = false; + this.xrTableCell390.StylePriority.UseBorderWidth = false; + this.xrTableCell390.StylePriority.UseFont = false; + this.xrTableCell390.StylePriority.UsePadding = false; + this.xrTableCell390.StylePriority.UseTextAlignment = false; + this.xrTableCell390.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell390.Weight = 0.061261482150709472D; + // + // xrTableCell391 + // + this.xrTableCell391.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell391.BorderWidth = 2F; + this.xrTableCell391.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell391.Name = "xrTableCell391"; + this.xrTableCell391.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell391.StylePriority.UseBorders = false; + this.xrTableCell391.StylePriority.UseBorderWidth = false; + this.xrTableCell391.StylePriority.UseFont = false; + this.xrTableCell391.StylePriority.UsePadding = false; + this.xrTableCell391.StylePriority.UseTextAlignment = false; + this.xrTableCell391.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell391.Weight = 0.0612614842154718D; + // + // xrTableCell392 + // + this.xrTableCell392.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell392.BorderWidth = 2F; + this.xrTableCell392.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell392.Name = "xrTableCell392"; + this.xrTableCell392.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell392.StylePriority.UseBorders = false; + this.xrTableCell392.StylePriority.UseBorderWidth = false; + this.xrTableCell392.StylePriority.UseFont = false; + this.xrTableCell392.StylePriority.UsePadding = false; + this.xrTableCell392.StylePriority.UseTextAlignment = false; + this.xrTableCell392.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell392.Weight = 0.061261484438960234D; + // + // xrTableCell393 + // + this.xrTableCell393.BackColor = System.Drawing.Color.Gray; + this.xrTableCell393.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell393.BorderWidth = 2F; + this.xrTableCell393.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell393.Name = "xrTableCell393"; + this.xrTableCell393.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell393.StylePriority.UseBackColor = false; + this.xrTableCell393.StylePriority.UseBorders = false; + this.xrTableCell393.StylePriority.UseBorderWidth = false; + this.xrTableCell393.StylePriority.UseFont = false; + this.xrTableCell393.StylePriority.UsePadding = false; + this.xrTableCell393.StylePriority.UseTextAlignment = false; + this.xrTableCell393.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell393.Weight = 0.061261484438960262D; + // + // xrTableCell394 + // + this.xrTableCell394.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell394.BorderWidth = 2F; + this.xrTableCell394.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell394.Name = "xrTableCell394"; + this.xrTableCell394.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell394.StylePriority.UseBorders = false; + this.xrTableCell394.StylePriority.UseBorderWidth = false; + this.xrTableCell394.StylePriority.UseFont = false; + this.xrTableCell394.StylePriority.UsePadding = false; + this.xrTableCell394.StylePriority.UseTextAlignment = false; + this.xrTableCell394.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell394.Weight = 0.081137475599114911D; + // + // xrTableCell395 + // + this.xrTableCell395.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell395.BorderWidth = 2F; + this.xrTableCell395.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell395.Name = "xrTableCell395"; + this.xrTableCell395.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell395.StylePriority.UseBorders = false; + this.xrTableCell395.StylePriority.UseBorderWidth = false; + this.xrTableCell395.StylePriority.UseFont = false; + this.xrTableCell395.StylePriority.UsePadding = false; + this.xrTableCell395.StylePriority.UseTextAlignment = false; + this.xrTableCell395.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell395.Weight = 0.061261484438960241D; + // + // xrTableCell396 + // + this.xrTableCell396.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell396.BorderWidth = 2F; + this.xrTableCell396.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell396.Name = "xrTableCell396"; + this.xrTableCell396.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell396.StylePriority.UseBorders = false; + this.xrTableCell396.StylePriority.UseBorderWidth = false; + this.xrTableCell396.StylePriority.UseFont = false; + this.xrTableCell396.StylePriority.UsePadding = false; + this.xrTableCell396.StylePriority.UseTextAlignment = false; + this.xrTableCell396.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell396.Weight = 0.061261483853846596D; + // + // xrTableRow51 + // + this.xrTableRow51.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell397, + this.xrTableCell398, + this.xrTableCell399, + this.xrTableCell400, + this.xrTableCell401, + this.xrTableCell402, + this.xrTableCell403, + this.xrTableCell404}); + this.xrTableRow51.Name = "xrTableRow51"; + this.xrTableRow51.Weight = 0.50408416482020879D; + // + // xrTableCell397 + // + this.xrTableCell397.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell397.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell397.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell397.Name = "xrTableCell397"; + this.xrTableCell397.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell397.StylePriority.UseBackColor = false; + this.xrTableCell397.StylePriority.UseBorders = false; + this.xrTableCell397.StylePriority.UseFont = false; + this.xrTableCell397.StylePriority.UsePadding = false; + this.xrTableCell397.StylePriority.UseTextAlignment = false; + this.xrTableCell397.Text = "7. Selbständigkeit & Verantwortungsbereitschaft"; + this.xrTableCell397.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell397.Weight = 0.52355872530611924D; + // + // xrTableCell398 + // + this.xrTableCell398.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell398.BorderWidth = 2F; + this.xrTableCell398.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell398.Name = "xrTableCell398"; + this.xrTableCell398.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell398.StylePriority.UseBorders = false; + this.xrTableCell398.StylePriority.UseBorderWidth = false; + this.xrTableCell398.StylePriority.UseFont = false; + this.xrTableCell398.StylePriority.UsePadding = false; + this.xrTableCell398.StylePriority.UseTextAlignment = false; + this.xrTableCell398.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell398.Weight = 0.061261480980482223D; + // + // xrTableCell399 + // + this.xrTableCell399.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell399.BorderWidth = 2F; + this.xrTableCell399.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell399.Name = "xrTableCell399"; + this.xrTableCell399.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell399.StylePriority.UseBorders = false; + this.xrTableCell399.StylePriority.UseBorderWidth = false; + this.xrTableCell399.StylePriority.UseFont = false; + this.xrTableCell399.StylePriority.UsePadding = false; + this.xrTableCell399.StylePriority.UseTextAlignment = false; + this.xrTableCell399.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell399.Weight = 0.0612614842154718D; + // + // xrTableCell400 + // + this.xrTableCell400.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell400.BorderWidth = 2F; + this.xrTableCell400.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell400.Name = "xrTableCell400"; + this.xrTableCell400.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell400.StylePriority.UseBorders = false; + this.xrTableCell400.StylePriority.UseBorderWidth = false; + this.xrTableCell400.StylePriority.UseFont = false; + this.xrTableCell400.StylePriority.UsePadding = false; + this.xrTableCell400.StylePriority.UseTextAlignment = false; + this.xrTableCell400.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell400.Weight = 0.061261484438960234D; + // + // xrTableCell401 + // + this.xrTableCell401.BackColor = System.Drawing.Color.Gray; + this.xrTableCell401.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell401.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell401.Name = "xrTableCell401"; + this.xrTableCell401.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell401.StylePriority.UseBackColor = false; + this.xrTableCell401.StylePriority.UseBorders = false; + this.xrTableCell401.StylePriority.UseFont = false; + this.xrTableCell401.StylePriority.UsePadding = false; + this.xrTableCell401.StylePriority.UseTextAlignment = false; + this.xrTableCell401.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell401.Weight = 0.061261484438960255D; + // + // xrTableCell402 + // + this.xrTableCell402.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell402.BorderWidth = 2F; + this.xrTableCell402.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell402.Name = "xrTableCell402"; + this.xrTableCell402.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell402.StylePriority.UseBorders = false; + this.xrTableCell402.StylePriority.UseBorderWidth = false; + this.xrTableCell402.StylePriority.UseFont = false; + this.xrTableCell402.StylePriority.UsePadding = false; + this.xrTableCell402.StylePriority.UseTextAlignment = false; + this.xrTableCell402.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell402.Weight = 0.081137434053512467D; + // + // xrTableCell403 + // + this.xrTableCell403.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell403.BorderWidth = 2F; + this.xrTableCell403.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell403.Name = "xrTableCell403"; + this.xrTableCell403.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell403.StylePriority.UseBorders = false; + this.xrTableCell403.StylePriority.UseBorderWidth = false; + this.xrTableCell403.StylePriority.UseFont = false; + this.xrTableCell403.StylePriority.UsePadding = false; + this.xrTableCell403.StylePriority.UseTextAlignment = false; + this.xrTableCell403.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell403.Weight = 0.061261484438960241D; + // + // xrTableCell404 + // + this.xrTableCell404.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell404.BorderWidth = 2F; + this.xrTableCell404.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell404.Name = "xrTableCell404"; + this.xrTableCell404.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell404.StylePriority.UseBorders = false; + this.xrTableCell404.StylePriority.UseBorderWidth = false; + this.xrTableCell404.StylePriority.UseFont = false; + this.xrTableCell404.StylePriority.UsePadding = false; + this.xrTableCell404.StylePriority.UseTextAlignment = false; + this.xrTableCell404.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell404.Weight = 0.061261483853846596D; + // + // xrTableRow52 + // + this.xrTableRow52.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell405, + this.xrTableCell406, + this.xrTableCell407, + this.xrTableCell408, + this.xrTableCell409, + this.xrTableCell410, + this.xrTableCell411, + this.xrTableCell412, + this.xrTableCell413}); + this.xrTableRow52.Name = "xrTableRow52"; + this.xrTableRow52.Weight = 0.50408416482020879D; + // + // xrTableCell405 + // + this.xrTableCell405.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell405.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell405.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell405.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell405.Name = "xrTableCell405"; + this.xrTableCell405.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell405.StylePriority.UseBackColor = false; + this.xrTableCell405.StylePriority.UseBorderColor = false; + this.xrTableCell405.StylePriority.UseBorders = false; + this.xrTableCell405.StylePriority.UseFont = false; + this.xrTableCell405.StylePriority.UsePadding = false; + this.xrTableCell405.StylePriority.UseTextAlignment = false; + this.xrTableCell405.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell405.Weight = 0.022395450307055836D; + // + // xrTableCell406 + // + this.xrTableCell406.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell406.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell406.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell406.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell406.Name = "xrTableCell406"; + this.xrTableCell406.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell406.StylePriority.UseBackColor = false; + this.xrTableCell406.StylePriority.UseBorderColor = false; + this.xrTableCell406.StylePriority.UseBorders = false; + this.xrTableCell406.StylePriority.UseFont = false; + this.xrTableCell406.StylePriority.UsePadding = false; + this.xrTableCell406.StylePriority.UseTextAlignment = false; + this.xrTableCell406.Text = "Sie arbeitet eigeninitiativ."; + this.xrTableCell406.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell406.Weight = 0.50116323228323378D; + // + // xrTableCell407 + // + this.xrTableCell407.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell407.BorderWidth = 2F; + this.xrTableCell407.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell407.Name = "xrTableCell407"; + this.xrTableCell407.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell407.StylePriority.UseBorders = false; + this.xrTableCell407.StylePriority.UseBorderWidth = false; + this.xrTableCell407.StylePriority.UseFont = false; + this.xrTableCell407.StylePriority.UsePadding = false; + this.xrTableCell407.StylePriority.UseTextAlignment = false; + this.xrTableCell407.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell407.Weight = 0.061261482150709472D; + // + // xrTableCell408 + // + this.xrTableCell408.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell408.BorderWidth = 2F; + this.xrTableCell408.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell408.Name = "xrTableCell408"; + this.xrTableCell408.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell408.StylePriority.UseBorders = false; + this.xrTableCell408.StylePriority.UseBorderWidth = false; + this.xrTableCell408.StylePriority.UseFont = false; + this.xrTableCell408.StylePriority.UsePadding = false; + this.xrTableCell408.StylePriority.UseTextAlignment = false; + this.xrTableCell408.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell408.Weight = 0.0612614842154718D; + // + // xrTableCell409 + // + this.xrTableCell409.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell409.BorderWidth = 2F; + this.xrTableCell409.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell409.Name = "xrTableCell409"; + this.xrTableCell409.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell409.StylePriority.UseBorders = false; + this.xrTableCell409.StylePriority.UseBorderWidth = false; + this.xrTableCell409.StylePriority.UseFont = false; + this.xrTableCell409.StylePriority.UsePadding = false; + this.xrTableCell409.StylePriority.UseTextAlignment = false; + this.xrTableCell409.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell409.Weight = 0.061261484438960234D; + // + // xrTableCell410 + // + this.xrTableCell410.BackColor = System.Drawing.Color.Gray; + this.xrTableCell410.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell410.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell410.Name = "xrTableCell410"; + this.xrTableCell410.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell410.StylePriority.UseBackColor = false; + this.xrTableCell410.StylePriority.UseBorders = false; + this.xrTableCell410.StylePriority.UseFont = false; + this.xrTableCell410.StylePriority.UsePadding = false; + this.xrTableCell410.StylePriority.UseTextAlignment = false; + this.xrTableCell410.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell410.Weight = 0.061261484438960262D; + // + // xrTableCell411 + // + this.xrTableCell411.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell411.BorderWidth = 2F; + this.xrTableCell411.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell411.Name = "xrTableCell411"; + this.xrTableCell411.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell411.StylePriority.UseBorders = false; + this.xrTableCell411.StylePriority.UseBorderWidth = false; + this.xrTableCell411.StylePriority.UseFont = false; + this.xrTableCell411.StylePriority.UsePadding = false; + this.xrTableCell411.StylePriority.UseTextAlignment = false; + this.xrTableCell411.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell411.Weight = 0.081137475599114911D; + // + // xrTableCell412 + // + this.xrTableCell412.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell412.BorderWidth = 2F; + this.xrTableCell412.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell412.Name = "xrTableCell412"; + this.xrTableCell412.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell412.StylePriority.UseBorders = false; + this.xrTableCell412.StylePriority.UseBorderWidth = false; + this.xrTableCell412.StylePriority.UseFont = false; + this.xrTableCell412.StylePriority.UsePadding = false; + this.xrTableCell412.StylePriority.UseTextAlignment = false; + this.xrTableCell412.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell412.Weight = 0.061261484438960241D; + // + // xrTableCell413 + // + this.xrTableCell413.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell413.BorderWidth = 2F; + this.xrTableCell413.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell413.Name = "xrTableCell413"; + this.xrTableCell413.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell413.StylePriority.UseBorders = false; + this.xrTableCell413.StylePriority.UseBorderWidth = false; + this.xrTableCell413.StylePriority.UseFont = false; + this.xrTableCell413.StylePriority.UsePadding = false; + this.xrTableCell413.StylePriority.UseTextAlignment = false; + this.xrTableCell413.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell413.Weight = 0.061261483853846596D; + // + // xrTableRow53 + // + this.xrTableRow53.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell414, + this.xrTableCell415, + this.xrTableCell416, + this.xrTableCell417, + this.xrTableCell418, + this.xrTableCell419, + this.xrTableCell420, + this.xrTableCell421, + this.xrTableCell422}); + this.xrTableRow53.Name = "xrTableRow53"; + this.xrTableRow53.Weight = 0.50408416482020879D; + // + // xrTableCell414 + // + this.xrTableCell414.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell414.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell414.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell414.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell414.Name = "xrTableCell414"; + this.xrTableCell414.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell414.StylePriority.UseBackColor = false; + this.xrTableCell414.StylePriority.UseBorderColor = false; + this.xrTableCell414.StylePriority.UseBorders = false; + this.xrTableCell414.StylePriority.UseFont = false; + this.xrTableCell414.StylePriority.UsePadding = false; + this.xrTableCell414.StylePriority.UseTextAlignment = false; + this.xrTableCell414.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell414.Weight = 0.022395450307055836D; + // + // xrTableCell415 + // + this.xrTableCell415.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell415.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell415.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell415.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell415.Name = "xrTableCell415"; + this.xrTableCell415.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell415.StylePriority.UseBackColor = false; + this.xrTableCell415.StylePriority.UseBorderColor = false; + this.xrTableCell415.StylePriority.UseBorders = false; + this.xrTableCell415.StylePriority.UseFont = false; + this.xrTableCell415.StylePriority.UsePadding = false; + this.xrTableCell415.StylePriority.UseTextAlignment = false; + this.xrTableCell415.Text = "Sie nutzt die ihr gewährten Entscheidungs-/Handlungsspielräume."; + this.xrTableCell415.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell415.Weight = 0.50116323228323378D; + // + // xrTableCell416 + // + this.xrTableCell416.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell416.BorderWidth = 2F; + this.xrTableCell416.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell416.Name = "xrTableCell416"; + this.xrTableCell416.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell416.StylePriority.UseBorders = false; + this.xrTableCell416.StylePriority.UseBorderWidth = false; + this.xrTableCell416.StylePriority.UseFont = false; + this.xrTableCell416.StylePriority.UsePadding = false; + this.xrTableCell416.StylePriority.UseTextAlignment = false; + this.xrTableCell416.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell416.Weight = 0.061261482150709472D; + // + // xrTableCell417 + // + this.xrTableCell417.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell417.BorderWidth = 2F; + this.xrTableCell417.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell417.Name = "xrTableCell417"; + this.xrTableCell417.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell417.StylePriority.UseBorders = false; + this.xrTableCell417.StylePriority.UseBorderWidth = false; + this.xrTableCell417.StylePriority.UseFont = false; + this.xrTableCell417.StylePriority.UsePadding = false; + this.xrTableCell417.StylePriority.UseTextAlignment = false; + this.xrTableCell417.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell417.Weight = 0.0612614842154718D; + // + // xrTableCell418 + // + this.xrTableCell418.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell418.BorderWidth = 2F; + this.xrTableCell418.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell418.Name = "xrTableCell418"; + this.xrTableCell418.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell418.StylePriority.UseBorders = false; + this.xrTableCell418.StylePriority.UseBorderWidth = false; + this.xrTableCell418.StylePriority.UseFont = false; + this.xrTableCell418.StylePriority.UsePadding = false; + this.xrTableCell418.StylePriority.UseTextAlignment = false; + this.xrTableCell418.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell418.Weight = 0.061261484438960234D; + // + // xrTableCell419 + // + this.xrTableCell419.BackColor = System.Drawing.Color.Gray; + this.xrTableCell419.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell419.BorderWidth = 2F; + this.xrTableCell419.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell419.Name = "xrTableCell419"; + this.xrTableCell419.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell419.StylePriority.UseBackColor = false; + this.xrTableCell419.StylePriority.UseBorders = false; + this.xrTableCell419.StylePriority.UseBorderWidth = false; + this.xrTableCell419.StylePriority.UseFont = false; + this.xrTableCell419.StylePriority.UsePadding = false; + this.xrTableCell419.StylePriority.UseTextAlignment = false; + this.xrTableCell419.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell419.Weight = 0.061261484438960262D; + // + // xrTableCell420 + // + this.xrTableCell420.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell420.BorderWidth = 2F; + this.xrTableCell420.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell420.Name = "xrTableCell420"; + this.xrTableCell420.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell420.StylePriority.UseBorders = false; + this.xrTableCell420.StylePriority.UseBorderWidth = false; + this.xrTableCell420.StylePriority.UseFont = false; + this.xrTableCell420.StylePriority.UsePadding = false; + this.xrTableCell420.StylePriority.UseTextAlignment = false; + this.xrTableCell420.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell420.Weight = 0.081137475599114911D; + // + // xrTableCell421 + // + this.xrTableCell421.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell421.BorderWidth = 2F; + this.xrTableCell421.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell421.Name = "xrTableCell421"; + this.xrTableCell421.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell421.StylePriority.UseBorders = false; + this.xrTableCell421.StylePriority.UseBorderWidth = false; + this.xrTableCell421.StylePriority.UseFont = false; + this.xrTableCell421.StylePriority.UsePadding = false; + this.xrTableCell421.StylePriority.UseTextAlignment = false; + this.xrTableCell421.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell421.Weight = 0.061261484438960241D; + // + // xrTableCell422 + // + this.xrTableCell422.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell422.BorderWidth = 2F; + this.xrTableCell422.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell422.Name = "xrTableCell422"; + this.xrTableCell422.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell422.StylePriority.UseBorders = false; + this.xrTableCell422.StylePriority.UseBorderWidth = false; + this.xrTableCell422.StylePriority.UseFont = false; + this.xrTableCell422.StylePriority.UsePadding = false; + this.xrTableCell422.StylePriority.UseTextAlignment = false; + this.xrTableCell422.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell422.Weight = 0.061261483853846596D; + // + // xrTableRow54 + // + this.xrTableRow54.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell423, + this.xrTableCell424, + this.xrTableCell425, + this.xrTableCell426, + this.xrTableCell427, + this.xrTableCell428, + this.xrTableCell429, + this.xrTableCell430}); + this.xrTableRow54.Name = "xrTableRow54"; + this.xrTableRow54.Weight = 0.50408416482020879D; + // + // xrTableCell423 + // + this.xrTableCell423.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell423.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell423.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell423.Name = "xrTableCell423"; + this.xrTableCell423.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell423.StylePriority.UseBackColor = false; + this.xrTableCell423.StylePriority.UseBorders = false; + this.xrTableCell423.StylePriority.UseFont = false; + this.xrTableCell423.StylePriority.UsePadding = false; + this.xrTableCell423.StylePriority.UseTextAlignment = false; + this.xrTableCell423.Text = "8. Kundenorientierung bzgl. Kontaktaufnahme/-gestaltung"; + this.xrTableCell423.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell423.Weight = 0.52355872530611924D; + // + // xrTableCell424 + // + this.xrTableCell424.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell424.BorderWidth = 2F; + this.xrTableCell424.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell424.Name = "xrTableCell424"; + this.xrTableCell424.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell424.StylePriority.UseBorders = false; + this.xrTableCell424.StylePriority.UseBorderWidth = false; + this.xrTableCell424.StylePriority.UseFont = false; + this.xrTableCell424.StylePriority.UsePadding = false; + this.xrTableCell424.StylePriority.UseTextAlignment = false; + this.xrTableCell424.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell424.Weight = 0.061261480980482223D; + // + // xrTableCell425 + // + this.xrTableCell425.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell425.BorderWidth = 2F; + this.xrTableCell425.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell425.Name = "xrTableCell425"; + this.xrTableCell425.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell425.StylePriority.UseBorders = false; + this.xrTableCell425.StylePriority.UseBorderWidth = false; + this.xrTableCell425.StylePriority.UseFont = false; + this.xrTableCell425.StylePriority.UsePadding = false; + this.xrTableCell425.StylePriority.UseTextAlignment = false; + this.xrTableCell425.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell425.Weight = 0.0612614842154718D; + // + // xrTableCell426 + // + this.xrTableCell426.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell426.BorderWidth = 2F; + this.xrTableCell426.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell426.Name = "xrTableCell426"; + this.xrTableCell426.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell426.StylePriority.UseBorders = false; + this.xrTableCell426.StylePriority.UseBorderWidth = false; + this.xrTableCell426.StylePriority.UseFont = false; + this.xrTableCell426.StylePriority.UsePadding = false; + this.xrTableCell426.StylePriority.UseTextAlignment = false; + this.xrTableCell426.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell426.Weight = 0.061261484438960234D; + // + // xrTableCell427 + // + this.xrTableCell427.BackColor = System.Drawing.Color.Gray; + this.xrTableCell427.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell427.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell427.Name = "xrTableCell427"; + this.xrTableCell427.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell427.StylePriority.UseBackColor = false; + this.xrTableCell427.StylePriority.UseBorders = false; + this.xrTableCell427.StylePriority.UseFont = false; + this.xrTableCell427.StylePriority.UsePadding = false; + this.xrTableCell427.StylePriority.UseTextAlignment = false; + this.xrTableCell427.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell427.Weight = 0.061261484438960255D; + // + // xrTableCell428 + // + this.xrTableCell428.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell428.BorderWidth = 2F; + this.xrTableCell428.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell428.Name = "xrTableCell428"; + this.xrTableCell428.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell428.StylePriority.UseBorders = false; + this.xrTableCell428.StylePriority.UseBorderWidth = false; + this.xrTableCell428.StylePriority.UseFont = false; + this.xrTableCell428.StylePriority.UsePadding = false; + this.xrTableCell428.StylePriority.UseTextAlignment = false; + this.xrTableCell428.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell428.Weight = 0.081137434053512467D; + // + // xrTableCell429 + // + this.xrTableCell429.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell429.BorderWidth = 2F; + this.xrTableCell429.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell429.Name = "xrTableCell429"; + this.xrTableCell429.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell429.StylePriority.UseBorders = false; + this.xrTableCell429.StylePriority.UseBorderWidth = false; + this.xrTableCell429.StylePriority.UseFont = false; + this.xrTableCell429.StylePriority.UsePadding = false; + this.xrTableCell429.StylePriority.UseTextAlignment = false; + this.xrTableCell429.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell429.Weight = 0.061261484438960241D; + // + // xrTableCell430 + // + this.xrTableCell430.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell430.BorderWidth = 2F; + this.xrTableCell430.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell430.Name = "xrTableCell430"; + this.xrTableCell430.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell430.StylePriority.UseBorders = false; + this.xrTableCell430.StylePriority.UseBorderWidth = false; + this.xrTableCell430.StylePriority.UseFont = false; + this.xrTableCell430.StylePriority.UsePadding = false; + this.xrTableCell430.StylePriority.UseTextAlignment = false; + this.xrTableCell430.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell430.Weight = 0.061261483853846596D; + // + // xrTableRow55 + // + this.xrTableRow55.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell431, + this.xrTableCell432, + this.xrTableCell433, + this.xrTableCell434, + this.xrTableCell435, + this.xrTableCell436, + this.xrTableCell437, + this.xrTableCell438, + this.xrTableCell439}); + this.xrTableRow55.Name = "xrTableRow55"; + this.xrTableRow55.Weight = 0.50408416482020879D; + // + // xrTableCell431 + // + this.xrTableCell431.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell431.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell431.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell431.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell431.Name = "xrTableCell431"; + this.xrTableCell431.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell431.StylePriority.UseBackColor = false; + this.xrTableCell431.StylePriority.UseBorderColor = false; + this.xrTableCell431.StylePriority.UseBorders = false; + this.xrTableCell431.StylePriority.UseFont = false; + this.xrTableCell431.StylePriority.UsePadding = false; + this.xrTableCell431.StylePriority.UseTextAlignment = false; + this.xrTableCell431.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell431.Weight = 0.022395450307055836D; + // + // xrTableCell432 + // + this.xrTableCell432.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell432.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell432.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell432.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell432.Name = "xrTableCell432"; + this.xrTableCell432.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell432.StylePriority.UseBackColor = false; + this.xrTableCell432.StylePriority.UseBorderColor = false; + this.xrTableCell432.StylePriority.UseBorders = false; + this.xrTableCell432.StylePriority.UseFont = false; + this.xrTableCell432.StylePriority.UsePadding = false; + this.xrTableCell432.StylePriority.UseTextAlignment = false; + this.xrTableCell432.Text = "Sie kann sich gut auf Kunden einstellen."; + this.xrTableCell432.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell432.Weight = 0.50116323228323378D; + // + // xrTableCell433 + // + this.xrTableCell433.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell433.BorderWidth = 2F; + this.xrTableCell433.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell433.Name = "xrTableCell433"; + this.xrTableCell433.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell433.StylePriority.UseBorders = false; + this.xrTableCell433.StylePriority.UseBorderWidth = false; + this.xrTableCell433.StylePriority.UseFont = false; + this.xrTableCell433.StylePriority.UsePadding = false; + this.xrTableCell433.StylePriority.UseTextAlignment = false; + this.xrTableCell433.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell433.Weight = 0.061261482150709472D; + // + // xrTableCell434 + // + this.xrTableCell434.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell434.BorderWidth = 2F; + this.xrTableCell434.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell434.Name = "xrTableCell434"; + this.xrTableCell434.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell434.StylePriority.UseBorders = false; + this.xrTableCell434.StylePriority.UseBorderWidth = false; + this.xrTableCell434.StylePriority.UseFont = false; + this.xrTableCell434.StylePriority.UsePadding = false; + this.xrTableCell434.StylePriority.UseTextAlignment = false; + this.xrTableCell434.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell434.Weight = 0.0612614842154718D; + // + // xrTableCell435 + // + this.xrTableCell435.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell435.BorderWidth = 2F; + this.xrTableCell435.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell435.Name = "xrTableCell435"; + this.xrTableCell435.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell435.StylePriority.UseBorders = false; + this.xrTableCell435.StylePriority.UseBorderWidth = false; + this.xrTableCell435.StylePriority.UseFont = false; + this.xrTableCell435.StylePriority.UsePadding = false; + this.xrTableCell435.StylePriority.UseTextAlignment = false; + this.xrTableCell435.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell435.Weight = 0.061261484438960234D; + // + // xrTableCell436 + // + this.xrTableCell436.BackColor = System.Drawing.Color.Gray; + this.xrTableCell436.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell436.BorderWidth = 2F; + this.xrTableCell436.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell436.Name = "xrTableCell436"; + this.xrTableCell436.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell436.StylePriority.UseBackColor = false; + this.xrTableCell436.StylePriority.UseBorders = false; + this.xrTableCell436.StylePriority.UseBorderWidth = false; + this.xrTableCell436.StylePriority.UseFont = false; + this.xrTableCell436.StylePriority.UsePadding = false; + this.xrTableCell436.StylePriority.UseTextAlignment = false; + this.xrTableCell436.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell436.Weight = 0.061261484438960262D; + // + // xrTableCell437 + // + this.xrTableCell437.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell437.BorderWidth = 2F; + this.xrTableCell437.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell437.Name = "xrTableCell437"; + this.xrTableCell437.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell437.StylePriority.UseBorders = false; + this.xrTableCell437.StylePriority.UseBorderWidth = false; + this.xrTableCell437.StylePriority.UseFont = false; + this.xrTableCell437.StylePriority.UsePadding = false; + this.xrTableCell437.StylePriority.UseTextAlignment = false; + this.xrTableCell437.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell437.Weight = 0.081137475599114911D; + // + // xrTableCell438 + // + this.xrTableCell438.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell438.BorderWidth = 2F; + this.xrTableCell438.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell438.Name = "xrTableCell438"; + this.xrTableCell438.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell438.StylePriority.UseBorders = false; + this.xrTableCell438.StylePriority.UseBorderWidth = false; + this.xrTableCell438.StylePriority.UseFont = false; + this.xrTableCell438.StylePriority.UsePadding = false; + this.xrTableCell438.StylePriority.UseTextAlignment = false; + this.xrTableCell438.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell438.Weight = 0.061261484438960241D; + // + // xrTableCell439 + // + this.xrTableCell439.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell439.BorderWidth = 2F; + this.xrTableCell439.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell439.Name = "xrTableCell439"; + this.xrTableCell439.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell439.StylePriority.UseBorders = false; + this.xrTableCell439.StylePriority.UseBorderWidth = false; + this.xrTableCell439.StylePriority.UseFont = false; + this.xrTableCell439.StylePriority.UsePadding = false; + this.xrTableCell439.StylePriority.UseTextAlignment = false; + this.xrTableCell439.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell439.Weight = 0.061261483853846596D; + // + // xrTableRow56 + // + this.xrTableRow56.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell440, + this.xrTableCell441, + this.xrTableCell442, + this.xrTableCell443, + this.xrTableCell444, + this.xrTableCell445, + this.xrTableCell446, + this.xrTableCell447}); + this.xrTableRow56.Name = "xrTableRow56"; + this.xrTableRow56.Weight = 0.50408416482020879D; + // + // xrTableCell440 + // + this.xrTableCell440.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell440.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell440.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell440.Name = "xrTableCell440"; + this.xrTableCell440.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell440.StylePriority.UseBackColor = false; + this.xrTableCell440.StylePriority.UseBorders = false; + this.xrTableCell440.StylePriority.UseFont = false; + this.xrTableCell440.StylePriority.UsePadding = false; + this.xrTableCell440.StylePriority.UseTextAlignment = false; + this.xrTableCell440.Text = "9. Achtsamkeit & Selbstfürsorge"; + this.xrTableCell440.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell440.Weight = 0.52355872530611924D; + // + // xrTableCell441 + // + this.xrTableCell441.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell441.BorderWidth = 2F; + this.xrTableCell441.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell441.Name = "xrTableCell441"; + this.xrTableCell441.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell441.StylePriority.UseBorders = false; + this.xrTableCell441.StylePriority.UseBorderWidth = false; + this.xrTableCell441.StylePriority.UseFont = false; + this.xrTableCell441.StylePriority.UsePadding = false; + this.xrTableCell441.StylePriority.UseTextAlignment = false; + this.xrTableCell441.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell441.Weight = 0.061261480980482223D; + // + // xrTableCell442 + // + this.xrTableCell442.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell442.BorderWidth = 2F; + this.xrTableCell442.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell442.Name = "xrTableCell442"; + this.xrTableCell442.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell442.StylePriority.UseBorders = false; + this.xrTableCell442.StylePriority.UseBorderWidth = false; + this.xrTableCell442.StylePriority.UseFont = false; + this.xrTableCell442.StylePriority.UsePadding = false; + this.xrTableCell442.StylePriority.UseTextAlignment = false; + this.xrTableCell442.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell442.Weight = 0.0612614842154718D; + // + // xrTableCell443 + // + this.xrTableCell443.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell443.BorderWidth = 2F; + this.xrTableCell443.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell443.Name = "xrTableCell443"; + this.xrTableCell443.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell443.StylePriority.UseBorders = false; + this.xrTableCell443.StylePriority.UseBorderWidth = false; + this.xrTableCell443.StylePriority.UseFont = false; + this.xrTableCell443.StylePriority.UsePadding = false; + this.xrTableCell443.StylePriority.UseTextAlignment = false; + this.xrTableCell443.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell443.Weight = 0.061261484438960234D; + // + // xrTableCell444 + // + this.xrTableCell444.BackColor = System.Drawing.Color.Gray; + this.xrTableCell444.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell444.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell444.Name = "xrTableCell444"; + this.xrTableCell444.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell444.StylePriority.UseBackColor = false; + this.xrTableCell444.StylePriority.UseBorders = false; + this.xrTableCell444.StylePriority.UseFont = false; + this.xrTableCell444.StylePriority.UsePadding = false; + this.xrTableCell444.StylePriority.UseTextAlignment = false; + this.xrTableCell444.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell444.Weight = 0.061261484438960255D; + // + // xrTableCell445 + // + this.xrTableCell445.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell445.BorderWidth = 2F; + this.xrTableCell445.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell445.Name = "xrTableCell445"; + this.xrTableCell445.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell445.StylePriority.UseBorders = false; + this.xrTableCell445.StylePriority.UseBorderWidth = false; + this.xrTableCell445.StylePriority.UseFont = false; + this.xrTableCell445.StylePriority.UsePadding = false; + this.xrTableCell445.StylePriority.UseTextAlignment = false; + this.xrTableCell445.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell445.Weight = 0.081137434053512467D; + // + // xrTableCell446 + // + this.xrTableCell446.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell446.BorderWidth = 2F; + this.xrTableCell446.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell446.Name = "xrTableCell446"; + this.xrTableCell446.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell446.StylePriority.UseBorders = false; + this.xrTableCell446.StylePriority.UseBorderWidth = false; + this.xrTableCell446.StylePriority.UseFont = false; + this.xrTableCell446.StylePriority.UsePadding = false; + this.xrTableCell446.StylePriority.UseTextAlignment = false; + this.xrTableCell446.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell446.Weight = 0.061261484438960241D; + // + // xrTableCell447 + // + this.xrTableCell447.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell447.BorderWidth = 2F; + this.xrTableCell447.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell447.Name = "xrTableCell447"; + this.xrTableCell447.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell447.StylePriority.UseBorders = false; + this.xrTableCell447.StylePriority.UseBorderWidth = false; + this.xrTableCell447.StylePriority.UseFont = false; + this.xrTableCell447.StylePriority.UsePadding = false; + this.xrTableCell447.StylePriority.UseTextAlignment = false; + this.xrTableCell447.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell447.Weight = 0.061261483853846596D; + // + // xrTableRow57 + // + this.xrTableRow57.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell448, + this.xrTableCell449, + this.xrTableCell450, + this.xrTableCell451, + this.xrTableCell452, + this.xrTableCell453, + this.xrTableCell454, + this.xrTableCell455, + this.xrTableCell456}); + this.xrTableRow57.Name = "xrTableRow57"; + this.xrTableRow57.Weight = 0.50408416482020879D; + // + // xrTableCell448 + // + this.xrTableCell448.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell448.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell448.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell448.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell448.Name = "xrTableCell448"; + this.xrTableCell448.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell448.StylePriority.UseBackColor = false; + this.xrTableCell448.StylePriority.UseBorderColor = false; + this.xrTableCell448.StylePriority.UseBorders = false; + this.xrTableCell448.StylePriority.UseFont = false; + this.xrTableCell448.StylePriority.UsePadding = false; + this.xrTableCell448.StylePriority.UseTextAlignment = false; + this.xrTableCell448.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell448.Weight = 0.022395407591226157D; + // + // xrTableCell449 + // + this.xrTableCell449.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell449.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell449.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell449.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell449.Name = "xrTableCell449"; + this.xrTableCell449.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell449.StylePriority.UseBackColor = false; + this.xrTableCell449.StylePriority.UseBorderColor = false; + this.xrTableCell449.StylePriority.UseBorders = false; + this.xrTableCell449.StylePriority.UseFont = false; + this.xrTableCell449.StylePriority.UsePadding = false; + this.xrTableCell449.StylePriority.UseTextAlignment = false; + this.xrTableCell449.Text = "Sie achtet gut auf sich. Sie achtet auf ihre Belastungsgrenzen."; + this.xrTableCell449.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell449.Weight = 0.50116319190785852D; + // + // xrTableCell450 + // + this.xrTableCell450.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell450.BorderWidth = 2F; + this.xrTableCell450.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell450.Name = "xrTableCell450"; + this.xrTableCell450.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell450.StylePriority.UseBorders = false; + this.xrTableCell450.StylePriority.UseBorderWidth = false; + this.xrTableCell450.StylePriority.UseFont = false; + this.xrTableCell450.StylePriority.UsePadding = false; + this.xrTableCell450.StylePriority.UseTextAlignment = false; + this.xrTableCell450.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell450.Weight = 0.061261482150709458D; + // + // xrTableCell451 + // + this.xrTableCell451.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell451.BorderWidth = 2F; + this.xrTableCell451.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell451.Name = "xrTableCell451"; + this.xrTableCell451.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell451.StylePriority.UseBorders = false; + this.xrTableCell451.StylePriority.UseBorderWidth = false; + this.xrTableCell451.StylePriority.UseFont = false; + this.xrTableCell451.StylePriority.UsePadding = false; + this.xrTableCell451.StylePriority.UseTextAlignment = false; + this.xrTableCell451.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell451.Weight = 0.061261484215471826D; + // + // xrTableCell452 + // + this.xrTableCell452.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell452.BorderWidth = 2F; + this.xrTableCell452.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell452.Name = "xrTableCell452"; + this.xrTableCell452.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell452.StylePriority.UseBorders = false; + this.xrTableCell452.StylePriority.UseBorderWidth = false; + this.xrTableCell452.StylePriority.UseFont = false; + this.xrTableCell452.StylePriority.UsePadding = false; + this.xrTableCell452.StylePriority.UseTextAlignment = false; + this.xrTableCell452.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell452.Weight = 0.061261484438960248D; + // + // xrTableCell453 + // + this.xrTableCell453.BackColor = System.Drawing.Color.Gray; + this.xrTableCell453.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell453.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell453.Name = "xrTableCell453"; + this.xrTableCell453.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell453.StylePriority.UseBackColor = false; + this.xrTableCell453.StylePriority.UseBorders = false; + this.xrTableCell453.StylePriority.UseFont = false; + this.xrTableCell453.StylePriority.UsePadding = false; + this.xrTableCell453.StylePriority.UseTextAlignment = false; + this.xrTableCell453.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell453.Weight = 0.061261484438960262D; + // + // xrTableCell454 + // + this.xrTableCell454.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell454.BorderWidth = 2F; + this.xrTableCell454.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell454.Name = "xrTableCell454"; + this.xrTableCell454.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell454.StylePriority.UseBorders = false; + this.xrTableCell454.StylePriority.UseBorderWidth = false; + this.xrTableCell454.StylePriority.UseFont = false; + this.xrTableCell454.StylePriority.UsePadding = false; + this.xrTableCell454.StylePriority.UseTextAlignment = false; + this.xrTableCell454.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell454.Weight = 0.0811375586903198D; + // + // xrTableCell455 + // + this.xrTableCell455.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell455.BorderWidth = 2F; + this.xrTableCell455.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell455.Name = "xrTableCell455"; + this.xrTableCell455.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell455.StylePriority.UseBorders = false; + this.xrTableCell455.StylePriority.UseBorderWidth = false; + this.xrTableCell455.StylePriority.UseFont = false; + this.xrTableCell455.StylePriority.UsePadding = false; + this.xrTableCell455.StylePriority.UseTextAlignment = false; + this.xrTableCell455.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell455.Weight = 0.061261484438960241D; + // + // xrTableCell456 + // + this.xrTableCell456.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell456.BorderWidth = 2F; + this.xrTableCell456.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell456.Name = "xrTableCell456"; + this.xrTableCell456.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell456.StylePriority.UseBorders = false; + this.xrTableCell456.StylePriority.UseBorderWidth = false; + this.xrTableCell456.StylePriority.UseFont = false; + this.xrTableCell456.StylePriority.UsePadding = false; + this.xrTableCell456.StylePriority.UseTextAlignment = false; + this.xrTableCell456.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell456.Weight = 0.061261483853846596D; + // + // xrTableRow58 + // + this.xrTableRow58.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell457, + this.xrTableCell458, + this.xrTableCell459, + this.xrTableCell460, + this.xrTableCell461, + this.xrTableCell462, + this.xrTableCell463, + this.xrTableCell464, + this.xrTableCell465}); + this.xrTableRow58.Name = "xrTableRow58"; + this.xrTableRow58.Weight = 0.50408416482020879D; + // + // xrTableCell457 + // + this.xrTableCell457.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell457.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell457.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell457.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell457.Name = "xrTableCell457"; + this.xrTableCell457.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell457.StylePriority.UseBackColor = false; + this.xrTableCell457.StylePriority.UseBorderColor = false; + this.xrTableCell457.StylePriority.UseBorders = false; + this.xrTableCell457.StylePriority.UseFont = false; + this.xrTableCell457.StylePriority.UsePadding = false; + this.xrTableCell457.StylePriority.UseTextAlignment = false; + this.xrTableCell457.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell457.Weight = 0.022395407591226157D; + // + // xrTableCell458 + // + this.xrTableCell458.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell458.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell458.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell458.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell458.Name = "xrTableCell458"; + this.xrTableCell458.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell458.StylePriority.UseBackColor = false; + this.xrTableCell458.StylePriority.UseBorderColor = false; + this.xrTableCell458.StylePriority.UseBorders = false; + this.xrTableCell458.StylePriority.UseFont = false; + this.xrTableCell458.StylePriority.UsePadding = false; + this.xrTableCell458.StylePriority.UseTextAlignment = false; + this.xrTableCell458.Text = "Sie achtet auf eine gesunde Balance zw. Unter- und Überforderung."; + this.xrTableCell458.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell458.Weight = 0.50116319190785852D; + // + // xrTableCell459 + // + this.xrTableCell459.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell459.BorderWidth = 2F; + this.xrTableCell459.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell459.Name = "xrTableCell459"; + this.xrTableCell459.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell459.StylePriority.UseBorders = false; + this.xrTableCell459.StylePriority.UseBorderWidth = false; + this.xrTableCell459.StylePriority.UseFont = false; + this.xrTableCell459.StylePriority.UsePadding = false; + this.xrTableCell459.StylePriority.UseTextAlignment = false; + this.xrTableCell459.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell459.Weight = 0.061261482150709458D; + // + // xrTableCell460 + // + this.xrTableCell460.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell460.BorderWidth = 2F; + this.xrTableCell460.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell460.Name = "xrTableCell460"; + this.xrTableCell460.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell460.StylePriority.UseBorders = false; + this.xrTableCell460.StylePriority.UseBorderWidth = false; + this.xrTableCell460.StylePriority.UseFont = false; + this.xrTableCell460.StylePriority.UsePadding = false; + this.xrTableCell460.StylePriority.UseTextAlignment = false; + this.xrTableCell460.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell460.Weight = 0.061261484215471826D; + // + // xrTableCell461 + // + this.xrTableCell461.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell461.BorderWidth = 2F; + this.xrTableCell461.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell461.Name = "xrTableCell461"; + this.xrTableCell461.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell461.StylePriority.UseBorders = false; + this.xrTableCell461.StylePriority.UseBorderWidth = false; + this.xrTableCell461.StylePriority.UseFont = false; + this.xrTableCell461.StylePriority.UsePadding = false; + this.xrTableCell461.StylePriority.UseTextAlignment = false; + this.xrTableCell461.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell461.Weight = 0.061261484438960248D; + // + // xrTableCell462 + // + this.xrTableCell462.BackColor = System.Drawing.Color.Gray; + this.xrTableCell462.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell462.BorderWidth = 2F; + this.xrTableCell462.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell462.Name = "xrTableCell462"; + this.xrTableCell462.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell462.StylePriority.UseBackColor = false; + this.xrTableCell462.StylePriority.UseBorders = false; + this.xrTableCell462.StylePriority.UseBorderWidth = false; + this.xrTableCell462.StylePriority.UseFont = false; + this.xrTableCell462.StylePriority.UsePadding = false; + this.xrTableCell462.StylePriority.UseTextAlignment = false; + this.xrTableCell462.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell462.Weight = 0.061261484438960262D; + // + // xrTableCell463 + // + this.xrTableCell463.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell463.BorderWidth = 2F; + this.xrTableCell463.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell463.Name = "xrTableCell463"; + this.xrTableCell463.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell463.StylePriority.UseBorders = false; + this.xrTableCell463.StylePriority.UseBorderWidth = false; + this.xrTableCell463.StylePriority.UseFont = false; + this.xrTableCell463.StylePriority.UsePadding = false; + this.xrTableCell463.StylePriority.UseTextAlignment = false; + this.xrTableCell463.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell463.Weight = 0.0811375586903198D; + // + // xrTableCell464 + // + this.xrTableCell464.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell464.BorderWidth = 2F; + this.xrTableCell464.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell464.Name = "xrTableCell464"; + this.xrTableCell464.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell464.StylePriority.UseBorders = false; + this.xrTableCell464.StylePriority.UseBorderWidth = false; + this.xrTableCell464.StylePriority.UseFont = false; + this.xrTableCell464.StylePriority.UsePadding = false; + this.xrTableCell464.StylePriority.UseTextAlignment = false; + this.xrTableCell464.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell464.Weight = 0.061261484438960241D; + // + // xrTableCell465 + // + this.xrTableCell465.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell465.BorderWidth = 2F; + this.xrTableCell465.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell465.Name = "xrTableCell465"; + this.xrTableCell465.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell465.StylePriority.UseBorders = false; + this.xrTableCell465.StylePriority.UseBorderWidth = false; + this.xrTableCell465.StylePriority.UseFont = false; + this.xrTableCell465.StylePriority.UsePadding = false; + this.xrTableCell465.StylePriority.UseTextAlignment = false; + this.xrTableCell465.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell465.Weight = 0.061261483853846596D; + // + // xrTableRow59 + // + this.xrTableRow59.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell466, + this.xrTableCell467, + this.xrTableCell468, + this.xrTableCell469, + this.xrTableCell470, + this.xrTableCell471, + this.xrTableCell472, + this.xrTableCell473}); + this.xrTableRow59.Name = "xrTableRow59"; + this.xrTableRow59.Weight = 0.50408416482020879D; + // + // xrTableCell466 + // + this.xrTableCell466.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell466.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell466.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell466.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell466.Name = "xrTableCell466"; + this.xrTableCell466.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell466.StylePriority.UseBackColor = false; + this.xrTableCell466.StylePriority.UseBorderColor = false; + this.xrTableCell466.StylePriority.UseBorders = false; + this.xrTableCell466.StylePriority.UseFont = false; + this.xrTableCell466.StylePriority.UsePadding = false; + this.xrTableCell466.StylePriority.UseTextAlignment = false; + this.xrTableCell466.Text = "10. Ansprechen von ungünstigen Arbeitsbedingungen"; + this.xrTableCell466.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell466.Weight = 0.52355859949908468D; + // + // xrTableCell467 + // + this.xrTableCell467.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell467.BorderWidth = 2F; + this.xrTableCell467.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell467.Name = "xrTableCell467"; + this.xrTableCell467.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell467.StylePriority.UseBorders = false; + this.xrTableCell467.StylePriority.UseBorderWidth = false; + this.xrTableCell467.StylePriority.UseFont = false; + this.xrTableCell467.StylePriority.UsePadding = false; + this.xrTableCell467.StylePriority.UseTextAlignment = false; + this.xrTableCell467.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell467.Weight = 0.061261482150709458D; + // + // xrTableCell468 + // + this.xrTableCell468.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell468.BorderWidth = 2F; + this.xrTableCell468.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell468.Name = "xrTableCell468"; + this.xrTableCell468.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell468.StylePriority.UseBorders = false; + this.xrTableCell468.StylePriority.UseBorderWidth = false; + this.xrTableCell468.StylePriority.UseFont = false; + this.xrTableCell468.StylePriority.UsePadding = false; + this.xrTableCell468.StylePriority.UseTextAlignment = false; + this.xrTableCell468.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell468.Weight = 0.061261484215471826D; + // + // xrTableCell469 + // + this.xrTableCell469.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell469.BorderWidth = 2F; + this.xrTableCell469.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell469.Name = "xrTableCell469"; + this.xrTableCell469.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell469.StylePriority.UseBorders = false; + this.xrTableCell469.StylePriority.UseBorderWidth = false; + this.xrTableCell469.StylePriority.UseFont = false; + this.xrTableCell469.StylePriority.UsePadding = false; + this.xrTableCell469.StylePriority.UseTextAlignment = false; + this.xrTableCell469.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell469.Weight = 0.061261484438960248D; + // + // xrTableCell470 + // + this.xrTableCell470.BackColor = System.Drawing.Color.Gray; + this.xrTableCell470.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell470.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell470.Name = "xrTableCell470"; + this.xrTableCell470.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell470.StylePriority.UseBackColor = false; + this.xrTableCell470.StylePriority.UseBorders = false; + this.xrTableCell470.StylePriority.UseFont = false; + this.xrTableCell470.StylePriority.UsePadding = false; + this.xrTableCell470.StylePriority.UseTextAlignment = false; + this.xrTableCell470.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell470.Weight = 0.061261484438960262D; + // + // xrTableCell471 + // + this.xrTableCell471.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell471.BorderWidth = 2F; + this.xrTableCell471.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell471.Name = "xrTableCell471"; + this.xrTableCell471.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell471.StylePriority.UseBorders = false; + this.xrTableCell471.StylePriority.UseBorderWidth = false; + this.xrTableCell471.StylePriority.UseFont = false; + this.xrTableCell471.StylePriority.UsePadding = false; + this.xrTableCell471.StylePriority.UseTextAlignment = false; + this.xrTableCell471.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell471.Weight = 0.0811375586903198D; + // + // xrTableCell472 + // + this.xrTableCell472.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell472.BorderWidth = 2F; + this.xrTableCell472.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell472.Name = "xrTableCell472"; + this.xrTableCell472.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell472.StylePriority.UseBorders = false; + this.xrTableCell472.StylePriority.UseBorderWidth = false; + this.xrTableCell472.StylePriority.UseFont = false; + this.xrTableCell472.StylePriority.UsePadding = false; + this.xrTableCell472.StylePriority.UseTextAlignment = false; + this.xrTableCell472.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell472.Weight = 0.061261484438960241D; + // + // xrTableCell473 + // + this.xrTableCell473.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell473.BorderWidth = 2F; + this.xrTableCell473.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell473.Name = "xrTableCell473"; + this.xrTableCell473.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell473.StylePriority.UseBorders = false; + this.xrTableCell473.StylePriority.UseBorderWidth = false; + this.xrTableCell473.StylePriority.UseFont = false; + this.xrTableCell473.StylePriority.UsePadding = false; + this.xrTableCell473.StylePriority.UseTextAlignment = false; + this.xrTableCell473.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell473.Weight = 0.061261483853846596D; + // + // xrTableRow60 + // + this.xrTableRow60.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell474, + this.xrTableCell475, + this.xrTableCell476, + this.xrTableCell477, + this.xrTableCell478, + this.xrTableCell479, + this.xrTableCell480, + this.xrTableCell481, + this.xrTableCell482}); + this.xrTableRow60.Name = "xrTableRow60"; + this.xrTableRow60.Weight = 0.50408416482020879D; + // + // xrTableCell474 + // + this.xrTableCell474.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell474.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell474.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell474.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell474.Name = "xrTableCell474"; + this.xrTableCell474.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell474.StylePriority.UseBackColor = false; + this.xrTableCell474.StylePriority.UseBorderColor = false; + this.xrTableCell474.StylePriority.UseBorders = false; + this.xrTableCell474.StylePriority.UseFont = false; + this.xrTableCell474.StylePriority.UsePadding = false; + this.xrTableCell474.StylePriority.UseTextAlignment = false; + this.xrTableCell474.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell474.Weight = 0.022395407591226157D; + // + // xrTableCell475 + // + this.xrTableCell475.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell475.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell475.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell475.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell475.Name = "xrTableCell475"; + this.xrTableCell475.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell475.StylePriority.UseBackColor = false; + this.xrTableCell475.StylePriority.UseBorderColor = false; + this.xrTableCell475.StylePriority.UseBorders = false; + this.xrTableCell475.StylePriority.UseFont = false; + this.xrTableCell475.StylePriority.UsePadding = false; + this.xrTableCell475.StylePriority.UseTextAlignment = false; + this.xrTableCell475.Text = "Sie holt sich bei Bedarf aktiv und frühzeitig Hilfe bei ihrem Anleiter."; + this.xrTableCell475.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell475.Weight = 0.50116319190785852D; + // + // xrTableCell476 + // + this.xrTableCell476.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell476.BorderWidth = 2F; + this.xrTableCell476.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell476.Name = "xrTableCell476"; + this.xrTableCell476.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell476.StylePriority.UseBorders = false; + this.xrTableCell476.StylePriority.UseBorderWidth = false; + this.xrTableCell476.StylePriority.UseFont = false; + this.xrTableCell476.StylePriority.UsePadding = false; + this.xrTableCell476.StylePriority.UseTextAlignment = false; + this.xrTableCell476.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell476.Weight = 0.061261482150709458D; + // + // xrTableCell477 + // + this.xrTableCell477.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell477.BorderWidth = 2F; + this.xrTableCell477.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell477.Name = "xrTableCell477"; + this.xrTableCell477.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell477.StylePriority.UseBorders = false; + this.xrTableCell477.StylePriority.UseBorderWidth = false; + this.xrTableCell477.StylePriority.UseFont = false; + this.xrTableCell477.StylePriority.UsePadding = false; + this.xrTableCell477.StylePriority.UseTextAlignment = false; + this.xrTableCell477.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell477.Weight = 0.061261484215471826D; + // + // xrTableCell478 + // + this.xrTableCell478.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell478.BorderWidth = 2F; + this.xrTableCell478.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell478.Name = "xrTableCell478"; + this.xrTableCell478.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell478.StylePriority.UseBorders = false; + this.xrTableCell478.StylePriority.UseBorderWidth = false; + this.xrTableCell478.StylePriority.UseFont = false; + this.xrTableCell478.StylePriority.UsePadding = false; + this.xrTableCell478.StylePriority.UseTextAlignment = false; + this.xrTableCell478.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell478.Weight = 0.061261484438960248D; + // + // xrTableCell479 + // + this.xrTableCell479.BackColor = System.Drawing.Color.Gray; + this.xrTableCell479.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell479.BorderWidth = 2F; + this.xrTableCell479.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell479.Name = "xrTableCell479"; + this.xrTableCell479.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell479.StylePriority.UseBackColor = false; + this.xrTableCell479.StylePriority.UseBorders = false; + this.xrTableCell479.StylePriority.UseBorderWidth = false; + this.xrTableCell479.StylePriority.UseFont = false; + this.xrTableCell479.StylePriority.UsePadding = false; + this.xrTableCell479.StylePriority.UseTextAlignment = false; + this.xrTableCell479.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell479.Weight = 0.061261484438960262D; + // + // xrTableCell480 + // + this.xrTableCell480.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell480.BorderWidth = 2F; + this.xrTableCell480.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell480.Name = "xrTableCell480"; + this.xrTableCell480.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell480.StylePriority.UseBorders = false; + this.xrTableCell480.StylePriority.UseBorderWidth = false; + this.xrTableCell480.StylePriority.UseFont = false; + this.xrTableCell480.StylePriority.UsePadding = false; + this.xrTableCell480.StylePriority.UseTextAlignment = false; + this.xrTableCell480.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell480.Weight = 0.0811375586903198D; + // + // xrTableCell481 + // + this.xrTableCell481.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell481.BorderWidth = 2F; + this.xrTableCell481.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell481.Name = "xrTableCell481"; + this.xrTableCell481.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell481.StylePriority.UseBorders = false; + this.xrTableCell481.StylePriority.UseBorderWidth = false; + this.xrTableCell481.StylePriority.UseFont = false; + this.xrTableCell481.StylePriority.UsePadding = false; + this.xrTableCell481.StylePriority.UseTextAlignment = false; + this.xrTableCell481.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell481.Weight = 0.061261484438960241D; + // + // xrTableCell482 + // + this.xrTableCell482.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell482.BorderWidth = 2F; + this.xrTableCell482.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell482.Name = "xrTableCell482"; + this.xrTableCell482.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell482.StylePriority.UseBorders = false; + this.xrTableCell482.StylePriority.UseBorderWidth = false; + this.xrTableCell482.StylePriority.UseFont = false; + this.xrTableCell482.StylePriority.UsePadding = false; + this.xrTableCell482.StylePriority.UseTextAlignment = false; + this.xrTableCell482.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell482.Weight = 0.061261483853846596D; + // + // xrTableRow61 + // + this.xrTableRow61.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell483, + this.xrTableCell484, + this.xrTableCell485, + this.xrTableCell486, + this.xrTableCell487, + this.xrTableCell488, + this.xrTableCell489, + this.xrTableCell490}); + this.xrTableRow61.Name = "xrTableRow61"; + this.xrTableRow61.Weight = 0.50408416482020879D; + // + // xrTableCell483 + // + this.xrTableCell483.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell483.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell483.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell483.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell483.Name = "xrTableCell483"; + this.xrTableCell483.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell483.StylePriority.UseBackColor = false; + this.xrTableCell483.StylePriority.UseBorderColor = false; + this.xrTableCell483.StylePriority.UseBorders = false; + this.xrTableCell483.StylePriority.UseFont = false; + this.xrTableCell483.StylePriority.UsePadding = false; + this.xrTableCell483.StylePriority.UseTextAlignment = false; + this.xrTableCell483.Text = "11. Einsetzen für günstige Arbeitsbedingungen"; + this.xrTableCell483.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell483.Weight = 0.52355859949908468D; + // + // xrTableCell484 + // + this.xrTableCell484.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell484.BorderWidth = 2F; + this.xrTableCell484.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell484.Name = "xrTableCell484"; + this.xrTableCell484.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell484.StylePriority.UseBorders = false; + this.xrTableCell484.StylePriority.UseBorderWidth = false; + this.xrTableCell484.StylePriority.UseFont = false; + this.xrTableCell484.StylePriority.UsePadding = false; + this.xrTableCell484.StylePriority.UseTextAlignment = false; + this.xrTableCell484.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell484.Weight = 0.061261482150709458D; + // + // xrTableCell485 + // + this.xrTableCell485.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell485.BorderWidth = 2F; + this.xrTableCell485.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell485.Name = "xrTableCell485"; + this.xrTableCell485.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell485.StylePriority.UseBorders = false; + this.xrTableCell485.StylePriority.UseBorderWidth = false; + this.xrTableCell485.StylePriority.UseFont = false; + this.xrTableCell485.StylePriority.UsePadding = false; + this.xrTableCell485.StylePriority.UseTextAlignment = false; + this.xrTableCell485.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell485.Weight = 0.061261484215471826D; + // + // xrTableCell486 + // + this.xrTableCell486.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell486.BorderWidth = 2F; + this.xrTableCell486.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell486.Name = "xrTableCell486"; + this.xrTableCell486.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell486.StylePriority.UseBorders = false; + this.xrTableCell486.StylePriority.UseBorderWidth = false; + this.xrTableCell486.StylePriority.UseFont = false; + this.xrTableCell486.StylePriority.UsePadding = false; + this.xrTableCell486.StylePriority.UseTextAlignment = false; + this.xrTableCell486.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell486.Weight = 0.061261484438960248D; + // + // xrTableCell487 + // + this.xrTableCell487.BackColor = System.Drawing.Color.Gray; + this.xrTableCell487.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell487.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell487.Name = "xrTableCell487"; + this.xrTableCell487.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell487.StylePriority.UseBackColor = false; + this.xrTableCell487.StylePriority.UseBorders = false; + this.xrTableCell487.StylePriority.UseFont = false; + this.xrTableCell487.StylePriority.UsePadding = false; + this.xrTableCell487.StylePriority.UseTextAlignment = false; + this.xrTableCell487.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell487.Weight = 0.061261484438960262D; + // + // xrTableCell488 + // + this.xrTableCell488.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell488.BorderWidth = 2F; + this.xrTableCell488.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell488.Name = "xrTableCell488"; + this.xrTableCell488.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell488.StylePriority.UseBorders = false; + this.xrTableCell488.StylePriority.UseBorderWidth = false; + this.xrTableCell488.StylePriority.UseFont = false; + this.xrTableCell488.StylePriority.UsePadding = false; + this.xrTableCell488.StylePriority.UseTextAlignment = false; + this.xrTableCell488.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell488.Weight = 0.0811375586903198D; + // + // xrTableCell489 + // + this.xrTableCell489.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell489.BorderWidth = 2F; + this.xrTableCell489.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell489.Name = "xrTableCell489"; + this.xrTableCell489.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell489.StylePriority.UseBorders = false; + this.xrTableCell489.StylePriority.UseBorderWidth = false; + this.xrTableCell489.StylePriority.UseFont = false; + this.xrTableCell489.StylePriority.UsePadding = false; + this.xrTableCell489.StylePriority.UseTextAlignment = false; + this.xrTableCell489.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell489.Weight = 0.061261484438960241D; + // + // xrTableCell490 + // + this.xrTableCell490.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell490.BorderWidth = 2F; + this.xrTableCell490.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell490.Name = "xrTableCell490"; + this.xrTableCell490.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell490.StylePriority.UseBorders = false; + this.xrTableCell490.StylePriority.UseBorderWidth = false; + this.xrTableCell490.StylePriority.UseFont = false; + this.xrTableCell490.StylePriority.UsePadding = false; + this.xrTableCell490.StylePriority.UseTextAlignment = false; + this.xrTableCell490.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell490.Weight = 0.061261483853846596D; + // + // xrTableRow62 + // + this.xrTableRow62.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell491, + this.xrTableCell492, + this.xrTableCell493, + this.xrTableCell494, + this.xrTableCell495, + this.xrTableCell496, + this.xrTableCell497, + this.xrTableCell498, + this.xrTableCell499}); + this.xrTableRow62.Name = "xrTableRow62"; + this.xrTableRow62.Weight = 0.50408416482020879D; + // + // xrTableCell491 + // + this.xrTableCell491.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell491.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell491.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell491.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell491.Name = "xrTableCell491"; + this.xrTableCell491.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell491.StylePriority.UseBackColor = false; + this.xrTableCell491.StylePriority.UseBorderColor = false; + this.xrTableCell491.StylePriority.UseBorders = false; + this.xrTableCell491.StylePriority.UseFont = false; + this.xrTableCell491.StylePriority.UsePadding = false; + this.xrTableCell491.StylePriority.UseTextAlignment = false; + this.xrTableCell491.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell491.Weight = 0.022395407591226157D; + // + // xrTableCell492 + // + this.xrTableCell492.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell492.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell492.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell492.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell492.Name = "xrTableCell492"; + this.xrTableCell492.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell492.StylePriority.UseBackColor = false; + this.xrTableCell492.StylePriority.UseBorderColor = false; + this.xrTableCell492.StylePriority.UseBorders = false; + this.xrTableCell492.StylePriority.UseFont = false; + this.xrTableCell492.StylePriority.UsePadding = false; + this.xrTableCell492.StylePriority.UseTextAlignment = false; + this.xrTableCell492.Text = "Sie gestaltet den Zuverdienstplatz in Absprache mit ihrem Anleiter: "; + this.xrTableCell492.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell492.Weight = 0.50116319190785852D; + // + // xrTableCell493 + // + this.xrTableCell493.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell493.BorderWidth = 2F; + this.xrTableCell493.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell493.Name = "xrTableCell493"; + this.xrTableCell493.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell493.StylePriority.UseBorders = false; + this.xrTableCell493.StylePriority.UseBorderWidth = false; + this.xrTableCell493.StylePriority.UseFont = false; + this.xrTableCell493.StylePriority.UsePadding = false; + this.xrTableCell493.StylePriority.UseTextAlignment = false; + this.xrTableCell493.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell493.Weight = 0.061261482150709458D; + // + // xrTableCell494 + // + this.xrTableCell494.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell494.BorderWidth = 2F; + this.xrTableCell494.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell494.Name = "xrTableCell494"; + this.xrTableCell494.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell494.StylePriority.UseBorders = false; + this.xrTableCell494.StylePriority.UseBorderWidth = false; + this.xrTableCell494.StylePriority.UseFont = false; + this.xrTableCell494.StylePriority.UsePadding = false; + this.xrTableCell494.StylePriority.UseTextAlignment = false; + this.xrTableCell494.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell494.Weight = 0.061261484215471826D; + // + // xrTableCell495 + // + this.xrTableCell495.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell495.BorderWidth = 2F; + this.xrTableCell495.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell495.Name = "xrTableCell495"; + this.xrTableCell495.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell495.StylePriority.UseBorders = false; + this.xrTableCell495.StylePriority.UseBorderWidth = false; + this.xrTableCell495.StylePriority.UseFont = false; + this.xrTableCell495.StylePriority.UsePadding = false; + this.xrTableCell495.StylePriority.UseTextAlignment = false; + this.xrTableCell495.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell495.Weight = 0.061261484438960248D; + // + // xrTableCell496 + // + this.xrTableCell496.BackColor = System.Drawing.Color.Gray; + this.xrTableCell496.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell496.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell496.Name = "xrTableCell496"; + this.xrTableCell496.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell496.StylePriority.UseBackColor = false; + this.xrTableCell496.StylePriority.UseBorders = false; + this.xrTableCell496.StylePriority.UseFont = false; + this.xrTableCell496.StylePriority.UsePadding = false; + this.xrTableCell496.StylePriority.UseTextAlignment = false; + this.xrTableCell496.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell496.Weight = 0.061261484438960262D; + // + // xrTableCell497 + // + this.xrTableCell497.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell497.BorderWidth = 2F; + this.xrTableCell497.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell497.Name = "xrTableCell497"; + this.xrTableCell497.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell497.StylePriority.UseBorders = false; + this.xrTableCell497.StylePriority.UseBorderWidth = false; + this.xrTableCell497.StylePriority.UseFont = false; + this.xrTableCell497.StylePriority.UsePadding = false; + this.xrTableCell497.StylePriority.UseTextAlignment = false; + this.xrTableCell497.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell497.Weight = 0.0811375586903198D; + // + // xrTableCell498 + // + this.xrTableCell498.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell498.BorderWidth = 2F; + this.xrTableCell498.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell498.Name = "xrTableCell498"; + this.xrTableCell498.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell498.StylePriority.UseBorders = false; + this.xrTableCell498.StylePriority.UseBorderWidth = false; + this.xrTableCell498.StylePriority.UseFont = false; + this.xrTableCell498.StylePriority.UsePadding = false; + this.xrTableCell498.StylePriority.UseTextAlignment = false; + this.xrTableCell498.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell498.Weight = 0.061261484438960241D; + // + // xrTableCell499 + // + this.xrTableCell499.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell499.BorderWidth = 2F; + this.xrTableCell499.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell499.Name = "xrTableCell499"; + this.xrTableCell499.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell499.StylePriority.UseBorders = false; + this.xrTableCell499.StylePriority.UseBorderWidth = false; + this.xrTableCell499.StylePriority.UseFont = false; + this.xrTableCell499.StylePriority.UsePadding = false; + this.xrTableCell499.StylePriority.UseTextAlignment = false; + this.xrTableCell499.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell499.Weight = 0.061261483853846596D; + // + // xrTableRow63 + // + this.xrTableRow63.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell500, + this.xrTableCell501, + this.xrTableCell502, + this.xrTableCell503, + this.xrTableCell504, + this.xrTableCell505, + this.xrTableCell506, + this.xrTableCell507, + this.xrTableCell508}); + this.xrTableRow63.Name = "xrTableRow63"; + this.xrTableRow63.Weight = 0.50408416482020879D; + // + // xrTableCell500 + // + this.xrTableCell500.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell500.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell500.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell500.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic); + this.xrTableCell500.Name = "xrTableCell500"; + this.xrTableCell500.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell500.StylePriority.UseBackColor = false; + this.xrTableCell500.StylePriority.UseBorderColor = false; + this.xrTableCell500.StylePriority.UseBorders = false; + this.xrTableCell500.StylePriority.UseFont = false; + this.xrTableCell500.StylePriority.UsePadding = false; + this.xrTableCell500.StylePriority.UseTextAlignment = false; + this.xrTableCell500.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell500.Weight = 0.022395407591226157D; + // + // xrTableCell501 + // + this.xrTableCell501.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell501.BorderColor = System.Drawing.Color.Gray; + this.xrTableCell501.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell501.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Italic); + this.xrTableCell501.Name = "xrTableCell501"; + this.xrTableCell501.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell501.StylePriority.UseBackColor = false; + this.xrTableCell501.StylePriority.UseBorderColor = false; + this.xrTableCell501.StylePriority.UseBorders = false; + this.xrTableCell501.StylePriority.UseFont = false; + this.xrTableCell501.StylePriority.UsePadding = false; + this.xrTableCell501.StylePriority.UseTextAlignment = false; + this.xrTableCell501.Text = "Arbeitsinhalt, -menge, -zeit orientieren sich an ihren Bedürfnissen."; + this.xrTableCell501.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell501.Weight = 0.50116319190785852D; + // + // xrTableCell502 + // + this.xrTableCell502.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell502.BorderWidth = 2F; + this.xrTableCell502.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell502.Name = "xrTableCell502"; + this.xrTableCell502.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell502.StylePriority.UseBorders = false; + this.xrTableCell502.StylePriority.UseBorderWidth = false; + this.xrTableCell502.StylePriority.UseFont = false; + this.xrTableCell502.StylePriority.UsePadding = false; + this.xrTableCell502.StylePriority.UseTextAlignment = false; + this.xrTableCell502.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell502.Weight = 0.061261482150709458D; + // + // xrTableCell503 + // + this.xrTableCell503.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell503.BorderWidth = 2F; + this.xrTableCell503.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell503.Name = "xrTableCell503"; + this.xrTableCell503.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell503.StylePriority.UseBorders = false; + this.xrTableCell503.StylePriority.UseBorderWidth = false; + this.xrTableCell503.StylePriority.UseFont = false; + this.xrTableCell503.StylePriority.UsePadding = false; + this.xrTableCell503.StylePriority.UseTextAlignment = false; + this.xrTableCell503.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell503.Weight = 0.061261484215471826D; + // + // xrTableCell504 + // + this.xrTableCell504.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell504.BorderWidth = 2F; + this.xrTableCell504.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell504.Name = "xrTableCell504"; + this.xrTableCell504.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell504.StylePriority.UseBorders = false; + this.xrTableCell504.StylePriority.UseBorderWidth = false; + this.xrTableCell504.StylePriority.UseFont = false; + this.xrTableCell504.StylePriority.UsePadding = false; + this.xrTableCell504.StylePriority.UseTextAlignment = false; + this.xrTableCell504.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell504.Weight = 0.061261484438960248D; + // + // xrTableCell505 + // + this.xrTableCell505.BackColor = System.Drawing.Color.Gray; + this.xrTableCell505.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell505.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell505.Name = "xrTableCell505"; + this.xrTableCell505.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell505.StylePriority.UseBackColor = false; + this.xrTableCell505.StylePriority.UseBorders = false; + this.xrTableCell505.StylePriority.UseFont = false; + this.xrTableCell505.StylePriority.UsePadding = false; + this.xrTableCell505.StylePriority.UseTextAlignment = false; + this.xrTableCell505.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell505.Weight = 0.061261484438960262D; + // + // xrTableCell506 + // + this.xrTableCell506.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell506.BorderWidth = 2F; + this.xrTableCell506.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell506.Name = "xrTableCell506"; + this.xrTableCell506.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell506.StylePriority.UseBorders = false; + this.xrTableCell506.StylePriority.UseBorderWidth = false; + this.xrTableCell506.StylePriority.UseFont = false; + this.xrTableCell506.StylePriority.UsePadding = false; + this.xrTableCell506.StylePriority.UseTextAlignment = false; + this.xrTableCell506.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell506.Weight = 0.0811375586903198D; + // + // xrTableCell507 + // + this.xrTableCell507.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell507.BorderWidth = 2F; + this.xrTableCell507.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell507.Name = "xrTableCell507"; + this.xrTableCell507.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell507.StylePriority.UseBorders = false; + this.xrTableCell507.StylePriority.UseBorderWidth = false; + this.xrTableCell507.StylePriority.UseFont = false; + this.xrTableCell507.StylePriority.UsePadding = false; + this.xrTableCell507.StylePriority.UseTextAlignment = false; + this.xrTableCell507.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell507.Weight = 0.061261484438960241D; + // + // xrTableCell508 + // + this.xrTableCell508.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell508.BorderWidth = 2F; + this.xrTableCell508.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell508.Name = "xrTableCell508"; + this.xrTableCell508.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell508.StylePriority.UseBorders = false; + this.xrTableCell508.StylePriority.UseBorderWidth = false; + this.xrTableCell508.StylePriority.UseFont = false; + this.xrTableCell508.StylePriority.UsePadding = false; + this.xrTableCell508.StylePriority.UseTextAlignment = false; + this.xrTableCell508.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell508.Weight = 0.061261483853846596D; + // + // xrTableRow64 + // + this.xrTableRow64.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell509, + this.xrTableCell510, + this.xrTableCell511, + this.xrTableCell512, + this.xrTableCell513, + this.xrTableCell514, + this.xrTableCell515, + this.xrTableCell516}); + this.xrTableRow64.Name = "xrTableRow64"; + this.xrTableRow64.Weight = 0.50408416482020879D; + // + // xrTableCell509 + // + this.xrTableCell509.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell509.BorderColor = System.Drawing.Color.Black; + this.xrTableCell509.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); + this.xrTableCell509.BorderWidth = 2F; + this.xrTableCell509.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell509.Name = "xrTableCell509"; + this.xrTableCell509.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell509.StylePriority.UseBackColor = false; + this.xrTableCell509.StylePriority.UseBorderColor = false; + this.xrTableCell509.StylePriority.UseBorders = false; + this.xrTableCell509.StylePriority.UseBorderWidth = false; + this.xrTableCell509.StylePriority.UseFont = false; + this.xrTableCell509.StylePriority.UsePadding = false; + this.xrTableCell509.StylePriority.UseTextAlignment = false; + this.xrTableCell509.Text = "12. Was mir/uns sonst noch wichtig ist:"; + this.xrTableCell509.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell509.Weight = 0.52355859949908468D; + // + // xrTableCell510 + // + this.xrTableCell510.BorderColor = System.Drawing.Color.Black; + this.xrTableCell510.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell510.BorderWidth = 2F; + this.xrTableCell510.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell510.Name = "xrTableCell510"; + this.xrTableCell510.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell510.StylePriority.UseBorderColor = false; + this.xrTableCell510.StylePriority.UseBorders = false; + this.xrTableCell510.StylePriority.UseBorderWidth = false; + this.xrTableCell510.StylePriority.UseFont = false; + this.xrTableCell510.StylePriority.UsePadding = false; + this.xrTableCell510.StylePriority.UseTextAlignment = false; + this.xrTableCell510.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell510.Weight = 0.061261482150709458D; + // + // xrTableCell511 + // + this.xrTableCell511.BorderColor = System.Drawing.Color.Black; + this.xrTableCell511.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell511.BorderWidth = 2F; + this.xrTableCell511.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell511.Name = "xrTableCell511"; + this.xrTableCell511.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell511.StylePriority.UseBorderColor = false; + this.xrTableCell511.StylePriority.UseBorders = false; + this.xrTableCell511.StylePriority.UseBorderWidth = false; + this.xrTableCell511.StylePriority.UseFont = false; + this.xrTableCell511.StylePriority.UsePadding = false; + this.xrTableCell511.StylePriority.UseTextAlignment = false; + this.xrTableCell511.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell511.Weight = 0.061261484215471826D; + // + // xrTableCell512 + // + this.xrTableCell512.BorderColor = System.Drawing.Color.Black; + this.xrTableCell512.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell512.BorderWidth = 2F; + this.xrTableCell512.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell512.Name = "xrTableCell512"; + this.xrTableCell512.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell512.StylePriority.UseBorderColor = false; + this.xrTableCell512.StylePriority.UseBorders = false; + this.xrTableCell512.StylePriority.UseBorderWidth = false; + this.xrTableCell512.StylePriority.UseFont = false; + this.xrTableCell512.StylePriority.UsePadding = false; + this.xrTableCell512.StylePriority.UseTextAlignment = false; + this.xrTableCell512.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell512.Weight = 0.061261484438960248D; + // + // xrTableCell513 + // + this.xrTableCell513.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell513.BorderColor = System.Drawing.Color.Black; + this.xrTableCell513.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell513.BorderWidth = 2F; + this.xrTableCell513.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell513.Name = "xrTableCell513"; + this.xrTableCell513.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell513.StylePriority.UseBackColor = false; + this.xrTableCell513.StylePriority.UseBorderColor = false; + this.xrTableCell513.StylePriority.UseBorders = false; + this.xrTableCell513.StylePriority.UseBorderWidth = false; + this.xrTableCell513.StylePriority.UseFont = false; + this.xrTableCell513.StylePriority.UsePadding = false; + this.xrTableCell513.StylePriority.UseTextAlignment = false; + this.xrTableCell513.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell513.Weight = 0.061261484438960262D; + // + // xrTableCell514 + // + this.xrTableCell514.BorderColor = System.Drawing.Color.Black; + this.xrTableCell514.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell514.BorderWidth = 2F; + this.xrTableCell514.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell514.Name = "xrTableCell514"; + this.xrTableCell514.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell514.StylePriority.UseBorderColor = false; + this.xrTableCell514.StylePriority.UseBorders = false; + this.xrTableCell514.StylePriority.UseBorderWidth = false; + this.xrTableCell514.StylePriority.UseFont = false; + this.xrTableCell514.StylePriority.UsePadding = false; + this.xrTableCell514.StylePriority.UseTextAlignment = false; + this.xrTableCell514.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell514.Weight = 0.0811375586903198D; + // + // xrTableCell515 + // + this.xrTableCell515.BorderColor = System.Drawing.Color.Black; + this.xrTableCell515.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell515.BorderWidth = 2F; + this.xrTableCell515.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell515.Name = "xrTableCell515"; + this.xrTableCell515.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell515.StylePriority.UseBorderColor = false; + this.xrTableCell515.StylePriority.UseBorders = false; + this.xrTableCell515.StylePriority.UseBorderWidth = false; + this.xrTableCell515.StylePriority.UseFont = false; + this.xrTableCell515.StylePriority.UsePadding = false; + this.xrTableCell515.StylePriority.UseTextAlignment = false; + this.xrTableCell515.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell515.Weight = 0.061261484438960241D; + // + // xrTableCell516 + // + this.xrTableCell516.BorderColor = System.Drawing.Color.Black; + this.xrTableCell516.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell516.BorderWidth = 2F; + this.xrTableCell516.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell516.Name = "xrTableCell516"; + this.xrTableCell516.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell516.StylePriority.UseBorderColor = false; + this.xrTableCell516.StylePriority.UseBorders = false; + this.xrTableCell516.StylePriority.UseBorderWidth = false; + this.xrTableCell516.StylePriority.UseFont = false; + this.xrTableCell516.StylePriority.UsePadding = false; + this.xrTableCell516.StylePriority.UseTextAlignment = false; + this.xrTableCell516.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell516.Weight = 0.061261483853846596D; + // + // xrTableRow65 + // + this.xrTableRow65.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell517, + this.xrTableCell518, + this.xrTableCell519, + this.xrTableCell520, + this.xrTableCell521, + this.xrTableCell522, + this.xrTableCell523, + this.xrTableCell524}); + this.xrTableRow65.Name = "xrTableRow65"; + this.xrTableRow65.Weight = 0.50408416482020879D; + // + // xrTableCell517 + // + this.xrTableCell517.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell517.BorderColor = System.Drawing.Color.Black; + this.xrTableCell517.Borders = DevExpress.XtraPrinting.BorderSide.Left; + this.xrTableCell517.BorderWidth = 2F; + this.xrTableCell517.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell517.Name = "xrTableCell517"; + this.xrTableCell517.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell517.StylePriority.UseBackColor = false; + this.xrTableCell517.StylePriority.UseBorderColor = false; + this.xrTableCell517.StylePriority.UseBorders = false; + this.xrTableCell517.StylePriority.UseBorderWidth = false; + this.xrTableCell517.StylePriority.UseFont = false; + this.xrTableCell517.StylePriority.UsePadding = false; + this.xrTableCell517.StylePriority.UseTextAlignment = false; + this.xrTableCell517.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell517.Weight = 0.52355859949908468D; + // + // xrTableCell518 + // + this.xrTableCell518.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell518.BorderWidth = 2F; + this.xrTableCell518.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell518.Name = "xrTableCell518"; + this.xrTableCell518.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell518.StylePriority.UseBorders = false; + this.xrTableCell518.StylePriority.UseBorderWidth = false; + this.xrTableCell518.StylePriority.UseFont = false; + this.xrTableCell518.StylePriority.UsePadding = false; + this.xrTableCell518.StylePriority.UseTextAlignment = false; + this.xrTableCell518.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell518.Weight = 0.061261482150709458D; + // + // xrTableCell519 + // + this.xrTableCell519.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell519.BorderWidth = 2F; + this.xrTableCell519.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell519.Name = "xrTableCell519"; + this.xrTableCell519.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell519.StylePriority.UseBorders = false; + this.xrTableCell519.StylePriority.UseBorderWidth = false; + this.xrTableCell519.StylePriority.UseFont = false; + this.xrTableCell519.StylePriority.UsePadding = false; + this.xrTableCell519.StylePriority.UseTextAlignment = false; + this.xrTableCell519.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell519.Weight = 0.061261484215471826D; + // + // xrTableCell520 + // + this.xrTableCell520.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell520.BorderWidth = 2F; + this.xrTableCell520.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell520.Name = "xrTableCell520"; + this.xrTableCell520.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell520.StylePriority.UseBorders = false; + this.xrTableCell520.StylePriority.UseBorderWidth = false; + this.xrTableCell520.StylePriority.UseFont = false; + this.xrTableCell520.StylePriority.UsePadding = false; + this.xrTableCell520.StylePriority.UseTextAlignment = false; + this.xrTableCell520.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell520.Weight = 0.061261484438960248D; + // + // xrTableCell521 + // + this.xrTableCell521.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell521.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell521.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell521.Name = "xrTableCell521"; + this.xrTableCell521.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell521.StylePriority.UseBackColor = false; + this.xrTableCell521.StylePriority.UseBorders = false; + this.xrTableCell521.StylePriority.UseFont = false; + this.xrTableCell521.StylePriority.UsePadding = false; + this.xrTableCell521.StylePriority.UseTextAlignment = false; + this.xrTableCell521.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell521.Weight = 0.061261484438960262D; + // + // xrTableCell522 + // + this.xrTableCell522.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell522.BorderWidth = 2F; + this.xrTableCell522.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell522.Name = "xrTableCell522"; + this.xrTableCell522.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell522.StylePriority.UseBorders = false; + this.xrTableCell522.StylePriority.UseBorderWidth = false; + this.xrTableCell522.StylePriority.UseFont = false; + this.xrTableCell522.StylePriority.UsePadding = false; + this.xrTableCell522.StylePriority.UseTextAlignment = false; + this.xrTableCell522.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell522.Weight = 0.0811375586903198D; + // + // xrTableCell523 + // + this.xrTableCell523.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell523.BorderWidth = 2F; + this.xrTableCell523.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell523.Name = "xrTableCell523"; + this.xrTableCell523.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell523.StylePriority.UseBorders = false; + this.xrTableCell523.StylePriority.UseBorderWidth = false; + this.xrTableCell523.StylePriority.UseFont = false; + this.xrTableCell523.StylePriority.UsePadding = false; + this.xrTableCell523.StylePriority.UseTextAlignment = false; + this.xrTableCell523.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell523.Weight = 0.061261484438960241D; + // + // xrTableCell524 + // + this.xrTableCell524.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrTableCell524.BorderWidth = 2F; + this.xrTableCell524.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell524.Name = "xrTableCell524"; + this.xrTableCell524.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell524.StylePriority.UseBorders = false; + this.xrTableCell524.StylePriority.UseBorderWidth = false; + this.xrTableCell524.StylePriority.UseFont = false; + this.xrTableCell524.StylePriority.UsePadding = false; + this.xrTableCell524.StylePriority.UseTextAlignment = false; + this.xrTableCell524.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell524.Weight = 0.061261483853846596D; + // + // xrTableRow66 + // + this.xrTableRow66.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell525, + this.xrTableCell526, + this.xrTableCell527, + this.xrTableCell528, + this.xrTableCell529, + this.xrTableCell530, + this.xrTableCell531}); + this.xrTableRow66.Name = "xrTableRow66"; + this.xrTableRow66.Weight = 0.50408416482020879D; + // + // xrTableCell525 + // + this.xrTableCell525.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell525.BorderColor = System.Drawing.Color.Black; + this.xrTableCell525.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell525.BorderWidth = 2F; + this.xrTableCell525.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell525.Name = "xrTableCell525"; + this.xrTableCell525.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell525.StylePriority.UseBackColor = false; + this.xrTableCell525.StylePriority.UseBorderColor = false; + this.xrTableCell525.StylePriority.UseBorders = false; + this.xrTableCell525.StylePriority.UseBorderWidth = false; + this.xrTableCell525.StylePriority.UseFont = false; + this.xrTableCell525.StylePriority.UsePadding = false; + this.xrTableCell525.StylePriority.UseTextAlignment = false; + this.xrTableCell525.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell525.Weight = 0.52355859949908468D; + // + // xrTableCell526 + // + this.xrTableCell526.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell526.BorderWidth = 2F; + this.xrTableCell526.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell526.Name = "xrTableCell526"; + this.xrTableCell526.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell526.StylePriority.UseBorders = false; + this.xrTableCell526.StylePriority.UseBorderWidth = false; + this.xrTableCell526.StylePriority.UseFont = false; + this.xrTableCell526.StylePriority.UsePadding = false; + this.xrTableCell526.StylePriority.UseTextAlignment = false; + this.xrTableCell526.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell526.Weight = 0.061261482150709458D; + // + // xrTableCell527 + // + this.xrTableCell527.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell527.BorderWidth = 2F; + this.xrTableCell527.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell527.Name = "xrTableCell527"; + this.xrTableCell527.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell527.StylePriority.UseBorders = false; + this.xrTableCell527.StylePriority.UseBorderWidth = false; + this.xrTableCell527.StylePriority.UseFont = false; + this.xrTableCell527.StylePriority.UsePadding = false; + this.xrTableCell527.StylePriority.UseTextAlignment = false; + this.xrTableCell527.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell527.Weight = 0.061261484215471826D; + // + // xrTableCell528 + // + this.xrTableCell528.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell528.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell528.BorderWidth = 2F; + this.xrTableCell528.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell528.Name = "xrTableCell528"; + this.xrTableCell528.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell528.StylePriority.UseBackColor = false; + this.xrTableCell528.StylePriority.UseBorders = false; + this.xrTableCell528.StylePriority.UseBorderWidth = false; + this.xrTableCell528.StylePriority.UseFont = false; + this.xrTableCell528.StylePriority.UsePadding = false; + this.xrTableCell528.StylePriority.UseTextAlignment = false; + this.xrTableCell528.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell528.Weight = 0.12252296887792051D; + // + // xrTableCell529 + // + this.xrTableCell529.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell529.BorderWidth = 2F; + this.xrTableCell529.Font = new System.Drawing.Font("Wingdings", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell529.Name = "xrTableCell529"; + this.xrTableCell529.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell529.StylePriority.UseBorders = false; + this.xrTableCell529.StylePriority.UseBorderWidth = false; + this.xrTableCell529.StylePriority.UseFont = false; + this.xrTableCell529.StylePriority.UsePadding = false; + this.xrTableCell529.StylePriority.UseTextAlignment = false; + this.xrTableCell529.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell529.Weight = 0.0811375586903198D; + // + // xrTableCell530 + // + this.xrTableCell530.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrTableCell530.BorderWidth = 2F; + this.xrTableCell530.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell530.Name = "xrTableCell530"; + this.xrTableCell530.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell530.StylePriority.UseBorders = false; + this.xrTableCell530.StylePriority.UseBorderWidth = false; + this.xrTableCell530.StylePriority.UseFont = false; + this.xrTableCell530.StylePriority.UsePadding = false; + this.xrTableCell530.StylePriority.UseTextAlignment = false; + this.xrTableCell530.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell530.Weight = 0.061261484438960241D; + // + // xrTableCell531 + // + this.xrTableCell531.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell531.BorderWidth = 2F; + this.xrTableCell531.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell531.Name = "xrTableCell531"; + this.xrTableCell531.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell531.StylePriority.UseBorders = false; + this.xrTableCell531.StylePriority.UseBorderWidth = false; + this.xrTableCell531.StylePriority.UseFont = false; + this.xrTableCell531.StylePriority.UsePadding = false; + this.xrTableCell531.StylePriority.UseTextAlignment = false; + this.xrTableCell531.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell531.Weight = 0.061261483853846596D; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.xrPictureBox10, + this.xrLabel2, + this.xrLabel3, + this.xrLabel4, + this.xrLabel11, + this.xrLabel12, + this.lblAnleiter2, + this.xrLabel18}); + this.ReportHeader.HeightF = 154.7501F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel1.ForeColor = System.Drawing.Color.Black; + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(319.5F, 25F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(385.9978F, 25F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UseForeColor = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "Beschäftigungsrelevante Kompetenzen"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrPictureBox10 + // + this.xrPictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox10.Image"))); + this.xrPictureBox10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrPictureBox10.Name = "xrPictureBox10"; + this.xrPictureBox10.SizeF = new System.Drawing.SizeF(289.7917F, 93.74997F); + this.xrPictureBox10.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.White; + this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(178.4999F, 93.74995F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(127.4861F, 30.50002F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseBorders = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UsePadding = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "ZV-Teilnehmer/in:"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel3.ForeColor = System.Drawing.Color.Black; + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(319.5F, 0F); + this.xrLabel3.Multiline = true; + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(386.0022F, 25F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UseForeColor = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "Fragebogen zur Fremdeinschätzung"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.White; + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(305.9861F, 93.74995F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(317.5139F, 30.50002F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UsePadding = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "[Customer.FirstName] [Customer.LastName]"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel11 + // + this.xrLabel11.BackColor = System.Drawing.Color.White; + this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 124.25F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(121.3542F, 30.50003F); + this.xrLabel11.StylePriority.UseBackColor = false; + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UsePadding = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "ZV-Platzanbieter:"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel12 + // + this.xrLabel12.BackColor = System.Drawing.Color.White; + this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Customer.CostBearers.CostBearer.Name")}); + this.xrLabel12.Font = new System.Drawing.Font("Arial", 9F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(121.3542F, 124.25F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(232.9444F, 30.50003F); + this.xrLabel12.StylePriority.UseBackColor = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UsePadding = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // lblAnleiter2 + // + this.lblAnleiter2.BackColor = System.Drawing.Color.White; + this.lblAnleiter2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAnleiter2.Font = new System.Drawing.Font("Arial", 9F); + this.lblAnleiter2.LocationFloat = new DevExpress.Utils.PointFloat(475.6528F, 124.25F); + this.lblAnleiter2.Name = "lblAnleiter2"; + this.lblAnleiter2.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblAnleiter2.SizeF = new System.Drawing.SizeF(250.347F, 30.50003F); + this.lblAnleiter2.StylePriority.UseBackColor = false; + this.lblAnleiter2.StylePriority.UseBorders = false; + this.lblAnleiter2.StylePriority.UseFont = false; + this.lblAnleiter2.StylePriority.UsePadding = false; + this.lblAnleiter2.StylePriority.UseTextAlignment = false; + this.lblAnleiter2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel18 + // + this.xrLabel18.BackColor = System.Drawing.Color.White; + this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel18.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(365.7569F, 124.25F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(109.8959F, 30.50003F); + this.xrLabel18.StylePriority.UseBackColor = false; + this.xrLabel18.StylePriority.UseBorders = false; + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UsePadding = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "ZV-Anleiter/in:"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // GroupFooter2 + // + this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable11, + this.xrTable12, + this.xrTable13, + this.xrTable14, + this.xrLabel19, + this.lblUnterschrift, + this.xrLabel21, + this.xrLabel22, + this.xrTable15, + this.xrTable16}); + this.GroupFooter2.HeightF = 378.375F; + this.GroupFooter2.Name = "GroupFooter2"; + // + // xrTable11 + // + this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable11.Name = "xrTable11"; + this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow67}); + this.xrTable11.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow67 + // + this.xrTableRow67.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow67.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell532}); + this.xrTableRow67.Name = "xrTableRow67"; + this.xrTableRow67.StylePriority.UseBackColor = false; + this.xrTableRow67.Weight = 1.0493203533882667D; + // + // xrTableCell532 + // + this.xrTableCell532.BackColor = System.Drawing.Color.Gray; + this.xrTableCell532.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell532.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell532.Name = "xrTableCell532"; + this.xrTableCell532.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell532.StylePriority.UseBackColor = false; + this.xrTableCell532.StylePriority.UseBorders = false; + this.xrTableCell532.StylePriority.UseFont = false; + this.xrTableCell532.StylePriority.UsePadding = false; + this.xrTableCell532.StylePriority.UseTextAlignment = false; + this.xrTableCell532.Text = "Vereinbarte Wochenarbeitsstunden"; + this.xrTableCell532.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell532.Weight = 0.99965105309390911D; + // + // xrTable12 + // + this.xrTable12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.20836F); + this.xrTable12.Name = "xrTable12"; + this.xrTable12.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow68}); + this.xrTable12.SizeF = new System.Drawing.SizeF(714F, 23F); + // + // xrTableRow68 + // + this.xrTableRow68.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow68.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell533, + this.lblQ1Soll, + this.xrTableCell535, + this.lblQ2Soll, + this.xrTableCell537, + this.lblQ3Soll, + this.xrTableCell539, + this.lblQ4Soll}); + this.xrTableRow68.Name = "xrTableRow68"; + this.xrTableRow68.StylePriority.UseBackColor = false; + this.xrTableRow68.Weight = 0.68199611608724986D; + // + // xrTableCell533 + // + this.xrTableCell533.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell533.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell533.Name = "xrTableCell533"; + this.xrTableCell533.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell533.StylePriority.UseBorders = false; + this.xrTableCell533.StylePriority.UseFont = false; + this.xrTableCell533.StylePriority.UsePadding = false; + this.xrTableCell533.StylePriority.UseTextAlignment = false; + this.xrTableCell533.Text = "1. Quartal:"; + this.xrTableCell533.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell533.Weight = 0.10217899841466642D; + // + // lblQ1Soll + // + this.lblQ1Soll.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ1Soll.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ1Soll.Name = "lblQ1Soll"; + this.lblQ1Soll.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ1Soll.StylePriority.UseBorders = false; + this.lblQ1Soll.StylePriority.UseFont = false; + this.lblQ1Soll.StylePriority.UsePadding = false; + this.lblQ1Soll.StylePriority.UseTextAlignment = false; + this.lblQ1Soll.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ1Soll.Weight = 0.14766965054624945D; + // + // xrTableCell535 + // + this.xrTableCell535.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell535.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell535.Name = "xrTableCell535"; + this.xrTableCell535.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell535.StylePriority.UseBorders = false; + this.xrTableCell535.StylePriority.UseFont = false; + this.xrTableCell535.StylePriority.UsePadding = false; + this.xrTableCell535.StylePriority.UseTextAlignment = false; + this.xrTableCell535.Text = "2. Quartal:"; + this.xrTableCell535.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell535.Weight = 0.10217899703001751D; + // + // lblQ2Soll + // + this.lblQ2Soll.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ2Soll.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ2Soll.Name = "lblQ2Soll"; + this.lblQ2Soll.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ2Soll.StylePriority.UseBorders = false; + this.lblQ2Soll.StylePriority.UseFont = false; + this.lblQ2Soll.StylePriority.UsePadding = false; + this.lblQ2Soll.StylePriority.UseTextAlignment = false; + this.lblQ2Soll.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ2Soll.Weight = 0.14766964737976457D; + // + // xrTableCell537 + // + this.xrTableCell537.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell537.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell537.Name = "xrTableCell537"; + this.xrTableCell537.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell537.StylePriority.UseBorders = false; + this.xrTableCell537.StylePriority.UseFont = false; + this.xrTableCell537.StylePriority.UsePadding = false; + this.xrTableCell537.StylePriority.UseTextAlignment = false; + this.xrTableCell537.Text = "3. Quartal:"; + this.xrTableCell537.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell537.Weight = 0.102179002739263D; + // + // lblQ3Soll + // + this.lblQ3Soll.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ3Soll.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ3Soll.Name = "lblQ3Soll"; + this.lblQ3Soll.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ3Soll.StylePriority.UseBorders = false; + this.lblQ3Soll.StylePriority.UseFont = false; + this.lblQ3Soll.StylePriority.UsePadding = false; + this.lblQ3Soll.StylePriority.UseTextAlignment = false; + this.lblQ3Soll.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ3Soll.Weight = 0.14766964636297802D; + // + // xrTableCell539 + // + this.xrTableCell539.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell539.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell539.Name = "xrTableCell539"; + this.xrTableCell539.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell539.StylePriority.UseBorders = false; + this.xrTableCell539.StylePriority.UseFont = false; + this.xrTableCell539.StylePriority.UsePadding = false; + this.xrTableCell539.StylePriority.UseTextAlignment = false; + this.xrTableCell539.Text = "4. Quartal:"; + this.xrTableCell539.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell539.Weight = 0.10217899739978451D; + // + // lblQ4Soll + // + this.lblQ4Soll.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ4Soll.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ4Soll.Name = "lblQ4Soll"; + this.lblQ4Soll.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ4Soll.StylePriority.UseBorders = false; + this.lblQ4Soll.StylePriority.UseFont = false; + this.lblQ4Soll.StylePriority.UsePadding = false; + this.lblQ4Soll.StylePriority.UseTextAlignment = false; + this.lblQ4Soll.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ4Soll.Weight = 0.14766964737976451D; + // + // xrTable13 + // + this.xrTable13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 69.41656F); + this.xrTable13.Name = "xrTable13"; + this.xrTable13.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow69}); + this.xrTable13.SizeF = new System.Drawing.SizeF(714F, 23F); + // + // xrTableRow69 + // + this.xrTableRow69.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow69.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell541, + this.lblQ1Ist, + this.xrTableCell543, + this.lblQ2Ist, + this.xrTableCell545, + this.lblQ3Ist, + this.xrTableCell547, + this.lblQ4Ist}); + this.xrTableRow69.Name = "xrTableRow69"; + this.xrTableRow69.StylePriority.UseBackColor = false; + this.xrTableRow69.Weight = 0.68199611608724986D; + // + // xrTableCell541 + // + this.xrTableCell541.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell541.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell541.Name = "xrTableCell541"; + this.xrTableCell541.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell541.StylePriority.UseBorders = false; + this.xrTableCell541.StylePriority.UseFont = false; + this.xrTableCell541.StylePriority.UsePadding = false; + this.xrTableCell541.StylePriority.UseTextAlignment = false; + this.xrTableCell541.Text = "1. Quartal:"; + this.xrTableCell541.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell541.Weight = 0.10217899841466642D; + // + // lblQ1Ist + // + this.lblQ1Ist.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ1Ist.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ1Ist.Name = "lblQ1Ist"; + this.lblQ1Ist.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ1Ist.StylePriority.UseBorders = false; + this.lblQ1Ist.StylePriority.UseFont = false; + this.lblQ1Ist.StylePriority.UsePadding = false; + this.lblQ1Ist.StylePriority.UseTextAlignment = false; + this.lblQ1Ist.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ1Ist.Weight = 0.14766965054624945D; + // + // xrTableCell543 + // + this.xrTableCell543.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell543.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell543.Name = "xrTableCell543"; + this.xrTableCell543.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell543.StylePriority.UseBorders = false; + this.xrTableCell543.StylePriority.UseFont = false; + this.xrTableCell543.StylePriority.UsePadding = false; + this.xrTableCell543.StylePriority.UseTextAlignment = false; + this.xrTableCell543.Text = "2. Quartal:"; + this.xrTableCell543.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell543.Weight = 0.10217899703001751D; + // + // lblQ2Ist + // + this.lblQ2Ist.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ2Ist.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ2Ist.Name = "lblQ2Ist"; + this.lblQ2Ist.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ2Ist.StylePriority.UseBorders = false; + this.lblQ2Ist.StylePriority.UseFont = false; + this.lblQ2Ist.StylePriority.UsePadding = false; + this.lblQ2Ist.StylePriority.UseTextAlignment = false; + this.lblQ2Ist.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ2Ist.Weight = 0.14766964737976457D; + // + // xrTableCell545 + // + this.xrTableCell545.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell545.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell545.Name = "xrTableCell545"; + this.xrTableCell545.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell545.StylePriority.UseBorders = false; + this.xrTableCell545.StylePriority.UseFont = false; + this.xrTableCell545.StylePriority.UsePadding = false; + this.xrTableCell545.StylePriority.UseTextAlignment = false; + this.xrTableCell545.Text = "3. Quartal:"; + this.xrTableCell545.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell545.Weight = 0.102179002739263D; + // + // lblQ3Ist + // + this.lblQ3Ist.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ3Ist.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ3Ist.Name = "lblQ3Ist"; + this.lblQ3Ist.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ3Ist.StylePriority.UseBorders = false; + this.lblQ3Ist.StylePriority.UseFont = false; + this.lblQ3Ist.StylePriority.UsePadding = false; + this.lblQ3Ist.StylePriority.UseTextAlignment = false; + this.lblQ3Ist.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ3Ist.Weight = 0.14766964636297802D; + // + // xrTableCell547 + // + this.xrTableCell547.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell547.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell547.Name = "xrTableCell547"; + this.xrTableCell547.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell547.StylePriority.UseBorders = false; + this.xrTableCell547.StylePriority.UseFont = false; + this.xrTableCell547.StylePriority.UsePadding = false; + this.xrTableCell547.StylePriority.UseTextAlignment = false; + this.xrTableCell547.Text = "4. Quartal:"; + this.xrTableCell547.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell547.Weight = 0.10217899739978451D; + // + // lblQ4Ist + // + this.lblQ4Ist.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblQ4Ist.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQ4Ist.Name = "lblQ4Ist"; + this.lblQ4Ist.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.lblQ4Ist.StylePriority.UseBorders = false; + this.lblQ4Ist.StylePriority.UseFont = false; + this.lblQ4Ist.StylePriority.UsePadding = false; + this.lblQ4Ist.StylePriority.UseTextAlignment = false; + this.lblQ4Ist.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblQ4Ist.Weight = 0.14766964737976451D; + // + // xrTable14 + // + this.xrTable14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 46.20832F); + this.xrTable14.Name = "xrTable14"; + this.xrTable14.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow70}); + this.xrTable14.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow70 + // + this.xrTableRow70.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow70.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell549, + this.xrTableCell550, + this.xrTableCell551}); + this.xrTableRow70.Name = "xrTableRow70"; + this.xrTableRow70.StylePriority.UseBackColor = false; + this.xrTableRow70.Weight = 1.0493203533882667D; + // + // xrTableCell549 + // + this.xrTableCell549.BackColor = System.Drawing.Color.Gray; + this.xrTableCell549.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell549.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell549.Name = "xrTableCell549"; + this.xrTableCell549.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell549.StylePriority.UseBackColor = false; + this.xrTableCell549.StylePriority.UseBorders = false; + this.xrTableCell549.StylePriority.UseFont = false; + this.xrTableCell549.StylePriority.UsePadding = false; + this.xrTableCell549.StylePriority.UseTextAlignment = false; + this.xrTableCell549.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell549.Weight = 0.24984856138146264D; + // + // xrTableCell550 + // + this.xrTableCell550.BackColor = System.Drawing.Color.Gray; + this.xrTableCell550.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell550.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell550.Name = "xrTableCell550"; + this.xrTableCell550.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell550.StylePriority.UseBackColor = false; + this.xrTableCell550.StylePriority.UseBorders = false; + this.xrTableCell550.StylePriority.UseFont = false; + this.xrTableCell550.StylePriority.UsePadding = false; + this.xrTableCell550.StylePriority.UseTextAlignment = false; + this.xrTableCell550.Text = "Tatsächliche - durchschnittliche Wochenarbeitsstunden"; + this.xrTableCell550.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell550.Weight = 0.4996972936262441D; + // + // xrTableCell551 + // + this.xrTableCell551.BackColor = System.Drawing.Color.Gray; + this.xrTableCell551.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell551.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell551.Name = "xrTableCell551"; + this.xrTableCell551.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell551.StylePriority.UseBackColor = false; + this.xrTableCell551.StylePriority.UseBorders = false; + this.xrTableCell551.StylePriority.UseFont = false; + this.xrTableCell551.StylePriority.UsePadding = false; + this.xrTableCell551.StylePriority.UseTextAlignment = false; + this.xrTableCell551.Text = "(incl. Feiertage, Urlaubstage) "; + this.xrTableCell551.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell551.Weight = 0.25010519808620241D; + // + // xrLabel19 + // + this.xrLabel19.BackColor = System.Drawing.Color.White; + this.xrLabel19.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(429.3999F, 194.75F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(218.5555F, 30.50003F); + this.xrLabel19.StylePriority.UseBackColor = false; + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UsePadding = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "Unterschrift ZV-Platzanbieter/in"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblUnterschrift + // + this.lblUnterschrift.BackColor = System.Drawing.Color.White; + this.lblUnterschrift.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.lblUnterschrift.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblUnterschrift.LocationFloat = new DevExpress.Utils.PointFloat(96.70817F, 194.75F); + this.lblUnterschrift.Name = "lblUnterschrift"; + this.lblUnterschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblUnterschrift.SizeF = new System.Drawing.SizeF(218.5555F, 30.50003F); + this.lblUnterschrift.StylePriority.UseBackColor = false; + this.lblUnterschrift.StylePriority.UseBorders = false; + this.lblUnterschrift.StylePriority.UseFont = false; + this.lblUnterschrift.StylePriority.UsePadding = false; + this.lblUnterschrift.StylePriority.UseTextAlignment = false; + this.lblUnterschrift.Text = "Unterschrift ZV-Teilnehmerin"; + this.lblUnterschrift.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel21 + // + this.xrLabel21.BackColor = System.Drawing.Color.White; + this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel21.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 105.0001F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(96.70818F, 30.50003F); + this.xrLabel21.StylePriority.UseBackColor = false; + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.StylePriority.UsePadding = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.Text = "Ansbach, den"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel22 + // + this.xrLabel22.BackColor = System.Drawing.Color.White; + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel22.BorderWidth = 1F; + this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(96.70817F, 105.0001F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(154.6085F, 30.50005F); + this.xrLabel22.StylePriority.UseBackColor = false; + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseBorderWidth = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UsePadding = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTable15 + // + this.xrTable15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 244.7083F); + this.xrTable15.Name = "xrTable15"; + this.xrTable15.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow71}); + this.xrTable15.SizeF = new System.Drawing.SizeF(714.1832F, 23F); + // + // xrTableRow71 + // + this.xrTableRow71.BackColor = System.Drawing.Color.DarkGray; + this.xrTableRow71.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell552, + this.xrTableCell553, + this.xrTableCell554}); + this.xrTableRow71.Name = "xrTableRow71"; + this.xrTableRow71.StylePriority.UseBackColor = false; + this.xrTableRow71.Weight = 1.0493203533882667D; + // + // xrTableCell552 + // + this.xrTableCell552.BackColor = System.Drawing.Color.Gray; + this.xrTableCell552.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell552.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); + this.xrTableCell552.Name = "xrTableCell552"; + this.xrTableCell552.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell552.StylePriority.UseBackColor = false; + this.xrTableCell552.StylePriority.UseBorders = false; + this.xrTableCell552.StylePriority.UseFont = false; + this.xrTableCell552.StylePriority.UsePadding = false; + this.xrTableCell552.StylePriority.UseTextAlignment = false; + this.xrTableCell552.Text = "Zeichenerklärung"; + this.xrTableCell552.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell552.Weight = 0.24984856138146264D; + // + // xrTableCell553 + // + this.xrTableCell553.BackColor = System.Drawing.Color.Gray; + this.xrTableCell553.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell553.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell553.Name = "xrTableCell553"; + this.xrTableCell553.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell553.StylePriority.UseBackColor = false; + this.xrTableCell553.StylePriority.UseBorders = false; + this.xrTableCell553.StylePriority.UseFont = false; + this.xrTableCell553.StylePriority.UsePadding = false; + this.xrTableCell553.StylePriority.UseTextAlignment = false; + this.xrTableCell553.Text = "bitte zutreffendes oben ankreuzen"; + this.xrTableCell553.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell553.Weight = 0.4996972936262441D; + // + // xrTableCell554 + // + this.xrTableCell554.BackColor = System.Drawing.Color.Gray; + this.xrTableCell554.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell554.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell554.Name = "xrTableCell554"; + this.xrTableCell554.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell554.StylePriority.UseBackColor = false; + this.xrTableCell554.StylePriority.UseBorders = false; + this.xrTableCell554.StylePriority.UseFont = false; + this.xrTableCell554.StylePriority.UsePadding = false; + this.xrTableCell554.StylePriority.UseTextAlignment = false; + this.xrTableCell554.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell554.Weight = 0.25010519808620241D; + // + // xrTable16 + // + this.xrTable16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 267.7083F); + this.xrTable16.Name = "xrTable16"; + this.xrTable16.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow72, + this.xrTableRow73, + this.xrTableRow74}); + this.xrTable16.SizeF = new System.Drawing.SizeF(714F, 69F); + // + // xrTableRow72 + // + this.xrTableRow72.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow72.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell573, + this.xrTableCell555, + this.xrTableCell556, + this.xrTableCell557, + this.xrTableCell558, + this.xrTableCell559, + this.xrTableCell560}); + this.xrTableRow72.Name = "xrTableRow72"; + this.xrTableRow72.StylePriority.UseBackColor = false; + this.xrTableRow72.Weight = 0.68199611608724986D; + // + // xrTableCell573 + // + this.xrTableCell573.BackColor = System.Drawing.Color.Gray; + this.xrTableCell573.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell573.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell573.Name = "xrTableCell573"; + this.xrTableCell573.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell573.StylePriority.UseBackColor = false; + this.xrTableCell573.StylePriority.UseBorders = false; + this.xrTableCell573.StylePriority.UseFont = false; + this.xrTableCell573.StylePriority.UsePadding = false; + this.xrTableCell573.StylePriority.UseTextAlignment = false; + this.xrTableCell573.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell573.Weight = 0.0055988491296571309D; + // + // xrTableCell555 + // + this.xrTableCell555.BackColor = System.Drawing.Color.Gray; + this.xrTableCell555.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell555.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox15}); + this.xrTableCell555.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell555.Name = "xrTableCell555"; + this.xrTableCell555.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell555.StylePriority.UseBackColor = false; + this.xrTableCell555.StylePriority.UseBorders = false; + this.xrTableCell555.StylePriority.UseFont = false; + this.xrTableCell555.StylePriority.UsePadding = false; + this.xrTableCell555.StylePriority.UseTextAlignment = false; + this.xrTableCell555.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell555.Weight = 0.060712516036052371D; + // + // xrPictureBox15 + // + this.xrPictureBox15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox15.Image"))); + this.xrPictureBox15.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox15.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-05F, 6.357829E-05F); + this.xrPictureBox15.Name = "xrPictureBox15"; + this.xrPictureBox15.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox15.StylePriority.UseBorders = false; + // + // xrTableCell556 + // + this.xrTableCell556.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell556.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell556.Name = "xrTableCell556"; + this.xrTableCell556.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell556.StylePriority.UseBorders = false; + this.xrTableCell556.StylePriority.UseFont = false; + this.xrTableCell556.StylePriority.UsePadding = false; + this.xrTableCell556.StylePriority.UseTextAlignment = false; + this.xrTableCell556.Text = "Klare Stärke"; + this.xrTableCell556.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell556.Weight = 0.26372912070800031D; + // + // xrTableCell557 + // + this.xrTableCell557.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell557.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell557.Name = "xrTableCell557"; + this.xrTableCell557.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell557.StylePriority.UseBorders = false; + this.xrTableCell557.StylePriority.UseFont = false; + this.xrTableCell557.StylePriority.UsePadding = false; + this.xrTableCell557.StylePriority.UseTextAlignment = false; + this.xrTableCell557.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell557.Weight = 0.067477810466970586D; + // + // xrTableCell558 + // + this.xrTableCell558.BackColor = System.Drawing.Color.Gray; + this.xrTableCell558.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell558.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox16}); + this.xrTableCell558.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell558.Name = "xrTableCell558"; + this.xrTableCell558.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell558.StylePriority.UseBackColor = false; + this.xrTableCell558.StylePriority.UseBorders = false; + this.xrTableCell558.StylePriority.UseFont = false; + this.xrTableCell558.StylePriority.UsePadding = false; + this.xrTableCell558.StylePriority.UseTextAlignment = false; + this.xrTableCell558.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell558.Weight = 0.102179002739263D; + // + // xrPictureBox16 + // + this.xrPictureBox16.BackColor = System.Drawing.Color.Gray; + this.xrPictureBox16.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox16.Image"))); + this.xrPictureBox16.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox16.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 0F); + this.xrPictureBox16.Name = "xrPictureBox16"; + this.xrPictureBox16.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrPictureBox16.SizeF = new System.Drawing.SizeF(62.02917F, 36.45833F); + this.xrPictureBox16.StylePriority.UseBackColor = false; + this.xrPictureBox16.StylePriority.UseBorders = false; + this.xrPictureBox16.StylePriority.UsePadding = false; + // + // xrTableCell559 + // + this.xrTableCell559.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell559.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell559.Name = "xrTableCell559"; + this.xrTableCell559.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell559.StylePriority.UseBorders = false; + this.xrTableCell559.StylePriority.UseFont = false; + this.xrTableCell559.StylePriority.UsePadding = false; + this.xrTableCell559.StylePriority.UseTextAlignment = false; + this.xrTableCell559.Text = "Starke Schwankungen in dieser Fähigkeit"; + this.xrTableCell559.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell559.Weight = 0.39001807761736085D; + // + // xrTableCell560 + // + this.xrTableCell560.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell560.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell560.Name = "xrTableCell560"; + this.xrTableCell560.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell560.StylePriority.UseBorders = false; + this.xrTableCell560.StylePriority.UseFont = false; + this.xrTableCell560.StylePriority.UsePadding = false; + this.xrTableCell560.StylePriority.UseTextAlignment = false; + this.xrTableCell560.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell560.Weight = 0.10967921336121037D; + // + // xrTableRow73 + // + this.xrTableRow73.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow73.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell561, + this.xrTableCell562, + this.xrTableCell563, + this.xrTableCell564, + this.xrTableCell565, + this.xrTableCell566}); + this.xrTableRow73.Name = "xrTableRow73"; + this.xrTableRow73.StylePriority.UseBackColor = false; + this.xrTableRow73.Weight = 0.68199611608724986D; + // + // xrTableCell561 + // + this.xrTableCell561.BackColor = System.Drawing.Color.Gray; + this.xrTableCell561.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell561.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox17}); + this.xrTableCell561.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell561.Name = "xrTableCell561"; + this.xrTableCell561.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell561.StylePriority.UseBackColor = false; + this.xrTableCell561.StylePriority.UseBorders = false; + this.xrTableCell561.StylePriority.UseFont = false; + this.xrTableCell561.StylePriority.UsePadding = false; + this.xrTableCell561.StylePriority.UseTextAlignment = false; + this.xrTableCell561.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell561.Weight = 0.066311365165709513D; + // + // xrPictureBox17 + // + this.xrPictureBox17.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox17.Image"))); + this.xrPictureBox17.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrPictureBox17.Name = "xrPictureBox17"; + this.xrPictureBox17.SizeF = new System.Drawing.SizeF(34.99978F, 23.45832F); + this.xrPictureBox17.StylePriority.UseBorders = false; + // + // xrTableCell562 + // + this.xrTableCell562.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell562.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell562.Name = "xrTableCell562"; + this.xrTableCell562.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell562.StylePriority.UseBorders = false; + this.xrTableCell562.StylePriority.UseFont = false; + this.xrTableCell562.StylePriority.UsePadding = false; + this.xrTableCell562.StylePriority.UseTextAlignment = false; + this.xrTableCell562.Text = "Durchschnittliche Fähigkeit"; + this.xrTableCell562.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell562.Weight = 0.26372912070800036D; + // + // xrTableCell563 + // + this.xrTableCell563.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell563.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell563.Name = "xrTableCell563"; + this.xrTableCell563.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell563.StylePriority.UseBorders = false; + this.xrTableCell563.StylePriority.UseFont = false; + this.xrTableCell563.StylePriority.UsePadding = false; + this.xrTableCell563.StylePriority.UseTextAlignment = false; + this.xrTableCell563.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell563.Weight = 0.067477810466970559D; + // + // xrTableCell564 + // + this.xrTableCell564.BackColor = System.Drawing.Color.Gray; + this.xrTableCell564.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell564.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell564.Name = "xrTableCell564"; + this.xrTableCell564.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell564.StylePriority.UseBackColor = false; + this.xrTableCell564.StylePriority.UseBorders = false; + this.xrTableCell564.StylePriority.UseFont = false; + this.xrTableCell564.StylePriority.UsePadding = false; + this.xrTableCell564.StylePriority.UseTextAlignment = false; + this.xrTableCell564.Text = "?"; + this.xrTableCell564.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell564.Weight = 0.102179002739263D; + // + // xrTableCell565 + // + this.xrTableCell565.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell565.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell565.Name = "xrTableCell565"; + this.xrTableCell565.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell565.StylePriority.UseBorders = false; + this.xrTableCell565.StylePriority.UseFont = false; + this.xrTableCell565.StylePriority.UsePadding = false; + this.xrTableCell565.StylePriority.UseTextAlignment = false; + this.xrTableCell565.Text = "Fähigkeit kann nicht eingeschätzt werden"; + this.xrTableCell565.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell565.Weight = 0.39001807761736085D; + // + // xrTableCell566 + // + this.xrTableCell566.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell566.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell566.Name = "xrTableCell566"; + this.xrTableCell566.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell566.StylePriority.UseBorders = false; + this.xrTableCell566.StylePriority.UseFont = false; + this.xrTableCell566.StylePriority.UsePadding = false; + this.xrTableCell566.StylePriority.UseTextAlignment = false; + this.xrTableCell566.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell566.Weight = 0.10967921336121042D; + // + // xrTableRow74 + // + this.xrTableRow74.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableRow74.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell567, + this.xrTableCell568, + this.xrTableCell569, + this.xrTableCell570, + this.xrTableCell571, + this.xrTableCell572}); + this.xrTableRow74.Name = "xrTableRow74"; + this.xrTableRow74.StylePriority.UseBackColor = false; + this.xrTableRow74.Weight = 0.68199611608724986D; + // + // xrTableCell567 + // + this.xrTableCell567.BackColor = System.Drawing.Color.Gray; + this.xrTableCell567.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell567.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox18}); + this.xrTableCell567.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell567.Name = "xrTableCell567"; + this.xrTableCell567.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell567.StylePriority.UseBackColor = false; + this.xrTableCell567.StylePriority.UseBorders = false; + this.xrTableCell567.StylePriority.UseFont = false; + this.xrTableCell567.StylePriority.UsePadding = false; + this.xrTableCell567.StylePriority.UseTextAlignment = false; + this.xrTableCell567.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell567.Weight = 0.066311365165709513D; + // + // xrPictureBox18 + // + this.xrPictureBox18.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox18.Image"))); + this.xrPictureBox18.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.TopLeft; + this.xrPictureBox18.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-05F, 0F); + this.xrPictureBox18.Name = "xrPictureBox18"; + this.xrPictureBox18.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 0, 0, 0, 100F); + this.xrPictureBox18.SizeF = new System.Drawing.SizeF(34.9997F, 23.45832F); + this.xrPictureBox18.StylePriority.UseBorders = false; + this.xrPictureBox18.StylePriority.UsePadding = false; + // + // xrTableCell568 + // + this.xrTableCell568.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell568.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell568.Name = "xrTableCell568"; + this.xrTableCell568.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell568.StylePriority.UseBorders = false; + this.xrTableCell568.StylePriority.UseFont = false; + this.xrTableCell568.StylePriority.UsePadding = false; + this.xrTableCell568.StylePriority.UseTextAlignment = false; + this.xrTableCell568.Text = "Klare Schwäche"; + this.xrTableCell568.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell568.Weight = 0.26372912070800036D; + // + // xrTableCell569 + // + this.xrTableCell569.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell569.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell569.Name = "xrTableCell569"; + this.xrTableCell569.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell569.StylePriority.UseBorders = false; + this.xrTableCell569.StylePriority.UseFont = false; + this.xrTableCell569.StylePriority.UsePadding = false; + this.xrTableCell569.StylePriority.UseTextAlignment = false; + this.xrTableCell569.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell569.Weight = 0.067477810466970559D; + // + // xrTableCell570 + // + this.xrTableCell570.BackColor = System.Drawing.Color.Gray; + this.xrTableCell570.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell570.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrTableCell570.Name = "xrTableCell570"; + this.xrTableCell570.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell570.StylePriority.UseBackColor = false; + this.xrTableCell570.StylePriority.UseBorders = false; + this.xrTableCell570.StylePriority.UseFont = false; + this.xrTableCell570.StylePriority.UsePadding = false; + this.xrTableCell570.StylePriority.UseTextAlignment = false; + this.xrTableCell570.Text = "-"; + this.xrTableCell570.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell570.Weight = 0.102179002739263D; + // + // xrTableCell571 + // + this.xrTableCell571.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell571.Font = new System.Drawing.Font("Arial", 8F); + this.xrTableCell571.Name = "xrTableCell571"; + this.xrTableCell571.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell571.StylePriority.UseBorders = false; + this.xrTableCell571.StylePriority.UseFont = false; + this.xrTableCell571.StylePriority.UsePadding = false; + this.xrTableCell571.StylePriority.UseTextAlignment = false; + this.xrTableCell571.Text = "Fähigkeit ist nicht relevant am Zuverdienstplatz"; + this.xrTableCell571.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell571.Weight = 0.39001807761736085D; + // + // xrTableCell572 + // + this.xrTableCell572.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell572.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell572.Name = "xrTableCell572"; + this.xrTableCell572.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell572.StylePriority.UseBorders = false; + this.xrTableCell572.StylePriority.UseFont = false; + this.xrTableCell572.StylePriority.UsePadding = false; + this.xrTableCell572.StylePriority.UseTextAlignment = false; + this.xrTableCell572.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell572.Weight = 0.10967921336121042D; + // + // ReportHeader1 + // + this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel10, + this.lblAnleiter, + this.xrLabel7, + this.xrLabel5, + this.xrLabel8, + this.lblHeader, + this.xrLabel6, + this.xrPictureBox3, + this.xrLabel9}); + this.ReportHeader1.HeightF = 154.7501F; + this.ReportHeader1.Name = "ReportHeader1"; + // + // xrLabel10 + // + this.xrLabel10.BackColor = System.Drawing.Color.White; + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(365.7569F, 124.25F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(109.8959F, 30.50003F); + this.xrLabel10.StylePriority.UseBackColor = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UsePadding = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "ZV-Anleiter/in:"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // lblAnleiter + // + this.lblAnleiter.BackColor = System.Drawing.Color.White; + this.lblAnleiter.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.lblAnleiter.Font = new System.Drawing.Font("Arial", 9F); + this.lblAnleiter.LocationFloat = new DevExpress.Utils.PointFloat(475.6529F, 124.25F); + this.lblAnleiter.Name = "lblAnleiter"; + this.lblAnleiter.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblAnleiter.SizeF = new System.Drawing.SizeF(250.347F, 30.50003F); + this.lblAnleiter.StylePriority.UseBackColor = false; + this.lblAnleiter.StylePriority.UseBorders = false; + this.lblAnleiter.StylePriority.UseFont = false; + this.lblAnleiter.StylePriority.UsePadding = false; + this.lblAnleiter.StylePriority.UseTextAlignment = false; + this.lblAnleiter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel7 + // + this.xrLabel7.BackColor = System.Drawing.Color.White; + this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Customer.CostBearers.CostBearer.Name")}); + this.xrLabel7.Font = new System.Drawing.Font("Arial", 9F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(121.3543F, 124.25F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(232.9444F, 30.50003F); + 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.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.BackColor = System.Drawing.Color.White; + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 124.25F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(121.3542F, 30.50003F); + this.xrLabel5.StylePriority.UseBackColor = false; + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UsePadding = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "ZV-Platzanbieter:"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel8 + // + this.xrLabel8.BackColor = System.Drawing.Color.White; + this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel8.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(305.9861F, 93.74997F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(317.5139F, 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 = "[Customer.FirstName] [Customer.LastName]"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // lblHeader + // + this.lblHeader.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblHeader.ForeColor = System.Drawing.Color.Black; + this.lblHeader.LocationFloat = new DevExpress.Utils.PointFloat(319.5F, 0F); + this.lblHeader.Multiline = true; + this.lblHeader.Name = "lblHeader"; + this.lblHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblHeader.SizeF = new System.Drawing.SizeF(386.0022F, 25F); + this.lblHeader.StylePriority.UseFont = false; + this.lblHeader.StylePriority.UseForeColor = false; + this.lblHeader.StylePriority.UseTextAlignment = false; + this.lblHeader.Text = "Fragebogen zur Selbsteinschätzung"; + this.lblHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrLabel6 + // + this.xrLabel6.BackColor = System.Drawing.Color.White; + this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(178.4999F, 93.74997F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(127.4861F, 30.50002F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UsePadding = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "ZV-Teilnehmer/in:"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(289.7917F, 93.74997F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel9 + // + this.xrLabel9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.ForeColor = System.Drawing.Color.Black; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(319.5F, 25F); + this.xrLabel9.Multiline = true; + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(385.9978F, 25F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseForeColor = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Beschäftigungsrelevante Kompetenzen"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // Selbsteinschaetzung + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.PageFooter, + this.DetailReport3, + this.topMarginBand1, + this.bottomMarginBand1, + this.DetailReport, + this.ReportHeader1}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.Margins = new System.Drawing.Printing.Margins(50, 51, 32, 34); + this.PageColor = System.Drawing.SystemColors.Window; + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport3; + private DevExpress.XtraReports.UI.DetailBand Detail4; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRTable xrTable8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell55; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell56; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell59; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell60; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell61; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell62; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell63; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell64; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell65; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell67; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell68; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell69; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell70; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell71; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell72; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell73; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell74; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell75; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell76; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell77; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell78; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell79; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell80; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell90; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell89; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell91; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell92; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell66; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell93; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell81; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell82; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell83; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell84; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell85; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell86; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell87; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell88; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell95; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell96; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell97; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell98; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell99; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell100; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell101; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell102; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell103; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell104; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell105; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell106; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell107; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell108; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell109; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell110; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell111; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell113; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell114; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell115; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell116; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell117; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell118; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell119; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell120; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell121; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell122; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell123; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell124; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell125; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell126; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell127; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell128; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell129; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell94; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell112; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell130; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell148; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell166; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell167; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell168; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell169; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell170; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell131; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell132; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell133; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell134; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell135; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell136; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell137; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell138; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell139; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell140; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell141; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell142; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell143; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell144; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell145; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell146; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell147; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell149; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell150; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell151; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell152; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell153; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell154; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell155; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell156; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell157; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell158; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell159; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell160; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell161; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell162; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell163; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell164; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell165; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell171; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell172; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell173; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell174; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell175; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell176; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell177; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell178; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell179; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell190; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell191; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell192; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell193; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell194; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell195; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell196; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell197; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell180; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell181; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell182; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell183; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell184; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell185; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell186; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell187; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell188; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell199; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell200; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell201; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell202; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell203; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell204; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell205; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell206; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell207; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell208; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell209; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell210; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell211; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell212; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell213; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell214; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell215; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell216; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell217; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell218; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell219; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell220; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell221; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell222; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell223; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell224; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell226; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell227; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell228; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell229; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell230; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell231; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell232; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell233; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow29; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell239; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell240; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell241; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell242; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell243; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell244; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell245; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell246; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell189; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell198; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell225; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell235; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell236; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell237; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell238; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell265; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell264; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell255; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell256; + private DevExpress.XtraReports.UI.XRTableCell lblIstQ1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell258; + private DevExpress.XtraReports.UI.XRTableCell lblIstQ2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell260; + private DevExpress.XtraReports.UI.XRTableCell lblIstQ3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell262; + private DevExpress.XtraReports.UI.XRTableCell lblIstQ4; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell247; + private DevExpress.XtraReports.UI.XRTableCell lblSollQ1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell249; + private DevExpress.XtraReports.UI.XRTableCell lblSollQ2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell251; + private DevExpress.XtraReports.UI.XRTableCell lblSollQ3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell253; + private DevExpress.XtraReports.UI.XRTableCell lblSollQ4; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell234; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell266; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell267; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell269; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell270; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell271; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell273; + private DevExpress.XtraReports.UI.XRTable xrTable7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell274; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell275; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell276; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox5; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox6; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell285; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell286; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell288; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell289; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell290; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell292; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell277; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell278; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell280; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell281; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell282; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell284; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell268; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell272; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell279; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell283; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell287; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell291; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell293; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell294; + private DevExpress.XtraReports.UI.SubBand SubBand1; + private DevExpress.XtraReports.UI.XRTable xrTable10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell295; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell296; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell297; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell298; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell299; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell300; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell301; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell302; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell303; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell304; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell305; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell306; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell307; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell308; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell309; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell310; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell311; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell312; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell313; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell314; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell315; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell316; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell317; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell318; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell319; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell320; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell321; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell322; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell323; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell324; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell325; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell326; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell327; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell328; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell329; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell330; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell331; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell332; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell333; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell334; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell335; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell336; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell337; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell338; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell339; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell340; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell341; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell342; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell343; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell344; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell345; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell346; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell347; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell348; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell349; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell350; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell351; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell352; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell353; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell354; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell355; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell356; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell357; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell358; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell359; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell360; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell361; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell362; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell363; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell364; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell365; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell366; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell367; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell368; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell369; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell370; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell371; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell372; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell373; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell374; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell375; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell376; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell377; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell378; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell379; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell380; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell381; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell382; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell383; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell384; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell385; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell386; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell387; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell388; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell389; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell390; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell391; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell392; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell393; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell394; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell395; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell396; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow51; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell397; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell398; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell399; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell400; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell401; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell402; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell403; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell404; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell405; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell406; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell407; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell408; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell409; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell410; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell411; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell412; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell413; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell414; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell415; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell416; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell417; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell418; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell419; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell420; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell421; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell422; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell423; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell424; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell425; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell426; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell427; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell428; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell429; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell430; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow55; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell431; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell432; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell433; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell434; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell435; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell436; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell437; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell438; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell439; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow56; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell440; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell441; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell442; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell443; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell444; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell445; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell446; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell447; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow57; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell448; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell449; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell450; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell451; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell452; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell453; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell454; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell455; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell456; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow58; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell457; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell458; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell459; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell460; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell461; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell462; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell463; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell464; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell465; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow59; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell466; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell467; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell468; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell469; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell470; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell471; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell472; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell473; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow60; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell474; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell475; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell476; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell477; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell478; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell479; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell480; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell481; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell482; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow61; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell483; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell484; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell485; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell486; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell487; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell488; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell489; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell490; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow62; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell491; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell492; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell493; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell494; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell495; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell496; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell497; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell498; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell499; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow63; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell500; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell501; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell502; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell503; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell504; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell505; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell506; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell507; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell508; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow64; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell509; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell510; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell511; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell512; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell513; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell514; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell515; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell516; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow65; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell517; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell518; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell519; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell520; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell521; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell522; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell523; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell524; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow66; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell525; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell526; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell527; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell528; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell529; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell530; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell531; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox10; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel lblAnleiter2; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; + private DevExpress.XtraReports.UI.XRTable xrTable11; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow67; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell532; + private DevExpress.XtraReports.UI.XRTable xrTable12; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow68; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell533; + private DevExpress.XtraReports.UI.XRTableCell lblQ1Soll; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell535; + private DevExpress.XtraReports.UI.XRTableCell lblQ2Soll; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell537; + private DevExpress.XtraReports.UI.XRTableCell lblQ3Soll; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell539; + private DevExpress.XtraReports.UI.XRTableCell lblQ4Soll; + private DevExpress.XtraReports.UI.XRTable xrTable13; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow69; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell541; + private DevExpress.XtraReports.UI.XRTableCell lblQ1Ist; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell543; + private DevExpress.XtraReports.UI.XRTableCell lblQ2Ist; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell545; + private DevExpress.XtraReports.UI.XRTableCell lblQ3Ist; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell547; + private DevExpress.XtraReports.UI.XRTableCell lblQ4Ist; + private DevExpress.XtraReports.UI.XRTable xrTable14; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow70; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell549; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell550; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell551; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel lblUnterschrift; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRTable xrTable15; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow71; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell552; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell553; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell554; + private DevExpress.XtraReports.UI.XRTable xrTable16; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow72; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell555; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell556; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell557; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell558; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell559; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell560; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow73; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell561; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell562; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell563; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell564; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell565; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell566; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow74; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell567; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell568; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell569; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell570; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell571; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell572; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader1; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel lblAnleiter; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel lblHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell573; + } +} diff --git a/ReportImp/DomizielAnsbach/Selbsteinschaetzung.cs b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.cs new file mode 100644 index 000000000..cb053315d --- /dev/null +++ b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.cs @@ -0,0 +1,96 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BeWo.Report; +using BeWo.Data.Entities; +using BeWo.Data.Access; +using BS.Shared; +using BS.Shared.Core; +using DomizielAnsbach.Service; + +namespace DomizielAnsbach +{ + public partial class Selbsteinschaetzung : DevExpress.XtraReports.UI.XtraReport//, IBeWoReport + { + public Selbsteinschaetzung() + { + InitializeComponent(); + } + + public void SetReportDataSource(CustomerDataRO pRO) + { + long cbOid = 0; + var c = DAOFactory.GenericDAO.LoadByID(pRO.CustomerOid); + + if (pRO.EnvironmentPersons.Count > 0) + { + foreach (var p2p in pRO.EnvironmentPersons) + { + if (p2p.RelationRole.ToString().Contains("Anleiter")) + { + lblAnleiter.Text = p2p.Person.FullName; + lblAnleiter2.Text = p2p.Person.FullName; + } + } + } + if (pRO.EnvironmentOrganisations.Count > 0) + { + foreach (var o2p in pRO.EnvironmentOrganisations) + { + if (o2p.RelationRole.DisplayName.Contains("Zuverdienst")) + { + cbOid = o2p.Organisation.CostBearerOid ?? 0; + var anleiterin = DAOFactory.GenericDAO.LoadByID(o2p.Person.PersonOid); + if (lblAnleiter.Text == null) + { + lblAnleiter.Text = anleiterin.LastNameFirstName; + lblAnleiter2.Text = anleiterin.LastNameFirstName; + } + } + } + } + + var tage = ZuverdienstHelper.SetArbeitszeiten(pRO, cbOid, c); + lblQ1Soll.Text = tage.wochenAZeitSollQ1; + lblSollQ1.Text = tage.wochenAZeitSollQ1; + lblQ1Ist.Text = String.Format("{0}", tage.wochenAZeitIstQ1); + lblIstQ1.Text = String.Format("{0}", tage.wochenAZeitIstQ1); + lblQ2Soll.Text = tage.wochenAZeitSollQ2; + lblSollQ2.Text = tage.wochenAZeitSollQ2; + lblQ2Ist.Text = String.Format("{0}", tage.wochenAZeitIstQ2); + lblIstQ2.Text = String.Format("{0}", tage.wochenAZeitIstQ2); + lblQ3Soll.Text = tage.wochenAZeitSollQ3; + lblSollQ3.Text = tage.wochenAZeitSollQ3; + lblQ3Ist.Text = String.Format("{0}", tage.wochenAZeitIstQ3); + lblIstQ3.Text = String.Format("{0}", tage.wochenAZeitIstQ3); + lblQ4Soll.Text = tage.wochenAZeitSollQ4; + lblSollQ4.Text = tage.wochenAZeitSollQ4; + lblQ4Ist.Text = String.Format("{0}", tage.wochenAZeitIstQ4); + lblIstQ4.Text = String.Format("{0}", tage.wochenAZeitIstQ4); + + + if (pRO.Sex.Equals("männlich")) + { + xrTableCell304.Text = xrTableCell304.Text.Replace("Sie ", "Er "); + xrTableCell321.Text = xrTableCell321.Text.Replace("Sie ", "Er "); + xrTableCell338.Text = xrTableCell338.Text.Replace("Sie ", "Er "); + xrTableCell355.Text = xrTableCell355.Text.Replace("Sie ", "Er "); + xrTableCell372.Text = xrTableCell372.Text.Replace("Sie ", "Er "); + xrTableCell389.Text = xrTableCell389.Text.Replace("Sie ", "Er "); + xrTableCell406.Text = xrTableCell406.Text.Replace("Sie ", "Er "); + xrTableCell415.Text = "Er nutzt die ihm gewährten Entscheidungs-/Handlungsspielräume."; + xrTableCell432.Text = xrTableCell432.Text.Replace("Sie ", "Er "); + xrTableCell449.Text = "Er achtet gut auf sich. Er achtet auf seine Belastungsgrenzen."; + xrTableCell458.Text = xrTableCell458.Text.Replace("Sie ", "Er "); + xrTableCell475.Text = "Er holt sich bei Bedarf aktiv und frühzeitig Hilfe bei seinem Anleiter."; + xrTableCell492.Text = "Er gestaltet den Zuverdienstplatz in Absprache mit seinem Anleiter: "; + xrTableCell501.Text = "Arbeitsinhalt, -menge, -zeit orientieren sich an seinen Bedürfnissen."; + lblUnterschrift.Text = "Unterschrift ZV-Teilnehmer"; + } + this.bindingSource1.DataSource = pRO; + } + } +} diff --git a/ReportImp/DomizielAnsbach/Selbsteinschaetzung.resx b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.resx new file mode 100644 index 000000000..2dbad87da --- /dev/null +++ b/ReportImp/DomizielAnsbach/Selbsteinschaetzung.resx @@ -0,0 +1,1152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAoAC4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDM8T+KNP8ABmg3Op6rdw2NhaLulmlbCryAB7kkgADkkgAEmuQP + xyvNwnHw/wDHzaSfm/tAWtqBsxnf9mNx9s/4D5G//ZpPiVP5/wAWfCVvc28l3Y2dnqOrxwIVzNdwCBIQ + FJAZgk8xUEgBgD/CCMm2+GmnXXwOjkXx949GkvcjxINYbWQt6If9d5BlK4Fvt42Y+7xml0cm/wCr9evR + vpt5jaeiXX+v8vv8tfRvC/inT/Gug2+p6VdRXtjdKWiljPBwSCCDyGBBBUgEEEEAir9ef/DO9D/FLxIL + SynsbDVNN03WpYpgFeK7nE6SK6gkK/lwQbhnrz3yfQKqSs7Ep32CvsD/AIIpf8nT6/8A9ipcf+ldnXx/ + X2B/wRS/5On1/wD7FS4/9K7OkM+IfiD4FXx1pUCpdz6ZqWnzi70+/gUNJZzAFd21vlZSrMrKeGV2HHBH + lk3wM8US6/vOgeD2XzvOa4HibVk05pd2/wA86KE+zbt/zlTNktzvzzXuNFC0d/6/zXyB6q39f16/qzA+ + HvgQeB9OuPNvJtU1TUp/tWo38yhXu5tqrkKOERVVVVBwFUdTljv0UUAFfYH/AARS/wCTp9f/AOxUuP8A + 0rs6+P6+wP8Agil/ydPr/wD2Klx/6V2dAHoH/Di//qqP/lt//dVH/Di//qqP/lt//dVFFAB/w4v/AOqo + /wDlt/8A3VR/w4v/AOqo/wDlt/8A3VRRQAf8OL/+qo/+W3/91V7B+xT/AME3f+GPfipf+Jv+Ez/4SL7d + pUmmfZv7I+ybN80Mm/f50mceTjGP4uvHJRQB/9k= + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uR8WfGO00HXJtI03S9Y8Ua3bqslxYaRFEzWqtyvmyzPHDESOQryK7DkAjmusnZo7eRkXe6qSq5+8fSvB + PC2teDdE+GXw71TxJ8RF8G6lcMPEdzE+vRaaNcuZRunS4SU7pYhI5XZn5dqrkbQKOv3fj/wzv/wbj6X/ + AK/rp+PSx6f4X+MdrrGuW+k6tpOs+FdYuwzW1nq0cQN2FBJEc0MksMjBQWKLIXABYqBzXXV8/wDjfXPA + 3ib4d/EvUtC+JUPizUBbHxDBAmvQaknh+e1TdA9tHGSYk81UJHO4nHfFe92E0k9hC8ibJHRWdc/dOORR + ry6/1/Wqf39bC20vpr+Fv81b/gEtefz+BvEvw71G8n8Gtot9pt/O1zJomqzSWkNtM7bpHguI45GjV2Jd + o2icbmJUoCQfQKKOtw8n/X9f8DY89bwL4k+Jt3Zt4ybR9N0mxnS6/sXSbmS7S7ljYPG09zJHEWjVgreU + sSgso3M65U+hUUUaWsgW9z//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uJ1n42wpq93Y6BoHiDxhdafKYb0aQlssNrIOsbTXM0MRcdGRHZ1/iArU+L+t3vhr4TeKNS03J1DT9Jur + m1xjPmpCzJ14+8B1rgJbLT/AXivw1/wjcfjrX5tB0YQ/2Bol5AunyQy5K3Nz9okiiaYlWKsZd7fMdp5N + HX+ut/8AL9dLMHdJPvf8LX/PQ7vwR8V7HxlqUmmy2epaHrlvELiXS9TiWK5WMkDepVnjlQEgFoncAkAk + Hiumrw3T7O10TwLps1peeLNT8QaL4stWMfiS5Eupae13cRxTQbh8ph+zzSbQhZCoBDHbke5VVvdv8vwT + +7X9Q/L/AIf/AC/TdCOiyIVZQysMEEcEV5tpXgHxV8IvtFt4Rt/DeuaPM4MNpqt3JptxYqAFWMXEUE/n + RqoCorxhkUAb2AAHpVFT1uHSzOD8N/DfVtd8ZW/iTxY2kx31moNpp2lhnt7eQK6+ZJO6q9w6rJIEyiKg + kbCFjurvKKKOlkHW7P/Z + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAkADwDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCJ + 3EalmIVVGST2rlvD/wAdvBHizxEdH0rxj4U1LVslTZWmq281wCvX92rFuO/Fcz8WIo/iD43uvDt5NYrp + eiaVFqctpfSFLPUrq4llitUuMY3Qq8Dlo8kOzpkHaAY/EvhXxRrPw78L2Xiaz+Gb2MOT4tSRbhbO3gVc + hrEtgoykKQ0hG3GQQQKIp7/1va/9La3cJaO39bJ/in3PVAcVyviT46eCfB2vjSdY8Y+FdK1RioFneatB + BcHd0+RnDc9uOa4SXxRqi6b/AMIHDq162of8JJ/wjzaqWP2qOz+x/by2/r5wtiIRJy2/DnJzWzongTxd + 4K8J+L9L0HTPh7ZW+QPC8JjufLkBX5zqJ+87FySWTJYEkkkmk9ubpa67vRP5aPz69h2+y/63/wAvLSz6 + npUciyxqysrKwyCDkEVieNvih4Z+GkEMviTxFoXh+O4JWJ9Sv4rRZSOoUyMM/hXmX9qz/szXV0jRWq6P + c+GLzXH020LLZ6dfWaxtOtsCCyQTCXITopiJAy5zLZwH4C+KdL1zxBrvgOx0vWbNv+Eg1vW7s22qXt8e + Y44HdhGtsvIEWflGMDqS/P8Ardr9PxWmotUrtf1p+V1deuuh6v4b8Uab4x0eHUdI1Cx1XT7gZiurOdZ4 + ZR/supIP4Gr1eI+H4tQ8L6fp/j28uPCa3mqazDY3b+F3kfTtasLm4W2tnfdw08bSxt5o7Kyg7WxXt1Pp + f+r2T/VfMX9X/r+rWPPvjF4GvL67k1bT9PfWYbywbSdY0uOcQTXtqSWR4HYhRNEzOVDMoYSN8wIU1wT+ + M/EHiuZdJupPFXiWzhdXXS/+EGvNFnvihBWO71C4YWjR7gC/kqgcKQAyko3v1FJaP+vX0312v5jlr/Xy + 9dkup5vN8INWuvBS3D3tkvjRNV/4SBLkKfsq3YXyxBnG7yfs/wDo5bG4plsBuK425tfDK3jrr2kfHDS9 + amYvLa2er+Jb613sT/q57SZ7cIT0yyYBGVTkD3qijy6flolp8klrfYPN7/8ABb/Nva255b4D+Es3iS4u + r7xBZ6hZ6adKm0PTNLv9Rkv72C1nYNcSXM7SSFpZSsY2h32LEvzEsQtLw7qcnwk8QT3HjDR/EWq6pHBH + YWmu6dpU+rR3VtGPlAjto3mt3bJaRWXYznKuwCqvr9FGq2/rf/N+Wr0FbSz/AK2/DRfctbnkvhnwzJ4/ + 8Zte6do+p+H/AAlNew6tdx6hb/ZZNVu4gShjtWAkhG8RvI8oVnaBAEwWc+tUUUdLL+un5JL5D3d2FFFF + ABRRRQAUUUUAFFFFAH//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAoAC4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDM8T+KNP8ABmg3Op6rdw2NhaLulmlbCryAB7kkgADkkgAEmuQP + xyvNwnHw/wDHzaSfm/tAWtqBsxnf9mNx9s/4D5G//ZpPiVP5/wAWfCVvc28l3Y2dnqOrxwIVzNdwCBIQ + FJAZgk8xUEgBgD/CCMm2+GmnXXwOjkXx949GkvcjxINYbWQt6If9d5BlK4Fvt42Y+7xml0cm/wCr9evR + vpt5jaeiXX+v8vv8tfRvC/inT/Gug2+p6VdRXtjdKWiljPBwSCCDyGBBBUgEEEEAir9ef/DO9D/FLxIL + SynsbDVNN03WpYpgFeK7nE6SK6gkK/lwQbhnrz3yfQKqSs7Ep32CvsD/AIIpf8nT6/8A9ipcf+ldnXx/ + X2B/wRS/5On1/wD7FS4/9K7OkM+IfiD4FXx1pUCpdz6ZqWnzi70+/gUNJZzAFd21vlZSrMrKeGV2HHBH + lk3wM8US6/vOgeD2XzvOa4HibVk05pd2/wA86KE+zbt/zlTNktzvzzXuNFC0d/6/zXyB6q39f16/qzA+ + HvgQeB9OuPNvJtU1TUp/tWo38yhXu5tqrkKOERVVVVBwFUdTljv0UUAFfYH/AARS/wCTp9f/AOxUuP8A + 0rs6+P6+wP8Agil/ydPr/wD2Klx/6V2dAHoH/Di//qqP/lt//dVH/Di//qqP/lt//dVFFAB/w4v/AOqo + /wDlt/8A3VR/w4v/AOqo/wDlt/8A3VRRQAf8OL/+qo/+W3/91V7B+xT/AME3f+GPfipf+Jv+Ez/4SL7d + pUmmfZv7I+ybN80Mm/f50mceTjGP4uvHJRQB/9k= + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAkADwDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCJ + 3EalmIVVGST2rlvD/wAdvBHizxEdH0rxj4U1LVslTZWmq281wCvX92rFuO/Fcz8WIo/iD43uvDt5NYrp + eiaVFqctpfSFLPUrq4llitUuMY3Qq8Dlo8kOzpkHaAY/EvhXxRrPw78L2Xiaz+Gb2MOT4tSRbhbO3gVc + hrEtgoykKQ0hG3GQQQKIp7/1va/9La3cJaO39bJ/in3PVAcVyviT46eCfB2vjSdY8Y+FdK1RioFneatB + BcHd0+RnDc9uOa4SXxRqi6b/AMIHDq162of8JJ/wjzaqWP2qOz+x/by2/r5wtiIRJy2/DnJzWzongTxd + 4K8J+L9L0HTPh7ZW+QPC8JjufLkBX5zqJ+87FySWTJYEkkkmk9ubpa67vRP5aPz69h2+y/63/wAvLSz6 + npUciyxqysrKwyCDkEVieNvih4Z+GkEMviTxFoXh+O4JWJ9Sv4rRZSOoUyMM/hXmX9qz/szXV0jRWq6P + c+GLzXH020LLZ6dfWaxtOtsCCyQTCXITopiJAy5zLZwH4C+KdL1zxBrvgOx0vWbNv+Eg1vW7s22qXt8e + Y44HdhGtsvIEWflGMDqS/P8Ardr9PxWmotUrtf1p+V1deuuh6v4b8Uab4x0eHUdI1Cx1XT7gZiurOdZ4 + ZR/supIP4Gr1eI+H4tQ8L6fp/j28uPCa3mqazDY3b+F3kfTtasLm4W2tnfdw08bSxt5o7Kyg7WxXt1Pp + f+r2T/VfMX9X/r+rWPPvjF4GvL67k1bT9PfWYbywbSdY0uOcQTXtqSWR4HYhRNEzOVDMoYSN8wIU1wT+ + M/EHiuZdJupPFXiWzhdXXS/+EGvNFnvihBWO71C4YWjR7gC/kqgcKQAyko3v1FJaP+vX0312v5jlr/Xy + 9dkup5vN8INWuvBS3D3tkvjRNV/4SBLkKfsq3YXyxBnG7yfs/wDo5bG4plsBuK425tfDK3jrr2kfHDS9 + amYvLa2er+Jb613sT/q57SZ7cIT0yyYBGVTkD3qijy6flolp8klrfYPN7/8ABb/Nva255b4D+Es3iS4u + r7xBZ6hZ6adKm0PTNLv9Rkv72C1nYNcSXM7SSFpZSsY2h32LEvzEsQtLw7qcnwk8QT3HjDR/EWq6pHBH + YWmu6dpU+rR3VtGPlAjto3mt3bJaRWXYznKuwCqvr9FGq2/rf/N+Wr0FbSz/AK2/DRfctbnkvhnwzJ4/ + 8Zte6do+p+H/AAlNew6tdx6hb/ZZNVu4gShjtWAkhG8RvI8oVnaBAEwWc+tUUUdLL+un5JL5D3d2FFFF + ABRRRQAUUUUAFFFFAH//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uR8WfGO00HXJtI03S9Y8Ua3bqslxYaRFEzWqtyvmyzPHDESOQryK7DkAjmusnZo7eRkXe6qSq5+8fSvB + PC2teDdE+GXw71TxJ8RF8G6lcMPEdzE+vRaaNcuZRunS4SU7pYhI5XZn5dqrkbQKOv3fj/wzv/wbj6X/ + AK/rp+PSx6f4X+MdrrGuW+k6tpOs+FdYuwzW1nq0cQN2FBJEc0MksMjBQWKLIXABYqBzXXV8/wDjfXPA + 3ib4d/EvUtC+JUPizUBbHxDBAmvQaknh+e1TdA9tHGSYk81UJHO4nHfFe92E0k9hC8ibJHRWdc/dOORR + ry6/1/Wqf39bC20vpr+Fv81b/gEtefz+BvEvw71G8n8Gtot9pt/O1zJomqzSWkNtM7bpHguI45GjV2Jd + o2icbmJUoCQfQKKOtw8n/X9f8DY89bwL4k+Jt3Zt4ybR9N0mxnS6/sXSbmS7S7ljYPG09zJHEWjVgreU + sSgso3M65U+hUUUaWsgW9z//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uJ1n42wpq93Y6BoHiDxhdafKYb0aQlssNrIOsbTXM0MRcdGRHZ1/iArU+L+t3vhr4TeKNS03J1DT9Jur + m1xjPmpCzJ14+8B1rgJbLT/AXivw1/wjcfjrX5tB0YQ/2Bol5AunyQy5K3Nz9okiiaYlWKsZd7fMdp5N + HX+ut/8AL9dLMHdJPvf8LX/PQ7vwR8V7HxlqUmmy2epaHrlvELiXS9TiWK5WMkDepVnjlQEgFoncAkAk + Hiumrw3T7O10TwLps1peeLNT8QaL4stWMfiS5Eupae13cRxTQbh8ph+zzSbQhZCoBDHbke5VVvdv8vwT + +7X9Q/L/AIf/AC/TdCOiyIVZQysMEEcEV5tpXgHxV8IvtFt4Rt/DeuaPM4MNpqt3JptxYqAFWMXEUE/n + RqoCorxhkUAb2AAHpVFT1uHSzOD8N/DfVtd8ZW/iTxY2kx31moNpp2lhnt7eQK6+ZJO6q9w6rJIEyiKg + kbCFjurvKKKOlkHW7P/Z + + + + 17, 17 + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAoAC4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDM8T+KNP8ABmg3Op6rdw2NhaLulmlbCryAB7kkgADkkgAEmuQP + xyvNwnHw/wDHzaSfm/tAWtqBsxnf9mNx9s/4D5G//ZpPiVP5/wAWfCVvc28l3Y2dnqOrxwIVzNdwCBIQ + FJAZgk8xUEgBgD/CCMm2+GmnXXwOjkXx949GkvcjxINYbWQt6If9d5BlK4Fvt42Y+7xml0cm/wCr9evR + vpt5jaeiXX+v8vv8tfRvC/inT/Gug2+p6VdRXtjdKWiljPBwSCCDyGBBBUgEEEEAir9ef/DO9D/FLxIL + SynsbDVNN03WpYpgFeK7nE6SK6gkK/lwQbhnrz3yfQKqSs7Ep32CvsD/AIIpf8nT6/8A9ipcf+ldnXx/ + X2B/wRS/5On1/wD7FS4/9K7OkM+IfiD4FXx1pUCpdz6ZqWnzi70+/gUNJZzAFd21vlZSrMrKeGV2HHBH + lk3wM8US6/vOgeD2XzvOa4HibVk05pd2/wA86KE+zbt/zlTNktzvzzXuNFC0d/6/zXyB6q39f16/qzA+ + HvgQeB9OuPNvJtU1TUp/tWo38yhXu5tqrkKOERVVVVBwFUdTljv0UUAFfYH/AARS/wCTp9f/AOxUuP8A + 0rs6+P6+wP8Agil/ydPr/wD2Klx/6V2dAHoH/Di//qqP/lt//dVH/Di//qqP/lt//dVFFAB/w4v/AOqo + /wDlt/8A3VR/w4v/AOqo/wDlt/8A3VRRQAf8OL/+qo/+W3/91V7B+xT/AME3f+GPfipf+Jv+Ez/4SL7d + pUmmfZv7I+ybN80Mm/f50mceTjGP4uvHJRQB/9k= + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uR8WfGO00HXJtI03S9Y8Ua3bqslxYaRFEzWqtyvmyzPHDESOQryK7DkAjmusnZo7eRkXe6qSq5+8fSvB + PC2teDdE+GXw71TxJ8RF8G6lcMPEdzE+vRaaNcuZRunS4SU7pYhI5XZn5dqrkbQKOv3fj/wzv/wbj6X/ + AK/rp+PSx6f4X+MdrrGuW+k6tpOs+FdYuwzW1nq0cQN2FBJEc0MksMjBQWKLIXABYqBzXXV8/wDjfXPA + 3ib4d/EvUtC+JUPizUBbHxDBAmvQaknh+e1TdA9tHGSYk81UJHO4nHfFe92E0k9hC8ibJHRWdc/dOORR + ry6/1/Wqf39bC20vpr+Fv81b/gEtefz+BvEvw71G8n8Gtot9pt/O1zJomqzSWkNtM7bpHguI45GjV2Jd + o2icbmJUoCQfQKKOtw8n/X9f8DY89bwL4k+Jt3Zt4ybR9N0mxnS6/sXSbmS7S7ljYPG09zJHEWjVgreU + sSgso3M65U+hUUUaWsgW9z//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uJ1n42wpq93Y6BoHiDxhdafKYb0aQlssNrIOsbTXM0MRcdGRHZ1/iArU+L+t3vhr4TeKNS03J1DT9Jur + m1xjPmpCzJ14+8B1rgJbLT/AXivw1/wjcfjrX5tB0YQ/2Bol5AunyQy5K3Nz9okiiaYlWKsZd7fMdp5N + HX+ut/8AL9dLMHdJPvf8LX/PQ7vwR8V7HxlqUmmy2epaHrlvELiXS9TiWK5WMkDepVnjlQEgFoncAkAk + Hiumrw3T7O10TwLps1peeLNT8QaL4stWMfiS5Eupae13cRxTQbh8ph+zzSbQhZCoBDHbke5VVvdv8vwT + +7X9Q/L/AIf/AC/TdCOiyIVZQysMEEcEV5tpXgHxV8IvtFt4Rt/DeuaPM4MNpqt3JptxYqAFWMXEUE/n + RqoCorxhkUAb2AAHpVFT1uHSzOD8N/DfVtd8ZW/iTxY2kx31moNpp2lhnt7eQK6+ZJO6q9w6rJIEyiKg + kbCFjurvKKKOlkHW7P/Z + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAkADwDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCJ + 3EalmIVVGST2rlvD/wAdvBHizxEdH0rxj4U1LVslTZWmq281wCvX92rFuO/Fcz8WIo/iD43uvDt5NYrp + eiaVFqctpfSFLPUrq4llitUuMY3Qq8Dlo8kOzpkHaAY/EvhXxRrPw78L2Xiaz+Gb2MOT4tSRbhbO3gVc + hrEtgoykKQ0hG3GQQQKIp7/1va/9La3cJaO39bJ/in3PVAcVyviT46eCfB2vjSdY8Y+FdK1RioFneatB + BcHd0+RnDc9uOa4SXxRqi6b/AMIHDq162of8JJ/wjzaqWP2qOz+x/by2/r5wtiIRJy2/DnJzWzongTxd + 4K8J+L9L0HTPh7ZW+QPC8JjufLkBX5zqJ+87FySWTJYEkkkmk9ubpa67vRP5aPz69h2+y/63/wAvLSz6 + npUciyxqysrKwyCDkEVieNvih4Z+GkEMviTxFoXh+O4JWJ9Sv4rRZSOoUyMM/hXmX9qz/szXV0jRWq6P + c+GLzXH020LLZ6dfWaxtOtsCCyQTCXITopiJAy5zLZwH4C+KdL1zxBrvgOx0vWbNv+Eg1vW7s22qXt8e + Y44HdhGtsvIEWflGMDqS/P8Ardr9PxWmotUrtf1p+V1deuuh6v4b8Uab4x0eHUdI1Cx1XT7gZiurOdZ4 + ZR/supIP4Gr1eI+H4tQ8L6fp/j28uPCa3mqazDY3b+F3kfTtasLm4W2tnfdw08bSxt5o7Kyg7WxXt1Pp + f+r2T/VfMX9X/r+rWPPvjF4GvL67k1bT9PfWYbywbSdY0uOcQTXtqSWR4HYhRNEzOVDMoYSN8wIU1wT+ + M/EHiuZdJupPFXiWzhdXXS/+EGvNFnvihBWO71C4YWjR7gC/kqgcKQAyko3v1FJaP+vX0312v5jlr/Xy + 9dkup5vN8INWuvBS3D3tkvjRNV/4SBLkKfsq3YXyxBnG7yfs/wDo5bG4plsBuK425tfDK3jrr2kfHDS9 + amYvLa2er+Jb613sT/q57SZ7cIT0yyYBGVTkD3qijy6flolp8klrfYPN7/8ABb/Nva255b4D+Es3iS4u + r7xBZ6hZ6adKm0PTNLv9Rkv72C1nYNcSXM7SSFpZSsY2h32LEvzEsQtLw7qcnwk8QT3HjDR/EWq6pHBH + YWmu6dpU+rR3VtGPlAjto3mt3bJaRWXYznKuwCqvr9FGq2/rf/N+Wr0FbSz/AK2/DRfctbnkvhnwzJ4/ + 8Zte6do+p+H/AAlNew6tdx6hb/ZZNVu4gShjtWAkhG8RvI8oVnaBAEwWc+tUUUdLL+un5JL5D3d2FFFF + ABRRRQAUUUUAFFFFAH//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACtAicDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9/KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKQ9KYPlNAElFM3ZahpMDpSbsA+iosjFKDTC5JRSBs004b+VAD6KahwcU6i9wCi + iigAooooAKKKKACimmQA0h5oAfRTB06UmcGgCSiiigAooooAKKKKACiiigAooooAKTPNLTHPNAD6KaH4 + oDbqAHZopjLtFOUYFAC0UUUAFFFFFwCiiigAooooAKKKKACiiigAooooAKKKRmwaAFopobNG/igB1FN8 + ym+d83SlzJbgSUUwSZ7U5Wz2p3AWiijOKACikZsUKcigBaKKM0AFFN30obNAC0UmeaWgAoopAc0ALTGB + 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 + 5yPg3/wbb/H/AOJzR/2yNP8ACEcgyzXJEmz8q+qvgr/wag6Dbun/AAn/AI9m1EYyV0pWhb8z+Nfscqhe + 1J5eSTz+dezi+NMxr3fPZeR5GH4ZwdLeNz4f+C3/AAb6fs6fB6SJj4bm8RPHjnVpBPuP0r6t+EP7O/gn + 4A2b2vg3w3pXh23nAEqWUAj8zHTNdpjApwjzzXgYnMMVX0qzbR7NHB0aOtKKQq/KMdaNnPX8KXH8sUtc + SujqGhMUqjbS0VQBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFNCYNOooATFGKWigBCMihRtFLRSsAlLRRTAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//Z + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAoAC4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDM8T+KNP8ABmg3Op6rdw2NhaLulmlbCryAB7kkgADkkgAEmuQP + xyvNwnHw/wDHzaSfm/tAWtqBsxnf9mNx9s/4D5G//ZpPiVP5/wAWfCVvc28l3Y2dnqOrxwIVzNdwCBIQ + FJAZgk8xUEgBgD/CCMm2+GmnXXwOjkXx949GkvcjxINYbWQt6If9d5BlK4Fvt42Y+7xml0cm/wCr9evR + vpt5jaeiXX+v8vv8tfRvC/inT/Gug2+p6VdRXtjdKWiljPBwSCCDyGBBBUgEEEEAir9ef/DO9D/FLxIL + SynsbDVNN03WpYpgFeK7nE6SK6gkK/lwQbhnrz3yfQKqSs7Ep32CvsD/AIIpf8nT6/8A9ipcf+ldnXx/ + X2B/wRS/5On1/wD7FS4/9K7OkM+IfiD4FXx1pUCpdz6ZqWnzi70+/gUNJZzAFd21vlZSrMrKeGV2HHBH + lk3wM8US6/vOgeD2XzvOa4HibVk05pd2/wA86KE+zbt/zlTNktzvzzXuNFC0d/6/zXyB6q39f16/qzA+ + HvgQeB9OuPNvJtU1TUp/tWo38yhXu5tqrkKOERVVVVBwFUdTljv0UUAFfYH/AARS/wCTp9f/AOxUuP8A + 0rs6+P6+wP8Agil/ydPr/wD2Klx/6V2dAHoH/Di//qqP/lt//dVH/Di//qqP/lt//dVFFAB/w4v/AOqo + /wDlt/8A3VR/w4v/AOqo/wDlt/8A3VRRQAf8OL/+qo/+W3/91V7B+xT/AME3f+GPfipf+Jv+Ez/4SL7d + pUmmfZv7I+ybN80Mm/f50mceTjGP4uvHJRQB/9k= + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAkADwDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCJ + 3EalmIVVGST2rlvD/wAdvBHizxEdH0rxj4U1LVslTZWmq281wCvX92rFuO/Fcz8WIo/iD43uvDt5NYrp + eiaVFqctpfSFLPUrq4llitUuMY3Qq8Dlo8kOzpkHaAY/EvhXxRrPw78L2Xiaz+Gb2MOT4tSRbhbO3gVc + hrEtgoykKQ0hG3GQQQKIp7/1va/9La3cJaO39bJ/in3PVAcVyviT46eCfB2vjSdY8Y+FdK1RioFneatB + BcHd0+RnDc9uOa4SXxRqi6b/AMIHDq162of8JJ/wjzaqWP2qOz+x/by2/r5wtiIRJy2/DnJzWzongTxd + 4K8J+L9L0HTPh7ZW+QPC8JjufLkBX5zqJ+87FySWTJYEkkkmk9ubpa67vRP5aPz69h2+y/63/wAvLSz6 + npUciyxqysrKwyCDkEVieNvih4Z+GkEMviTxFoXh+O4JWJ9Sv4rRZSOoUyMM/hXmX9qz/szXV0jRWq6P + c+GLzXH020LLZ6dfWaxtOtsCCyQTCXITopiJAy5zLZwH4C+KdL1zxBrvgOx0vWbNv+Eg1vW7s22qXt8e + Y44HdhGtsvIEWflGMDqS/P8Ardr9PxWmotUrtf1p+V1deuuh6v4b8Uab4x0eHUdI1Cx1XT7gZiurOdZ4 + ZR/supIP4Gr1eI+H4tQ8L6fp/j28uPCa3mqazDY3b+F3kfTtasLm4W2tnfdw08bSxt5o7Kyg7WxXt1Pp + f+r2T/VfMX9X/r+rWPPvjF4GvL67k1bT9PfWYbywbSdY0uOcQTXtqSWR4HYhRNEzOVDMoYSN8wIU1wT+ + M/EHiuZdJupPFXiWzhdXXS/+EGvNFnvihBWO71C4YWjR7gC/kqgcKQAyko3v1FJaP+vX0312v5jlr/Xy + 9dkup5vN8INWuvBS3D3tkvjRNV/4SBLkKfsq3YXyxBnG7yfs/wDo5bG4plsBuK425tfDK3jrr2kfHDS9 + amYvLa2er+Jb613sT/q57SZ7cIT0yyYBGVTkD3qijy6flolp8klrfYPN7/8ABb/Nva255b4D+Es3iS4u + r7xBZ6hZ6adKm0PTNLv9Rkv72C1nYNcSXM7SSFpZSsY2h32LEvzEsQtLw7qcnwk8QT3HjDR/EWq6pHBH + YWmu6dpU+rR3VtGPlAjto3mt3bJaRWXYznKuwCqvr9FGq2/rf/N+Wr0FbSz/AK2/DRfctbnkvhnwzJ4/ + 8Zte6do+p+H/AAlNew6tdx6hb/ZZNVu4gShjtWAkhG8RvI8oVnaBAEwWc+tUUUdLL+un5JL5D3d2FFFF + ABRRRQAUUUUAFFFFAH//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uR8WfGO00HXJtI03S9Y8Ua3bqslxYaRFEzWqtyvmyzPHDESOQryK7DkAjmusnZo7eRkXe6qSq5+8fSvB + PC2teDdE+GXw71TxJ8RF8G6lcMPEdzE+vRaaNcuZRunS4SU7pYhI5XZn5dqrkbQKOv3fj/wzv/wbj6X/ + AK/rp+PSx6f4X+MdrrGuW+k6tpOs+FdYuwzW1nq0cQN2FBJEc0MksMjBQWKLIXABYqBzXXV8/wDjfXPA + 3ib4d/EvUtC+JUPizUBbHxDBAmvQaknh+e1TdA9tHGSYk81UJHO4nHfFe92E0k9hC8ibJHRWdc/dOORR + ry6/1/Wqf39bC20vpr+Fv81b/gEtefz+BvEvw71G8n8Gtot9pt/O1zJomqzSWkNtM7bpHguI45GjV2Jd + o2icbmJUoCQfQKKOtw8n/X9f8DY89bwL4k+Jt3Zt4ybR9N0mxnS6/sXSbmS7S7ljYPG09zJHEWjVgreU + sSgso3M65U+hUUUaWsgW9z//2Q== + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD + AAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0M + DgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAz/wAARCAAcACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQF + BgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAk + M2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG + h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx + 8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQA + AQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5 + OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq + srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCO + uJ1n42wpq93Y6BoHiDxhdafKYb0aQlssNrIOsbTXM0MRcdGRHZ1/iArU+L+t3vhr4TeKNS03J1DT9Jur + m1xjPmpCzJ14+8B1rgJbLT/AXivw1/wjcfjrX5tB0YQ/2Bol5AunyQy5K3Nz9okiiaYlWKsZd7fMdp5N + HX+ut/8AL9dLMHdJPvf8LX/PQ7vwR8V7HxlqUmmy2epaHrlvELiXS9TiWK5WMkDepVnjlQEgFoncAkAk + Hiumrw3T7O10TwLps1peeLNT8QaL4stWMfiS5Eupae13cRxTQbh8ph+zzSbQhZCoBDHbke5VVvdv8vwT + +7X9Q/L/AIf/AC/TdCOiyIVZQysMEEcEV5tpXgHxV8IvtFt4Rt/DeuaPM4MNpqt3JptxYqAFWMXEUE/n + RqoCorxhkUAb2AAHpVFT1uHSzOD8N/DfVtd8ZW/iTxY2kx31moNpp2lhnt7eQK6+ZJO6q9w6rJIEyiKg + kbCFjurvKKKOlkHW7P/Z + + + + + /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcI + CQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwM + DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACtAicDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9/KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKQ9KYPlNAElFM3ZahpMDpSbsA+iosjFKDTC5JRSBs004b+VAD6KahwcU6i9wCi + iigAooooAKKKKACimmQA0h5oAfRTB06UmcGgCSiiigAooooAKKKKACiiigAooooAKTPNLTHPNAD6KaH4 + oDbqAHZopjLtFOUYFAC0UUUAFFFFFwCiiigAooooAKKKKACiiigAooooAKKKRmwaAFopobNG/igB1FN8 + ym+d83SlzJbgSUUwSZ7U5Wz2p3AWiijOKACikZsUKcigBaKKM0AFFN30obNAC0UmeaWgAoopAc0ALTGB + Bp9Mc0vQAXg0x58ngE4pQ2DyKgvbxbO2edmRIo1Lu5OAqgZ5pL3XYL2JlbcKdkEV+Ynxl/4Oe/hV8H/i + 3rvhX/hFNd1WTQrprSW6gnQRuy9ccVzq/wDB178Kx/zIniUf9vEf+Fesskxckpxjp6r/ADOCWZYeOjZ+ + rjHHT+VA+Y4z+lflE/8Awdd/CwfM3gLxNt/ib7Qnyj16V+j37M/x/wBI/af+DOg+NtByNN12ATxxswZo + s5+Vsd6zxeVYvCw9pWhZM0o4+lVlywdz0JTlvwp1Rxvxz+XpTw+a89bHWLRSZozQAtFFFABSHOaM802S + XYPrRtuA3zBu/wAOadvI9/6V+fX7bv8AwcEeAf2G/j/ceAdc8J65qN7BH5jXNvMix/kRmvJD/wAHX/ws + 2n/ig/Ep44/0mP5v0r1KOS4usuanG/zRwzzCjB2kz9YGck4A4PemIcnk4r4Q/YG/4Lw+Cf2+/jrB4E0L + wlrmk3ktu9wJ7mVWQBRnHA/rX3aDnAHT1rjxOEqYaXJWVmb0MRCsuam7onBzS0g4pa5zcKKKKACiiigA + oopAc0ALRSA8UhfFADqhc5bFShsiq7yBpCMdehpaWAkx8vWlQ81+ev7af/Bwn4B/Yp+Ol34D1jwjrup3 + tkCXngmRU49ARXlY/wCDr34WB/8AkQ/EgXjDfaI+f0r1KWS4qpFThG6fmjgnmVCD5Zs/V4ybmxx+dPTp + Xwt/wT5/4LjeCf8AgoP8XZfCXh/wrrGlXUUTSma6kVlIH0Ar7n8zArkxGEq4eXJVVmdNGvCquaD0HE4F + IGzTN/GBUcswt4yWOAvJJ4H51zJO+hsSl9tKGJFfN37UX/BVL4N/snavYaVr/iqxudd1W5S0ttPtJBLI + zscAHGQOa+gfDesr4h0a1vo0KJdxLMoPowBH862lSlFc0lYyhWjJ2izQ35pw6U2NcU4HNY3NRaKKKYBR + RRQAUUUUAIelMqQ8imMNpoATPNMmmEP3uB6+lB4PAr5D/wCCpv8AwVV8Ef8ABO7wzYaf4mtNSvNT8UxS + R2CWyZUNgjk9qI0K9VOOHV5diXVpw1qOyPpPxH8bPDPhFX+36vaQbOu6QV5r4x/4KBeBPDkbGC8OoFf4 + Yec1+AvxD/4LB6/rl1c/2XomUklZkeeYsQCc9DXj3jP/AIKA/EvxWx2auLGM/wDLOOMcfjXlQ4Q42x0n + GjTjTj3e56jzzhPCwvXqSqS7LY/f/wAcf8FW7HT4ZGsbRLdR0e6kVQK8ksP+CpWtfGTxOmn6BremtJbX + Ea3CWj5KqW6GvwM8SfE/xJ4tuPOv9c1GZi2WAnZQfwzX1v8A8EYmeX4j+IWkZpN08HLHJHzCvF478N8/ + yfJ3muMxrvFr3VtuezwhxjkuY5gsvoYVWaer32P6V/CV49/4asp5MmSSFWYnuSAa005rH8DJs8IaeM5/ + cJ/IVrdK+hy6XPhoVH1SPmsSkq0orux7nBpM5o3ZpCQK7b9zETd81O4HvTdwY80FsUbh1sODYHT9aFOA + aYX4pGmKdelTzJK7C4/Py0J84rn/ABX8S9G8EwGTU9QtbRB/z0kAzXmXiP8Ab68A+G5in9oG5YdfIXf/ + ACrysbn+AwuleqkelhcoxmJf+z03L0R7eGyaazZrwvw3/wAFBfAPiS7ESXc0GTgyTJsRfqa9g8L+MNO8 + W6fHdafdQ3kEgyrxMGFRgeIMvxsuXDVVL0YYzKMbhNcTScfVGqG2rSDkU0tu4pR+7Fe2eamrDlODSu2K + RTgZpr/NS0uA1nyOa+Ov2/v2mdS8O6q/hPR7ryYb22aO6deq5yMV9Y+MdfTw14Zvb6RgEtoi5J9q/K34 + veMpPiD8StX1VmLx3Fw2wH+EZr8X8XuMK2UYKMMLPlnI/VfCrhmnmmOlUxUeanFfifN+pf8ABPj4a6zr + F1e3enme5vZGkmkPJdieTmoj/wAE5vhfs2/2Uxf+9jtXusa7T6r2pmfn3BuOmfSv5wh4ucURlyrFysf0 + I/DXh2Wiw0T4J/4KE/sXaD8HvA1nrvha0aK0BMV2PQn/AD+lfof/AMGuP7Xn/CX/AAf1v4Zard7tT0mb + 7RYRlskW4HOK86+Pnw5t/it8Ida0idVfzYGkjX/bA4r4X/4JV/tDX37FH7f+gyyM0Md7ejSr4McBI2Yj + +X8q/tjwU4yr8U8OVcLj6jnXhr8j+SvFzhSlw7nEK+Chy0p6H9Tyk/XmnAZNVNG1KHW9MgvLaQSwXKCW + NlOQVPIq4hwa99pxfK+h80mnqgJ9qAATVfUdTh0yylubiRYreBC8kjH5UUckk+leSz/8FAvgnbTPG/xQ + 8FrJExR1OpxgqR1B5rSFKc/gVyZ1Iw1k7HsY+VqSQ/NXjcv/AAUK+CMf3vij4KGSAM6pHzn8a7zSvjJ4 + X13wK/iez17S7jw8ilzqEc6m3AHX5ulVLD1Y/FFr5EqvTlszp+nJ6V4T+3f8YNY+Dvw2g1DQ5fKuWnVM + kdRXmHxH/wCC637OXw58TvpN14zS9ljco0tinnxg9PvA1yP7WH7a/wAM/wBqz4D2k3gPxbpetXAuVaSz + SX/SI165K/jXyviBRx2CyGvioRaaV0z6HgyWFxWdUMNUaactUfFn7Rf7Nfhf9qf4ky+LfGFsL3XZ1CO/ + YrXBah/wTq+F8WlXki6Zgw27uox0YCveuRIccdwTVfUmJ0TUcdTaSf8AoJr+PMi8VOJ3jqVFYqVnJL5X + P6xzXw8yH6lUqLDx2Z8xf8G6lhDpf/BUee3hGI4ba6jQegGQK/otT6556V/Or/wb1Exf8FVrwf8ATG84 + /E1+5fx3/bq+FX7NEci+L/Guh6ZdRDJtGuVM/wBNua/0Hzb2uInSlrKThH8j+G8DKnS9okrRUn+Z7F5l + IXr4hj/4OCP2b5dW+yHxNdrk4Eptv3f55r6M+BX7aHwx/aTtVbwb4x0TWpSoc28NyvnID6r1rzKuW4ql + HnqQaXodlPHUJu0ZI9SD4pWPFRrKHbA605ZdwribsddxcmlDY60w3GO1Z/ibxdp3hDSZr/VL210+zt13 + STzyhEUe5NOKctiXJLc1Ac03NfMnxV/4LA/s/wDwhmaO++IOi3s0Zw8djMJyp98V5rH/AMHDf7Nstz5f + /CR3+c4z9l4/nXo08pxk480Kba9Dllj6EdHI+5O1IOa+aPhn/wAFef2f/imUWy+ImiWkspARLyYQkk9u + a+g/CvjPSvG2kx3+kajZ6nZyjKTW0wkRh9RXPiMJWo61YteqNKOJpVdYO5q14n+3F8VdZ+D/AMKV1LQ5 + PJujcqpJ7g9q9qaQKOeK8E/4KE+ENU8bfBdbXSbKe/n+0oxjhUs2PXAr5Di+piI5TWeDv7S2lj6ThiFB + 5nRWJtyc2t9rH5aftAfsy+E/2nPiVP4r8V2f2rWblSssnrmuGuP+CdHwuisbpxpzb4oXdR2yFr27xh4g + 0f4da0+meIde0nRNSjGWtbuYRyr9RWa3xQ8FNNGh8ZeGTGzoJM3gwVJ+b9K/mrKs58RI4mnrU5OZfcf0 + XmOU8DSoTbUOazPFv+DcKxh03/gohrtpbxlIbVJ41+XHAPAr+goNgk4x718sfsYeA/2b9F8UQ33w1u/C + F14rltw1ydOulkmYkAsSBX0H8Vfibo3wo8HT6trWp2OlWkQ2pNdSCNC56DJ71/YmZ5lKvCNeumnGKvf0 + P5TwuDjTqOjRd05O33nmv7dv7dvhH9gT4SJ4q8WLezw3Uxt7W2tI98tzLjhQPyr8t/jR/wAFGf2i/wBv + ud7DwzE/wn8C3DEC5wVvbmI565xjiva/2nvjdcftPa0kesx2l9o2m3JmsFKB42YHhwe9cMi4iVQFGOiL + woHsK/mvijx3jhZywmWUryvZye69D984a8GXXjHFZjN2tey2Pze/ae+BFt8Ef2nvh9B/aV9rd9e6zbvd + 3d5KZGmcvyef6V/UX8K+PhroZ65sYR/44K/mq/4KOSR6f+1Z8OZ5XWK3g1SCSSRvuxqHySx9K/fX4cft + +/BTTvAOkwy/FDwWrw2kSMG1OMEHYOCM+1f0ZkeOxWZ8PYXF1vek1q7eR+G57hsNl+c18LS0inoe/hsD + 3pUGBXO/Dv4oeH/ix4fXVfDWsWGuaazFRc2cwljJHuK6KPofrS1TcX0MU77DqKKKBhRRRQAUUUUAFMPz + U+mfcNADQP1r8Pv+Dtmbb4s+FY6/NN/Wv3DIwfwr8O/+DtNt3jL4Wr6GU/zr6ngxf8KUDweI3bBs/INj + z9Ke67k4prNkUqSbVxiv6Kstz8dlJt6Bj5MV9q/8EXY8fEDX/wDrvbn9RXxVGcZr7X/4Isnd8QPEJ/6b + wH/x4V+MeO8muFavqvzP1Hwgu8/h6P8AI/pQ8Enb4R07/rgn8hWpuz7VmeCxnwnp/wD1wT+QrUc4WvyP + LbvCU/RH2uL/AI0792BmCL/WoXvo4+XYJ7mvkT9v/wD4KheCf2YdCFvaeMtFi1lZjFNbFvMeMjsQOlfn + H8YP+C90V8JBBq2r327kCyfYp6+1cuOxOPhV9hhsLObfW2h3YLBYarR9vXxEILzep+32r/Evw/oIY3Wq + 2MO3s0oBrgdf/bV8B6HqsVmdUE007iNBH82SeK/nu+I3/BY7xJ4mEv8AZ+nSuGyBJesWIr1z/gmD+0j4 + k/aJ+ISSeIJbZI7O6G0KcRqBySSa8fOocW4PC/W62GUKf4nsZPQ4bxdZ4aniHOfloj+gK21qCfRhqLSK + lv5fm7nO0KvXJNfn1/wUK/4LmeB/2d57zQ9E1KG/1aPKF4SJF3DIxx9K+V/+Cz3/AAW5lttI/wCFR/Cf + UNv2eHyNY1aFjwcYMaEf41+Qd9dTahePc3UklxczEs8krbmYnqea/Usi4CxOcYaFXFS5INJ6dbn51m3F + OHyyvKFJKUk38j7Q+NP/AAWl8c/E69lktoWjLklTcMXQ/QV5DJ/wUd+Kk1yXXUbKHnOEhGDXhBOVx29M + 0ZyAOfzr9Bw3hDw7Sgoqjzebdz5qr4l55J3jVt6aH198HP8AgqprVrq0Vt4ysY7ywkYK80C7fL9yK/Sf + 9jv9tBvC/wDZutaDqZ1Dw7fMokti+QoOM+uMV+De4xtx0PUetfUX/BMf493Xg74nN4VuJi+n6wpEUb/d + iPHSvw3xX8GsJlOFlnnD/wC6lT1aWzR+reHvihXzOssmzv8AeRqaJvdH9QfgzxXbeNPDVrqVq4eG5QOM + HpkVsq+8V89/8E9PFEms/BaC0d2cWWY13HkV9BoD5YzXDw5mEsbl9PES3a19TPOsCsHjKlCO0X+A5xim + FsA/rTwNpqG8l8iB2PAAyT9K9mc1CDkzzFq7Hzv/AMFCviufBHwsfTbaYJd6j8oAPO3vXwDEnlHI59fc + 17V+3Z8Uv+Fg/GKeyR91tpXyLg8EnrXiy+vYdq/hjxYz7+0s5lBaxjoj+yPC3Io5fk0KklaU9WYXxO8c + 2/wy8BX2u3J/cWQDlc43Zq54T8R2ni7wtY6raOsttfxLMhXpyOhrwb/gozr93qHhPw94K0didV8U38dq + UHXYWGa+t/iR+zbF+zL4b8JaRaROlpJpNu0gPaXZlv6UsZwDKhwv/bUvik9PQ1pcaKpn/wDZUXol+Jyb + OFxu27fQdxX5m/8ABSH4TT/CP48/2pp6tF/bDC7ilT/lmwPrX6XsGDE7R83HI6V8+/8ABSP4Pf8ACyvg + a+pW0Re90lxIzgcqgGTX1n0d+LXk/EkKM37tX3WfP+NfDMczyGVaOsqeqP1X/wCCLn7V1t+1L+wz4XvV + k8y+0OEabdHdli0YAya+tQ29fYjOK/Av/g1+/axHw7+PGufDjVr4W+m63CH0+J2xuuCecCv3z2kofy+l + f23xFhFh8VJw+F6r5n8fZVXdWilLdaM+bv2v/wBra0+HthqvhOXTpLiTWLGa1WVW4QujLk/TOa/BrxL/ + AMEhNX13xRqGoR+I4FivLh5gvl/c3EnH61+uP/BRhQfi7A3+wf618/K+ItueK/j/AIl8auIcjzWrg8FU + Sin2R/UPDfhTkmb5RSxOKheTXdn5a/tL/sCaj+zxpWmXMt9Hq8up3KwxRIvIOfSv0Cg0LxX8R/2BPBvw + p/ty78JaTbKZdSS3JSS8RgPlyOnSug8c/CnTviPrWkXd+BINHm8+JGHG4etdPLdBX8wkLEOBjp+VVn30 + jc6xeBp0aDXtVvK35FZV4GZRhcbUqVl+76K58V+Mv+CPViNNZvDeuJDcg/LHKpbzDz1b1qn/AMEzfgBr + nw0+PXiee4t0aw0cmxu7iLmMS84HpzX3Pp/w58Q/Fi11DQvCUcb67eWsn2Ut91Wxwc13vg/9iK8/Yn/Y + NSz14JL4w8R6kt7q0q8kSZ45r6TKPEDP844Pxs83nzw5bLTZng5nwdkuUcV4SGXK0rq550Txlc4zmo9U + AGg6iT/z6S/+g1KrA9KWVcxEMMqwwQR1FfyTg8Q6GJjXS+Fpn9N4qj7ag6D+0rHwf+wd4N+LXw++OWu+ + MPA8Y0Rrpri1XU7lf9SjkglR6816H4l/4JgRfFPXJ9Y8c+NtR8SazcO0klxOxf5ic8Z6Dmvqqwt4tLs1 + t7eJIIFJO1FwoNPZzIehBxgqx5r95zj6QPEdRQWA9yMUltfY/Gsu8Fsjg5fW/fk23vY+IPiB/wAEgVj0 + 538Pa4srgErBKvDH0zXze+kfEb9iP4mQ3NhPqPhjWbSUPHcWshSOfB4yehFfraoIhLdQvbPSuF/aJ+Be + l/tAfDu70zULdDd+WWtpwo8yJgOxr7vw3+kpmaxkMHn1qtOTtdq1j4/jvwHy+WFliso9ycdbLqfWf/BE + T/gr8n7dHg3/AIRDxlJDb/EDRogrODj+0VHV19/Wv0MLAA5yCPftX8nv7IPxO1z9iX9u3w3fwySWt7Za + rHYSBjj9077WJ/Cv6hviJ8dNN+H/AMIY/E9xIrQ3FsssQB/1hZcgCv6Y4tqYPCUVmlF2pSjzI/nfIY4q + tU+oSV6ifKct+2p+2NpH7IHwwk1Sa1l1jWrzMWmadDy9xN2DH+FeRzX44ftF6V+0H+39r8+o+OfHE/g7 + RZXZoNCsHISOMk4V8cMea+mvjN8XdS+NvjSfWtQbKtlLaI9I1zxwe/WuWRAjKfu8fNk9K/kXiHx8x1PE + ujk8ba2vvc/p7h/wZwcsMq2bu7etuh8hWn/BHzwlF/x86xJNK335QpBc+5qrrH/BHzQpkxY+IGtyo+XK + bs19y/C34YeIPjQb2PwxZPqy6a224aJxtRj0Gad44+Evib4b3CprekXFju6M65H54xXlT8WvEPCpYuTk + oL+7oepHw64GrzeFXK59ubU/Ln4s/wDBLbxl4AtJL/SxFrkNv85MX7t0x0wO9VP2Uv8Agot8Zv2B/H8c + uj67qotrVwLvSNRdpI5EGMhVPT61+maT7vmXnsM18/ftu/sb6b8cvB1xq2l2sVr4ksEMoeJQPtAHJ3V+ + weG30k55hiVlfEsE1LTn9T82498CIYWi8dkknHlV+U/XP/gmr/wUb8Jf8FE/gtb67o7raa3aoq6ppzH5 + 7WTA6exr1D9ov46QfADwV/bVzatdx+aIwifeOa/m4/4I4/ta6p+xd+3Lo/n3M1to2sXP9najasxCSOzb + QSPyr99f+Ckd6Lz9nS3nTBWaWN1PscH+tfqHibF5TltXHYJ3jy80Xufl3AkY5jmNLB4tfa5ZI/Ib/gop + +xtqn7bf7TupeO9N1ZNLtL5SotmXcy+5NeGv/wAEhtfgtJZD4rjVYkaRh5fUKM4r7527VGOOPSo70406 + 8Hb7LL0/3TX8mZN4/cSPF0sO3Gzkl8K7n9P5l4MZCsNOrZ3Sb3Z87f8ABtT4dXwv+3trNk3zPaQzIzgj + 5ivevv3/AIKr/F6H9pn4bap8M7W1ksbux1FJftLHcpCn09/r2r4T/wCDdZf+NjHirjnF1g4r6q/aOkx8 + efE4DAf6UehxzX71458WY7LsBSxGF0c4q+ndH4t4QcNYLH5hVoYnVQbt955/4T0c+GvCOn6aWMhsIlj3 + 9mxWgrkvvYHaODQ6MBtGOmQO1Kp3Y3c4688V/BdfE1K9d1qj1ep/aOHoxpUFSjqlofNn7ZX7DOqftP8A + i+zvrPWUsIrdcGMx7t3418u/tHf8E4NU/Z8+GEniC71qK9jjk2+UIwuPqa/TcQF+U5XtiuU+LH7IOu/t + 3+Dz8PvDmo2emapcN532m6XdHgdiPwr+kvCHxjzzD5jhsldT9xezuuh+A+Jfhbk1TBYjNIR/e2vufWn/ + AAbixpH/AME+rERjCfbH49OB/hX6AxnIr5f/AOCT/wCxlrv7C37L0HgjxDf2epX8Nw0rTWwwhBA7V9QR + n5a/rHMKsauIlUj1Z/MmDhKFGMZdh1FFFcZ1BRRRQAUUUUAFMfrT6Y/WgBW+9+Ffhz/wdoH/AIrj4Wj3 + m/rX7iuMk/lX4a/8HZzbvH3wyHT/AFv9a+r4M/5GcD5/iX/c2fkRnIpe1IDmlzxX9E9D8d6ix19t/wDB + Fdf+K98Q/wDXe3/9CFfEij+lfcP/AARW/wCR58Qf9d7f/wBCFfi3jxrwrU9Yn6p4P/8AI/j6P8j+knwW + MeE9P/64J/IVoXR/cP6bT/I1Q8Gv/wAUtp//AFwT+VX7niBz/smvyfK7rC0l5I+zxn8Wb82fyW/8FF2M + /wC298RN8krp/bU5+ZywHPTmvF2GACoQ/h92vZf+Chnz/ts/Eft/xOpv/Qq8aBCN7V/UuTYen9QpuMbO + yPw3M60/rE1J9RRNjAA+Vh3PFesfBH9o25+BXwo16w0oyx6tq7FBIvWNTjkH868oOH/wpFl8t855Bwfx + rTN8moZjSjSxOsY9BZbm1fBTdTD6SHyTzXNw88kxeadi8jO2SWPck1A0ylj83zA4PI619H/8E4f+Cc/i + z/got8Xv7C0dpNL0SyxJqOpMnyxJ/s54Jr9hvDP/AAbIfAfTfh61hff2lqeutDtGpPKVxJj7wUcda8LE + 8W5fl1sKrO3Y9LD5FjMWnVmrdfU/nvUBl60zG016/wDtz/ssXn7GH7TfiHwDcyfbI9KmIt7luN6HkfpX + kDHJ65PevqcJiqeKoqrS2Z4GJw0qE3CW4GTJxiu0/Z41pvD3xp0G5XgfaFQt3GSK4zZXQfCw+T8RtG/6 + +oz/AOPCvneO6ankeIp1FdOLPe4Pqunm9CUd+ZH9OX/BMK8+0fDu6Qnp5Z+uQK+rQMrXyH/wS0GfAdyf + 9iE/+OivrsHJr+TeD4pYLk6Jn73xJd46Te7FbiuG/aC+IkHw3+GWp6hK+3ZCwXnuRxXbySBBz6ZNfHX/ + AAU1+Ku2wsfD1nIG81gboA8gdRXPxznqyrKK2JvqlodHCGUPMs1pYbpfX5HyFq2pS+ItWuL25JM9zK0j + MT1BPFRxR4kH8W48kdhTFOflJH1ptw5Fu22QwswK7h2Br+AeeGJxntcTL3W7tn9w+xnSw/s6HRaI+WrX + 43eB5v8AgqT4W1XxtrEVh4X8FyCZ/Mb5HkHavvr9qj/gof8ABH9q6bSdO8GeKbS/12J2EUCcblHTFfAf + jf8A4JW6P8QfFmo6xdeJ52k1CZpyGi3bM9qm+FX/AATD0X4O/ECw8R6b4hl+1WLZVfKxmv7FzPjngavw + csp9s/awhZK3U/lzA8G8V0uK/wC0ZU/3bld69D6jKv5pV85FVPEWiReJ/Dl7pk3MGpQtBKMdAR1q+r4i + 5O84G5sfeNNyEYN64xX8eYLGPB4pV6MtU7n9RYqgsThpUKsd1ax+VnhzxTqP7EP7ben61CHjbw7q4kty + ON8RYf41/VZ8DPiXa/F74Q6D4is5Vnj1WxjuCVORuZcn9a/m3/4K2fBz+ztY0/xdDHxefuH2joQc5r9Q + v+DaP9rJfi/+yfP4EvbprnWPB77nZ2+Zo2I2j8K/0+ynNYcQcJ0M1hrKMVF/JH+eueZZ/YvENbAS0Und + HW/8FFjn4tQD/ZIz618/AZWvoD/gosf+LuQdhtOP1r5/Uc1/nZ4kxj/rBXT7n9xeHf8AyIqPoVdSvodF + 0+e8uH8q3tkMkjHoAK6j/gjZPaft2/EH4g3eu6fHJ4b0ArDpy9pW3YLV4t+2P4jfw1+zJ4rmjO13tSqn + P1r6B/4NW9OUfsh6nqZAFxfXXzn6V+5+BfAOAx+U1c0xlPmcXyq+x+Q+MvGWNwePp5bh58qavpuffHwm + /ZG8NfCHxfcavpiMJpeFRukQ9q86/wCCn+U+Ddt1BN0gyPSvp3aG98Dk+tfMn/BUD/kjNuP+npK/ReOc + qw2C4bxNLDQUVbofnHCOYYjF8Q4apiZOUuZas+E1TaP8Kdn5HZjhY1LNnsB1pEUFAKg1w40PUNv/AD6S + n/x01/DGX0liMXChLq0vxP7QzCq6eEnUXRNnL/8ABOr4zp+05/wU2g8GOFm8J6LZzNJC3S6kGeT9OK/S + b9pT9ifw1rPgm8vtHsksNRtIzIjRDG8jsa/DL/gif8d7T4I/8FT7O48QXCWmnarLcWayO2MSOxCgn8a/ + pE8UypceHbkMQ0UkRYHPbH61/oLnHhtlOByaOFjSVnBNOyve3c/h+hx7mWJzeWIjVatPa/S/Y/JS6he0 + vJYZ12zRsY5QPUUkQ8qQVsfEdP8Ai5GvbcOhvHC9ttYqblc9+1fwBj6P1fMKmHjqovof2xl1V4nAxqNW + 5on51f8ABSPwbH4V/an0PVo4vIk1W6jcsvqDxX63fGH4t3Xiz9m74WaSs2YP7ISSfnksF4zX5l/8FP7B + dd+O/wAM7OJczXV/HDgc5JbAr9Bfil4Tn8C6d4b0a5UpLYadGm09vkBr+wuOc+xMvDbCRb8vkfzJwfke + H/18rtW01+ZywXbFgdT3Nec/tZfEu4+EvwB1zVbNWe/SLy4doyfm4PFehlSKbdadDqkXl3EFvdR945kD + qfwNfyNw7mEMJmNPE1oc8U72P6Xz3BTxWBnQpT5HLr2Pgv8AZD/4LEfGP9jDwfdaP4Y0iG+i1CU3E811 + GxkcnnrivTNV/wCC/Hxq+NN/p+ieJ/DGlTaZe3AjnkEDboVJ6g7a+nLjwho1in7zRdGjH8J+yKf5A1Cf + D+hH/mDaQrf7NouQex6V/WOa+P8AleJwDy+eV25o2T7eex/OGB8FsdRxscb9fvZ3/plvRdQGp6JaXUa7 + VuIw6/Q1aX5m2Hcd3ysT2B6022AkiVY9vyjaAowEFPkkEK/eA45J6Ma/kurRryxDr0abSvfb9T+kYVKE + aCpVJqTtZ67n5m/tr+Al+E37Yen31mBBbzapBcx9hkPmv3r/AGi/Fb+PP+CfPg3VpDl721t3Y+pxj+lf + F7f8EebL/gpbr9trR8XS+GpfDUqt5ccAk889efzr7f8A2s/haPgl+xB4d8Ji6N7/AGEIrQzkYMhHfFf3 + Tn2frMPDqMZv3o07fgfxxluVLB8de58LqX+8+OP4R9KivRnT7z/r1l/9BNPQ4QU27/5B15/16y/+gmv4 + PyX/AJGVF/34/mf2Zm11gKj/ALr/ACPCP+DdI4/4KQeJfQ/ac/nX7EfFr9jDwbrjavrk9oTfTBpGbPGa + /Hf/AIN1Tj/go14j/wC3n+Zr95/iEuPBWon/AKYMR+Vf6P8AGuV4bG5bCOIgpJU1a/ofwLw9mGIwmPnL + DzcW59PU/J7xLZppviTUYI8CO3naNB7CqZCsRkcY7VqeOB/xW2q8Y/0hs/nWVGNkn6V/nBmsKcMbOEVZ + KR/feXSlLBwlJ62/Q+Wf2v8A9p7xR8Jv2gvBWgaVNFHp+r6jDBOp6sjNgj8q/cX9n79lPwt4Dt9J8R6f + bGPULmyjZ3z1LKCa/n4/4KIKB+1x8NCRkf2vb59vnFf0ofC91k+HOh4IIWxh5z/sCv724O4QymOQYTGx + or2jSd7a7H8XcYcT5hPOcRg3WlyX2vodCsXv6U6Jdox2zxUUcm44HWpVGV/GvtopI+L8x9FAoqwCiiig + AooooAKY/Wn016AEdvmr8Mv+Dsw7viF8NB6GT9Qa/cxhk1+GH/B2K274k/Dce8n9a+q4K/5GUD53iX/c + 2fkcowKXHFBoHIr+i18J+Pj1XI+mK+4P+CKqZ8b+IPe4t/8A0IV8PRnII9eK+5f+CKK7vG2vH/p4gH/j + wr8T8enbhaol3ifqfg9f+34+j/I/pE8HDHhSw/64J/Kr90N1o/8Aumqfg07fCth/1wT+VXrn/j1k/wB0 + 1+U5Uv8AZqfoj7PG/wAWb82fySf8FByD+2x8Rz/1Gp/514/gYr13/goA2/8AbV+JB/6jU3868gBr+rMj + d8FTXkj8JzP/AHid+4ucdKn0vTpta1O2s7bH2i5lVEBGdxJFQlflr0L9lPw1/wAJN8fPD0bLuSC6SRx6 + gEVwcVZp/Z+WVsVJ7I7OHcCsZj6VDuz+hD/ghV+zvY/BD9mG1kt7VIr3U1D3b7eWbrjNfdAU/wCIrxb9 + g7Ro9J+BlgsQCq/IAHTgV7Zuy/4V/LWU4ipiKXtqru22z90zGEY1nCK0Wh/OF/wcgaatn+3zdSjrcRgs + PoDX5/MNpr9Dv+DlAAft2E/9Mf6Gvzwzmv6i4UjfLKb8j8Iz/TGSSHAkit74aAn4iaJ/19x8f8CFYS8D + 9a2/hgSfiNov/X3H/wChCp40/wCRNXb/AJWbcKq+a0P8SP6aP+CWPPw/uf8Ach/9BFfXA6Zr5G/4JZDH + gK5/65w/+givrpnwg4r+SuF9cK5Luf0DxH/vzXoVNe1GPS9LmnlYKkaMST24r8uP2hviA/xI+L+q6n5j + NFFI0KqehA719x/t1/FNfh98HruJJfLub9DFEQcHNfnKsjSjc+S7/Mx9TX4J48cRqU4ZdTe2rP2rwT4f + vz5jVWmyCNwUwV5J4NITkbl3E46dqcmJDt5AxjPpXBfDPQfiF8c/2/PDHhLR9PvLXwVa4n1S7aIiOZQT + lQ2MV+J8FcE4riPFPC4Z2trqfsXFfFOGyOgsRX1Tex3aTRnjdHjHY0bowvVDnpjtX6NH9gjwG8hI09QD + gY9aD+wN4EiQ7dPXnqDX6RU8BM21tUifnq8bcr/59yPzlhZZRjO71weBQ0fH06V9Mftv/suaX8IPDdpq + 2iW4hgRtswXvmvmdG445z1r8q4m4YxOSYz6tid7H6ZwzxJh86wyxeG0Xmec/tafCtPi78BtY04xiW5gh + MtuMchhnpXzH/wAEKv2nbj9lD9v/AEvSb66+y6Nr0rWOpFm2qG4Vc/jX3IoV0KMMmVSnI6A8V+bH7T37 + LfjL4eftNvf+E9A1W/tYLxNQjuLWJmG4PuI4B9K/rX6MXF8KuGxGQ4uSs1ofzh9IDhiSr0c2w8db62P2 + n/4KMyrL8XbVkO6KWMOhHQg8g18/7ttdF4k+Ml98ePhZ4I8QatZ3On6rJZLDcW86FHQou3JBA/lXOsAT + 1r+afFWCjxNiILoz9z8OanNw/h7roeL/APBQRyn7MGtYyB5ROfWvqj/g1iTb+xVc8g4u2FfMX7c3h7Uf + FX7O+rWOl2dxfXc0ZVYoULlj9BzX1n/wbG+A9d8B/scXVrrelXelTfayfLnjKMfwIFf1v4AVYrg2rC+v + Mj+bfHCnN8TU3bTlP0yBHOPxr5f/AOCoL/8AFn7f/r5Svp8DPoMjp6V8xf8ABUOPHwatT/09LXZ4ku2Q + Yh+R4/An/I+w3+JHwpt3L70SBHgljY/LKhjb6Hg0qjgnAx096jnuBaxFyCVHG0LuZs+1fwHhqko1ozpK + 7Tuf29ieSdBwns0fmL+2P+zt4h+BvxiudVsLS+NhdXH2i0u7VWLRPknOR0IxX11+wp/wWH/aa1+w0/wF + 5UGr6NbRiF9RvrU+ekPTlz1Ne+6npcWqWhhvII5IXG4wypnb+Y4pmlaFZaBb+TZWdvbJ3ESBd341/VFb + 6R9eWQLKsXR5qqjypvotj+dI+A9B51/aeHq/u73saF/fS6hqM9zO/mT3L+ZIVHBPfiooz5z7R68AHvTW + YKw65PHHQVreBPAGqfFDXE0nQkY3t5+73gcR543Gv5lwOFr5lmEVD4ps/fcZiaGW4J1JaKK/I+fPg/8A + s9y/tt/8FVvDOi+Q8+ieAnF9fTAfJG6ncoP/AOuvvf8A4KR+Cn0D4nabfRx4tJbcRl/4VIGAPyxXvP7A + n7B+ifsbeDrtwVv/ABXrjebqmpMPnlPZQeeBXY/tXfAmH45fDe5sljU3kOZbdv8AaHSv7X4q4XrY7hOn + l1Ne9CK08+p/InD/ABLDB8TyzGb9ycn9zPzLD7hnpyRzXnH7XNtrk3wE1mfw1PNBrFsm+Lyj8xA64r1L + xR4Yv/COtXGnahAYbu1kKMHGAxHpVSSFJIHWQA+Yu1g4yMHtX8ZZXUlk+ZQqYuF1CWqa38j+s8fGGZ5b + JYadudaNH57/ALC//BT3Xf2bPi9HdeObQ+MtAmbyr20ujl4uxK5Ffqj4Z/4LBfsa+JdJilgjl/tedQRp + q2OZN+Pu5/GvjP4wf8E2/AfxX12bUo2udKnlbe0dsQFY9zW58Bf2F/A3wH1D+0bO2OoX54E10oYp9K/r + 7MfFHw+qZZGtDCJVbbWW5/MmD8N+MVjpU5Yh+yvvd7HA/wDBR39vbx18aPHiQ/DLwJe+DPDWl/NG6W5M + t5/tEgDg4HFeGeG/+CkHx68AcLpkFwY8Hbd6Uz5r9GblvM+XyoCF4ChBWz8Nfg1dfGvxVDpWn6fbTySk + CaYwqViXvzjrXy/DnjHlGKqRwkMsjJt22PoM98MMwwmHliXmEopLueOf8Ekv+Clf7Sf7Sv7RVj4Q0fSd + CtdHd1l1i5XTdggQdQcjgkV+oP8AwUoDL8AIg53OLhNx9T3rr/2Tf2PPB/7KvhuePw/psEGpamA9/dhf + 3k7DHf0rkP8Agpdx8Bxx/wAvSV+s+IdejU4crPD0VSjybI/LeCoVI5/Q9rNzfPu+p8DgcU26Iawux/06 + y9v9g09eRTLpsabdBfmZ4JECjuSvFfwFkrj/AGjRbenOvzP7ZzSd8BVX91/keEf8G6nP/BRvxH/vXAOP + qa/erx6u/wAHX4/6YtX4a/8ABvt8J/FHgz/goN4ivdU0DUrCyuPPZJ5oWVDk8ckV+6evWn9oaVcw/wDP + RCPzr/S/P4+1wUYU3vTX5H+fmA/d4uU5fz/qfk348P8AxXOrn0uWFZK8ndxjPrXU/HHwxL4S+LmuW0wM + RkumdEI6j1rmPLHGMe+K/wA2+IqE8PmVSM1rzH995DiVVy6lKGt0fBH/AAVcsdQ0v4reGdVtoplNpIJo + Z1XhXUkjJ/CvZPCf/Byp8a/hn8FrLRV8N20t5psAt49Untv3b4AAzxzX0B4i8GaT4zg8nWdNstTiTlRc + IGxXz5/wUa+E9kn7M/2fw/osayJdoFt7WDc79+AAT2Ff1/4R+NmX1aeG4cxtC7dkpdj+ZPE7wnxdOpiM + 8w9Wy3aP2H/4JWftT67+2D+ydpHi7xHLbSaxcHbceQm1A2BwBX0zENoP1r87v+DbOz13SP2EpLTXNMvN + Nmh1J/KS4jKMyHOODzX6IRDAP1r9yzOFOOKn7L4eh+KYBydFOW4+iiiuE7AooooAKKKKACmv0p1Nc5OK + GAw8fyr8Lf8Ag7Bk/wCLpfDkenmfyNfum44/z7V+FP8AwdhjPxS+HX/bT+Rr6vgr/kZR9D53ib/c2fks + 4waF7/Sg0DgV/RX2T8fFjOGr7n/4IoD/AIrLXj/08Qf+hCvhhOtfdf8AwRMXd4v17/r4g/mK/E/Hv/kl + qn+KP5n6r4P65/H0f5H9IXhD/kVbD/rgn8qvXJxayf7pqj4O58K6f/1wT+VXbvi1l/3TX5Vlf+7U/Rfk + fYY2/tJ+rP5Hv29j5n7afxK9tam/nXko+dq9X/byP/GavxK/7Dc4/WvKFO01/VWRaYKn6H4TmSviZ+op + bjFez/sCxif9o7TtwyFwcevNeMFeM17T/wAE/Bv/AGj7H6D+dfIeKdv9WsTKXY+n8Pbf25QXmf08fsWq + E+DGnY4G0H9BXruNhz7V5H+xkMfBjTv9wfyr1vbx+lfzlw1/uFOx+v53pjqiXc/nO/4OU3/4zqYekX9D + X544wK/Qz/g5QXP7dzj/AKZf0Nfnowr+ruEv+RXT9D8E4g/32Y7t+FbfwvGfiPon/X2n/oQrDzx+Fbvw + u/5KToY9bqP/ANCFZcau2SYj/CzXhZf8KtH/ABI/pq/4JcME+H9z/uQ/+givrQnC9/Svkv8A4Jcx7vAN + wf8AYh/9BFfWjHbz+FfyXwrFfU36n7/xFb6436HzP+2b+zd4r+PfiO0Gnz2sek2w3BZG5L854+mK8Xh/ + 4JueNJelxYD0+Y1+gHlhgOB+VOVAB+vHFfPZ34YZVmmKeLxV25HuZR4gZrluGWGwkkoo/P8Ai/4JreMn + uUSW5sfKLDfgnOK+zfg18LbP4Z+B9P05bW1FxawiNpVjG9uP73WuyC89aF5H+NepwxwPluRTc8HGzZ5+ + fcXZhnEYxxkr2AJtx+VKen86TGGpcYr7NaJM+X22OB/aQ+Ea/GX4aXekZVZZPmjJ9RXx1H/wTX8ZorZu + rHBJI5PFfoEU3HqPxFIy7Dxg5PNfC8S+H+W53WVfFr3rWPrch41zPJ6XscFK0XqfAB/4Jr+M3Ib7VYYH + GNxr2X9j39lTX/grqt+Nbi0q9sboDBdA7qR9RX03/F0pBHz79q5cg8M8syjFLFYRNSR1Zxx/muZ4d4bF + yTi/I+UP2qv2Mtc+MXjiG+0X7DaW0Ix5e3YO/YV5cf8Agm74zLf8fNifxPFfoD5an2pTDjHT64rDNvCv + KMxxMsViI3kzbLPEbOMBQWGw07RWx8a/s8/sKeI/hz8ULLU9Vawns4Wyybd+evY19g2Gm22mQeXawQ2y + +kcYQfkKsNEWbH6ilWPPGOlfVcNcNYbJMM8NhPhep87nme4rNq6xGMd5IY7An/CvGv20vgNqvx5+H0Om + aTJEk8cwkPmHjAr2fAV8+lDAk8H8a9LNsso4/CywlZXjLc4svzCrg8RHE0NJR2PgA/8ABNXxoUz9q0/j + kYY1vfCv/gn94p8G+PrDUr6Sxls4W/ep97d+Br7h2Y/OmBeT6n15r85wng/kmHqqrThs7n22I8Uc9r0X + QqTunofM37Qn7A2n/Exv7T0Nxp2q7fnUcJLj2r5w139h74g6JelDYxXHOA0Z4r9KvKB+lHlDHQflRnnh + Fk2YVfa8vI/IMl8TM4y+mqUJc0VsmfnZ4C/4J9+OPE+pIL77Pp9sT8zE/MPpX15+zt+yloPwDsM2kf2j + UpB+9uX+830r1cLhvT0wKBwcdfevS4Z8MspyWXtqMeaXdnBxDx9mmbp068rQ7LYaE2njoO1Bwcj88GvB + /wBvD4r+JPhd4CgufDV0treyS7AxXcDXN/DP9qLVtU/Zv1HUNQug3iGxQwl9oH7wgEcfjXfj+NMDhcXL + B107xV79GedhuF8VWwsMZSs1J8tup6F8fv2S/DPx4tS88QtNRUfJdRDDA9s18teOP+Ccfi3R7uQ6Xc29 + /bjpvOG4r0X9jX9oLxn8RtR1yHxFqEbfZrcyI4j2mI88474rVv8A9q27+GXwovtSm1YeJrv7SyQSLEFC + 842nr0/rX51nOW8MZ3S+u1qfK5dUtT7vKsw4kyaq8Dhql7W0eu5843H7FvxCgmG7S1lI6FO1WtP/AGIP + iFqM23+zUVG6buMV1X/BT39u7xl8NP8AgnWPG/gDVF0XxM15DDLcPACsO4jPH41438LbH9p74tfCzR9d + H7XPgnS7nWLZJjBJFFuiLfwEE16eVfR8yTGYSOOjWfI9jDMvGzOcLVeEq01zLQ98+H3/AATO1zWJYz4i + v47SEHJFsfmx719XfBr9n3w98EtDW10m0RXx88zD55DxyT+FfL/7UXxU8Y/BHwH8HrHUPi9baRq+oX0d + pf38NkJY9fY4yF/ug+ozXqfxD/4KXfCr4GeJ7nwr4k1+VfEumWKXktnHBvmuFI6xr/Efavv+H/C7Lcpt + PBUuZ9+p8LnniBmOa+5jKj5e3Q+hY3whwvIHSvJf2xvgtqvx2+Fq6PpTwx3AnWXMpwMCsv8AZI/4KF/D + T9tg6lF4J1O4e+0htt3Z3cJgnhPup5rz/wDaw/aF8Y2fxMbQPBlykZsbZrm7O3cQBnj9KXHGIoYTAToY + 6LcZ6WFwtSxGIxsauBaThrd7HmI/4JseM24+02JwOcNSQ/8ABNvxmL63JurDbHKrEbjkgHJr6y/Zk+MP + /C0vhHZ6rdSiS6hjC3RAx84HNU9Y/bQ8EaTBLJ9pmn+zymKUQxbjGQcHPpX5lhfDnhanThiJWjezV2fo + Nfj/AIonOeE+K2jsjv8AwP4StfDGgWkUdpaRXMMKxu8USq2QMHkDNbDALwdxGMcVyWjfHTw7rPgk+Io7 + +P8AssIWMrHGMV4V8ff224NU8Dq/gy+mtL03KoJZocJIuecZ61+n1+IsBgsPFud1ayPzrD5JjcZXaVN3 + vr5HUftU/sY2Xxzf+07CQWOsRDCyDgP1+U18sa3+wx8QNFnkAs4LkdNydDX2f/w0bpPw7+Gmj3/iK5Zr + u9gVisShnlcgdFrX8A/tHeGviRpM11YXB/0Zd00My7JUH+7X51n3BXDOd1vrMp8tRq711+Z9xknGPEOU + UPZ0k5U1orrT5HwTafsY/ECdwn9mIvoW6V63+zL+xB4m8H/Ea11fXYdOmtohgwyIHB/A5FfQEP7ZHgW4 + 1eGzhvTLPcOY9qJnYR/e9Kh1v9tfwXoGuNZPLdyCPh54oN0KfVq4sk4C4by3EwxUMReUXoejnHHPEWY4 + eWFnRtGS10Z6vpek2+k24itreC1Tg7YYwi5+gq5GNi4HrWb4a8T2fizRbe/sZRNa3KB0cdwa00GV/Gv3 + WjU5oJxd0fj0oOMnGSs0OooorYQUUUUAFFFFABTW++KdSFcmk9gGScZNfhN/wdetn4t/D0egf+Rr92ZD + uFfhH/wdfN/xd74f+wf+Rr63gj/kZR9D53ib/c2fk32p38H403tSjla/ojoj8fFRcyEe1fdn/BEv/kbd + c/2p4P8A0IV8KAbJc+wr7s/4IkjPi3WeP+W8P/oQr8S8e3/xjU7d1+Z+reDv/I/j6P8AI/pA8GH/AIpW + w/64J/Krt6f9El9kNUfCBx4WsP8Argn8quagM2cv+4a/Lcr/AN3p37I+xxmtSfqz+Rz9ugb/ANs74l/9 + h2f/ANCrysx16j+3JJn9s34l7ef+J7cf+hV5azZFf1TknL9Tp27I/B8xT+szXmI7dfavb/8Agn0mf2jL + M9cID+teIKM8dcivdP8AgnqgP7R9rzwsYJ/OvjvFhW4axLX8p9X4dRf9vUEu5/Tj+xsuPgvpLesQzXrR + PNeU/sdgf8KR0nH/ADyFeq5r+dOGl/sFP0R+uZ2746p6n853/ByWc/t6Sf8AXL+hr882XI4BPvX6C/8A + BybdN/w3vIER3Pl4wilj0PpXw74J+EXi34l3aQaB4a1rVJm4VYrRxu/MV/UfDGIo0sspupJLQ/Cs7w9W + eOm4Ruc4RxyRkdgK6D4VJu+I+i/IxP2uPGOd3zDivov4T/8ABFb9o34wTw/Z/AOpaPDMQBcXq4UD1r7C + /ZW/4NjviT4Z+ImheIfF3ivRLaDTLqO5a1g3M7bSDjmuLijO8DWy+rhPaK8lY7OH8uxVLG08TyfC7n6S + /wDBMfRLzS/hzI9zaXFqjxRFRMhUt8or6rT5vpVHRNJj0jSbW0iVQLeFIiQMZ2gCr6DZ71/OeWZd9Tp+ + wg7o/YMfjZYqs60luKw2jFKnSkY5pU6V6aOTzBU206iinuAjJupCnNOooAQrz/8AWoC4paKAEK5o20tF + ADdnNOoooAKTHNLRQAhWgLilooATFIEwadRQA0pmgLtp1IelJ7AN27uabIMU8Nhaa3zCizcROx80f8FE + mVfCmiK+QHv4wPf5q+f/ABDa3vh/4tW3hK3UpBrt7FcsDwNuBnj8K++vGfw00b4iW0UWsWMN8kDiSMSD + OxhyCKo3PwU8NXviG21WfSraXUbNdsE7L80Y9q/LeI+BauY4t4iM7Jn3mR8YLL8N7Dlv/n3Plb9na1XR + /in48s4+Ftrdg3PQY7VxOnafHcfsj+JJvJDiHUXZTtzt+cc19xaT8HvD+iavf31tptvHdamNt1IF5mHo + abp3wY8N6PoFzpdvpNqmnXZLS2+z5HJ6kiuWh4f1qeGjQclZM1xPGMKlZ4jld3b8D81/+Cy+q6Pef8Ej + bL7JLbGB761W6eMgbV4Bz6V5d8AP2Yv2H9Q+CXhnUfEHxFv7bVntY5LqI60Y9knBIxg4Gfev1W8X/sd/ + DXx98PJ/CeteENK1Lw7dMJJbGdC0TMO+M15nN/wR2/Zokh8v/hUPhbYeqhJMH/x6v2fJsRDDZdTwU7px + 7H5zmtP6zjZYqP2u58W/8Fhr3wxL4U/ZnTwnfJf+GrXXoY7G4Mu/egxj5u5rKsfBui+Lv+Dha1j1Wzt9 + R8rw1bmKKYA7DsHJWv0r1D9iX4Wav4Z0DRrrwTo9xpfhaRZdJtpEYpYsOhTmtO3/AGWPh/afF4ePY/C2 + mJ4wEC2w1UIfPEa9FzntXsUs4p06Xsop7Wv1PMqZbOUnJPqfmx+yFc6V8Mf+C43xvSxEGm6fbQNK9vFh + Y2IBPT617b8NtR8XeKvH3ibxVpXh59Yg1ed41cuBtTPTp0r60h/ZI+HVt8QNV8VQ+E9Kj8R64CL7UVjP + nXIPZjmuv8K/D/SvA+lLZaVZQWdqvSNF4Br854xyirnlam3LlhBfO59pw1mdPKaFSMYc0599rHyL+yB4 + n1DwL428ReEtVh+wy3Qe7htyw+XOeB9KX9lXwpp+o+FfHlxcW8M0jXNz5jHnt/8Arr6nvPgz4cuvFP8A + bT6Xa/2oU2faQvzhfSpfDnwg8P8AhOzuoNP063tob5ma4RV4lLdSa+TpcEVoxhTlK6g3+J7tfimjNzqU + 4uMpWv8AI+HNK0q+vv2TdRjsRNLa2+p5kVDn92H549MV0Hx98V+D9S/Z+0CLShateLLEu2NRmMjrn8a+ + xPD/AMI/D/hjSJ7Cw0u2trOclpIlX5Xz1rBtv2V/A1uj7fD1j+9fewK9/WsP9Rq8IezUk15/oariuhKf + POLVnfTrpbU+S/jHZ6lH8SvBMn2qGytWsEEE9ym63V/ftW58LPCLXXxF17UovEtlql2loy3a2kJSHgHH + OcV9Y638HtA8S6ImmahplrdWUI2xxOnCD2pvhb4LeHPBuiy2GmaZbWltNneiL94HsT1rkpeHdSNWVXn+ + Lz2NZ8aJ0o0owtbQ+aP2Ivh5oeq+CfEmp3FlHLcPLMrzFcsg74rzbUtKTwTHrV94T1/Tb2ximaSbS9Ri + JkYjquDz6V93eEfhpovgKylt9I063sYZiWdYxwxPU1z+s/szeCvEWvtqd7oVnPeMclypGfwBxXfj+A/a + 4aFOl8S67fM5cLxb7PEVKk0+WXQo/speOpPHXwj027l0waU7R/6lY9qD6D0r06L7v41U0vSINFsY7e1j + SCCIBURBgKBVuL7v41+hZXhqmHw0KNR3cVufIYutGtWlVgrJvYdRRRXonMFFFFABRRRQAUUE4FND5NAD + G6V+EX/B1w3/ABebwEP9hv5Gv3ebj88V+Dn/AAdZsX+NPgM9tjd/Y19ZwT/yMonzvEumDaPyiHSnD7v4 + 0mwkcc4pWG0gdc+lf0Q3pc/ILNiL/rMfSvvL/giW+PFWt5x/x8Q9T/tCvg6eaKxOXkRDnByelfqN/wAG + 2/7Mn/C+tR8b6i2oS2EGkyQOv7vIm5B4r8d8acFUx3D06OH1k2vzP0zwsxVPCZwsRX+Gz/I/eXwa+7wv + Y/8AXFP5CrmpNtsJj6I38qTR9O/s3TIYM58lAgOOuBipLyHzraRB1Klc+mRivyPL4OnRhGW6SPuMS1Oc + mtnc/kU/bcKt+2P8TScD/ifXHQ8n5q8uuZo7Zhvbb26Zr9+b3/g2N+H/AMQPjh4o8XeMfFuo61D4k1GS + 9azhBh8ncc7Qcmvof4L/APBCr9nL4KNG1h4LW/eP+LUZftGfzFftWH48wuGw8aUVdpH5rU4Ur1q0p3sm + z+Zvwn8OfEfj26EOheHtY1iR+AtrbM5b9K/QX/gix/wTM+IupftWWWreOvAOr6Z4VWHLPfRGLJ61+9vg + 39nTwN8O0RdD8JaBpgjGFNvZRow/HFdhHaCOPauFUdABwK+az3jR5hh5YX2a5Zb3Pbynhr6lWWIjN8y7 + GT4Q8IWHgfSYtP023FtZwDaiA9K1QuBnP0OKf5HzE55NJ5Hy4PNfAQgoxtFW9D61ylJ3m7njPxH/AOCf + vwl+LXxQHjPxD4Q07Vdf/wCfi4G79Oleg+F/hF4W8IQJHpfh3RbFIhhfKso1K/jiun8rK46ClWPbXTLE + VpRUHN2RiqFNS5ktSBVWBgqqFA9Bin4wfr09qc0O49f0pVj2jr+lZN33LirXGquzmhW3U/ZS7f8AOKH5 + FJWVhg5NPAwKTZzTqSQkFFFFMYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFIRS0HkUARjA7U4rh + aQpShfloDQYMjvS9TTmXNIUpbANfkdaUcClWOlKZosAwkmnKu6jZj3o2GjlBsQNzSqM0oTIpVG0UwGuS + vSkJI9qew3UhTNGwAR8tIgpQnNKFwaAIwCDSg4pxTJoCVKWoDEXDeuafkBqUrk0AYpy1ElYQ/MM0hHFO + IyKCuRR5DGhsClTpR5dKBii1gQtFFFMAooooAKKKKAA8imEbTTzUY5NJq6Aa7fPjufWvxm/4OMv2OPif + +1J8d/BkPgLwne68lopEskXAQkH/AOtX7OFAW5xxTJbZHk3lVLdjt5FellWZzwNb29LVnHjsHHE0/ZyP + 5yPg3/wbb/H/AOJzR/2yNP8ACEcgyzXJEmz8q+qvgr/wag6Dbun/AAn/AI9m1EYyV0pWhb8z+Nfscqhe + 1J5eSTz+dezi+NMxr3fPZeR5GH4ZwdLeNz4f+C3/AAb6fs6fB6SJj4bm8RPHjnVpBPuP0r6t+EP7O/gn + 4A2b2vg3w3pXh23nAEqWUAj8zHTNdpjApwjzzXgYnMMVX0qzbR7NHB0aOtKKQq/KMdaNnPX8KXH8sUtc + SujqGhMUqjbS0VQBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFNCYNOooATFGKWigBCMihRtFLRSsAlLRRTAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//Z + + + \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/Service/CustomOperationService.cs b/ReportImp/DomizielAnsbach/Service/CustomOperationService.cs new file mode 100644 index 000000000..7a06616e5 --- /dev/null +++ b/ReportImp/DomizielAnsbach/Service/CustomOperationService.cs @@ -0,0 +1,66 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using BeWo.Data; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Service.DCEntityMapper; +using BeWo.Service.Plugins; +using BS.Shared; +using BS.Shared.Core; +using BS.Shared.DataContracts; +using BS.Shared.DataContracts.Compact; +using BS.Shared.Extensions; + +namespace DomizielAnsbach.Service +{ + public class CustomOperationService : OperationService + { + private ServiceDescription standardLeistung; + private ServiceDescription pausenLeistung; + + public override List ErstelleStundenplanEintraege(DateTime start, DateTime ende, CostBearer2SupportConcept c2s, VacationService vs) + { + SetzeStandardLeistungen(c2s); + return base.ErstelleStundenplanEintraege(start, ende, c2s, vs); + } + protected override IList CreateServiceRecords(Arbeitszeit arbeitszeit, DateTime datum, CostBearer2SupportConcept c2s, ServiceDescription defaultSd) + { + return base.CreateServiceRecords(arbeitszeit, datum, c2s, defaultSd); + } + public override ServiceRecord CreateServiceRecord(ArbeitszeitEintrag ae, DateTime datum, CostBearer2SupportConcept c2s, ServiceDescription defaultSd) + { + var sr = base.CreateServiceRecord(ae, datum, c2s, standardLeistung); + + if (ae.Notice == "Pause") + { + double dauer = Convert.ToDouble(sr.RoundedDuration); + sr.Start = new DateTime(sr.Start.Value.Year, sr.Start.Value.Month, sr.Start.Value.Day, 0, 0, 1); + sr.End = sr.Start.Value.AddMinutes(dauer); + sr.ServiceDescription = pausenLeistung; + } + return sr; + } + + public void SetzeStandardLeistungen(CostBearer2SupportConcept c2s) + { + foreach (var ap in c2s.ApprovalPeriodList) + { + if (ap.ServiceCategory != null) + { + var desc = DAOFactory.SearchDAO.FindServiceDescriptionForCategory(ap.ServiceCategory.Oid.Value); + + standardLeistung = desc.Where(a => a.Name == "Begleitung").First(); + pausenLeistung = desc.Where(a => a.Name == "Pause").First(); + } + } + + } + + public override ServiceDescription GetDefaultServiceDescription(CostBearer2SupportConcept c2s) + { + return standardLeistung; + } + + } +} \ No newline at end of file diff --git a/ReportImp/DomizielAnsbach/Service/ZuverdienstHelper.cs b/ReportImp/DomizielAnsbach/Service/ZuverdienstHelper.cs new file mode 100644 index 000000000..20318e874 --- /dev/null +++ b/ReportImp/DomizielAnsbach/Service/ZuverdienstHelper.cs @@ -0,0 +1,351 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Report.ReportObjects; +using BeWo.Service.DCEntityMapper; +using BS.Shared; +using BS.Shared.Core; +using BS.Shared.DataContracts; +using BS.Shared.DataContracts.Compact; +using BS.Shared.Extensions; + +namespace DomizielAnsbach.Service +{ + public class ZuverdienstHelper + { + public static AktuellePauschalen GetPauschalen(long cbOid, Customer c, DateTime tag) + { + var pausch = new AktuellePauschalen(); + pausch.motZuwend1 = 0; pausch.dateMotZuwend1 = DateTime.MinValue; + pausch.motZuwend2 = 0; pausch.dateMotZuwend2 = DateTime.MinValue; + pausch.motZuwend3 = 0; pausch.dateMotZuwend3 = DateTime.MinValue; + pausch.motZuwend4 = 0; pausch.dateMotZuwend4 = DateTime.MinValue; + pausch.fahrPausch1 = 0; pausch.dateFahrPausch1 = DateTime.MinValue; + pausch.fahrPausch2 = 0; pausch.dateFahrPausch2 = DateTime.MinValue; + + foreach (var s in c.SupportConcepts) + { + foreach (var c2s in s.CostBearer2SupportConceptList) + { + if (c2s.CostBearer.Oid == cbOid) + { + foreach (var scap in c2s.ApprovalPeriodList) + { + if (scap.StartDate <= DateTime.Now.Date && DateTime.Now.Date <= scap.EndDate) + { + foreach (var vv in scap.CostBearer2SupportConcept.SupportConcept.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && varFieldValue != "" && vv.IsActive == ActivationTypeId.Active) + { + if (vv.VarFieldDefOid.Value == 110) + { + pausch.motZuwend1 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 111) + { + pausch.motZuwend2 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 112) + { + pausch.motZuwend3 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 113) + { + pausch.motZuwend4 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 114) + { + pausch.fahrPausch1 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 115) + { + pausch.fahrPausch2 = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 130) + { + pausch.dateMotZuwend1 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 131) + { + pausch.dateMotZuwend2 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 132) + { + pausch.dateMotZuwend3 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 133) + { + pausch.dateMotZuwend4 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 134) + { + pausch.dateFahrPausch1 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 135) + { + pausch.dateFahrPausch2 = (DateTime)varFieldValue; + } + else if (vv.VarFieldDefOid.Value == 150) + { + pausch.urlaub = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 151) + { + if (varFieldValue.ToString() == "True") + pausch.urlaubMot = true; + else + pausch.urlaubMot = false; + } + else if (vv.VarFieldDefOid.Value == 152) + { + pausch.feiertag = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 153) + { + if (varFieldValue.ToString() == "True") + pausch.feiertagMot = true; + else + pausch.feiertagMot = false; + } + else if (vv.VarFieldDefOid.Value == 154) + { + pausch.krank = Convert.ToDecimal(varFieldValue); + } + else if (vv.VarFieldDefOid.Value == 155) + { + if (varFieldValue.ToString() == "True") + pausch.krankMot = true; + else + pausch.krankMot = false; + } + else if (vv.VarFieldDefOid.Value == 156) + { + pausch.anzKrank = Convert.ToDecimal(varFieldValue); + } + } + } + } + } + } + } + } + return pausch; + } + + public static ArbeitszeitCount SetArbeitszeiten(CustomerDataRO pRO, long cbOid, Customer c) + { + var count = new ArbeitszeitCount(); + DateTime jahresbeginn = new DateTime(DateTime.Today.Year, 1, 1); + int quarter = (int)Math.Ceiling(DateTime.Now.Month / (double)3); + decimal weeks = 0; + + foreach (var s in c.SupportConcepts) + { + foreach (var c2s in s.CostBearer2SupportConceptList) + { + if (c2s.CostBearer.Oid == cbOid) + { + foreach (var sr in c2s.ServiceRecords) + { + if (sr.ServiceDescription.ServiceCategory.Name.Contains("Zuverdienst - Arbeitszeit") + && !sr.ServiceDescription.Name.Contains("Pause") && !sr.ServiceDescription.Name.Contains("Anleitungszeit")) + { + if (sr.Start >= jahresbeginn && sr.Start < jahresbeginn.AddMonths(3)) + count.arbeitQ1 += sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(3) && sr.Start < jahresbeginn.AddMonths(6)) + count.arbeitQ2 += sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(6) && sr.Start < jahresbeginn.AddMonths(9)) + count.arbeitQ3 += sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(9) && sr.Start < jahresbeginn.AddMonths(12)) + count.arbeitQ4 += sr.RoundedDuration; + } + else if (sr.ServiceDescription.ServiceCategory.Name.Contains("Zuverdienst - Arbeitszeit") + && sr.ServiceDescription.Name.Contains("Pause")) + { + if (sr.Start >= jahresbeginn && sr.Start < jahresbeginn.AddMonths(3)) + count.arbeitQ1 -= sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(3) && sr.Start < jahresbeginn.AddMonths(6)) + count.arbeitQ2 -= sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(6) && sr.Start < jahresbeginn.AddMonths(9)) + count.arbeitQ3 -= sr.RoundedDuration; + else if (sr.Start >= jahresbeginn.AddMonths(9) && sr.Start < jahresbeginn.AddMonths(12)) + count.arbeitQ4 -= sr.RoundedDuration; + } + } + + foreach (var scap in c2s.ApprovalPeriodList) + { + if (scap.StartDate <= DateTime.Now.Date && DateTime.Now.Date <= scap.EndDate) + { + foreach (var vv in scap.CostBearer2SupportConcept.SupportConcept.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null && vv.IsActive == ActivationTypeId.Active) + { + + if (vv.VarFieldDefOid.Value == 100) + count.wochenAZeitSollQ1 = String.Format("{0:0.00}", varFieldValue); + else if (vv.VarFieldDefOid.Value == 101) + count.wochenAZeitSollQ2 = String.Format("{0:0.00}", varFieldValue); + else if (vv.VarFieldDefOid.Value == 102) + count.wochenAZeitSollQ3 = String.Format("{0:0.00}", varFieldValue); + else if (vv.VarFieldDefOid.Value == 103) + count.wochenAZeitSollQ4 = String.Format("{0:0.00}", varFieldValue); + } + } + } + } + } + } + } + + if (c.AbsenceTimes != null) + { + foreach (var at in c.AbsenceTimes) + { + if (at.AbsenceReason.BillableMinutes.HasValue && at.AbsenceReason.Description.Contains("ZV")) + { + if (at.Start.HasValue && at.End.HasValue && (at.Start.Value >= jahresbeginn || at.End.Value >= DateTime.Today) && at.Start.Value <= DateTime.Today) + { + for (int i = 0; i <= (at.End.Value - at.Start.Value).Days; i++) + { + DateTime tag = at.Start.Value.AddDays(i); + if (at.AbsenceReason.Description.Contains("Feiertag") || at.AbsenceReason.Description.Contains("Urlaub")) + { + var std = GetFeiertagsstunden(pRO.Customer.Arbeitszeiten, c, tag); + if (tag >= jahresbeginn && tag < jahresbeginn.AddMonths(3)) + count.arbeitQ1 += std; + else if (tag >= jahresbeginn.AddMonths(3) && tag < jahresbeginn.AddMonths(6)) + count.arbeitQ2 += std; + else if (tag >= jahresbeginn.AddMonths(6) && tag < jahresbeginn.AddMonths(9)) + count.arbeitQ3 += std; + else if (tag >= jahresbeginn.AddMonths(9) && tag < jahresbeginn.AddMonths(12)) + count.arbeitQ4 += std; + } + } + } + } + } + } + + + if (DateTime.Today < jahresbeginn.AddMonths(3)) + weeks = Convert.ToDecimal((DateTime.Today - jahresbeginn).Days) / 7m; + else + weeks = Convert.ToDecimal((jahresbeginn.AddMonths(3) - jahresbeginn).Days) / 7m; + count.wochenAZeitIstQ1 = Math.Round(count.arbeitQ1 / 60 / weeks, 2); + + if (DateTime.Today >= jahresbeginn.AddMonths(3) && DateTime.Today < jahresbeginn.AddMonths(6)) + weeks = Convert.ToDecimal((DateTime.Today - jahresbeginn.AddMonths(3)).Days) / 7m; + else + weeks = Convert.ToDecimal((jahresbeginn.AddMonths(6) - jahresbeginn.AddMonths(3)).Days) / 7m; + count.wochenAZeitIstQ2 = Math.Round(count.arbeitQ2 / 60 / weeks, 2); + + if (DateTime.Today >= jahresbeginn.AddMonths(6) && DateTime.Today < jahresbeginn.AddMonths(9)) + weeks = Convert.ToDecimal((DateTime.Today - jahresbeginn.AddMonths(6)).Days) / 7m; + else + weeks = Convert.ToDecimal((jahresbeginn.AddMonths(9) - jahresbeginn.AddMonths(6)).Days) / 7m; + count.wochenAZeitIstQ3 = Math.Round(count.arbeitQ3 / 60 / weeks, 2); + + if (DateTime.Today >= jahresbeginn.AddMonths(9) && DateTime.Today < jahresbeginn.AddMonths(12)) + weeks = Convert.ToDecimal((DateTime.Today - jahresbeginn.AddMonths(9)).Days) / 7m; + else + weeks = Convert.ToDecimal((jahresbeginn.AddMonths(12) - jahresbeginn.AddMonths(9)).Days) / 7m; + count.wochenAZeitIstQ4 = Math.Round(count.arbeitQ4 / 60 / weeks, 2); + + return count; + } + + private static decimal GetFeiertagsstunden(List zeiten, Customer c, DateTime tag) + { + decimal std = 0; + if (zeiten != null) + { + foreach (var az in zeiten) + { + if ((!az.GueltigVon.HasValue || az.GueltigVon <= tag) && + (!az.GueltigBis.HasValue || az.GueltigBis >= tag) && az.Eintraege != null) + { + foreach (var e in az.Eintraege) + { + if ((((int)e.Tag) + 1) == ((int)tag.DayOfWeek)) + { + if (e.Notice != "Pause") + std += GetZeitenFuerTag(e); + else + std -= GetZeitenFuerTag(e); + } + } + } + } + } + return std; + } + + private static decimal GetZeitenFuerTag(ArbeitszeitEintragDC e) + { + var day = DateTime.Now; + decimal min = 0; + + String dateStr1 = String.Format("{0:dd.MM.yyyy} {1}", day, e.UhrzeitVon); + String dateStr2 = String.Format("{0:dd.MM.yyyy} {1}", day, e.UhrzeitBis); + + DateTime date1; + DateTime date2; + + if (DateTime.TryParse(dateStr1, out date1) && DateTime.TryParse(dateStr2, out date2)) + min += (decimal)date2.Subtract(date1).TotalMinutes; + + return min; + } + + public class ArbeitszeitCount + { + public decimal arbeitQ1 { get; set; } + public decimal arbeitQ2 { get; set; } + public decimal arbeitQ3 { get; set; } + public decimal arbeitQ4 { get; set; } + + public string wochenAZeitSollQ1 { get; set; } + public string wochenAZeitSollQ2 { get; set; } + public string wochenAZeitSollQ3 { get; set; } + public string wochenAZeitSollQ4 { get; set; } + + public decimal wochenAZeitIstQ1 { get; set; } + public decimal wochenAZeitIstQ2 { get; set; } + public decimal wochenAZeitIstQ3 { get; set; } + public decimal wochenAZeitIstQ4 { get; set; } + } + + public class AktuellePauschalen + { + public decimal motZuwend1 { get; set; } + public decimal motZuwend2 { get; set; } + public decimal motZuwend3 { get; set; } + public decimal motZuwend4 { get; set; } + public decimal fahrPausch1 { get; set; } + public decimal fahrPausch2 { get; set; } + + public DateTime dateMotZuwend1 { get; set; } + public DateTime dateMotZuwend2 { get; set; } + public DateTime dateMotZuwend3 { get; set; } + public DateTime dateMotZuwend4 { get; set; } + public DateTime dateFahrPausch1 { get; set; } + public DateTime dateFahrPausch2 { get; set; } + + public decimal urlaub { get; set; } + public bool urlaubMot { get; set; } + public decimal feiertag { get; set; } + public bool feiertagMot { get; set; } + public decimal krank { get; set; } + public bool krankMot { get; set; } + public decimal anzKrank { get; set; } + } + } +} + diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogo.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogo.jpg new file mode 100644 index 000000000..d0ded929f Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogo.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogoKlein.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogoKlein.jpg new file mode 100644 index 000000000..afd35b232 Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/InArbeitLogoKlein.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/LachSmiley3.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/LachSmiley3.jpg new file mode 100644 index 000000000..685fbb366 Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/LachSmiley3.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/LogoInArbeit.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/LogoInArbeit.jpg new file mode 100644 index 000000000..2727c8ca5 Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/LogoInArbeit.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/NeutralerSmiley4.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/NeutralerSmiley4.jpg new file mode 100644 index 000000000..10518b2c7 Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/NeutralerSmiley4.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/Rechnung Kooppartner.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/Rechnung Kooppartner.jpg new file mode 100644 index 000000000..f1abc7f5d Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/Rechnung Kooppartner.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/Smileys.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/Smileys.jpg new file mode 100644 index 000000000..4603b756e Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/Smileys.jpg differ diff --git a/ReportImp/DomizielAnsbach/Zuverdienst/TraurigerSmiley4.jpg b/ReportImp/DomizielAnsbach/Zuverdienst/TraurigerSmiley4.jpg new file mode 100644 index 000000000..faeb155d1 Binary files /dev/null and b/ReportImp/DomizielAnsbach/Zuverdienst/TraurigerSmiley4.jpg differ diff --git a/ReportImp/TRIAS Ambulante Sozialarbeit/Rechnung.Designer.cs b/ReportImp/TRIAS Ambulante Sozialarbeit/Rechnung.Designer.cs index ab7494c3e..3f60b275a 100644 --- a/ReportImp/TRIAS Ambulante Sozialarbeit/Rechnung.Designer.cs +++ b/ReportImp/TRIAS Ambulante Sozialarbeit/Rechnung.Designer.cs @@ -140,11 +140,11 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // // xrLabel2 // - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 543.0383F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 570.1216F); this.xrLabel2.Multiline = true; this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(625.2914F, 194.6042F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(489.8335F, 194.6042F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "Ich bitte Sie, den fälligen Rechnungsbetrag unter Angabe der Rechnungsnummer auf " + "unser angegebenes Konto zu überweisen. \r\n\r\nVielen Dank\r\n\r\nMit freundlichen Grüße" + @@ -154,13 +154,13 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(2.0003F, 441.58F); + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(2.0003F, 466.58F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow23, this.xrTableRow1, this.xrTableRow2}); - this.xrTable5.SizeF = new System.Drawing.SizeF(623.2911F, 90F); + this.xrTable5.SizeF = new System.Drawing.SizeF(487.8332F, 90F); this.xrTable5.StylePriority.UseBorders = false; // // xrTableRow23 @@ -183,7 +183,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell32.StylePriority.UseTextAlignment = false; this.xrTableCell32.Text = "Monat"; this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell32.Weight = 0.71964006537035774D; + this.xrTableCell32.Weight = 0.90024151558860988D; // // xrTableCell37 // @@ -196,7 +196,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell37.StylePriority.UseTextAlignment = false; this.xrTableCell37.Text = "Leistung"; this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell37.Weight = 2.0977006639209548D; + this.xrTableCell37.Weight = 1.7254632696441998D; // // xrTableCell34 // @@ -209,7 +209,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell34.StylePriority.UseTextAlignment = false; this.xrTableCell34.Text = "Rechnungsbetrag"; this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell34.Weight = 0.92053610782537554D; + this.xrTableCell34.Weight = 1.1121720518838785D; // // xrTableRow1 // @@ -228,7 +228,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.cellAbrechnungsmonat.StylePriority.UsePadding = false; this.cellAbrechnungsmonat.StylePriority.UseTextAlignment = false; this.cellAbrechnungsmonat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.cellAbrechnungsmonat.Weight = 0.71964006537035774D; + this.cellAbrechnungsmonat.Weight = 0.90024163006025093D; // // xrTableCell2 // @@ -239,7 +239,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Betreuten Einzelwohnens"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell2.Weight = 2.0977006639209548D; + this.xrTableCell2.Weight = 1.7254630407009177D; // // xrTableCell3 // @@ -251,7 +251,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell3.StylePriority.UsePadding = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell3.Weight = 0.92053610782537554D; + this.xrTableCell3.Weight = 1.1121721663555195D; // // xrTableRow2 // @@ -271,7 +271,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "Rechnungsbetrag gesamt"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell5.Weight = 2.8173407292913124D; + this.xrTableCell5.Weight = 2.6257046707611682D; // // xrTableCell6 // @@ -285,7 +285,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "xrTableCell6"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell6.Weight = 0.92053610782537554D; + this.xrTableCell6.Weight = 1.1121721663555195D; // // xrLabel1 // @@ -293,10 +293,10 @@ namespace BeWo.TRIASAmbulanteSozialarbeit | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(2.0003F, 414.4967F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(2.0003F, 439.4967F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel1.SizeF = new System.Drawing.SizeF(623.2911F, 27.08334F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(487.8332F, 27.08334F); this.xrLabel1.StylePriority.UseBorders = false; this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; @@ -320,7 +320,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.Abrechnungsart.LocationFloat = new DevExpress.Utils.PointFloat(0F, 269.1666F); this.Abrechnungsart.Name = "Abrechnungsart"; this.Abrechnungsart.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.Abrechnungsart.SizeF = new System.Drawing.SizeF(500.2501F, 20F); + this.Abrechnungsart.SizeF = new System.Drawing.SizeF(489.8335F, 20F); this.Abrechnungsart.StylePriority.UseBackColor = false; this.Abrechnungsart.StylePriority.UseFont = false; this.Abrechnungsart.Text = "Abrechnung Betreutes Einzelwohnen AZ: [CustomerReferenceNumber]"; @@ -334,7 +334,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.RechnungsNR.LocationFloat = new DevExpress.Utils.PointFloat(0F, 289.1666F); this.RechnungsNR.Name = "RechnungsNR"; this.RechnungsNR.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.RechnungsNR.SizeF = new System.Drawing.SizeF(500.2501F, 20F); + this.RechnungsNR.SizeF = new System.Drawing.SizeF(489.8335F, 20F); this.RechnungsNR.StylePriority.UseBackColor = false; this.RechnungsNR.StylePriority.UseFont = false; this.RechnungsNR.Text = "Rechnungsnr. [InvoiceNumber]"; @@ -361,11 +361,11 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // // lblAbrechnungszeitraum // - this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0F, 366.5834F); + this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0F, 365.5417F); this.lblAbrechnungszeitraum.Multiline = true; this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum"; this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(625.2914F, 47.91336F); + this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(489.8335F, 61.45505F); this.lblAbrechnungszeitraum.StylePriority.UseFont = false; this.lblAbrechnungszeitraum.Text = resources.GetString("lblAbrechnungszeitraum.Text"); // @@ -386,7 +386,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); - this.Margins = new System.Drawing.Printing.Margins(75, 75, 199, 50); + this.Margins = new System.Drawing.Printing.Margins(75, 67, 199, 50); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; diff --git a/ReportImp/TRIAS Ambulante Sozialarbeit/Selbstzahler.Designer.cs b/ReportImp/TRIAS Ambulante Sozialarbeit/Selbstzahler.Designer.cs index f084733d6..9ea7b198a 100644 --- a/ReportImp/TRIAS Ambulante Sozialarbeit/Selbstzahler.Designer.cs +++ b/ReportImp/TRIAS Ambulante Sozialarbeit/Selbstzahler.Designer.cs @@ -90,7 +90,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.lblAdresse, this.xrLabel5}); this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F); - this.ReportHeader.HeightF = 503.9551F; + this.ReportHeader.HeightF = 498.7468F; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.StylePriority.UseFont = false; // @@ -100,14 +100,14 @@ namespace BeWo.TRIASAmbulanteSozialarbeit | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 386.8719F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 381.6635F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel1.SizeF = new System.Drawing.SizeF(617.9166F, 27.08334F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(497F, 27.08334F); this.xrLabel1.StylePriority.UseBorders = false; this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; - this.xrLabel1.Text = "Rechnung: Betreutes Einzelwohnen für [CustomerName]"; + this.xrLabel1.Text = "Rechnung: Betreutes Einzelwohnen für [CustomerName]"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTable2 @@ -115,13 +115,13 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Arial", 9F); - this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 413.9551F); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 408.7468F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow23, this.xrTableRow1, this.xrTableRow2}); - this.xrTable2.SizeF = new System.Drawing.SizeF(617.9166F, 90.00003F); + this.xrTable2.SizeF = new System.Drawing.SizeF(497F, 90F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; // @@ -160,7 +160,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell37.StylePriority.UseTextAlignment = false; this.xrTableCell37.Text = "Leistung"; this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell37.Weight = 1.1256237465987431D; + this.xrTableCell37.Weight = 0.90454762386123189D; // // xrTableCell13 // @@ -170,7 +170,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell13.StylePriority.UseTextAlignment = false; this.xrTableCell13.Text = "Stundensatz"; this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell13.Weight = 0.42651655670471456D; + this.xrTableCell13.Weight = 0.47676136089202409D; // // xrTableCell4 // @@ -180,7 +180,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "Stunden"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell4.Weight = 0.33101699679875551D; + this.xrTableCell4.Weight = 0.36781609694778788D; // // xrTableCell34 // @@ -193,7 +193,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell34.StylePriority.UseTextAlignment = false; this.xrTableCell34.Text = "Rechnungsbetrag"; this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell34.Weight = 0.577611790727198D; + this.xrTableCell34.Weight = 0.71164400912836745D; // // xrTableRow1 // @@ -227,7 +227,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Betreuten Einzelwohnens"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell2.Weight = 1.1256236729982612D; + this.xrTableCell2.Weight = 0.90454762386123189D; // // xrTableCell15 // @@ -239,7 +239,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell15.StylePriority.UseTextAlignment = false; this.xrTableCell15.Text = "xrTableCell15"; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell15.Weight = 0.42651655670471456D; + this.xrTableCell15.Weight = 0.47676136089202409D; // // xrTableCell8 // @@ -251,7 +251,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "xrTableCell8"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell8.Weight = 0.33101699877330637D; + this.xrTableCell8.Weight = 0.36781573091992908D; // // xrTableCell3 // @@ -263,7 +263,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell3.StylePriority.UsePadding = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell3.Weight = 0.57761186235312911D; + this.xrTableCell3.Weight = 0.71164437515622614D; // // xrTableRow2 // @@ -283,7 +283,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "Rechnungsbetrag gesamt"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell5.Weight = 2.4028974845736824D; + this.xrTableCell5.Weight = 2.2688648245696217D; // // xrTableCell11 // @@ -297,14 +297,14 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "[TotalClaim]"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell11.Weight = 0.57761173327123216D; + this.xrTableCell11.Weight = 0.711644393275293D; // // Abrechnungsart // this.Abrechnungsart.BackColor = System.Drawing.Color.Transparent; this.Abrechnungsart.CanShrink = true; this.Abrechnungsart.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Abrechnungsart.LocationFloat = new DevExpress.Utils.PointFloat(0F, 242.5833F); + this.Abrechnungsart.LocationFloat = new DevExpress.Utils.PointFloat(0F, 237.375F); this.Abrechnungsart.Name = "Abrechnungsart"; this.Abrechnungsart.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Abrechnungsart.SizeF = new System.Drawing.SizeF(500.2501F, 20F); @@ -318,7 +318,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.RechnungsNR.BackColor = System.Drawing.Color.Transparent; this.RechnungsNR.CanShrink = true; this.RechnungsNR.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.RechnungsNR.LocationFloat = new DevExpress.Utils.PointFloat(0F, 262.5832F); + this.RechnungsNR.LocationFloat = new DevExpress.Utils.PointFloat(0F, 257.3749F); this.RechnungsNR.Name = "RechnungsNR"; this.RechnungsNR.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.RechnungsNR.SizeF = new System.Drawing.SizeF(500.2501F, 20F); @@ -330,21 +330,21 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // lblAbrechnungszeitraum // this.lblAbrechnungszeitraum.Font = new System.Drawing.Font("Arial", 9F); - this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0F, 340.0002F); + this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0F, 334.7918F); this.lblAbrechnungszeitraum.Multiline = true; this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum"; this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(617.9166F, 46.87167F); + this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(495F, 46.87167F); this.lblAbrechnungszeitraum.StylePriority.UseFont = false; this.lblAbrechnungszeitraum.Text = resources.GetString("lblAbrechnungszeitraum.Text"); // // DatumsAnzeige // this.DatumsAnzeige.Font = new System.Drawing.Font("Arial", 9F); - this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(498.1667F, 205.2082F); + this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(501.2918F, 209.1667F); this.DatumsAnzeige.Name = "DatumsAnzeige"; this.DatumsAnzeige.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(178.8333F, 23F); + this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(175.7083F, 23F); this.DatumsAnzeige.StylePriority.UseFont = false; this.DatumsAnzeige.StylePriority.UseTextAlignment = false; this.DatumsAnzeige.Text = "Itzgrund, den [InvoiceDate]"; @@ -386,11 +386,11 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 9F); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 310.75F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 305.5417F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(617.9166F, 17.00003F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(494.9999F, 17.00003F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.Text = "[RecipientSalutation],"; // @@ -413,17 +413,17 @@ namespace BeWo.TRIASAmbulanteSozialarbeit // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 9F); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00004F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F); this.xrLabel2.Multiline = true; this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(617.9166F, 194.6042F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(512.8331F, 194.6042F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = resources.GetString("xrLabel2.Text"); // // topMarginBand1 // - this.topMarginBand1.HeightF = 225F; + this.topMarginBand1.HeightF = 226F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 @@ -447,7 +447,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); - this.Margins = new System.Drawing.Printing.Margins(75, 75, 225, 100); + this.Margins = new System.Drawing.Printing.Margins(75, 75, 226, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4;